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 |
|---|---|---|---|---|
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('loading.gif') 50% 50% no-repeat rgb(249,249,249);
}
/*
#floatingBarsG{
position:relative;
width:62px;
height:77px}
.blockG{
position:absolute;
background-color:#FFFFFF;
width:10px;
height:24px;
-moz-border-radius:8px 8px 0 0;
-moz-transform:scale(0.4);
-moz-animation-name:fadeG;
-moz-animation-duration:1.04s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:normal;
-webkit-border-radius:8px 8px 0 0;
-webkit-transform:scale(0.4);
-webkit-animation-name:fadeG;
-webkit-animation-duration:1.04s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:normal;
-ms-border-radius:8px 8px 0 0;
-ms-transform:scale(0.4);
-ms-animation-name:fadeG;
-ms-animation-duration:1.04s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:normal;
-o-border-radius:8px 8px 0 0;
-o-transform:scale(0.4);
-o-animation-name:fadeG;
-o-animation-duration:1.04s;
-o-animation-iteration-count:infinite;
-o-animation-direction:normal;
border-radius:8px 8px 0 0;
transform:scale(0.4);
animation-name:fadeG;
animation-duration:1.04s;
animation-iteration-count:infinite;
animation-direction:normal;
}
#rotateG_01{
left:0;
top:28px;
-moz-animation-delay:0.39s;
-moz-transform:rotate(-90deg);
-webkit-animation-delay:0.39s;
-webkit-transform:rotate(-90deg);
-ms-animation-delay:0.39s;
-ms-transform:rotate(-90deg);
-o-animation-delay:0.39s;
-o-transform:rotate(-90deg);
animation-delay:0.39s;
transform:rotate(-90deg);
}
#rotateG_02{
left:8px;
top:10px;
-moz-animation-delay:0.52s;
-moz-transform:rotate(-45deg);
-webkit-animation-delay:0.52s;
-webkit-transform:rotate(-45deg);
-ms-animation-delay:0.52s;
-ms-transform:rotate(-45deg);
-o-animation-delay:0.52s;
-o-transform:rotate(-45deg);
animation-delay:0.52s;
transform:rotate(-45deg);
}
#rotateG_03{
left:26px;
top:3px;
-moz-animation-delay:0.65s;
-moz-transform:rotate(0deg);
-webkit-animation-delay:0.65s;
-webkit-transform:rotate(0deg);
-ms-animation-delay:0.65s;
-ms-transform:rotate(0deg);
-o-animation-delay:0.65s;
-o-transform:rotate(0deg);
animation-delay:0.65s;
transform:rotate(0deg);
}
#rotateG_04{
right:8px;
top:10px;
-moz-animation-delay:0.78s;
-moz-transform:rotate(45deg);
-webkit-animation-delay:0.78s;
-webkit-transform:rotate(45deg);
-ms-animation-delay:0.78s;
-ms-transform:rotate(45deg);
-o-animation-delay:0.78s;
-o-transform:rotate(45deg);
animation-delay:0.78s;
transform:rotate(45deg);
}
#rotateG_05{
right:0;
top:28px;
-moz-animation-delay:0.9099999999999999s;
-moz-transform:rotate(90deg);
-webkit-animation-delay:0.9099999999999999s;
-webkit-transform:rotate(90deg);
-ms-animation-delay:0.9099999999999999s;
-ms-transform:rotate(90deg);
-o-animation-delay:0.9099999999999999s;
-o-transform:rotate(90deg);
animation-delay:0.9099999999999999s;
transform:rotate(90deg);
}
#rotateG_06{
right:8px;
bottom:7px;
-moz-animation-delay:1.04s;
-moz-transform:rotate(135deg);
-webkit-animation-delay:1.04s;
-webkit-transform:rotate(135deg);
-ms-animation-delay:1.04s;
-ms-transform:rotate(135deg);
-o-animation-delay:1.04s;
-o-transform:rotate(135deg);
animation-delay:1.04s;
transform:rotate(135deg);
}
#rotateG_07{
bottom:0;
left:26px;
-moz-animation-delay:1.1700000000000002s;
-moz-transform:rotate(180deg);
-webkit-animation-delay:1.1700000000000002s;
-webkit-transform:rotate(180deg);
-ms-animation-delay:1.1700000000000002s;
-ms-transform:rotate(180deg);
-o-animation-delay:1.1700000000000002s;
-o-transform:rotate(180deg);
animation-delay:1.1700000000000002s;
transform:rotate(180deg);
}
#rotateG_08{
left:8px;
bottom:7px;
-moz-animation-delay:1.3s;
-moz-transform:rotate(-135deg);
-webkit-animation-delay:1.3s;
-webkit-transform:rotate(-135deg);
-ms-animation-delay:1.3s;
-ms-transform:rotate(-135deg);
-o-animation-delay:1.3s;
-o-transform:rotate(-135deg);
animation-delay:1.3s;
transform:rotate(-135deg);
}
@-moz-keyframes fadeG{
0%{
background-color:#13C27C}
100%{
background-color:#FFFFFF}
}
@-webkit-keyframes fadeG{
0%{
background-color:#13C27C}
100%{
background-color:#FFFFFF}
}
@-ms-keyframes fadeG{
0%{
background-color:#13C27C}
100%{
background-color:#FFFFFF}
}
@-o-keyframes fadeG{
0%{
background-color:#13C27C}
100%{
background-color:#FFFFFF}
}
@keyframes fadeG{
0%{
background-color:#13C27C}
100%{
background-color:#FFFFFF}
}
<div id="floatingBarsG">
<div class="blockG" id="rotateG_01">
</div>
<div class="blockG" id="rotateG_02">
</div>
<div class="blockG" id="rotateG_03">
</div>
<div class="blockG" id="rotateG_04">
</div>
<div class="blockG" id="rotateG_05">
</div>
<div class="blockG" id="rotateG_06">
</div>
<div class="blockG" id="rotateG_07">
</div>
<div class="blockG" id="rotateG_08">
</div>
</div>*/ | template/loading.css | .loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('loading.gif') 50% 50% no-repeat rgb(249,249,249);
}
/*
#floatingBarsG{
position:relative;
width:62px;
height:77px}
.blockG{
position:absolute;
background-color:#FFFFFF;
width:10px;
height:24px;
-moz-border-radius:8px 8px 0 0;
-moz-transform:scale(0.4);
-moz-animation-name:fadeG;
-moz-animation-duration:1.04s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:normal;
-webkit-border-radius:8px 8px 0 0;
-webkit-transform:scale(0.4);
-webkit-animation-name:fadeG;
-webkit-animation-duration:1.04s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:normal;
-ms-border-radius:8px 8px 0 0;
-ms-transform:scale(0.4);
-ms-animation-name:fadeG;
-ms-animation-duration:1.04s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:normal;
-o-border-radius:8px 8px 0 0;
-o-transform:scale(0.4);
-o-animation-name:fadeG;
-o-animation-duration:1.04s;
-o-animation-iteration-count:infinite;
-o-animation-direction:normal;
border-radius:8px 8px 0 0;
transform:scale(0.4);
animation-name:fadeG;
animation-duration:1.04s;
animation-iteration-count:infinite;
animation-direction:normal;
}
#rotateG_01{
left:0;
top:28px;
-moz-animation-delay:0.39s;
-moz-transform:rotate(-90deg);
-webkit-animation-delay:0.39s;
-webkit-transform:rotate(-90deg);
-ms-animation-delay:0.39s;
-ms-transform:rotate(-90deg);
-o-animation-delay:0.39s;
-o-transform:rotate(-90deg);
animation-delay:0.39s;
transform:rotate(-90deg);
}
#rotateG_02{
left:8px;
top:10px;
-moz-animation-delay:0.52s;
-moz-transform:rotate(-45deg);
-webkit-animation-delay:0.52s;
-webkit-transform:rotate(-45deg);
-ms-animation-delay:0.52s;
-ms-transform:rotate(-45deg);
-o-animation-delay:0.52s;
-o-transform:rotate(-45deg);
animation-delay:0.52s;
transform:rotate(-45deg);
}
#rotateG_03{
left:26px;
top:3px;
-moz-animation-delay:0.65s;
-moz-transform:rotate(0deg);
-webkit-animation-delay:0.65s;
-webkit-transform:rotate(0deg);
-ms-animation-delay:0.65s;
-ms-transform:rotate(0deg);
-o-animation-delay:0.65s;
-o-transform:rotate(0deg);
animation-delay:0.65s;
transform:rotate(0deg);
}
#rotateG_04{
right:8px;
top:10px;
-moz-animation-delay:0.78s;
-moz-transform:rotate(45deg);
-webkit-animation-delay:0.78s;
-webkit-transform:rotate(45deg);
-ms-animation-delay:0.78s;
-ms-transform:rotate(45deg);
-o-animation-delay:0.78s;
-o-transform:rotate(45deg);
animation-delay:0.78s;
transform:rotate(45deg);
}
#rotateG_05{
right:0;
top:28px;
-moz-animation-delay:0.9099999999999999s;
-moz-transform:rotate(90deg);
-webkit-animation-delay:0.9099999999999999s;
-webkit-transform:rotate(90deg);
-ms-animation-delay:0.9099999999999999s;
-ms-transform:rotate(90deg);
-o-animation-delay:0.9099999999999999s;
-o-transform:rotate(90deg);
animation-delay:0.9099999999999999s;
transform:rotate(90deg);
}
#rotateG_06{
right:8px;
bottom:7px;
-moz-animation-delay:1.04s;
-moz-transform:rotate(135deg);
-webkit-animation-delay:1.04s;
-webkit-transform:rotate(135deg);
-ms-animation-delay:1.04s;
-ms-transform:rotate(135deg);
-o-animation-delay:1.04s;
-o-transform:rotate(135deg);
animation-delay:1.04s;
transform:rotate(135deg);
}
#rotateG_07{
bottom:0;
left:26px;
-moz-animation-delay:1.1700000000000002s;
-moz-transform:rotate(180deg);
-webkit-animation-delay:1.1700000000000002s;
-webkit-transform:rotate(180deg);
-ms-animation-delay:1.1700000000000002s;
-ms-transform:rotate(180deg);
-o-animation-delay:1.1700000000000002s;
-o-transform:rotate(180deg);
animation-delay:1.1700000000000002s;
transform:rotate(180deg);
}
#rotateG_08{
left:8px;
bottom:7px;
-moz-animation-delay:1.3s;
-moz-transform:rotate(-135deg);
-webkit-animation-delay:1.3s;
-webkit-transform:rotate(-135deg);
-ms-animation-delay:1.3s;
-ms-transform:rotate(-135deg);
-o-animation-delay:1.3s;
-o-transform:rotate(-135deg);
animation-delay:1.3s;
transform:rotate(-135deg);
}
@-moz-keyframes fadeG{
0%{
background-color:#13C27C}
100%{
background-color:#FFFFFF}
}
@-webkit-keyframes fadeG{
0%{
background-color:#13C27C}
100%{
background-color:#FFFFFF}
}
@-ms-keyframes fadeG{
0%{
background-color:#13C27C}
100%{
background-color:#FFFFFF}
}
@-o-keyframes fadeG{
0%{
background-color:#13C27C}
100%{
background-color:#FFFFFF}
}
@keyframes fadeG{
0%{
background-color:#13C27C}
100%{
background-color:#FFFFFF}
}
<div id="floatingBarsG">
<div class="blockG" id="rotateG_01">
</div>
<div class="blockG" id="rotateG_02">
</div>
<div class="blockG" id="rotateG_03">
</div>
<div class="blockG" id="rotateG_04">
</div>
<div class="blockG" id="rotateG_05">
</div>
<div class="blockG" id="rotateG_06">
</div>
<div class="blockG" id="rotateG_07">
</div>
<div class="blockG" id="rotateG_08">
</div>
</div>*/ | 0.416085 | 0.071267 |
h1 {
text-align: center
}
.articles {
padding-left: 0px;
}
div.articles.linklist {
width: 100%;
position: relative;
float: left;
min-height: 1024px;
}
ul.articles li:not(:last-child) {
border-bottom: 1px solid #ccc
}
div.articles.settings {
width: 25%;
position: relative;
float: left;
}
span.articles.settings.input {
width: 70%;
position: relative;
float: right;
}
span.articles.settings.email {
display: block;
width: 30%;
height: 34px;
/*padding: 6px 0px;*/
position: relative;
float: left;
}
.folder-list {
width: 200px;
position: relative;
float: left;
margin-left: 0px;
margin-bottom: 40px;
}
span.sent-notice {
font-size:15px;
}
.folder-item-highlight {
width: 10px;
height: 40px;
background: #CCC;
position: relative;
float: right;
}
.folder-item-highlight.selected{
background: #BD2B59;
}
@-webkit-keyframes folder-selected {
from {
width: 160px;
}
to {
width: 231px;
}
}
@-webkit-keyframes folder-deselected {
from {
width: 231px;
}
to {
width: 160px;
}
}
.folder-item-text {
padding: 11px 20px 0px 20px;
font-size: 16px;
position: relative;
float: right;
}
.folder-item {
color: #888;
text-shadow: 0px 1px 1px #fff;
width: 160px;
height: 40px;
-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
background: #EEE;
position: relative;
float: left;
-webkit-animation: ease folder-deselected 1s;
}
.folder-item.selected {
background: #61A59D;
color: #fff;
text-shadow: 0px 1px 4px #224;
-webkit-animation: ease folder-selected 1s;
width: 231px;
}
div.folders {
width: 200px;
position: relative;
float: right;
-webkit-animation: load 1s;
opacity: 1;
-webkit-animation-timing-function: ease-in;
min-height: 80px;
}
@-webkit-keyframes load {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.container {
width: 70% !important;
padding-top: 20px;
}
/*p.entry-paragraph {
margin: 0;
}*/
.article-item {
font-size: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.thumbnail {
float: left;
font-size: 0;
margin: 0;
margin-right: 5px;
overflow: hidden;
width: 100px;
height: 100px;
padding: 0px !important;
}
.entry {
overflow: hidden;
margin-left: 3px;
opacity: 1;
}
.link {
margin: 0;
margin-bottom: 20px;
height: 100px;
-webkit-animation: load 1s;
opacity: 1;
-webkit-box-shadow: 0px 1px 5px #C2C2C2;
}
div.default-image {
background-image: image-url('no-screenshot.png');
}
.how-container {
padding: 0;
}
.how-item {
float: left;
width: 100%;
padding-bottom: 50px;
border-top-style: solid;
border-top-color: #555;
border-top-width: 1px;
}
.how-text {
height: 70px;
padding: 15px 15px;
font-size: 30px;
line-height: 20px;
font-weight: bold;
}
img.how-image {
margin-left: 5%;
}
.how-text-span {
height: 50px;
font-size: 30px;
line-height: 30px;
font-weight: bold;
position: relative;
}
.how-text-span-container {
padding-top: 50px;
margin-left: 10%;
}
span.red-header {
background: #992B23;
border-radius: 0.8em;
-moz-border-radius: 0.8em;
-webkit-border-radius: 0.8em;
color: #FF735E;
text-shadow: 2px 2px #00483E;
display: inline-block;
font-weight: bold;
line-height: 1.6em;
margin-right: 15px;
text-align: center;
width: 1.6em;
box-shadow: 0px 4px 2px #00483E;
}
.facebook-glyph {
font-weight: bold;
font-size: 20px;
line-height: 20px;
}
.twitter-glyph {
font-weight: bold;
font-size: 20px;
line-height: 20px;
}
.base-sent.sent {
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear;
}
.base-sent {
font-family: Arial;
font-size: 20px;
line-height: 20px;
color: #FFffff;
background: #FFA84B;
padding: 4px 12px 4px 12px;
visibility: hidden;
opacity: 0;
box-shadow: 0px 1px 3px #888;
transition: visibility 0s 2s, opacity 2s linear;
text-shadow: 0px 1px 4px #224;
padding-left: 20px;
padding-right: 20px;
}
.how-text-bullets {
font-size: 28px;
line-height: 28px;
font-weight: bold;
font-family: Arial;
color: #00483E;
padding: 4px 12px 4px 12px;
}
.how-text-bullets li {
padding: 40px 0px 0px 0px;
}
.list-create {
width:20%;
float:left;
}
.contacts-container {
/*margin-top: 125px;*/
/*-webkit-animation: load 1s;*/
}
.contacts-person-list {
position: relative;
float: left;
margin-left: 18%;
}
.person-detail {
width: 500px;
position: relative;
float: left;
margin-top: 30px;
}
.person-form-label {
width: 250px;
height: 40px;
float: left;
}
.person-form-label-text {
height: 40px;
float: right;
padding: 10px 0px 0px 20px;
color: #888;
text-shadow: 0px 1px 1px #fff;
font-size: 14px;
padding-right: 20px;
border-bottom-color: #eee;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.person-item-parent {
position: relative;
float: right;
}
.person-item-highlight {
width: 10px;
height: 40px;
background: #CCC;
position: relative;
float: left;
}
.person-item-highlight.selected{
background: #28A5BD;
}
.person-item-text {
padding: 10px 0px 0px 20px;
font-size: 14px;
position: relative;
float: left;
}
.person-item {
color: #888;
text-shadow: 0px 1px 1px #fff;
width: 280px;
height: 40px;
-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
background: #EEE;
position: relative;
float: left;
}
.person-item.selected {
background: #B1597C;
color: #fff;
text-shadow: 0px 1px 4px #224;
}
.boolean-item {
color: #888;
text-shadow: 0px 1px 1px #fff;
width: 250px;
height: 40px;
-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
background: #EEE;
position: relative;
float: left;
}
.boolean-item.selected {
background: #66aaaa;
color: #fff;
text-shadow: 0px 1px 4px #224;
}
.person-list-container {
width: 280px;
position: relative;
float: right;
-webkit-animation: load 1s;
}
.person-item-btn {
width: 40px;
position: relative;
float: right;
padding-top: 11px;
padding-bottom: 10px;
border-left: #aaa;
padding-left: 13px;
border-left-style: solid;
border-left-width: 1px;
}
.person-list-add {
width: 280px;
}
.person-list {
float: right;
margin-left: 20px;
}
.person-list-form {
width: 100%;
height: 40px;
background: #fff;
border: none;
padding-left: 20px;
color: #888;
text-shadow: 0px 1px 1px #fff;
font-size: 14px;
-webkit-box-shadow: 0px 1px 4px #aaa;
}
.person-list-textarea {
width: 100%;
height:280px;
background: #fff;
border: none;
padding: 10px;
color: #888;
text-shadow: 0px 1px 1px #fff;
font-size: 14px;
-webkit-box-shadow: 0px 1px 4px #aaa;
}
.add-link-btn {
width: 120px;
height: 40px;
font-size: 18px;
background: #2B9ABD;
border: none;
color: #fff;
text-shadow: 0px 1px 4px #224;
-webkit-box-shadow: 0px 1px 5px #888;
}
.add-btn-highlight {
width: 10px;
height: 40px;
background: #B92767;
position: relative;
float: left;
}
.add-link {
height: 40px;
margin-bottom: 20px;
-webkit-animation: load 1s;
}
.add-link-form {
position: relative;
float: left;
width: 365px;
-webkit-animation: add-load 1s;
}
@-webkit-keyframes add-load {
from {
width: 120px;
}
to {
width: 365px;
}
}
.person-form-container {
width: 250px;
float: left;
} | packages/articles/public/assets/css/articles.css | h1 {
text-align: center
}
.articles {
padding-left: 0px;
}
div.articles.linklist {
width: 100%;
position: relative;
float: left;
min-height: 1024px;
}
ul.articles li:not(:last-child) {
border-bottom: 1px solid #ccc
}
div.articles.settings {
width: 25%;
position: relative;
float: left;
}
span.articles.settings.input {
width: 70%;
position: relative;
float: right;
}
span.articles.settings.email {
display: block;
width: 30%;
height: 34px;
/*padding: 6px 0px;*/
position: relative;
float: left;
}
.folder-list {
width: 200px;
position: relative;
float: left;
margin-left: 0px;
margin-bottom: 40px;
}
span.sent-notice {
font-size:15px;
}
.folder-item-highlight {
width: 10px;
height: 40px;
background: #CCC;
position: relative;
float: right;
}
.folder-item-highlight.selected{
background: #BD2B59;
}
@-webkit-keyframes folder-selected {
from {
width: 160px;
}
to {
width: 231px;
}
}
@-webkit-keyframes folder-deselected {
from {
width: 231px;
}
to {
width: 160px;
}
}
.folder-item-text {
padding: 11px 20px 0px 20px;
font-size: 16px;
position: relative;
float: right;
}
.folder-item {
color: #888;
text-shadow: 0px 1px 1px #fff;
width: 160px;
height: 40px;
-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
background: #EEE;
position: relative;
float: left;
-webkit-animation: ease folder-deselected 1s;
}
.folder-item.selected {
background: #61A59D;
color: #fff;
text-shadow: 0px 1px 4px #224;
-webkit-animation: ease folder-selected 1s;
width: 231px;
}
div.folders {
width: 200px;
position: relative;
float: right;
-webkit-animation: load 1s;
opacity: 1;
-webkit-animation-timing-function: ease-in;
min-height: 80px;
}
@-webkit-keyframes load {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.container {
width: 70% !important;
padding-top: 20px;
}
/*p.entry-paragraph {
margin: 0;
}*/
.article-item {
font-size: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.thumbnail {
float: left;
font-size: 0;
margin: 0;
margin-right: 5px;
overflow: hidden;
width: 100px;
height: 100px;
padding: 0px !important;
}
.entry {
overflow: hidden;
margin-left: 3px;
opacity: 1;
}
.link {
margin: 0;
margin-bottom: 20px;
height: 100px;
-webkit-animation: load 1s;
opacity: 1;
-webkit-box-shadow: 0px 1px 5px #C2C2C2;
}
div.default-image {
background-image: image-url('no-screenshot.png');
}
.how-container {
padding: 0;
}
.how-item {
float: left;
width: 100%;
padding-bottom: 50px;
border-top-style: solid;
border-top-color: #555;
border-top-width: 1px;
}
.how-text {
height: 70px;
padding: 15px 15px;
font-size: 30px;
line-height: 20px;
font-weight: bold;
}
img.how-image {
margin-left: 5%;
}
.how-text-span {
height: 50px;
font-size: 30px;
line-height: 30px;
font-weight: bold;
position: relative;
}
.how-text-span-container {
padding-top: 50px;
margin-left: 10%;
}
span.red-header {
background: #992B23;
border-radius: 0.8em;
-moz-border-radius: 0.8em;
-webkit-border-radius: 0.8em;
color: #FF735E;
text-shadow: 2px 2px #00483E;
display: inline-block;
font-weight: bold;
line-height: 1.6em;
margin-right: 15px;
text-align: center;
width: 1.6em;
box-shadow: 0px 4px 2px #00483E;
}
.facebook-glyph {
font-weight: bold;
font-size: 20px;
line-height: 20px;
}
.twitter-glyph {
font-weight: bold;
font-size: 20px;
line-height: 20px;
}
.base-sent.sent {
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear;
}
.base-sent {
font-family: Arial;
font-size: 20px;
line-height: 20px;
color: #FFffff;
background: #FFA84B;
padding: 4px 12px 4px 12px;
visibility: hidden;
opacity: 0;
box-shadow: 0px 1px 3px #888;
transition: visibility 0s 2s, opacity 2s linear;
text-shadow: 0px 1px 4px #224;
padding-left: 20px;
padding-right: 20px;
}
.how-text-bullets {
font-size: 28px;
line-height: 28px;
font-weight: bold;
font-family: Arial;
color: #00483E;
padding: 4px 12px 4px 12px;
}
.how-text-bullets li {
padding: 40px 0px 0px 0px;
}
.list-create {
width:20%;
float:left;
}
.contacts-container {
/*margin-top: 125px;*/
/*-webkit-animation: load 1s;*/
}
.contacts-person-list {
position: relative;
float: left;
margin-left: 18%;
}
.person-detail {
width: 500px;
position: relative;
float: left;
margin-top: 30px;
}
.person-form-label {
width: 250px;
height: 40px;
float: left;
}
.person-form-label-text {
height: 40px;
float: right;
padding: 10px 0px 0px 20px;
color: #888;
text-shadow: 0px 1px 1px #fff;
font-size: 14px;
padding-right: 20px;
border-bottom-color: #eee;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.person-item-parent {
position: relative;
float: right;
}
.person-item-highlight {
width: 10px;
height: 40px;
background: #CCC;
position: relative;
float: left;
}
.person-item-highlight.selected{
background: #28A5BD;
}
.person-item-text {
padding: 10px 0px 0px 20px;
font-size: 14px;
position: relative;
float: left;
}
.person-item {
color: #888;
text-shadow: 0px 1px 1px #fff;
width: 280px;
height: 40px;
-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
background: #EEE;
position: relative;
float: left;
}
.person-item.selected {
background: #B1597C;
color: #fff;
text-shadow: 0px 1px 4px #224;
}
.boolean-item {
color: #888;
text-shadow: 0px 1px 1px #fff;
width: 250px;
height: 40px;
-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
background: #EEE;
position: relative;
float: left;
}
.boolean-item.selected {
background: #66aaaa;
color: #fff;
text-shadow: 0px 1px 4px #224;
}
.person-list-container {
width: 280px;
position: relative;
float: right;
-webkit-animation: load 1s;
}
.person-item-btn {
width: 40px;
position: relative;
float: right;
padding-top: 11px;
padding-bottom: 10px;
border-left: #aaa;
padding-left: 13px;
border-left-style: solid;
border-left-width: 1px;
}
.person-list-add {
width: 280px;
}
.person-list {
float: right;
margin-left: 20px;
}
.person-list-form {
width: 100%;
height: 40px;
background: #fff;
border: none;
padding-left: 20px;
color: #888;
text-shadow: 0px 1px 1px #fff;
font-size: 14px;
-webkit-box-shadow: 0px 1px 4px #aaa;
}
.person-list-textarea {
width: 100%;
height:280px;
background: #fff;
border: none;
padding: 10px;
color: #888;
text-shadow: 0px 1px 1px #fff;
font-size: 14px;
-webkit-box-shadow: 0px 1px 4px #aaa;
}
.add-link-btn {
width: 120px;
height: 40px;
font-size: 18px;
background: #2B9ABD;
border: none;
color: #fff;
text-shadow: 0px 1px 4px #224;
-webkit-box-shadow: 0px 1px 5px #888;
}
.add-btn-highlight {
width: 10px;
height: 40px;
background: #B92767;
position: relative;
float: left;
}
.add-link {
height: 40px;
margin-bottom: 20px;
-webkit-animation: load 1s;
}
.add-link-form {
position: relative;
float: left;
width: 365px;
-webkit-animation: add-load 1s;
}
@-webkit-keyframes add-load {
from {
width: 120px;
}
to {
width: 365px;
}
}
.person-form-container {
width: 250px;
float: left;
} | 0.304559 | 0.114914 |
.instafeed .instafeed-btn-wrapper > * {
display: inline-block;
width: 100%;
padding: var(--pad-l);
border: 1px solid var(--color-blue);
background: var(--color-lt-gray);
font-family: 'acumin-pro-extra-condensed', 'Arial Narrow', sans-serif;
font-size: var(--heading-size-xs);
font-weight: var(--weight-bold);
text-align: center;
transition: letter-spacing 0.2s;
}
@media (min-width: 464px) {
.instafeed .instafeed-btn-wrapper > * {
width: 50%;
}
}
.instafeed .instafeed-btn-wrapper > *:hover,
.instafeed .instafeed-btn-wrapper > *:focus {
letter-spacing: 1px;
}
.instafeed .instafeed-btn-wrapper .instafeed-active {
background: var(--color-blue);
color: var(--color-white);
}
.instafeed > div:not(.instafeed-btn-wrapper) {
visibility: hidden;
display: none;
width: 100%;
padding: var(--pad-l);
}
.instafeed > div.instafeed-active {
visibility: visible;
display: flex;
flex-wrap: wrap;
}
.instafeed .instafeed-carousel,
.instafeed .instafeed-feed {
border: 1px solid;
border-top: 0;
}
/* --------------------
CAROUSEL
----------------------- */
.instafeed .instafeed-carousel .instafeed-form {
display: flex;
width: 100%;
max-width: 100%;
font-family: 'acumin-pro-extra-condensed', 'Arial Narrow', sans-serif;
font-size: var(--heading-size-xs);
}
.instafeed .instafeed-carousel .instafeed-form input {
flex-grow: 2;
min-width: 50%;
padding: var(--pad-s) var(--pad-l);
padding-right: var(--pad-s);
border: 1px solid;
font-size: var(--heading-size-xs);
}
@media (min-width: 464px) {
.instafeed .instafeed-carousel .instafeed-form input {
flex-grow: 1;
min-width: 30%;
}
}
.instafeed .instafeed-carousel .instafeed-form input:hover,
.instafeed .instafeed-carousel .instafeed-form input:focus {
font-size: var(--heading-size-xs);
}
.instafeed .instafeed-carousel .instafeed-form button {
padding: var(--pad-s) var(--pad-m);
color: var(--color-white);
transition: letter-spacing 0.2s;
}
.instafeed .instafeed-carousel .instafeed-form button:hover,
.instafeed .instafeed-carousel .instafeed-form button:focus {
letter-spacing: 1px;
}
.instafeed .instafeed-carousel .instafeed-form button.instafeed-form-reorder {
background: var(--color-blue);
}
.instafeed .instafeed-carousel .instafeed-form button.instafeed-form-remove {
background: var(--color-red);
}
@media (min-width: 464px) {
.instafeed .instafeed-carousel .instafeed-form button.instafeed-form-reorder span::after {
content: 'reorder';
padding-left: var(--pad-s);
}
.instafeed .instafeed-carousel .instafeed-form button.instafeed-form-remove span::after {
content: 'remove';
padding-left: var(--pad-s);
}
}
/* --------------------
FEED
----------------------- */
.instafeed .instafeed-feed button.btn {
display: flex;
align-items: center;
justify-content: center;
min-height: 48px;
font-family: 'acumin-pro-extra-condensed', 'Arial Narrow', sans-serif;
font-size: var(--heading-size-xs);
font-weight: var(--weight-bold);
}
.instafeed .instafeed-feed button.btn.instafeed-add::before {
content: '';
background-color: var(--color-white);
width: 16px;
height: 16px;
margin-right: var(--pad-s);
-webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM5.70711 4.29289C5.31658 3.90237 4.68342 3.90237 4.29289 4.29289C3.90237 4.68342 3.90237 5.31658 4.29289 5.70711L6.58579 8L4.29289 10.2929C3.90237 10.6834 3.90237 11.3166 4.29289 11.7071C4.68342 12.0976 5.31658 12.0976 5.70711 11.7071L8 9.41421L10.2929 11.7071C10.6834 12.0976 11.3166 12.0976 11.7071 11.7071C12.0976 11.3166 12.0976 10.6834 11.7071 10.2929L9.41421 8L11.7071 5.70711C12.0976 5.31658 12.0976 4.68342 11.7071 4.29289C11.3166 3.90237 10.6834 3.90237 10.2929 4.29289L8 6.58579L5.70711 4.29289Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM5.70711 4.29289C5.31658 3.90237 4.68342 3.90237 4.29289 4.29289C3.90237 4.68342 3.90237 5.31658 4.29289 5.70711L6.58579 8L4.29289 10.2929C3.90237 10.6834 3.90237 11.3166 4.29289 11.7071C4.68342 12.0976 5.31658 12.0976 5.70711 11.7071L8 9.41421L10.2929 11.7071C10.6834 12.0976 11.3166 12.0976 11.7071 11.7071C12.0976 11.3166 12.0976 10.6834 11.7071 10.2929L9.41421 8L11.7071 5.70711C12.0976 5.31658 12.0976 4.68342 11.7071 4.29289C11.3166 3.90237 10.6834 3.90237 10.2929 4.29289L8 6.58579L5.70711 4.29289Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
transform: rotate(45deg);
}
.instafeed .instafeed-feed button.btn.instafeed-add::after {
content: 'add to carousel';
}
.instafeed .instafeed-feed button.btn.instafeed-added {
background: var(--color-green);
cursor: not-allowed;
transition: background 0.2s;
}
.instafeed .instafeed-feed button.btn.instafeed-added:hover,
.instafeed .instafeed-feed button.btn.instafeed-added:focus {
letter-spacing: unset;
background: var(--color-dk-gray);
}
.instafeed .instafeed-feed button.btn.instafeed-added::before {
content: '';
background-color: var(--color-white);
width: 16px;
height: 16px;
margin-right: var(--pad-s);
-webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM11.7071 6.70711C12.0968 6.31744 12.0978 5.68597 11.7093 5.29509C11.3208 4.90422 10.6894 4.90128 10.2973 5.28852L11 6C10.2973 5.28852 10.2973 5.28853 10.2973 5.28856L10.2971 5.28866L10.2967 5.28908L10.2951 5.29071L10.2886 5.29714L10.2632 5.32224L10.166 5.41826L9.81199 5.76861C9.51475 6.06294 9.10795 6.46627 8.66977 6.90213C8.11075 7.4582 7.49643 8.07141 6.99329 8.57908L5.70711 7.29289C5.31658 6.90237 4.68342 6.90237 4.29289 7.29289C3.90237 7.68342 3.90237 8.31658 4.29289 8.70711L6.29289 10.7071C6.68342 11.0976 7.31658 11.0976 7.70711 10.7071L11.7071 6.70711Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM11.7071 6.70711C12.0968 6.31744 12.0978 5.68597 11.7093 5.29509C11.3208 4.90422 10.6894 4.90128 10.2973 5.28852L11 6C10.2973 5.28852 10.2973 5.28853 10.2973 5.28856L10.2971 5.28866L10.2967 5.28908L10.2951 5.29071L10.2886 5.29714L10.2632 5.32224L10.166 5.41826L9.81199 5.76861C9.51475 6.06294 9.10795 6.46627 8.66977 6.90213C8.11075 7.4582 7.49643 8.07141 6.99329 8.57908L5.70711 7.29289C5.31658 6.90237 4.68342 6.90237 4.29289 7.29289C3.90237 7.68342 3.90237 8.31658 4.29289 8.70711L6.29289 10.7071C6.68342 11.0976 7.31658 11.0976 7.70711 10.7071L11.7071 6.70711Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
}
.instafeed .instafeed-feed button.btn.instafeed-added::after {
content: 'added to carousel';
}
/* --------------------
FIGURE
----------------------- */
.instafeed .instafeed-figure {
margin-bottom: var(--pad-l);
width: 100%;
}
.instafeed .instafeed-figure:last-child {
margin-bottom: 0;
}
.instafeed .instafeed-figure .instafeed-media {
max-width: 100%;
}
@media (min-width: 768px) {
.instafeed .instafeed-figure {
width: calc((100% / 2) - (var(--pad-l) / 2));
}
.instafeed .instafeed-figure {
margin-right: var(--pad-l);
}
.instafeed .instafeed-figure:nth-child(even) {
margin-right: 0;
}
}
@media (min-width: 1200px) {
.instafeed .instafeed-figure {
width: calc((100% / 3) - (var(--pad-l) / 1.5));
}
.instafeed .instafeed-figure:nth-child(even) {
margin-right: var(--pad-l);
}
.instafeed .instafeed-figure:nth-child(3n) {
margin-right: 0;
}
} | assets/blocks/instafeed/instafeed.css | .instafeed .instafeed-btn-wrapper > * {
display: inline-block;
width: 100%;
padding: var(--pad-l);
border: 1px solid var(--color-blue);
background: var(--color-lt-gray);
font-family: 'acumin-pro-extra-condensed', 'Arial Narrow', sans-serif;
font-size: var(--heading-size-xs);
font-weight: var(--weight-bold);
text-align: center;
transition: letter-spacing 0.2s;
}
@media (min-width: 464px) {
.instafeed .instafeed-btn-wrapper > * {
width: 50%;
}
}
.instafeed .instafeed-btn-wrapper > *:hover,
.instafeed .instafeed-btn-wrapper > *:focus {
letter-spacing: 1px;
}
.instafeed .instafeed-btn-wrapper .instafeed-active {
background: var(--color-blue);
color: var(--color-white);
}
.instafeed > div:not(.instafeed-btn-wrapper) {
visibility: hidden;
display: none;
width: 100%;
padding: var(--pad-l);
}
.instafeed > div.instafeed-active {
visibility: visible;
display: flex;
flex-wrap: wrap;
}
.instafeed .instafeed-carousel,
.instafeed .instafeed-feed {
border: 1px solid;
border-top: 0;
}
/* --------------------
CAROUSEL
----------------------- */
.instafeed .instafeed-carousel .instafeed-form {
display: flex;
width: 100%;
max-width: 100%;
font-family: 'acumin-pro-extra-condensed', 'Arial Narrow', sans-serif;
font-size: var(--heading-size-xs);
}
.instafeed .instafeed-carousel .instafeed-form input {
flex-grow: 2;
min-width: 50%;
padding: var(--pad-s) var(--pad-l);
padding-right: var(--pad-s);
border: 1px solid;
font-size: var(--heading-size-xs);
}
@media (min-width: 464px) {
.instafeed .instafeed-carousel .instafeed-form input {
flex-grow: 1;
min-width: 30%;
}
}
.instafeed .instafeed-carousel .instafeed-form input:hover,
.instafeed .instafeed-carousel .instafeed-form input:focus {
font-size: var(--heading-size-xs);
}
.instafeed .instafeed-carousel .instafeed-form button {
padding: var(--pad-s) var(--pad-m);
color: var(--color-white);
transition: letter-spacing 0.2s;
}
.instafeed .instafeed-carousel .instafeed-form button:hover,
.instafeed .instafeed-carousel .instafeed-form button:focus {
letter-spacing: 1px;
}
.instafeed .instafeed-carousel .instafeed-form button.instafeed-form-reorder {
background: var(--color-blue);
}
.instafeed .instafeed-carousel .instafeed-form button.instafeed-form-remove {
background: var(--color-red);
}
@media (min-width: 464px) {
.instafeed .instafeed-carousel .instafeed-form button.instafeed-form-reorder span::after {
content: 'reorder';
padding-left: var(--pad-s);
}
.instafeed .instafeed-carousel .instafeed-form button.instafeed-form-remove span::after {
content: 'remove';
padding-left: var(--pad-s);
}
}
/* --------------------
FEED
----------------------- */
.instafeed .instafeed-feed button.btn {
display: flex;
align-items: center;
justify-content: center;
min-height: 48px;
font-family: 'acumin-pro-extra-condensed', 'Arial Narrow', sans-serif;
font-size: var(--heading-size-xs);
font-weight: var(--weight-bold);
}
.instafeed .instafeed-feed button.btn.instafeed-add::before {
content: '';
background-color: var(--color-white);
width: 16px;
height: 16px;
margin-right: var(--pad-s);
-webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM5.70711 4.29289C5.31658 3.90237 4.68342 3.90237 4.29289 4.29289C3.90237 4.68342 3.90237 5.31658 4.29289 5.70711L6.58579 8L4.29289 10.2929C3.90237 10.6834 3.90237 11.3166 4.29289 11.7071C4.68342 12.0976 5.31658 12.0976 5.70711 11.7071L8 9.41421L10.2929 11.7071C10.6834 12.0976 11.3166 12.0976 11.7071 11.7071C12.0976 11.3166 12.0976 10.6834 11.7071 10.2929L9.41421 8L11.7071 5.70711C12.0976 5.31658 12.0976 4.68342 11.7071 4.29289C11.3166 3.90237 10.6834 3.90237 10.2929 4.29289L8 6.58579L5.70711 4.29289Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM5.70711 4.29289C5.31658 3.90237 4.68342 3.90237 4.29289 4.29289C3.90237 4.68342 3.90237 5.31658 4.29289 5.70711L6.58579 8L4.29289 10.2929C3.90237 10.6834 3.90237 11.3166 4.29289 11.7071C4.68342 12.0976 5.31658 12.0976 5.70711 11.7071L8 9.41421L10.2929 11.7071C10.6834 12.0976 11.3166 12.0976 11.7071 11.7071C12.0976 11.3166 12.0976 10.6834 11.7071 10.2929L9.41421 8L11.7071 5.70711C12.0976 5.31658 12.0976 4.68342 11.7071 4.29289C11.3166 3.90237 10.6834 3.90237 10.2929 4.29289L8 6.58579L5.70711 4.29289Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
transform: rotate(45deg);
}
.instafeed .instafeed-feed button.btn.instafeed-add::after {
content: 'add to carousel';
}
.instafeed .instafeed-feed button.btn.instafeed-added {
background: var(--color-green);
cursor: not-allowed;
transition: background 0.2s;
}
.instafeed .instafeed-feed button.btn.instafeed-added:hover,
.instafeed .instafeed-feed button.btn.instafeed-added:focus {
letter-spacing: unset;
background: var(--color-dk-gray);
}
.instafeed .instafeed-feed button.btn.instafeed-added::before {
content: '';
background-color: var(--color-white);
width: 16px;
height: 16px;
margin-right: var(--pad-s);
-webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM11.7071 6.70711C12.0968 6.31744 12.0978 5.68597 11.7093 5.29509C11.3208 4.90422 10.6894 4.90128 10.2973 5.28852L11 6C10.2973 5.28852 10.2973 5.28853 10.2973 5.28856L10.2971 5.28866L10.2967 5.28908L10.2951 5.29071L10.2886 5.29714L10.2632 5.32224L10.166 5.41826L9.81199 5.76861C9.51475 6.06294 9.10795 6.46627 8.66977 6.90213C8.11075 7.4582 7.49643 8.07141 6.99329 8.57908L5.70711 7.29289C5.31658 6.90237 4.68342 6.90237 4.29289 7.29289C3.90237 7.68342 3.90237 8.31658 4.29289 8.70711L6.29289 10.7071C6.68342 11.0976 7.31658 11.0976 7.70711 10.7071L11.7071 6.70711Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM11.7071 6.70711C12.0968 6.31744 12.0978 5.68597 11.7093 5.29509C11.3208 4.90422 10.6894 4.90128 10.2973 5.28852L11 6C10.2973 5.28852 10.2973 5.28853 10.2973 5.28856L10.2971 5.28866L10.2967 5.28908L10.2951 5.29071L10.2886 5.29714L10.2632 5.32224L10.166 5.41826L9.81199 5.76861C9.51475 6.06294 9.10795 6.46627 8.66977 6.90213C8.11075 7.4582 7.49643 8.07141 6.99329 8.57908L5.70711 7.29289C5.31658 6.90237 4.68342 6.90237 4.29289 7.29289C3.90237 7.68342 3.90237 8.31658 4.29289 8.70711L6.29289 10.7071C6.68342 11.0976 7.31658 11.0976 7.70711 10.7071L11.7071 6.70711Z' fill='black' fill-opacity='0.9'/%3E%3C/svg%3E");
}
.instafeed .instafeed-feed button.btn.instafeed-added::after {
content: 'added to carousel';
}
/* --------------------
FIGURE
----------------------- */
.instafeed .instafeed-figure {
margin-bottom: var(--pad-l);
width: 100%;
}
.instafeed .instafeed-figure:last-child {
margin-bottom: 0;
}
.instafeed .instafeed-figure .instafeed-media {
max-width: 100%;
}
@media (min-width: 768px) {
.instafeed .instafeed-figure {
width: calc((100% / 2) - (var(--pad-l) / 2));
}
.instafeed .instafeed-figure {
margin-right: var(--pad-l);
}
.instafeed .instafeed-figure:nth-child(even) {
margin-right: 0;
}
}
@media (min-width: 1200px) {
.instafeed .instafeed-figure {
width: calc((100% / 3) - (var(--pad-l) / 1.5));
}
.instafeed .instafeed-figure:nth-child(even) {
margin-right: var(--pad-l);
}
.instafeed .instafeed-figure:nth-child(3n) {
margin-right: 0;
}
} | 0.376967 | 0.050682 |
html{
background-color: gray;
}
/* Layout */
/* ------------------------------------------------------- */
#wrap { height:100%; }
body > #wrap { height:auto; min-height:100%; }
#content {
padding-bottom:160px; /* footer height */
overflow:hidden; /* float clear */
}
#content #inner {
position:relative;
width:990px;
margin:0 auto;
}
/* styles/base/fonts.css */
/*============================================================
Fonts
============================================================*/
@font-face {
font-family: 'Avenir Next Pro';
src: url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_1_0.eot');
src: url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_1_0.eot?#iefix') format('embedded-opentype'),url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_1_0.woff') format('woff'),url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_1_0.ttf') format('truetype');
font-weight: 400; font-style: normal;
}
@font-face {
font-family: 'Avenir Next Pro';
src: url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_3_0.eot');
src: url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_3_0.eot?#iefix') format('embedded-opentype'),url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_3_0.woff') format('woff'),url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_3_0.ttf') format('truetype');
font-weight: 400; font-style: italic;
}
@font-face {
font-family: 'Avenir Next Pro';
src: url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_0_0.eot');
src: url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_0_0.eot?#iefix') format('embedded-opentype'),url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_0_0.woff') format('woff'),url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_0_0.ttf') format('truetype');
font-weight: 500; font-style: normal;
}
@font-face {
font-family: 'Avenir Next Pro';
src: url('///cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_2_0.eot');
src: url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_2_0.eot?#iefix') format('embedded-opentype'),url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_2_0.woff') format('woff'),url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_2_0.ttf') format('truetype');
font-weight: 700; font-style: normal;
}
@font-face {
font-family: 'ProximaNova';
src: url('//cmsites.a.ssl.fastly.net/kits/16/fonts/ProximaNova-Reg.woff') format('woff');
font-weight: 400; font-style: normal;
}
@font-face {
font-family: 'ProximaNova';
src: url('//cmsites.a.ssl.fastly.net/kits/16/fonts/ProximaNova-Sbold.woff') format('woff');
font-weight: 500; font-style: normal;
}
@font-face {
font-family: 'ProximaNova';
src: url('//cmsites.a.ssl.fastly.net/kits/16/fonts/ProximaNova-Bold.woff') format('woff');
font-weight: 700; font-style: normal;
}
@font-face {
font-family: 'talent';
src: url('//cmsites.a.ssl.fastly.net/kits/1.19/icons/fonts/talent.woff') format('woff');
font-weight: normal; font-style: normal;
}
@font-face {
font-family: 'carbonmade';
src: url('//cmsites.a.ssl.fastly.net/kits/84/fonts/carbonmade/fonts/carbonmade.woff?-emgn3b') format('woff');
font-weight: normal; font-style: normal;
}
/* authentication/styles/signin.scss */
body.signin,
body.passwordresets {
background: #5b5b77;
background: -moz-linear-gradient(top, #5b5b77 50%, #29283b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #5b5b77), color-stop(100%, #29283b));
background: -webkit-linear-gradient(top, #5b5b77 50%, #29283b 100%);
background: -o-linear-gradient(top, #5b5b77 50%, #29283b 100%);
background: -ms-linear-gradient(top, #5b5b77 50%, #29283b 100%);
background: linear-gradient(to bottom, #5b5b77 50%, #29283b 100%);
font-family: 'ProximaNova';
-webkit-font-smoothing: antialiased;
}
body.signin #content,
body.passwordresets #content {
position: absolute;
top: 50%;
margin-top: -200px;
left: 50%;
margin-left: -250px;
padding: 0;
width: 500px;
}
body.signin #content #inner,
body.passwordresets #content #inner { width: 500px; }
body.signin #content { overflow: visible; }
.topHead {
height: 40px;
padding: 17px 30px;
text-align: center;
}
.topHead .signUp:hover {
text-decoration: none;
opacity: 1;
}
.topHead .signUp:after {
content: '→';
font-size: 19px;
position: absolute;
top: 2px;
right: 0;
}
.topHead .signUp {
display: none;
position: relative;
height: 40px;
line-height: 40px;
font-size: 18px;
font-weight: 500;
color: #28a5db;
padding: 0 25px 0 0;
float: right;
opacity: 0.8;
}
.topHead .logo {
display: block;
width: 110px;
height: 40px;
float: left;
background-image: url('../../network/img/logotype-grey.svg');
background-size: 110px;
background-repeat: no-repeat;
background-position: right center;
color: transparent;
}
body.signin .close {
color: #999;
font-size: 16px;
line-height: 40px;
font-weight: 500;
cursor: pointer;
opacity: 0.8;
}
body.signin .close:before { content: ''; }
body.signin .close:hover { opacity: 1; }
#signinLogo {
position: relative;
display: block;
width: 50px;
height: 50px;
margin: -50px auto 16px;
background-image: url('../../images/header/uniface-knockout.svg');
background-repeat: no-repeat;
background-size: 48px;
background-position: center;
background-color: #433b5f;
border-radius: 100%;
z-index: 10;
}
#headline {
position: relative;
font-size: 28px;
line-height: 30px;
color: #D7D7EC;
text-align: center;
margin: 0 0 24px;
letter-spacing: 0;
}
#signinBlock {
margin: 0 auto;
width: 400px;
padding: 20px 24px 24px;
background-color: #fff;
border-radius: 8px;
}
#signinBlock h2 {
font-size: 28px;
line-height: 30px;
color: #aa84d1;
text-align: center;
margin: 0 0 15px;
letter-spacing: 0;
}
#signinBlock .formContainer .signinRow label {
padding-bottom: 6px;
font-size: 18px;
color: #888;
}
#signinBlock .formContainer .signinRow {
display: block;
position: relative;
margin: 0 0 15px;
}
#signinBlock input.fillin {
padding: 15px;
height: 30px;
line-height: 30px;
width: 370px;
border: none;
border-bottom: 2px solid #f2f3f3;
font-size: 22px;
color: rgba(128, 130, 133, 1);
font-weight: 400;
background-color: #fff;
font-family: 'ProximaNova';
-webkit-font-smoothing: antialiased;
box-shadow: none;
border-radius: 0;
}
#signinBlock input.fillin:focus { border-bottom: 2px solid #95d2ec; }
#signinBlock .error input.fillin { border-bottom: 2px solid #ed656c; }
#signinBlock ::-webkit-input-placeholder {
color: rgba(128, 130, 133, 0.7);
font-weight: 400;
}
#signinBlock :-ms-input-placeholder {
color: rgba(128, 130, 133, 0.7);
font-weight: 400;
}
#signinBlock ::-moz-placeholder {
color: rgba(128, 130, 133, 0.7);
font-weight: 400;
}
#signinBlock :-moz-placeholder {
color: rgba(128, 130, 133, 0.7);
font-weight: 400;
}
#signinBlock input.fillin:focus::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.15); }
#signinBlock input.fillin:focus:-ms-input-placeholder { color: rgba(0, 0, 0, 0.15); }
#signinBlock input.fillin:focus::-moz-placeholder { color: rgba(0, 0, 0, 0.15); }
#signinBlock input.fillin:focus:-moz-placeholder { color: rgba(0, 0, 0, 0.15); }
#signinBlock .resetPassLink {
position: absolute;
top: 0px;
right: 0px;
padding: 0 15px 0 5px;
font-size: 14px;
line-height: 60px;
color: #28a5db;
opacity: 0.7;
z-index: 20;
}
#signinBlock .resetPassLink:hover {
text-decoration: none;
opacity: 1;
}
#signinBlock .field .message {
opacity: 0;
display: block;
position: absolute;
top: inherit;
right: auto;
bottom: 15px;
left: 100%;
width: auto;
height: auto;
max-width: 310px;
padding: 10px 15px;
margin: 7px 0 0 0px;
font-size: 14px;
line-height: 20px;
height: 20px;
font-weight: 500;
background: #f8ca5c;
color: #7d532b;
border-radius: 3px;
white-space: nowrap;
z-index: 10;
-webkit-transition: margin-left .3s cubic-bezier(0.000, 0.005, 0.265, 1.8), opacity .1s ease;
transition: margin-left .3s cubic-bezier(0.000, 0.005, 0.265, 1.8), opacity .1s ease;
}
#signinBlock .field .message:before {
display: block;
position: absolute;
left: -6px;
right: auto;
top: 14px;
content: "";
width: 0px;
height: 0px;
border-style: solid;
border-width: 6px 6px 6px 0;
border-color: transparent #f8ca5c transparent transparent;
}
#signinBlock .field.invalid .message {
display: block;
opacity: 1;
margin-left: 6px;
color: #7d532b;
font-size: 14px;
line-height: 20px;
padding: 10px 15px;
}
#signinBlock .error .message {
display: none;
padding: 0 0 20px;
text-align: center;
font-size: 18px;
line-height: 20px;
color: #ef6469;
}
#signinBlock form.error .error .message { display: block; }
#signinBlock .buttonWrap {
padding: 15px 0 3px;
text-align: center;
}
#signinBlock input.button {
-webkit-appearance: none;
display: inline-block;
height: 70px;
line-height: 70px;
width: 100%;
padding: 0 25px;
font-family: "ProximaNova";
color: white;
font-weight: 500;
font-size: 26px;
text-decoration: none;
border: none;
-webkit-font-smoothing: antialiased;
cursor: pointer;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #43c1be;
-webkit-transition: background 0.15s ease-in-out, width .2s ease-in-out;
transition: background 0.15s ease-in-out, width .2s ease-in-out;
}
#signinBlock input.button:active {
-webkit-transform: scale(.95);
transform: scale(.95);
}
#signinBlock input.button:hover { background: #36d8d6; }
#signinBlock input.button:disabled {
background: #dcdce9;
pointer-events: none;
}
#signinBlock form.sending input.button {
width: 0px;
padding: 0 35px;
color: transparent;
overflow: hidden;
background: #43c1be center no-repeat url('../images/bounce45C1BE-1x.gif');
-webkit-transition: width .2s ease-in-out;
transition: width .2s ease-in-out;
font-size: 0;
cursor: default;
}
.reset #signinBlock form input.button { margin-top: 15px; }
.reset #signinBlock p.description {
color: rgba(0, 0, 0, 0.5);
font-size: 18px;
line-height: 24px;
text-align: center;
margin: 0 0 20px;
}
#content:after {
display: block;
content: ".";
clear: both;
font-size: 0;
line-height: 0;
height: 0;
overflow: hidden;
}
/*
---------------------------------
SIDEBAR
---------------------------------
/*
body {
color: #777;
}
.pure-img-responsive {
max-width: 100%;
height: auto;
}
/*
Add transition to containers so they can push in and out.
*/
#layout,
#menu,
.menu-link {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
position: relative;
padding-left: 0;
}
#layout.active {
position: relative;
left: 150px;
}
#layout.active #menu {
left: 150px;
width: 150px;
}
#layout.active .menu-link {
left: 150px;
}
/*
The content `<div>` is where all your content goes.
*/
.content {
margin: 0 auto;
padding: 0 2em;
max-width: 800px;
margin-bottom: 50px;
line-height: 1.6em;
}
.header {
margin: 0;
color: #333;
text-align: center;
padding: 2.5em 2em 0;
border-bottom: 1px solid #eee;
}
.header h1 {
margin: 0.2em 0;
font-size: 3em;
font-weight: 300;
}
.header h2 {
font-weight: 300;
color: #ccc;
padding: 0;
margin-top: 0;
}
.content-subhead {
margin: 50px 0 20px 0;
font-weight: 300;
color: #888;
}
/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page.
*/
#menu {
margin-left: -150px; /* "#menu" width */
width: 150px;
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 1000; /* so the menu or its navicon stays above all content */
background: #191818;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
/*
All anchors inside the menu should be styled like this.
*/
#menu a {
color: #999;
border: none;
padding: 0.6em 0 0.6em 0.6em;
}
/*
Remove all background/borders, since we are applying them to #menu.
*/
#menu .pure-menu,
#menu .pure-menu ul {
border: none;
background: transparent;
}
/*
Add that light border to separate items into groups.
*/
#menu .pure-menu ul,
#menu .pure-menu .menu-item-divided {
border-top: 1px solid #333;
}
/*
Change color of the anchor links on hover/focus.
*/
#menu .pure-menu li a:hover,
#menu .pure-menu li a:focus {
background: #333;
}
/*
This styles the selected menu item `<li>`.
*/
#menu .pure-menu-selected,
#menu .pure-menu-heading {
background: #1f8dd6;
}
/*
This styles a link within a selected menu item `<li>`.
*/
#menu .pure-menu-selected a {
color: #fff;
}
/*
This styles the menu heading.
*/
#menu .pure-menu-heading {
font-size: 110%;
color: #fff;
margin: 0;
}
/* -- Dynamic Button For Responsive Menu -------------------------------------*/
/*
The button to open/close the Menu is custom-made and not part of Pure. Here's
how it works:
*/
/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
position: fixed;
display: block; /* show this only on small screens */
top: 0;
left: 0; /* "#menu width" */
background: #000;
background: rgba(0,0,0,0.7);
font-size: 10px; /* change this value to increase/decrease button size */
z-index: 10;
width: 2em;
height: auto;
padding: 2.1em 1.6em;
}
.menu-link:hover,
.menu-link:focus {
background: #000;
}
.menu-link span {
position: relative;
display: block;
}
.menu-link span,
.menu-link span:before,
.menu-link span:after {
background-color: #fff;
width: 100%;
height: 0.2em;
}
.menu-link span:before,
.menu-link span:after {
position: absolute;
margin-top: -0.6em;
content: " ";
}
.menu-link span:after {
margin-top: 0.6em;
}
/* -- Responsive Styles (Media Queries) ------------------------------------- */
/*
Hides the menu at `48em`, but modify this based on your app's needs.
*/
@media (min-width: 48em) {
.header,
.content {
padding-left: 2em;
padding-right: 2em;
}
#layout {
padding-left: 150px; /* left col width "#menu" */
left: 0;
}
#menu {
left: 150px;
}
.menu-link {
position: fixed;
left: 150px;
display: none;
}
#layout.active .menu-link {
left: 150px;
}
} | src/public/assets/css/app.css | html{
background-color: gray;
}
/* Layout */
/* ------------------------------------------------------- */
#wrap { height:100%; }
body > #wrap { height:auto; min-height:100%; }
#content {
padding-bottom:160px; /* footer height */
overflow:hidden; /* float clear */
}
#content #inner {
position:relative;
width:990px;
margin:0 auto;
}
/* styles/base/fonts.css */
/*============================================================
Fonts
============================================================*/
@font-face {
font-family: 'Avenir Next Pro';
src: url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_1_0.eot');
src: url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_1_0.eot?#iefix') format('embedded-opentype'),url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_1_0.woff') format('woff'),url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_1_0.ttf') format('truetype');
font-weight: 400; font-style: normal;
}
@font-face {
font-family: 'Avenir Next Pro';
src: url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_3_0.eot');
src: url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_3_0.eot?#iefix') format('embedded-opentype'),url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_3_0.woff') format('woff'),url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_3_0.ttf') format('truetype');
font-weight: 400; font-style: italic;
}
@font-face {
font-family: 'Avenir Next Pro';
src: url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_0_0.eot');
src: url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_0_0.eot?#iefix') format('embedded-opentype'),url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_0_0.woff') format('woff'),url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_0_0.ttf') format('truetype');
font-weight: 500; font-style: normal;
}
@font-face {
font-family: 'Avenir Next Pro';
src: url('///cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_2_0.eot');
src: url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_2_0.eot?#iefix') format('embedded-opentype'),url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_2_0.woff') format('woff'),url('//cmsites.a.ssl.fastly.net/kits/76/fonts/avenir/2B2E0A_2_0.ttf') format('truetype');
font-weight: 700; font-style: normal;
}
@font-face {
font-family: 'ProximaNova';
src: url('//cmsites.a.ssl.fastly.net/kits/16/fonts/ProximaNova-Reg.woff') format('woff');
font-weight: 400; font-style: normal;
}
@font-face {
font-family: 'ProximaNova';
src: url('//cmsites.a.ssl.fastly.net/kits/16/fonts/ProximaNova-Sbold.woff') format('woff');
font-weight: 500; font-style: normal;
}
@font-face {
font-family: 'ProximaNova';
src: url('//cmsites.a.ssl.fastly.net/kits/16/fonts/ProximaNova-Bold.woff') format('woff');
font-weight: 700; font-style: normal;
}
@font-face {
font-family: 'talent';
src: url('//cmsites.a.ssl.fastly.net/kits/1.19/icons/fonts/talent.woff') format('woff');
font-weight: normal; font-style: normal;
}
@font-face {
font-family: 'carbonmade';
src: url('//cmsites.a.ssl.fastly.net/kits/84/fonts/carbonmade/fonts/carbonmade.woff?-emgn3b') format('woff');
font-weight: normal; font-style: normal;
}
/* authentication/styles/signin.scss */
body.signin,
body.passwordresets {
background: #5b5b77;
background: -moz-linear-gradient(top, #5b5b77 50%, #29283b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #5b5b77), color-stop(100%, #29283b));
background: -webkit-linear-gradient(top, #5b5b77 50%, #29283b 100%);
background: -o-linear-gradient(top, #5b5b77 50%, #29283b 100%);
background: -ms-linear-gradient(top, #5b5b77 50%, #29283b 100%);
background: linear-gradient(to bottom, #5b5b77 50%, #29283b 100%);
font-family: 'ProximaNova';
-webkit-font-smoothing: antialiased;
}
body.signin #content,
body.passwordresets #content {
position: absolute;
top: 50%;
margin-top: -200px;
left: 50%;
margin-left: -250px;
padding: 0;
width: 500px;
}
body.signin #content #inner,
body.passwordresets #content #inner { width: 500px; }
body.signin #content { overflow: visible; }
.topHead {
height: 40px;
padding: 17px 30px;
text-align: center;
}
.topHead .signUp:hover {
text-decoration: none;
opacity: 1;
}
.topHead .signUp:after {
content: '→';
font-size: 19px;
position: absolute;
top: 2px;
right: 0;
}
.topHead .signUp {
display: none;
position: relative;
height: 40px;
line-height: 40px;
font-size: 18px;
font-weight: 500;
color: #28a5db;
padding: 0 25px 0 0;
float: right;
opacity: 0.8;
}
.topHead .logo {
display: block;
width: 110px;
height: 40px;
float: left;
background-image: url('../../network/img/logotype-grey.svg');
background-size: 110px;
background-repeat: no-repeat;
background-position: right center;
color: transparent;
}
body.signin .close {
color: #999;
font-size: 16px;
line-height: 40px;
font-weight: 500;
cursor: pointer;
opacity: 0.8;
}
body.signin .close:before { content: ''; }
body.signin .close:hover { opacity: 1; }
#signinLogo {
position: relative;
display: block;
width: 50px;
height: 50px;
margin: -50px auto 16px;
background-image: url('../../images/header/uniface-knockout.svg');
background-repeat: no-repeat;
background-size: 48px;
background-position: center;
background-color: #433b5f;
border-radius: 100%;
z-index: 10;
}
#headline {
position: relative;
font-size: 28px;
line-height: 30px;
color: #D7D7EC;
text-align: center;
margin: 0 0 24px;
letter-spacing: 0;
}
#signinBlock {
margin: 0 auto;
width: 400px;
padding: 20px 24px 24px;
background-color: #fff;
border-radius: 8px;
}
#signinBlock h2 {
font-size: 28px;
line-height: 30px;
color: #aa84d1;
text-align: center;
margin: 0 0 15px;
letter-spacing: 0;
}
#signinBlock .formContainer .signinRow label {
padding-bottom: 6px;
font-size: 18px;
color: #888;
}
#signinBlock .formContainer .signinRow {
display: block;
position: relative;
margin: 0 0 15px;
}
#signinBlock input.fillin {
padding: 15px;
height: 30px;
line-height: 30px;
width: 370px;
border: none;
border-bottom: 2px solid #f2f3f3;
font-size: 22px;
color: rgba(128, 130, 133, 1);
font-weight: 400;
background-color: #fff;
font-family: 'ProximaNova';
-webkit-font-smoothing: antialiased;
box-shadow: none;
border-radius: 0;
}
#signinBlock input.fillin:focus { border-bottom: 2px solid #95d2ec; }
#signinBlock .error input.fillin { border-bottom: 2px solid #ed656c; }
#signinBlock ::-webkit-input-placeholder {
color: rgba(128, 130, 133, 0.7);
font-weight: 400;
}
#signinBlock :-ms-input-placeholder {
color: rgba(128, 130, 133, 0.7);
font-weight: 400;
}
#signinBlock ::-moz-placeholder {
color: rgba(128, 130, 133, 0.7);
font-weight: 400;
}
#signinBlock :-moz-placeholder {
color: rgba(128, 130, 133, 0.7);
font-weight: 400;
}
#signinBlock input.fillin:focus::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.15); }
#signinBlock input.fillin:focus:-ms-input-placeholder { color: rgba(0, 0, 0, 0.15); }
#signinBlock input.fillin:focus::-moz-placeholder { color: rgba(0, 0, 0, 0.15); }
#signinBlock input.fillin:focus:-moz-placeholder { color: rgba(0, 0, 0, 0.15); }
#signinBlock .resetPassLink {
position: absolute;
top: 0px;
right: 0px;
padding: 0 15px 0 5px;
font-size: 14px;
line-height: 60px;
color: #28a5db;
opacity: 0.7;
z-index: 20;
}
#signinBlock .resetPassLink:hover {
text-decoration: none;
opacity: 1;
}
#signinBlock .field .message {
opacity: 0;
display: block;
position: absolute;
top: inherit;
right: auto;
bottom: 15px;
left: 100%;
width: auto;
height: auto;
max-width: 310px;
padding: 10px 15px;
margin: 7px 0 0 0px;
font-size: 14px;
line-height: 20px;
height: 20px;
font-weight: 500;
background: #f8ca5c;
color: #7d532b;
border-radius: 3px;
white-space: nowrap;
z-index: 10;
-webkit-transition: margin-left .3s cubic-bezier(0.000, 0.005, 0.265, 1.8), opacity .1s ease;
transition: margin-left .3s cubic-bezier(0.000, 0.005, 0.265, 1.8), opacity .1s ease;
}
#signinBlock .field .message:before {
display: block;
position: absolute;
left: -6px;
right: auto;
top: 14px;
content: "";
width: 0px;
height: 0px;
border-style: solid;
border-width: 6px 6px 6px 0;
border-color: transparent #f8ca5c transparent transparent;
}
#signinBlock .field.invalid .message {
display: block;
opacity: 1;
margin-left: 6px;
color: #7d532b;
font-size: 14px;
line-height: 20px;
padding: 10px 15px;
}
#signinBlock .error .message {
display: none;
padding: 0 0 20px;
text-align: center;
font-size: 18px;
line-height: 20px;
color: #ef6469;
}
#signinBlock form.error .error .message { display: block; }
#signinBlock .buttonWrap {
padding: 15px 0 3px;
text-align: center;
}
#signinBlock input.button {
-webkit-appearance: none;
display: inline-block;
height: 70px;
line-height: 70px;
width: 100%;
padding: 0 25px;
font-family: "ProximaNova";
color: white;
font-weight: 500;
font-size: 26px;
text-decoration: none;
border: none;
-webkit-font-smoothing: antialiased;
cursor: pointer;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #43c1be;
-webkit-transition: background 0.15s ease-in-out, width .2s ease-in-out;
transition: background 0.15s ease-in-out, width .2s ease-in-out;
}
#signinBlock input.button:active {
-webkit-transform: scale(.95);
transform: scale(.95);
}
#signinBlock input.button:hover { background: #36d8d6; }
#signinBlock input.button:disabled {
background: #dcdce9;
pointer-events: none;
}
#signinBlock form.sending input.button {
width: 0px;
padding: 0 35px;
color: transparent;
overflow: hidden;
background: #43c1be center no-repeat url('../images/bounce45C1BE-1x.gif');
-webkit-transition: width .2s ease-in-out;
transition: width .2s ease-in-out;
font-size: 0;
cursor: default;
}
.reset #signinBlock form input.button { margin-top: 15px; }
.reset #signinBlock p.description {
color: rgba(0, 0, 0, 0.5);
font-size: 18px;
line-height: 24px;
text-align: center;
margin: 0 0 20px;
}
#content:after {
display: block;
content: ".";
clear: both;
font-size: 0;
line-height: 0;
height: 0;
overflow: hidden;
}
/*
---------------------------------
SIDEBAR
---------------------------------
/*
body {
color: #777;
}
.pure-img-responsive {
max-width: 100%;
height: auto;
}
/*
Add transition to containers so they can push in and out.
*/
#layout,
#menu,
.menu-link {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
position: relative;
padding-left: 0;
}
#layout.active {
position: relative;
left: 150px;
}
#layout.active #menu {
left: 150px;
width: 150px;
}
#layout.active .menu-link {
left: 150px;
}
/*
The content `<div>` is where all your content goes.
*/
.content {
margin: 0 auto;
padding: 0 2em;
max-width: 800px;
margin-bottom: 50px;
line-height: 1.6em;
}
.header {
margin: 0;
color: #333;
text-align: center;
padding: 2.5em 2em 0;
border-bottom: 1px solid #eee;
}
.header h1 {
margin: 0.2em 0;
font-size: 3em;
font-weight: 300;
}
.header h2 {
font-weight: 300;
color: #ccc;
padding: 0;
margin-top: 0;
}
.content-subhead {
margin: 50px 0 20px 0;
font-weight: 300;
color: #888;
}
/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page.
*/
#menu {
margin-left: -150px; /* "#menu" width */
width: 150px;
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 1000; /* so the menu or its navicon stays above all content */
background: #191818;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
/*
All anchors inside the menu should be styled like this.
*/
#menu a {
color: #999;
border: none;
padding: 0.6em 0 0.6em 0.6em;
}
/*
Remove all background/borders, since we are applying them to #menu.
*/
#menu .pure-menu,
#menu .pure-menu ul {
border: none;
background: transparent;
}
/*
Add that light border to separate items into groups.
*/
#menu .pure-menu ul,
#menu .pure-menu .menu-item-divided {
border-top: 1px solid #333;
}
/*
Change color of the anchor links on hover/focus.
*/
#menu .pure-menu li a:hover,
#menu .pure-menu li a:focus {
background: #333;
}
/*
This styles the selected menu item `<li>`.
*/
#menu .pure-menu-selected,
#menu .pure-menu-heading {
background: #1f8dd6;
}
/*
This styles a link within a selected menu item `<li>`.
*/
#menu .pure-menu-selected a {
color: #fff;
}
/*
This styles the menu heading.
*/
#menu .pure-menu-heading {
font-size: 110%;
color: #fff;
margin: 0;
}
/* -- Dynamic Button For Responsive Menu -------------------------------------*/
/*
The button to open/close the Menu is custom-made and not part of Pure. Here's
how it works:
*/
/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
position: fixed;
display: block; /* show this only on small screens */
top: 0;
left: 0; /* "#menu width" */
background: #000;
background: rgba(0,0,0,0.7);
font-size: 10px; /* change this value to increase/decrease button size */
z-index: 10;
width: 2em;
height: auto;
padding: 2.1em 1.6em;
}
.menu-link:hover,
.menu-link:focus {
background: #000;
}
.menu-link span {
position: relative;
display: block;
}
.menu-link span,
.menu-link span:before,
.menu-link span:after {
background-color: #fff;
width: 100%;
height: 0.2em;
}
.menu-link span:before,
.menu-link span:after {
position: absolute;
margin-top: -0.6em;
content: " ";
}
.menu-link span:after {
margin-top: 0.6em;
}
/* -- Responsive Styles (Media Queries) ------------------------------------- */
/*
Hides the menu at `48em`, but modify this based on your app's needs.
*/
@media (min-width: 48em) {
.header,
.content {
padding-left: 2em;
padding-right: 2em;
}
#layout {
padding-left: 150px; /* left col width "#menu" */
left: 0;
}
#menu {
left: 150px;
}
.menu-link {
position: fixed;
left: 150px;
display: none;
}
#layout.active .menu-link {
left: 150px;
}
} | 0.350088 | 0.057256 |
Base
========================================================================== */
.ts-header {
font-weight: 500;
font-size: var(--ts-font-size-17px);
color: inherit;
line-height: 1.6;
display: flex;
align-items: center;
}
/* ==========================================================================
Structure
========================================================================== */
.ts-header .ts-icon {
}
a.ts-header {
text-decoration: none;
}
a.ts-header:hover {
text-decoration: underline;
}
/* ==========================================================================
Variations
========================================================================== */
/**
* Truncated
*/
.ts-header.is-truncated {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
}
/**
* Negative
*/
.ts-header.is-negative {
color: var(--ts-negative-600);
}
/**
* Heavy
*/
.ts-header.is-heavy {
font-weight: bold !important;
}
/**
* Aligns
*/
.ts-header.is-center-aligned {
text-align: center;
justify-content: center;
}
.ts-header.is-start-aligned {
text-align: left;
justify-content: flex-start;
}
.ts-header.is-end-aligned {
text-align: right;
justify-content: flex-end;
}
/**
* Icon
*/
.ts-header.is-icon {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.ts-header.is-icon .ts-icon {
font-size: 3em;
width: auto;
line-height: 1;
margin-bottom: 0.5rem;
}
/**
* Side Icon
*/
.ts-header:is(.is-start-icon, .is-end-icon) .ts-icon {
font-size: 1.5em;
}
.ts-header.is-start-icon .ts-icon {
margin-right: 0.5rem;
}
.ts-header.is-end-icon .ts-icon {
margin-left: 0.5rem;
}
/**
* Secondary
*/
.ts-header.is-secondary {
color: var(--ts-gray-500);
}
/**
* Sizes
*/
.ts-header.is-large {
font-size: var(--ts-font-size-20px);
}
.ts-header.is-big {
font-size: var(--ts-font-size-24px);
}
.ts-header.is-huge {
font-size: var(--ts-font-size-30px);
}
.ts-header.is-massive {
font-size: var(--ts-font-size-33px);
} | docs/zh-tw/assets/tocas/header.css | Base
========================================================================== */
.ts-header {
font-weight: 500;
font-size: var(--ts-font-size-17px);
color: inherit;
line-height: 1.6;
display: flex;
align-items: center;
}
/* ==========================================================================
Structure
========================================================================== */
.ts-header .ts-icon {
}
a.ts-header {
text-decoration: none;
}
a.ts-header:hover {
text-decoration: underline;
}
/* ==========================================================================
Variations
========================================================================== */
/**
* Truncated
*/
.ts-header.is-truncated {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
}
/**
* Negative
*/
.ts-header.is-negative {
color: var(--ts-negative-600);
}
/**
* Heavy
*/
.ts-header.is-heavy {
font-weight: bold !important;
}
/**
* Aligns
*/
.ts-header.is-center-aligned {
text-align: center;
justify-content: center;
}
.ts-header.is-start-aligned {
text-align: left;
justify-content: flex-start;
}
.ts-header.is-end-aligned {
text-align: right;
justify-content: flex-end;
}
/**
* Icon
*/
.ts-header.is-icon {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.ts-header.is-icon .ts-icon {
font-size: 3em;
width: auto;
line-height: 1;
margin-bottom: 0.5rem;
}
/**
* Side Icon
*/
.ts-header:is(.is-start-icon, .is-end-icon) .ts-icon {
font-size: 1.5em;
}
.ts-header.is-start-icon .ts-icon {
margin-right: 0.5rem;
}
.ts-header.is-end-icon .ts-icon {
margin-left: 0.5rem;
}
/**
* Secondary
*/
.ts-header.is-secondary {
color: var(--ts-gray-500);
}
/**
* Sizes
*/
.ts-header.is-large {
font-size: var(--ts-font-size-20px);
}
.ts-header.is-big {
font-size: var(--ts-font-size-24px);
}
.ts-header.is-huge {
font-size: var(--ts-font-size-30px);
}
.ts-header.is-massive {
font-size: var(--ts-font-size-33px);
} | 0.508056 | 0.089973 |
.dropdown[b-lc66wbbdl0] {
width: inherit;
position: relative;
display: inline-block;
}
/* Dropdown Button */
.dropButton[b-lc66wbbdl0] {
width: inherit;
background-color: indianred;
color: white;
padding: 12px;
font-size: 16px;
text-align: left;
border: none;
cursor: pointer;
}
/* Dropdown button on hover & focus */
.dropButton:hover[b-lc66wbbdl0], .dropButton:focus[b-lc66wbbdl0] {
background-color: #CD7777;
}
/* List of content in the dropdown (Hidden by Default) */
.dropdown-content[b-lc66wbbdl0] {
width: inherit;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* An individual element inside the dropdown list */
.dropdown-content-element[b-lc66wbbdl0] {
width: inherit;
background-color: dimgrey;
color: white;
padding: 12px;
text-align: left;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content-element button:hover[b-lc66wbbdl0] {
background-color: indianred;
}
/* Change color of the one dropdown link which has been selected */
.dropdown-content-element[selected][b-lc66wbbdl0] {
background-color: indianred;
}
/* _content/EC1.44CharacterGenerator/Shared/MainLayout.razor.rz.scp.css */
.page[b-uf3x0ufxh3] {
position: relative;
display: flex;
flex-direction: column;
}
.main[b-uf3x0ufxh3] {
flex: 1;
}
.sidebar[b-uf3x0ufxh3] {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
.top-row[b-uf3x0ufxh3] {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
align-items: center;
}
.top-row[b-uf3x0ufxh3] a, .top-row .btn-link[b-uf3x0ufxh3] {
white-space: nowrap;
margin-left: 1.5rem;
}
.top-row a:first-child[b-uf3x0ufxh3] {
overflow: hidden;
text-overflow: ellipsis;
}
@media (max-width: 640.98px) {
.top-row:not(.auth)[b-uf3x0ufxh3] {
display: none;
}
.top-row.auth[b-uf3x0ufxh3] {
justify-content: space-between;
}
.top-row a[b-uf3x0ufxh3], .top-row .btn-link[b-uf3x0ufxh3] {
margin-left: 0;
}
}
@media (min-width: 641px) {
.page[b-uf3x0ufxh3] {
flex-direction: row;
}
.sidebar[b-uf3x0ufxh3] {
width: 250px;
height: 100vh;
position: sticky;
top: 0;
}
.top-row[b-uf3x0ufxh3] {
position: sticky;
top: 0;
z-index: 1;
}
.main > div[b-uf3x0ufxh3] {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}
/* _content/EC1.44CharacterGenerator/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2hh3enw023] {
background-color: rgba(255, 255, 255, 0.1);
}
.top-row[b-2hh3enw023] {
height: 3.5rem;
background-color: rgba(0,0,0,0.4);
}
.navbar-brand[b-2hh3enw023] {
font-size: 1.1rem;
}
.oi[b-2hh3enw023] {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}
.nav-item[b-2hh3enw023] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}
.nav-item:first-of-type[b-2hh3enw023] {
padding-top: 1rem;
}
.nav-item:last-of-type[b-2hh3enw023] {
padding-bottom: 1rem;
}
.nav-item[b-2hh3enw023] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}
.nav-item[b-2hh3enw023] a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}
.nav-item[b-2hh3enw023] a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}
@media (min-width: 641px) {
.navbar-toggler[b-2hh3enw023] {
display: none;
}
.collapse[b-2hh3enw023] {
/* Never collapse the sidebar for wide screens */
display: block;
}
} | obj/Debug/net5.0/scopedcss/bundle/EC1.44CharacterGenerator.styles.css | .dropdown[b-lc66wbbdl0] {
width: inherit;
position: relative;
display: inline-block;
}
/* Dropdown Button */
.dropButton[b-lc66wbbdl0] {
width: inherit;
background-color: indianred;
color: white;
padding: 12px;
font-size: 16px;
text-align: left;
border: none;
cursor: pointer;
}
/* Dropdown button on hover & focus */
.dropButton:hover[b-lc66wbbdl0], .dropButton:focus[b-lc66wbbdl0] {
background-color: #CD7777;
}
/* List of content in the dropdown (Hidden by Default) */
.dropdown-content[b-lc66wbbdl0] {
width: inherit;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* An individual element inside the dropdown list */
.dropdown-content-element[b-lc66wbbdl0] {
width: inherit;
background-color: dimgrey;
color: white;
padding: 12px;
text-align: left;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content-element button:hover[b-lc66wbbdl0] {
background-color: indianred;
}
/* Change color of the one dropdown link which has been selected */
.dropdown-content-element[selected][b-lc66wbbdl0] {
background-color: indianred;
}
/* _content/EC1.44CharacterGenerator/Shared/MainLayout.razor.rz.scp.css */
.page[b-uf3x0ufxh3] {
position: relative;
display: flex;
flex-direction: column;
}
.main[b-uf3x0ufxh3] {
flex: 1;
}
.sidebar[b-uf3x0ufxh3] {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
.top-row[b-uf3x0ufxh3] {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
align-items: center;
}
.top-row[b-uf3x0ufxh3] a, .top-row .btn-link[b-uf3x0ufxh3] {
white-space: nowrap;
margin-left: 1.5rem;
}
.top-row a:first-child[b-uf3x0ufxh3] {
overflow: hidden;
text-overflow: ellipsis;
}
@media (max-width: 640.98px) {
.top-row:not(.auth)[b-uf3x0ufxh3] {
display: none;
}
.top-row.auth[b-uf3x0ufxh3] {
justify-content: space-between;
}
.top-row a[b-uf3x0ufxh3], .top-row .btn-link[b-uf3x0ufxh3] {
margin-left: 0;
}
}
@media (min-width: 641px) {
.page[b-uf3x0ufxh3] {
flex-direction: row;
}
.sidebar[b-uf3x0ufxh3] {
width: 250px;
height: 100vh;
position: sticky;
top: 0;
}
.top-row[b-uf3x0ufxh3] {
position: sticky;
top: 0;
z-index: 1;
}
.main > div[b-uf3x0ufxh3] {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}
/* _content/EC1.44CharacterGenerator/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2hh3enw023] {
background-color: rgba(255, 255, 255, 0.1);
}
.top-row[b-2hh3enw023] {
height: 3.5rem;
background-color: rgba(0,0,0,0.4);
}
.navbar-brand[b-2hh3enw023] {
font-size: 1.1rem;
}
.oi[b-2hh3enw023] {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}
.nav-item[b-2hh3enw023] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}
.nav-item:first-of-type[b-2hh3enw023] {
padding-top: 1rem;
}
.nav-item:last-of-type[b-2hh3enw023] {
padding-bottom: 1rem;
}
.nav-item[b-2hh3enw023] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}
.nav-item[b-2hh3enw023] a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}
.nav-item[b-2hh3enw023] a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}
@media (min-width: 641px) {
.navbar-toggler[b-2hh3enw023] {
display: none;
}
.collapse[b-2hh3enw023] {
/* Never collapse the sidebar for wide screens */
display: block;
}
} | 0.557123 | 0.138084 |
* { font-family: "Lucida Console", Monaco, monospace;}
body {
margin: 0;
padding: 0;
background: #ddd;
}
header {
width: 100%;
background: url(../images/stars.jpg);
}
#logo-holder img {
height: 100px;
margin-top: 50px;
margin-left: 50px;
}
#logo-holder h1 {
color: white;
}
.container {
margin: 2% auto;
max-width: 1280px;
}
.container:first-child {
margin-top: 0;
}
.container:last-child {
margin-bottom: 0;
}
/* https://www.w3.org/wiki/Floats_and_clearing */
.content-item {
background: #fff;
border: 1px solid #ddd;
margin: 25px 0;
padding: 10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.27);
}
.content-item:first-child {
margin-top: 50px;
}
.content-item .content {
min-height: 250px;
background: #ddd;
border: 1px solid #eee;
padding: 20px;
-webkit-box-shadow: inset 7px -9px 5px -5px rgba(0,0,0,0.4),inset -7px 7px 5px -5px rgba(0,0,0,0.27);
-moz-box-shadow: inset 7px -9px 5px -5px rgba(0,0,0,0.4), inset -7px 7px 5px -5px rgba(0,0,0,0.27);
box-shadow: inset 7px -9px 5px -5px rgba(0,0,0,0.4), inset -7px 7px 5px -5px rgba(0,0,0,0.27);
}
.content-head h2 {
text-transform: uppercase;
}
.content-image {
width: 360px;
margin: 0;
}
.content-image img {
width: 360px;
height: 200px;
}
.content-body {
}
.content-footer {
width: 100%;
}
footer {
background: #000;
min-height: 100px;
}
footer p {
margin: 0;
}
/***** CSS TUTORIAL CONTENT *****/
/*
Box-model
margin-(outline)-border-padding-content
width: only size of content area
outline is not a part of an elements dimensions - the elements total width and height is not affected by the width ot the outline
Cascading order by priority:
1. inline style - inside a html element
2.
*/
.css-content {}
.css-content .test-box { width: 200px; height:200px; border:1px solid #eee;}
/* Background properies : order as in shorthand
background-color
background-image
background-repeat
background-attachment
background-position
*/
.css-content #backgroundProperties .test-box {
background-color: #ddff22;
background-image: url(../../content/images/favicon.ico);
background-repeat: repeat-x;
background-position: right top;
background-attachment: fixed;
/* background: #ddff22 url(../../content/images/favicon.ico) repeat-x right top; */
}
/* Border properties
dotted - dotted border
dashed - dashed border
solid - solid border
double - double border
groove - 3d groved border - effect depends on border color value
ridge - 3d ridge border - -//-
inset - 3d inset border - -//-
outset - 3d outset border - -//-
nonce - no border
hidden - hidden border
It can have from 1 to 4 values ( top , right, bottom and left border )
Properties:
border-width
border-style (required)
border-color
*/
.css-content #borderProperties .test-box {
border-style: inset;
border-width: medium; /* default */
border-color: yellow;
border-right-color: orange;
/* border: 1px solid gray; */
border-radius: 32px; /* not supported in ie8 and earlier */
}
/* Margin
used to generate space around elements
auto - takes specific width and remaining space is equally divided between left and right
inherit - inherit from the parent
*/
.css-content #cssMargins .test-box {
margin: 5px 5px 5px 5px;
margin: 5px;
margin-left: 100px;
background: gray;
}
/* Padding
space around content - clears area around the conntent ( inside the border ) of an element. Can't be negative value.
*/
.css-content #cssPadding .test-box {
padding: 5px 5px 5px 5px;
padding: 5px;
padding-left: 100px;
background: gray;
}
/* Width & Height
by-default it's set to auto
it can take values as cm, px, %-of container etc.
max-width/max-height - set's a maximum width/height of an element - it's specified in length values of % - by default it's none
on div {width:500px} it will add a scrollbar - on mobiles to avoid that we can set our max width to 500px;
*/
.css-content #cssHeightWidth .test-box {
width: 500px;
height: 1500px;
max-height: 150px;
}
/* Outline-style
same as border values
outline-width: default medium;
*/
.css-content #cssOutline .test-box {
border-width: 10px;
border-color: white;
outline-style: solid;
outline-color: yellow;
outline-width: 12px;
}
/**
Text formatting - play with those!!!
color: red/hex/rgb - for w3c compilant css if we define color we need to define background-color
text-align - left/right/centered/justified
text-decoration: none, overline, line-through, underline
text-transformation: uppercase, lowercase, capitalize
text-indentation: length-value - specifyt the indentation of the first line of a text
letter-spacing: length-value
line-height: length-value
direction - rtl - for text direction
word-spacing: length-value
text-shadow ( horizontal shadow) (vertical shadow position) color:
text-overflow - *clip/ellipsis/string/initial/inherit
unicode-bidi - normal /embed/ bidi-override / initial/inherit - used with direction - to set or return whether the text should be overriden to support mulitple languages in same document
vertical-align - baseline/length/&/sub/super/top/text-top/middle/bottom/text-bottom/initial/inherit
white-space -normal/nowrap/pre/pre-line/pre-wrap/initial/inherit
word-spacing - normal, length/initial / inherit
*/
.css-content #textTransform .test-box {
text-align: right;
text-decoration:line-through;
text-transform: capitalize;
}
/* CSS FONTS
in css there are two types of font family names: generic family ( serif, monospace ) and font-family - a specific font family like "arial" - btw. monospace characters have the same width - and sans means without
font- only exists on a computer - refers to the computer software file which contains information regarding the display and output of a typeface.
fontface - the face of the type family. for example bold or itealic are face where as helvetica would be the family.
typeface - specific weight or instance of particular family ie bold italic oblique are all typefaces
type family - the design of all the characters comprised of a family and all its encompassing faces - helvetica is a type family.
*/
/* font-size -
we shouldn't use font-size so our heading look like paragraphs and vice-versa - its not a good thing
font-size can be absolute or relative size
absolute is good when we want static size and we know the exact size of output
relative to surrounding elements - allows suer to change text size in browser
default -> 16px = 1em
en unit is recommended by w3c
rem is 10en
1em is equal to current font-size - the default font-size is 16px
pixels/16 = em
IE has still some problems with em - its smaller than it should be and larger than we anticipate
*/
body { font-size: 100%; }
h1 { font-size: 2.5em; } /* works for all browsers */
/* font-weight: normal/bold/values*/
/* font-variant - specifies whether or not a text should be displayed in a small caps font- all smaller converted to uppercase but with smaller font than normal uppercase
font-variant: small-caps;
*/
/* we can use font-awesome for icon lib - we add class to inline lement <i> or <span> in font awesom all icons are in scallable vectors - so we cna modify them ( same with google, and bootstrap icons ) */
.css-content #cssLinks_ver1 a {
color: purple;
}
.css-content #cssLinks_ver1 a:link { /* normal univisited link */
color: white;
text-decoration: none;
}
.css-content #cssLinks_ver1 a:visited {
color: green;
}
.css-content #cssLinks_ver1 a:hover { /* Must come after link and visited */
color: blue;
text-decoration: underline;
}
.css-content #cssLinks_ver1 a:active { /*selected link - must come after hover */
color: red;
background-color: black;
}
/* CSS lists
position the list item makers - list-style-position - specifies the list item markers should appear inside or outside the content flow
// to remove default settings :
list-style-position: none;
margin: 0;
padding: 0;
*/
.css-content ul {
list-style-position: inside;
/* shorthand */
/*list-style: suqare inside url("image-as-list-item-marker.png");*/
}
/* Display properies
to hide element we can use display: none, page will be displayed with that element as it was not there.
visibility: hide also does the same thing but it will affect the layout - still will take as much space as it took...
its like :
display: none -> no element
visibility: hidden -> opacity 0
block elements take full width available - but we can prevent that by adding width value manually, and margin auto to be on the center - margin will stratch to sides as far as it can
Position properties:
static -default -> are not affected by top/bottom/left/right properties and its position normally to the current page flow
relative
fixed
absolute
Overflow: works only with block elements with specified height
visible - default - overflow is not clipped it renders outsidee the element's box
hidden - overlow is clipped and rest of the content will be invisible
scroll - overflow is hidden but scroll bar is add to so we can see rest of the content
auto - if overflow is clipped - scrollbar should be added
float: specifies whetehr or not an element should float
clear : property is used to control the behaviour of floating elements
inline-block - creates a grid of boxes that fills the browser width and wraps nicely ( when the browser is resized) by using the float property
*/
.css-content figure {
display: none;
}
.css-content #floatingBoxes .floating-box {
float: left;
width: 150px;
height: 75px;
margin: 10px;
border: 3px solid #000;
}
.css-content #floatingBoxes .after-box.test-box {
clear: left;
}
.css-content #floatingBoxes .floating-box-inlineExample {
display: inline-block;
width: 150px;
height: 75px;
margin: 10px;
border: 3px solid #000;
}
/*CSS Align */
/** Center align elements - horizontally **/
.css-content #cssAlign .test-box.center {
margin: auto;
width: 50%;
border: 1px solid white;
padding: 10px;
text-align: center;
}
/*
img.center {
display: block;
margin: auto;
width: 40%;
}
*/
.css-content #cssAlign .test-box.right {
position: absolute;
right: 0px;
width: 50%;
height: 50px;
padding: 5px;
background: rgba(0,0,0,.4);
}
/* center vertically using padding */
.css-content #cssAlign .test-box.vertical {
padding: 70px 0;
height: auto;
}
/* center vertically using line-height */
.css-content #cssAlign .test-box.vertical2 {
line-height: 200px;
height: 200px;
text-align: center;
}
/* center vertically - if the text has multiple lines */
.css-content #cssAlign .test-box.vertical3 {
line-height: 200px;
height: 200px;
text-align: center;
}
.css-content #cssAlign .test-box.vertical3 p{
line-height: 1.5;
display: inline-block;
vertical-align: middle;
}
/* Center vertically - using position & transform */
.css-content #cssAlign .test-box.vertical4 {
height: 200px;
position: relative;
}
.css-content #cssAlign .test-box.vertical4 p{
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
/**
Combinators - something.... that explains the relationship between the selectors.
in CSS3
- desendant selector (space)
- child selector (>)
- adjacent sibling selector (+)
- general sibling selector (~)
1. Descendant selector - matches all elements that are descendants of a specified element.
2. Child selector - selects all elements that ar the immediate children of a specified element.
3. Adjacent sibling selector - selects all elements that are the adjacent siblings of a specified element. ( immediately following ) - they need to have same parent element
4.General sibling selector - selects all elements that are siblings of a specified element
div img { - kazdy img w div
background-color: #fff;
}
div > img { - img w div ale nie głębiej
background-color: pink;
}
div + p { - first after div but not inside
background-color: lightgreen;
}
div ~ p { - all p after div but not inside
background-color: purple;
}
**/
/*
selector:pseudo-class {
property: value;
}
first child - :first-child
lang pseudo class
- let us to define special rules for diff languages
pseudo-elemets : )
::after p::after Insert content after every <p> element
::before p::before Insert content before every <p> element
::first-letter p::first-letter Selects the first letter of every <p> element
::first-line p::first-line Selects the first line of every <p> element
::selection p::selection Selects the portion of an element that is selected by a user
----------------------
:active a:active Selects the active link
:checked input:checked Selects every checked <input> element
:disabled input:disabled Selects every disabled <input> element
:empty p:empty Selects every <p> element that has no children
:enabled input:enabled Selects every enabled <input> element
:first-child p:first-child Selects every <p> elements that is the first child of its parent
:first-of-type p:first-of-type Selects every <p> element that is the first <p> element of its parent
:focus input:focus Selects the <input> element that has focus
:hover a:hover Selects links on mouse over
:in-range input:in-range Selects <input> elements with a value within a specified range
:invalid input:invalid Selects all <input> elements with an invalid value
:lang(language) p:lang(it) Selects every <p> element with a lang attribute value starting with "it"
:last-child p:last-child Selects every <p> elements that is the last child of its parent
:last-of-type p:last-of-type Selects every <p> element that is the last <p> element of its parent
:link a:link Selects all unvisited links
:not(selector) :not(p) Selects every element that is not a <p> element
:nth-child(n) p:nth-child(2) Selects every <p> element that is the second child of its parent
:nth-last-child(n) p:nth-last-child(2) Selects every <p> element that is the second child of its parent, counting from the last child
:nth-last-of-type(n) p:nth-last-of-type(2) Selects every <p> element that is the second <p> element of its parent, counting from the last child
:nth-of-type(n) p:nth-of-type(2) Selects every <p> element that is the second <p> element of its parent
:only-of-type p:only-of-type Selects every <p> element that is the only <p> element of its parent
:only-child p:only-child Selects every <p> element that is the only child of its parent
:optional input:optional Selects <input> elements with no "required" attribute
:out-of-range input:out-of-range Selects <input> elements with a value outside a specified range
:read-only input:read-only Selects <input> elements with a "readonly" attribute specified
:read-write input:read-write Selects <input> elements with no "readonly" attribute
:required input:required Selects <input> elements with a "required" attribute specified
:root root Selects the document's root element
:target #news:target Selects the current active #news element (clicked on a URL containing that anchor name)
:valid input:valid Selects all <input> elements with a valid value
:visited a:visited Selects all visited links
*/
/**
Absolute position are removed from normal flow and can overlap elements
TIP: when aligning elements with position, always define margin and padding for the <body> element,. This is to avoid visual differences in different browsers.
There is also problemwith IE8 and earlier versions when using position - if a container element ( in our case <div class="container">) has a specified width, and the !DOCTYPE declaration is missing, IE8 and earlier versions will add a 17px margin on the right side. This seems to be space reserved for a scrollbar. So , always set the !DOCTYPE declaration when using position.
**/
/****** OTHER *********/
/*
<!-- Site Info
https://www.awwwards.com/50-awesome-websites-with-extraordinary-geometry-elements.html
-->
<!-- https://codepen.io/danielpox/pen/qRVMvd?page=5 -->
<!-- https://codepen.io/herbertfj/pen/vxcJe?page=3 -->
<!-- http://materializecss.com/parallax.html -->
<!-- http://www.firewatchgame.com/ -->
<!-- https://codepen.io/search/pens?q=angled+edge&limit=all&type=type-pens -->
<!-- https://codepen.io/search/pens/?limit=all&page=2&q=css+animation -->
<!-- https://codepen.io/alissalikavec/pen/rjCol?page=15 -->
<!-- https://codepen.io/search/pens/?limit=all&page=6&q=css+only -->
<!-- https://codepen.io/eva_trostlos/pen/akQoLN?limit=all&page=2&q=css+only -->
<html>
<!-- <head> -->
<title>CSS only site</title>
<meta charset="UTF-8" />
<meta name="description" content="Site created with css and html only." />
<meta name="keywords" content="HTML, CSS" />
<meta name="author" content="<NAME>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/x-cion" href="assets/images/favicon.ico" />
<link rel="stylesheet" href="assets/styles/styleHome.css" />
<!-- </head> -->
<body>
<header>
<!-- header banner and navigation -->
<div class="header-wrapper <!-- parallax -->">
<nav>
<div id="logo-holder">
<a href="home.html" alt="logo.jpeg"><img src="assets/images/logo.jpg"/></a>
</div>
<div id="nav-links">
<a href="/html/" class="uppercase">About</a>
<a href="/css/" class="uppercase">Gallery</a>
<a href="/css/" class="uppercase">News</a>
<a href="/js/" class="uppercase">Contact</a>
</div>
</nav>
<div id="parallax">
<div class="parallax-background">
</div>
<div class="parallax-middleground">
</div>
<div class="parallax-foreground">
</div>
</div>
<div class="bottom-wrapper"></div>
</div>
</header>
<!-- container -->
<div id="container">
<div class="row">
<div class="col-4">
<p>Lorem ipsum </p>
</div>
<div class="col-8">
<p>Lorem ipsum </p>
</div>
</div>
</div>
<footer>
<!-- footer section -->
</footer>
</body>
</html>
*/ | Vanilla/HTML CSS/assets/styles/styleHome.css | * { font-family: "Lucida Console", Monaco, monospace;}
body {
margin: 0;
padding: 0;
background: #ddd;
}
header {
width: 100%;
background: url(../images/stars.jpg);
}
#logo-holder img {
height: 100px;
margin-top: 50px;
margin-left: 50px;
}
#logo-holder h1 {
color: white;
}
.container {
margin: 2% auto;
max-width: 1280px;
}
.container:first-child {
margin-top: 0;
}
.container:last-child {
margin-bottom: 0;
}
/* https://www.w3.org/wiki/Floats_and_clearing */
.content-item {
background: #fff;
border: 1px solid #ddd;
margin: 25px 0;
padding: 10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.27);
}
.content-item:first-child {
margin-top: 50px;
}
.content-item .content {
min-height: 250px;
background: #ddd;
border: 1px solid #eee;
padding: 20px;
-webkit-box-shadow: inset 7px -9px 5px -5px rgba(0,0,0,0.4),inset -7px 7px 5px -5px rgba(0,0,0,0.27);
-moz-box-shadow: inset 7px -9px 5px -5px rgba(0,0,0,0.4), inset -7px 7px 5px -5px rgba(0,0,0,0.27);
box-shadow: inset 7px -9px 5px -5px rgba(0,0,0,0.4), inset -7px 7px 5px -5px rgba(0,0,0,0.27);
}
.content-head h2 {
text-transform: uppercase;
}
.content-image {
width: 360px;
margin: 0;
}
.content-image img {
width: 360px;
height: 200px;
}
.content-body {
}
.content-footer {
width: 100%;
}
footer {
background: #000;
min-height: 100px;
}
footer p {
margin: 0;
}
/***** CSS TUTORIAL CONTENT *****/
/*
Box-model
margin-(outline)-border-padding-content
width: only size of content area
outline is not a part of an elements dimensions - the elements total width and height is not affected by the width ot the outline
Cascading order by priority:
1. inline style - inside a html element
2.
*/
.css-content {}
.css-content .test-box { width: 200px; height:200px; border:1px solid #eee;}
/* Background properies : order as in shorthand
background-color
background-image
background-repeat
background-attachment
background-position
*/
.css-content #backgroundProperties .test-box {
background-color: #ddff22;
background-image: url(../../content/images/favicon.ico);
background-repeat: repeat-x;
background-position: right top;
background-attachment: fixed;
/* background: #ddff22 url(../../content/images/favicon.ico) repeat-x right top; */
}
/* Border properties
dotted - dotted border
dashed - dashed border
solid - solid border
double - double border
groove - 3d groved border - effect depends on border color value
ridge - 3d ridge border - -//-
inset - 3d inset border - -//-
outset - 3d outset border - -//-
nonce - no border
hidden - hidden border
It can have from 1 to 4 values ( top , right, bottom and left border )
Properties:
border-width
border-style (required)
border-color
*/
.css-content #borderProperties .test-box {
border-style: inset;
border-width: medium; /* default */
border-color: yellow;
border-right-color: orange;
/* border: 1px solid gray; */
border-radius: 32px; /* not supported in ie8 and earlier */
}
/* Margin
used to generate space around elements
auto - takes specific width and remaining space is equally divided between left and right
inherit - inherit from the parent
*/
.css-content #cssMargins .test-box {
margin: 5px 5px 5px 5px;
margin: 5px;
margin-left: 100px;
background: gray;
}
/* Padding
space around content - clears area around the conntent ( inside the border ) of an element. Can't be negative value.
*/
.css-content #cssPadding .test-box {
padding: 5px 5px 5px 5px;
padding: 5px;
padding-left: 100px;
background: gray;
}
/* Width & Height
by-default it's set to auto
it can take values as cm, px, %-of container etc.
max-width/max-height - set's a maximum width/height of an element - it's specified in length values of % - by default it's none
on div {width:500px} it will add a scrollbar - on mobiles to avoid that we can set our max width to 500px;
*/
.css-content #cssHeightWidth .test-box {
width: 500px;
height: 1500px;
max-height: 150px;
}
/* Outline-style
same as border values
outline-width: default medium;
*/
.css-content #cssOutline .test-box {
border-width: 10px;
border-color: white;
outline-style: solid;
outline-color: yellow;
outline-width: 12px;
}
/**
Text formatting - play with those!!!
color: red/hex/rgb - for w3c compilant css if we define color we need to define background-color
text-align - left/right/centered/justified
text-decoration: none, overline, line-through, underline
text-transformation: uppercase, lowercase, capitalize
text-indentation: length-value - specifyt the indentation of the first line of a text
letter-spacing: length-value
line-height: length-value
direction - rtl - for text direction
word-spacing: length-value
text-shadow ( horizontal shadow) (vertical shadow position) color:
text-overflow - *clip/ellipsis/string/initial/inherit
unicode-bidi - normal /embed/ bidi-override / initial/inherit - used with direction - to set or return whether the text should be overriden to support mulitple languages in same document
vertical-align - baseline/length/&/sub/super/top/text-top/middle/bottom/text-bottom/initial/inherit
white-space -normal/nowrap/pre/pre-line/pre-wrap/initial/inherit
word-spacing - normal, length/initial / inherit
*/
.css-content #textTransform .test-box {
text-align: right;
text-decoration:line-through;
text-transform: capitalize;
}
/* CSS FONTS
in css there are two types of font family names: generic family ( serif, monospace ) and font-family - a specific font family like "arial" - btw. monospace characters have the same width - and sans means without
font- only exists on a computer - refers to the computer software file which contains information regarding the display and output of a typeface.
fontface - the face of the type family. for example bold or itealic are face where as helvetica would be the family.
typeface - specific weight or instance of particular family ie bold italic oblique are all typefaces
type family - the design of all the characters comprised of a family and all its encompassing faces - helvetica is a type family.
*/
/* font-size -
we shouldn't use font-size so our heading look like paragraphs and vice-versa - its not a good thing
font-size can be absolute or relative size
absolute is good when we want static size and we know the exact size of output
relative to surrounding elements - allows suer to change text size in browser
default -> 16px = 1em
en unit is recommended by w3c
rem is 10en
1em is equal to current font-size - the default font-size is 16px
pixels/16 = em
IE has still some problems with em - its smaller than it should be and larger than we anticipate
*/
body { font-size: 100%; }
h1 { font-size: 2.5em; } /* works for all browsers */
/* font-weight: normal/bold/values*/
/* font-variant - specifies whether or not a text should be displayed in a small caps font- all smaller converted to uppercase but with smaller font than normal uppercase
font-variant: small-caps;
*/
/* we can use font-awesome for icon lib - we add class to inline lement <i> or <span> in font awesom all icons are in scallable vectors - so we cna modify them ( same with google, and bootstrap icons ) */
.css-content #cssLinks_ver1 a {
color: purple;
}
.css-content #cssLinks_ver1 a:link { /* normal univisited link */
color: white;
text-decoration: none;
}
.css-content #cssLinks_ver1 a:visited {
color: green;
}
.css-content #cssLinks_ver1 a:hover { /* Must come after link and visited */
color: blue;
text-decoration: underline;
}
.css-content #cssLinks_ver1 a:active { /*selected link - must come after hover */
color: red;
background-color: black;
}
/* CSS lists
position the list item makers - list-style-position - specifies the list item markers should appear inside or outside the content flow
// to remove default settings :
list-style-position: none;
margin: 0;
padding: 0;
*/
.css-content ul {
list-style-position: inside;
/* shorthand */
/*list-style: suqare inside url("image-as-list-item-marker.png");*/
}
/* Display properies
to hide element we can use display: none, page will be displayed with that element as it was not there.
visibility: hide also does the same thing but it will affect the layout - still will take as much space as it took...
its like :
display: none -> no element
visibility: hidden -> opacity 0
block elements take full width available - but we can prevent that by adding width value manually, and margin auto to be on the center - margin will stratch to sides as far as it can
Position properties:
static -default -> are not affected by top/bottom/left/right properties and its position normally to the current page flow
relative
fixed
absolute
Overflow: works only with block elements with specified height
visible - default - overflow is not clipped it renders outsidee the element's box
hidden - overlow is clipped and rest of the content will be invisible
scroll - overflow is hidden but scroll bar is add to so we can see rest of the content
auto - if overflow is clipped - scrollbar should be added
float: specifies whetehr or not an element should float
clear : property is used to control the behaviour of floating elements
inline-block - creates a grid of boxes that fills the browser width and wraps nicely ( when the browser is resized) by using the float property
*/
.css-content figure {
display: none;
}
.css-content #floatingBoxes .floating-box {
float: left;
width: 150px;
height: 75px;
margin: 10px;
border: 3px solid #000;
}
.css-content #floatingBoxes .after-box.test-box {
clear: left;
}
.css-content #floatingBoxes .floating-box-inlineExample {
display: inline-block;
width: 150px;
height: 75px;
margin: 10px;
border: 3px solid #000;
}
/*CSS Align */
/** Center align elements - horizontally **/
.css-content #cssAlign .test-box.center {
margin: auto;
width: 50%;
border: 1px solid white;
padding: 10px;
text-align: center;
}
/*
img.center {
display: block;
margin: auto;
width: 40%;
}
*/
.css-content #cssAlign .test-box.right {
position: absolute;
right: 0px;
width: 50%;
height: 50px;
padding: 5px;
background: rgba(0,0,0,.4);
}
/* center vertically using padding */
.css-content #cssAlign .test-box.vertical {
padding: 70px 0;
height: auto;
}
/* center vertically using line-height */
.css-content #cssAlign .test-box.vertical2 {
line-height: 200px;
height: 200px;
text-align: center;
}
/* center vertically - if the text has multiple lines */
.css-content #cssAlign .test-box.vertical3 {
line-height: 200px;
height: 200px;
text-align: center;
}
.css-content #cssAlign .test-box.vertical3 p{
line-height: 1.5;
display: inline-block;
vertical-align: middle;
}
/* Center vertically - using position & transform */
.css-content #cssAlign .test-box.vertical4 {
height: 200px;
position: relative;
}
.css-content #cssAlign .test-box.vertical4 p{
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
/**
Combinators - something.... that explains the relationship between the selectors.
in CSS3
- desendant selector (space)
- child selector (>)
- adjacent sibling selector (+)
- general sibling selector (~)
1. Descendant selector - matches all elements that are descendants of a specified element.
2. Child selector - selects all elements that ar the immediate children of a specified element.
3. Adjacent sibling selector - selects all elements that are the adjacent siblings of a specified element. ( immediately following ) - they need to have same parent element
4.General sibling selector - selects all elements that are siblings of a specified element
div img { - kazdy img w div
background-color: #fff;
}
div > img { - img w div ale nie głębiej
background-color: pink;
}
div + p { - first after div but not inside
background-color: lightgreen;
}
div ~ p { - all p after div but not inside
background-color: purple;
}
**/
/*
selector:pseudo-class {
property: value;
}
first child - :first-child
lang pseudo class
- let us to define special rules for diff languages
pseudo-elemets : )
::after p::after Insert content after every <p> element
::before p::before Insert content before every <p> element
::first-letter p::first-letter Selects the first letter of every <p> element
::first-line p::first-line Selects the first line of every <p> element
::selection p::selection Selects the portion of an element that is selected by a user
----------------------
:active a:active Selects the active link
:checked input:checked Selects every checked <input> element
:disabled input:disabled Selects every disabled <input> element
:empty p:empty Selects every <p> element that has no children
:enabled input:enabled Selects every enabled <input> element
:first-child p:first-child Selects every <p> elements that is the first child of its parent
:first-of-type p:first-of-type Selects every <p> element that is the first <p> element of its parent
:focus input:focus Selects the <input> element that has focus
:hover a:hover Selects links on mouse over
:in-range input:in-range Selects <input> elements with a value within a specified range
:invalid input:invalid Selects all <input> elements with an invalid value
:lang(language) p:lang(it) Selects every <p> element with a lang attribute value starting with "it"
:last-child p:last-child Selects every <p> elements that is the last child of its parent
:last-of-type p:last-of-type Selects every <p> element that is the last <p> element of its parent
:link a:link Selects all unvisited links
:not(selector) :not(p) Selects every element that is not a <p> element
:nth-child(n) p:nth-child(2) Selects every <p> element that is the second child of its parent
:nth-last-child(n) p:nth-last-child(2) Selects every <p> element that is the second child of its parent, counting from the last child
:nth-last-of-type(n) p:nth-last-of-type(2) Selects every <p> element that is the second <p> element of its parent, counting from the last child
:nth-of-type(n) p:nth-of-type(2) Selects every <p> element that is the second <p> element of its parent
:only-of-type p:only-of-type Selects every <p> element that is the only <p> element of its parent
:only-child p:only-child Selects every <p> element that is the only child of its parent
:optional input:optional Selects <input> elements with no "required" attribute
:out-of-range input:out-of-range Selects <input> elements with a value outside a specified range
:read-only input:read-only Selects <input> elements with a "readonly" attribute specified
:read-write input:read-write Selects <input> elements with no "readonly" attribute
:required input:required Selects <input> elements with a "required" attribute specified
:root root Selects the document's root element
:target #news:target Selects the current active #news element (clicked on a URL containing that anchor name)
:valid input:valid Selects all <input> elements with a valid value
:visited a:visited Selects all visited links
*/
/**
Absolute position are removed from normal flow and can overlap elements
TIP: when aligning elements with position, always define margin and padding for the <body> element,. This is to avoid visual differences in different browsers.
There is also problemwith IE8 and earlier versions when using position - if a container element ( in our case <div class="container">) has a specified width, and the !DOCTYPE declaration is missing, IE8 and earlier versions will add a 17px margin on the right side. This seems to be space reserved for a scrollbar. So , always set the !DOCTYPE declaration when using position.
**/
/****** OTHER *********/
/*
<!-- Site Info
https://www.awwwards.com/50-awesome-websites-with-extraordinary-geometry-elements.html
-->
<!-- https://codepen.io/danielpox/pen/qRVMvd?page=5 -->
<!-- https://codepen.io/herbertfj/pen/vxcJe?page=3 -->
<!-- http://materializecss.com/parallax.html -->
<!-- http://www.firewatchgame.com/ -->
<!-- https://codepen.io/search/pens?q=angled+edge&limit=all&type=type-pens -->
<!-- https://codepen.io/search/pens/?limit=all&page=2&q=css+animation -->
<!-- https://codepen.io/alissalikavec/pen/rjCol?page=15 -->
<!-- https://codepen.io/search/pens/?limit=all&page=6&q=css+only -->
<!-- https://codepen.io/eva_trostlos/pen/akQoLN?limit=all&page=2&q=css+only -->
<html>
<!-- <head> -->
<title>CSS only site</title>
<meta charset="UTF-8" />
<meta name="description" content="Site created with css and html only." />
<meta name="keywords" content="HTML, CSS" />
<meta name="author" content="<NAME>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/x-cion" href="assets/images/favicon.ico" />
<link rel="stylesheet" href="assets/styles/styleHome.css" />
<!-- </head> -->
<body>
<header>
<!-- header banner and navigation -->
<div class="header-wrapper <!-- parallax -->">
<nav>
<div id="logo-holder">
<a href="home.html" alt="logo.jpeg"><img src="assets/images/logo.jpg"/></a>
</div>
<div id="nav-links">
<a href="/html/" class="uppercase">About</a>
<a href="/css/" class="uppercase">Gallery</a>
<a href="/css/" class="uppercase">News</a>
<a href="/js/" class="uppercase">Contact</a>
</div>
</nav>
<div id="parallax">
<div class="parallax-background">
</div>
<div class="parallax-middleground">
</div>
<div class="parallax-foreground">
</div>
</div>
<div class="bottom-wrapper"></div>
</div>
</header>
<!-- container -->
<div id="container">
<div class="row">
<div class="col-4">
<p>Lorem ipsum </p>
</div>
<div class="col-8">
<p>Lorem ipsum </p>
</div>
</div>
</div>
<footer>
<!-- footer section -->
</footer>
</body>
</html>
*/ | 0.49707 | 0.147863 |
body{
font-family: 'Open Sans';
color: #000;
overflow-x: hidden;
}
p{
line-height: 24px;
/*color: #e00918;*/
font-weight: 300;
}
a{
text-decoration: none;
color: #e00918;
}
a:hover{
color: #e00918;
text-decoration: none;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
span {
color: #e00918;
}
ul{
padding: 0;
}
hr{
width: 100%;
height: 1px;
background-color: #d9dcdf;
border:none;
margin: 30px 0;
}
h1,h2,h3,h4,h5,h6{
margin:0;
padding: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.button{
background-color: #e21725;
color: #fff;
padding: 17px 25px;
text-transform: uppercase;
font-weight: 700;
border: 2px solid #e21725;
font-size: 12px;
float: left;
border-radius: 999px;
}
.button:hover{
color: #e21725;
border: 2px solid #e21725;
text-decoration:none;
background-color: #fff;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
/*header
*/
header {
padding: 30px 0 0 0;
}
.logo{
max-width: 60%;
}
#menu-toggle{
position: absolute;
top: 30px;
left: 78%;
}
#menu-toggle img{
width: 20px;
}
input{
border: 1px solid #d9dcdf;
color: #66747f;
font-size: 12px;
padding: 17px 25px;
width: 100%;
background:url(../images/search.png) #f7f8fa no-repeat right 35px center;
background-size: 3%;
outline: none;
}
.notifications{
position: absolute;
right: 240px;
top: 20px;
}
.notifications li:hover{
cursor: pointer;
}
.notifications i{
color: #bbc3ca;
font-size: 20px;
}
.notifications span{
border-radius:50px;
background-color: #e21725;
color: #fff;
font-size:11px;
font-weight: 700;
padding: 4px 9px;
position: relative;
top: -12px;
left: -12px;
}
#user-info li{
display: inline-block;
}
#user-info li:nth-child(3){
float: right;
}
#user-info li:nth-child(3) img {
float: left;
margin-right: 20px;
width: 60px;
}
#user-info li:nth-child(3) div {
display: inline-block;
}
#user-info li:nth-child(3) p {
margin:0;
}
#user-info li:nth-child(3) a {
font-weight: 700;
color: #e21725;
}
#user-info li:nth-child(3) a:hover {
text-decoration: none;
}
.username{
color: #000;
font-weight: 700;
}
/*Tabs*/
.tab{
text-align: center;
margin: -10px 0;
}
.tab li{
display: inline-block;
text-transform: uppercase;
color: #808791;
font-weight: 700;
font-size: 12px;
margin:0 20px;
}
.tab li:hover{
color: #000;
cursor: pointer;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.tab .active{
border-bottom: 3px solid #e00918;
padding-bottom: 20px;
margin-bottom: -20px;
color: #000;
}
.main-videos h2{
margin:20px 0;
font-weight: 900;
}
.area{
position: relative;
}
.duration{
background-color: #e00918;
color: #fff;
padding-bottom: 10px 30px;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
position: absolute;
bottom: 0;
right: 0;
}
p.views{
color: #343434;
}
.video p{
margin:0;
padding: 0;
color: #757a80;
line-height: inherit;
}
.area:hover .mask{
display: block;
cursor: pointer;
opacity: 100;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.vertical-align{
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform:translateY(-50%);
-ms-transform:transform(-50%);
}
.mask
{
position: absolute;
background-color: rgba(226, 23, 37, 0.9);
width: 100%;
height: 100%;
text-align: center;
opacity: 0;
}
.mask p{
color:#fff;
font-weight: 700;
}
.mask i{
font-size: 80px;
color: #fff;
}
.mini{
list-style: none;
}
.mini h4{
margin-top: 13px;
font-weight: 700;
}
.margin p{
font-size:12px;
margin-top: 6px;
}
.mini i{
font-size: 50px;
}
.mini.duration{
padding: 8px 20px;
}
.mini.mask p{
display: none;
}
.li.mini:nth-child(2){
margin-bottom: 30px;
}
.video h4{
margin-top: 15px;
font-weight: 400;
}
.single-channel .video p{
margin-top: 7px;
}
.channel-bio hr{
margin: 20px 0;
}
.channel-bio p{
text-align: justify;
}
.channel-bio .button{
margin-top: 10px;
}
.channel-name{
font-weight: 500;
font-size: 16px;
}
.channel-name img{
margin-right: 10px;
}
footer{
text-align: center;
padding: 0 0 30px;
}
footer li{
display: inline;
margin: 0 15px;
}
footer ul:nth-child(1) a {
font-weight: 600;
font-size: 16px;
color: #000;
}
footer ul:nth-child(2){
margin: 20px 0;
}
footer ul:nth-child(2) a {
color: #282626;
}
footer li a:hover{
color: #e00918;
text-decoration: none;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
footer h4{
color: #aaa7a7;
font-weight: 300;
}
.title{
color: #e21725;
font-weight: 700;
text-transform: uppercase;
}
.sidebar ul{
margin-bottom: 5px;
list-style: none;
}
.sidebar li{
line-height: 40px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sidebar a{
color: #828c95;
font-weight: 500;
}
.sidebar a:hover{
color: #e00918;
text-decoration: none;
}
.sidebar i{
font-size: 20px;
margin-right: 15px;
}
.sidebar #subs img{
margin-right: 15px;
width: 25px;
}
#playlist p{
font-size: 12px;
font-weight: 300;
margin-left: 35px;
margin-top: -15px;
}
#playlist i{
float: left;
margin-top: 15px;
}
#sidebar-wrapper{
padding-top: 10px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: -10px;
font-weight: 600;
font-size: 14px;
background-color: #f7f8fa;
border-right: 1px solid #dbdee0;
top: 0;
bottom: 0;
z-index: 1000;
left: 0;
position: fixed;
width: 300px;
margin-left: -300px;
overflow-x: hidden;
overflow-y: hidden;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#sidebar-wrapper.active{
left: 300px;
width: 300px;
}
#menu-close {
padding:7px 0;
}
#menu-close img{
widows: 10px;
} | Youtube/css/main.css | body{
font-family: 'Open Sans';
color: #000;
overflow-x: hidden;
}
p{
line-height: 24px;
/*color: #e00918;*/
font-weight: 300;
}
a{
text-decoration: none;
color: #e00918;
}
a:hover{
color: #e00918;
text-decoration: none;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
span {
color: #e00918;
}
ul{
padding: 0;
}
hr{
width: 100%;
height: 1px;
background-color: #d9dcdf;
border:none;
margin: 30px 0;
}
h1,h2,h3,h4,h5,h6{
margin:0;
padding: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.button{
background-color: #e21725;
color: #fff;
padding: 17px 25px;
text-transform: uppercase;
font-weight: 700;
border: 2px solid #e21725;
font-size: 12px;
float: left;
border-radius: 999px;
}
.button:hover{
color: #e21725;
border: 2px solid #e21725;
text-decoration:none;
background-color: #fff;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
/*header
*/
header {
padding: 30px 0 0 0;
}
.logo{
max-width: 60%;
}
#menu-toggle{
position: absolute;
top: 30px;
left: 78%;
}
#menu-toggle img{
width: 20px;
}
input{
border: 1px solid #d9dcdf;
color: #66747f;
font-size: 12px;
padding: 17px 25px;
width: 100%;
background:url(../images/search.png) #f7f8fa no-repeat right 35px center;
background-size: 3%;
outline: none;
}
.notifications{
position: absolute;
right: 240px;
top: 20px;
}
.notifications li:hover{
cursor: pointer;
}
.notifications i{
color: #bbc3ca;
font-size: 20px;
}
.notifications span{
border-radius:50px;
background-color: #e21725;
color: #fff;
font-size:11px;
font-weight: 700;
padding: 4px 9px;
position: relative;
top: -12px;
left: -12px;
}
#user-info li{
display: inline-block;
}
#user-info li:nth-child(3){
float: right;
}
#user-info li:nth-child(3) img {
float: left;
margin-right: 20px;
width: 60px;
}
#user-info li:nth-child(3) div {
display: inline-block;
}
#user-info li:nth-child(3) p {
margin:0;
}
#user-info li:nth-child(3) a {
font-weight: 700;
color: #e21725;
}
#user-info li:nth-child(3) a:hover {
text-decoration: none;
}
.username{
color: #000;
font-weight: 700;
}
/*Tabs*/
.tab{
text-align: center;
margin: -10px 0;
}
.tab li{
display: inline-block;
text-transform: uppercase;
color: #808791;
font-weight: 700;
font-size: 12px;
margin:0 20px;
}
.tab li:hover{
color: #000;
cursor: pointer;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.tab .active{
border-bottom: 3px solid #e00918;
padding-bottom: 20px;
margin-bottom: -20px;
color: #000;
}
.main-videos h2{
margin:20px 0;
font-weight: 900;
}
.area{
position: relative;
}
.duration{
background-color: #e00918;
color: #fff;
padding-bottom: 10px 30px;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
position: absolute;
bottom: 0;
right: 0;
}
p.views{
color: #343434;
}
.video p{
margin:0;
padding: 0;
color: #757a80;
line-height: inherit;
}
.area:hover .mask{
display: block;
cursor: pointer;
opacity: 100;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.vertical-align{
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform:translateY(-50%);
-ms-transform:transform(-50%);
}
.mask
{
position: absolute;
background-color: rgba(226, 23, 37, 0.9);
width: 100%;
height: 100%;
text-align: center;
opacity: 0;
}
.mask p{
color:#fff;
font-weight: 700;
}
.mask i{
font-size: 80px;
color: #fff;
}
.mini{
list-style: none;
}
.mini h4{
margin-top: 13px;
font-weight: 700;
}
.margin p{
font-size:12px;
margin-top: 6px;
}
.mini i{
font-size: 50px;
}
.mini.duration{
padding: 8px 20px;
}
.mini.mask p{
display: none;
}
.li.mini:nth-child(2){
margin-bottom: 30px;
}
.video h4{
margin-top: 15px;
font-weight: 400;
}
.single-channel .video p{
margin-top: 7px;
}
.channel-bio hr{
margin: 20px 0;
}
.channel-bio p{
text-align: justify;
}
.channel-bio .button{
margin-top: 10px;
}
.channel-name{
font-weight: 500;
font-size: 16px;
}
.channel-name img{
margin-right: 10px;
}
footer{
text-align: center;
padding: 0 0 30px;
}
footer li{
display: inline;
margin: 0 15px;
}
footer ul:nth-child(1) a {
font-weight: 600;
font-size: 16px;
color: #000;
}
footer ul:nth-child(2){
margin: 20px 0;
}
footer ul:nth-child(2) a {
color: #282626;
}
footer li a:hover{
color: #e00918;
text-decoration: none;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
footer h4{
color: #aaa7a7;
font-weight: 300;
}
.title{
color: #e21725;
font-weight: 700;
text-transform: uppercase;
}
.sidebar ul{
margin-bottom: 5px;
list-style: none;
}
.sidebar li{
line-height: 40px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sidebar a{
color: #828c95;
font-weight: 500;
}
.sidebar a:hover{
color: #e00918;
text-decoration: none;
}
.sidebar i{
font-size: 20px;
margin-right: 15px;
}
.sidebar #subs img{
margin-right: 15px;
width: 25px;
}
#playlist p{
font-size: 12px;
font-weight: 300;
margin-left: 35px;
margin-top: -15px;
}
#playlist i{
float: left;
margin-top: 15px;
}
#sidebar-wrapper{
padding-top: 10px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: -10px;
font-weight: 600;
font-size: 14px;
background-color: #f7f8fa;
border-right: 1px solid #dbdee0;
top: 0;
bottom: 0;
z-index: 1000;
left: 0;
position: fixed;
width: 300px;
margin-left: -300px;
overflow-x: hidden;
overflow-y: hidden;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#sidebar-wrapper.active{
left: 300px;
width: 300px;
}
#menu-close {
padding:7px 0;
}
#menu-close img{
widows: 10px;
} | 0.143158 | 0.058025 |
.monospace {
font-family: "Lucida Console", Courier, monospace;
}
body {
background-color: #666666;
}
p {
font-family: monospace;
font-size: 18px;
color: #c0c0c0;
margin: 4px;
}
textarea {
border: 2px solid #8b8b8b;
border-radius: 8px;
background-color: #666666;
width: 100%;
height: 150px;
min-height: 30px;
min-width: 50px;
font-size: 14px;
color: #f2f2f2;
transition: border 0.2s ease-in-out;
}
textarea::placeholder {
color: #c0c0c0;
}
textarea:focus {
outline: none;
border: 2px solid #c0c0c0;
}
textarea:hover {
border: 2px solid #f2f2f2;
}
button {
background-color: #8b8b8b;
color: #f2f2f2;
border: none;
outline: none;
border-radius: 4px;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 16px;
padding-right: 16px;
transition: background-color 0.2s ease-in-out;
}
button:disabled {
cursor: not-allowed;
opacity: 0.3;
}
button:hover:enabled {
background-color: #c0c0c0;
}
button:active {
background-color: #c0c0c0;
transform: translateY(4px);
}
#programButton[value=stop] {
background-color: #a73737;
}
#programButton[value=stop]:hover {
background-color: #e46161;
}
#programButton[value=run] {
background-color: #40a737;
}
#programButton[value=run]:hover {
background-color: #61e467;
}
#console {
border: 2px solid #8b8b8b;
border-radius: 8px;
background-color: #666666;
width: 100%;
height: 153px;
min-height: 30px;
min-width: 50px;
margin-bottom: 4px;
resize: both;
overflow: auto;
transition: border 0.2s ease-in-out
}
#console:hover {
border: 2px solid #f2f2f2;
}
#console>p {
font-size: 14px;
color: #f2f2f2;
}
.programDiv {
grid-area: program;
}
.inputDiv {
grid-area: input;
margin-right: 4px;
}
.outputDiv {
grid-area: output;
}
.consoleDiv {
grid-area: console;
}
.grid-container {
display: grid;
grid-template-areas:
'program input'
'output console';
grid-gap: 12px;
margin-right: 4px;
}
.dropdown {
background-color: #8b8b8b;
color: #f2f2f2;
border: none;
outline: none;
border-radius: 4px;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 16px;
padding-right: 16px;
transition: background-color 0.2s ease-in-out,
color 0.2s ease-in-out;
}
.dropdown:disabled {
cursor: not-allowed;
opacity: 0.3;
}
.dropdown:hover:enabled {
background-color: #c0c0c0;
}
.dropdown:active {
color: #666666;
}
.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltipText {
opacity: 0.0;
width: 160px;
background-color: #222222;
font-family: monospace;
font-size: 12px;
color: #c0c0c0;
text-align: center;
border-radius: 6px;
padding: 5px 5px;
position: absolute;
z-index: 1;
bottom: calc(100% + 5px);
transition: opacity 0.2s ease-in-out
}
.tooltip .tooltipText::after {
content: "";
position: absolute;
top: 100%;
left: 25px;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #222222 transparent transparent transparent;
}
.tooltip:hover .tooltipText {
opacity: 1.0;
} | playground/style.css | .monospace {
font-family: "Lucida Console", Courier, monospace;
}
body {
background-color: #666666;
}
p {
font-family: monospace;
font-size: 18px;
color: #c0c0c0;
margin: 4px;
}
textarea {
border: 2px solid #8b8b8b;
border-radius: 8px;
background-color: #666666;
width: 100%;
height: 150px;
min-height: 30px;
min-width: 50px;
font-size: 14px;
color: #f2f2f2;
transition: border 0.2s ease-in-out;
}
textarea::placeholder {
color: #c0c0c0;
}
textarea:focus {
outline: none;
border: 2px solid #c0c0c0;
}
textarea:hover {
border: 2px solid #f2f2f2;
}
button {
background-color: #8b8b8b;
color: #f2f2f2;
border: none;
outline: none;
border-radius: 4px;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 16px;
padding-right: 16px;
transition: background-color 0.2s ease-in-out;
}
button:disabled {
cursor: not-allowed;
opacity: 0.3;
}
button:hover:enabled {
background-color: #c0c0c0;
}
button:active {
background-color: #c0c0c0;
transform: translateY(4px);
}
#programButton[value=stop] {
background-color: #a73737;
}
#programButton[value=stop]:hover {
background-color: #e46161;
}
#programButton[value=run] {
background-color: #40a737;
}
#programButton[value=run]:hover {
background-color: #61e467;
}
#console {
border: 2px solid #8b8b8b;
border-radius: 8px;
background-color: #666666;
width: 100%;
height: 153px;
min-height: 30px;
min-width: 50px;
margin-bottom: 4px;
resize: both;
overflow: auto;
transition: border 0.2s ease-in-out
}
#console:hover {
border: 2px solid #f2f2f2;
}
#console>p {
font-size: 14px;
color: #f2f2f2;
}
.programDiv {
grid-area: program;
}
.inputDiv {
grid-area: input;
margin-right: 4px;
}
.outputDiv {
grid-area: output;
}
.consoleDiv {
grid-area: console;
}
.grid-container {
display: grid;
grid-template-areas:
'program input'
'output console';
grid-gap: 12px;
margin-right: 4px;
}
.dropdown {
background-color: #8b8b8b;
color: #f2f2f2;
border: none;
outline: none;
border-radius: 4px;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 16px;
padding-right: 16px;
transition: background-color 0.2s ease-in-out,
color 0.2s ease-in-out;
}
.dropdown:disabled {
cursor: not-allowed;
opacity: 0.3;
}
.dropdown:hover:enabled {
background-color: #c0c0c0;
}
.dropdown:active {
color: #666666;
}
.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltipText {
opacity: 0.0;
width: 160px;
background-color: #222222;
font-family: monospace;
font-size: 12px;
color: #c0c0c0;
text-align: center;
border-radius: 6px;
padding: 5px 5px;
position: absolute;
z-index: 1;
bottom: calc(100% + 5px);
transition: opacity 0.2s ease-in-out
}
.tooltip .tooltipText::after {
content: "";
position: absolute;
top: 100%;
left: 25px;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #222222 transparent transparent transparent;
}
.tooltip:hover .tooltipText {
opacity: 1.0;
} | 0.371365 | 0.131368 |
* {
box-sizing: border-box;
background-repeat: no-repeat;
outline: none;
padding: 0;
margin: 0;
}
html, body {
font-size: 100%;
line-height: 1.15;
font-family: sans-serif;
word-break: normal;
text-rendering: optimizeLegibility;
scroll-behavior: smooth;
}
body {
min-height: 100vh;
}
main,
header,
footer,
article,
aside,
section,
details {
display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
color: inherit;
line-height: inherit;
font-weight: inherit;
}
ul {
list-style: none;
}
ol {
list-style: decimal;
}
dt {
font-weight: bold;
}
hr {
height: 0;
width: 100%;
overflow: hidden;
border: 0;
border-top: 1px solid;
margin-top: 0.5em;
margin-bottom: 1em;
color: currentColor;
}
address {
font-style: inherit;
}
a {
background-color: transparent;
color: inherit;
cursor: pointer;
text-decoration: none;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
pre,
code,
samp,
kbd {
font-family: monospace;
font-size: 90%;
}
small,
sub,
sup {
font-size: 80%;
}
sub,
sup {
line-height: 0;
}
sup {
vertical-align: super;
}
sub {
vertical-align: sub;
}
blockquote {
font-family: sans-serif;
font-style: italic;
padding-left: 1em;
}
u {
text-decoration: underline;
}
s {
text-decoration: line-through;
}
canvas,
iframe,
svg,
img,
video,
audio {
display: inline-block;
vertical-align: middle;
border-style: none;
height: auto;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
background-color: transparent;
border-radius: 0;
}
textarea {
min-height: 2em;
overflow: auto;
resize: vertical;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
appearance: button;
}
[type=checkbox] {
-webkit-appearance: checkbox;
appearance: checkbox;
}
[type=radio] {
-webkit-appearance: radio;
appearance: radio;
}
select {
text-transform: none;
}
button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
cursor: not-allowed;
}
fieldset {
font-family: inherit;
border: none;
}
input {
overflow: hidden;
}
label {
display: inline-block;
font-size: inherit;
font-weight: inherit;
}
legend {
display: table;
color: inherit;
max-width: 100%;
}
progress {
vertical-align: baseline;
}
summary {
display: list-item;
}
template,
noscript,
[hidden] {
display: none;
}
input[readonly],
select[readonly],
textarea[readonly] {
border-color: rgba(0, 0, 0, 0.12);
color: rgba(0, 0, 0, 0.54);
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
background-color: lightgrey;
cursor: not-allowed;
}
@media (prefers-reduced-motion: reduce) {
* {
-webkit-transition: none;
transition: none;
}
html {
scroll-behavior: auto;
}
}
/***************************************************************************
* * Pendeza - https://pendeza.github.io
* * Licensed under the MIT license - https://opensource.org/licenses/MIT
* * Copyright (c) 2020 <NAME> */
/***************************************************************************/
:root {
--pendeza-h1: 2.5rem;
--pendeza-h2: 2.25rem;
--pendeza-h3: 2rem;
--pendeza-h4: 1.75rem;
--pendeza-h5: 1.5rem;
--pendeza-h6: 1.35rem;
--pendeza-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--pendeza-serif: Georgia, Times, "Times New Roman", serif;
--pendeza-helvetica: Arial, Helvetica, sans-serif;
--pendeza-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
--pendeza-primary: #1779ba;
--pendeza-secondary: #126195;
--pendeza-success: #3adb76;
--pendeza-danger: #a53b2a;
--pendeza-warning: #cc8b00;
--pendeza-muted: #535353;
--pendeza-dark: #2f3640;
--pendeza-light: ghostwhite;
--pendeza-blue: #0000fc;
--pendeza-green: #007d00;
--pendeza-yellow: #fcfc00;
--pendeza-orange: #fca300;
--pendeza-pink: #ffbdc9;
--pendeza-red: #fc0000;
--pendeza-purple: #7d007d;
--pendeza-teal: #007d7d;
--pendeza-indigo: #4a007f;
--pendeza-brown: #a32929;
--pendeza-violet: #ee80ee;
--pendeza-grey: #7f7f7f;
--pendeza-black: rgb(0,0,0);
--pendeza-primary: #1779ba;
--pendeza-primary-lighten-1: #1a88d1;
--pendeza-primary-lighten-2: #2196e3;
--pendeza-primary-lighten-3: #37a0e6;
--pendeza-primary-lighten-4: #4eabe9;
--pendeza-primary-darken-1: #146aa3;
--pendeza-primary-darken-2: #115b8d;
--pendeza-primary-darken-3: #0f4d76;
--pendeza-primary-darken-4: #0c3e5f;
--pendeza-secondary-lighten-1: #1570ac;
--pendeza-secondary-lighten-2: #177fc3;
--pendeza-secondary-lighten-3: #1a8dd9;
--pendeza-secondary-lighten-4: #289ae5;
--pendeza-secondary-darken-1: #0f527e;
--pendeza-secondary-darken-2: #0d4367;
--pendeza-secondary-darken-3: #0a3551;
--pendeza-secondary-darken-4: #07263a;
--pendeza-success-lighten-1: #50df85;
--pendeza-success-lighten-2: #65e394;
--pendeza-success-lighten-3: #7be7a3;
--pendeza-success-lighten-4: #90ebb2;
--pendeza-success-darken-1: #27d568;
--pendeza-success-darken-2: #23bf5d;
--pendeza-success-darken-3: #1faa53;
--pendeza-success-darken-4: #1b9448;
--pendeza-danger-lighten-1: #b9422f;
--pendeza-danger-lighten-2: #cc4b36;
--pendeza-danger-lighten-3: #d15d4a;
--pendeza-danger-lighten-4: #d66f5f;
--pendeza-danger-darken-1: #913425;
--pendeza-danger-darken-2: #7c2c20;
--pendeza-danger-darken-3: #68251a;
--pendeza-danger-darken-4: #541e15;
--pendeza-warning-lighten-1: #e69c00;
--pendeza-warning-lighten-2: #ffae00;
--pendeza-warning-lighten-3: #ffb61a;
--pendeza-warning-lighten-4: #ffbe33;
--pendeza-warning-darken-1: #b37a00;
--pendeza-warning-darken-2: #996800;
--pendeza-warning-darken-3: #805700;
--pendeza-warning-darken-4: #664600;
--pendeza-muted-lighten-1: #606060;
--pendeza-muted-lighten-2: #6d6d6d;
--pendeza-muted-lighten-3: #797979;
--pendeza-muted-lighten-4: #868686;
--pendeza-muted-darken-1: #464646;
--pendeza-muted-darken-2: #3a3a3a;
--pendeza-muted-darken-3: #2d2d2d;
--pendeza-muted-darken-4: #202020;
--pendeza-dark-lighten-1: #3a424f;
--pendeza-dark-lighten-2: #454f5d;
--pendeza-dark-lighten-3: #4f5b6c;
--pendeza-dark-lighten-4: #5a687b;
--pendeza-dark-darken-1: #242a31;
--pendeza-dark-darken-2: #191d23;
--pendeza-dark-darken-3: #0f1114;
--pendeza-dark-darken-4: #040405;
--pendeza-light-lighten-1: white;
--pendeza-light-lighten-2: white;
--pendeza-light-lighten-3: white;
--pendeza-light-lighten-4: white;
--pendeza-light-darken-1: #dfdfff;
--pendeza-light-darken-2: #c5c5ff;
--pendeza-light-darken-3: #acacff;
--pendeza-light-darken-4: #9292ff;
--pendeza-blue-lighten-1: #1717ff;
--pendeza-blue-lighten-2: #3030ff;
--pendeza-blue-lighten-3: #4a4aff;
--pendeza-blue-lighten-4: #6363ff;
--pendeza-blue-darken-1: #0000e3;
--pendeza-blue-darken-2: #0000c9;
--pendeza-blue-darken-3: #0000b0;
--pendeza-blue-darken-4: #000096;
--pendeza-green-lighten-1: #009700;
--pendeza-green-lighten-2: #00b000;
--pendeza-green-lighten-3: #00ca00;
--pendeza-green-lighten-4: #00e300;
--pendeza-green-darken-1: darkgreen;
--pendeza-green-darken-2: #004a00;
--pendeza-green-darken-3: #003100;
--pendeza-green-darken-4: #001700;
--pendeza-yellow-lighten-1: #ffff17;
--pendeza-yellow-lighten-2: #ffff30;
--pendeza-yellow-lighten-3: #ffff4a;
--pendeza-yellow-lighten-4: #ffff63;
--pendeza-yellow-darken-1: #e3e300;
--pendeza-yellow-darken-2: #c9c900;
--pendeza-yellow-darken-3: #b0b000;
--pendeza-yellow-darken-4: #969600;
--pendeza-orange-lighten-1: #ffad17;
--pendeza-orange-lighten-2: #ffb630;
--pendeza-orange-lighten-3: #ffbf4a;
--pendeza-orange-lighten-4: #ffc863;
--pendeza-orange-darken-1: #e39300;
--pendeza-orange-darken-2: #c98200;
--pendeza-orange-darken-3: #b07200;
--pendeza-orange-darken-4: #966100;
--pendeza-pink-lighten-1: #ffd7de;
--pendeza-pink-lighten-2: #fff0f3;
--pendeza-pink-lighten-3: white;
--pendeza-pink-lighten-4: white;
--pendeza-pink-darken-1: #ffa4b4;
--pendeza-pink-darken-2: #ff8a9f;
--pendeza-pink-darken-3: #ff718a;
--pendeza-pink-darken-4: #ff5776;
--pendeza-red-lighten-1: #ff1717;
--pendeza-red-lighten-2: #ff3030;
--pendeza-red-lighten-3: #ff4a4a;
--pendeza-red-lighten-4: #ff6363;
--pendeza-red-darken-1: #e30000;
--pendeza-red-darken-2: #c90000;
--pendeza-red-darken-3: #b00000;
--pendeza-red-darken-4: #960000;
--pendeza-purple-lighten-1: #970097;
--pendeza-purple-lighten-2: #b000b0;
--pendeza-purple-lighten-3: #ca00ca;
--pendeza-purple-lighten-4: #e300e3;
--pendeza-purple-darken-1: #640064;
--pendeza-purple-darken-2: #4a004a;
--pendeza-purple-darken-3: #310031;
--pendeza-purple-darken-4: #170017;
--pendeza-teal-lighten-1: #009797;
--pendeza-teal-lighten-2: #00b0b0;
--pendeza-teal-lighten-3: #00caca;
--pendeza-teal-lighten-4: #00e3e3;
--pendeza-teal-darken-1: #006464;
--pendeza-teal-darken-2: #004a4a;
--pendeza-teal-darken-3: #003131;
--pendeza-teal-darken-4: #001717;
--pendeza-indigo-lighten-1: #590099;
--pendeza-indigo-lighten-2: #6800b2;
--pendeza-indigo-lighten-3: #7700cc;
--pendeza-indigo-lighten-4: #8500e5;
--pendeza-indigo-darken-1: #3b0066;
--pendeza-indigo-darken-2: #2c004c;
--pendeza-indigo-darken-3: #1d0033;
--pendeza-indigo-darken-4: #0f0019;
--pendeza-brown-lighten-1: #b72e2e;
--pendeza-brown-lighten-2: #cc3333;
--pendeza-brown-lighten-3: #d14848;
--pendeza-brown-lighten-4: #d65c5c;
--pendeza-brown-darken-1: #8f2424;
--pendeza-brown-darken-2: #7a1f1f;
--pendeza-brown-darken-3: #661a1a;
--pendeza-brown-darken-4: #521515;
--pendeza-violet-lighten-1: #f196f1;
--pendeza-violet-lighten-2: #f4adf4;
--pendeza-violet-lighten-3: #f7c3f7;
--pendeza-violet-lighten-4: #fadafa;
--pendeza-violet-darken-1: #eb6aeb;
--pendeza-violet-darken-2: #e853e8;
--pendeza-violet-darken-3: #e853e8;
--pendeza-violet-darken-4: #e226e2;
--pendeza-grey-lighten-1: #8c8c8c;
--pendeza-grey-lighten-2: #999999;
--pendeza-grey-lighten-3: #a5a5a5;
--pendeza-grey-lighten-4: #b2b2b2;
--pendeza-grey-darken-1: #727272;
--pendeza-grey-darken-2: #666666;
--pendeza-grey-darken-3: #595959;
--pendeza-grey-darken-4: #4c4c4c;
--pendeza-black-lighten-1: #0d0d0d;
--pendeza-black-lighten-2: #1a1a1a;
--pendeza-black-lighten-3: #262626;
--pendeza-black-lighten-4: #333333;
--pendeza-black-darken-1: black;
--pendeza-black-darken-2: black;
--pendeza-black-darken-3: black;
--pendeza-black-darken-4: black;
--pendeza-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--pendeza-shadow-1: 0 0.12rem 0.2rem rgba(0, 0, 0, 0.1);
--pendeza-shadow-2: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
--pendeza-shadow-3: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
--pendeza-shadow-4: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.4);
--pendeza-shadow-5: 0 1rem 3rem rgba(0, 0, 0, 0.5);
--pendeza-margin-bottom: 1rem;
}
.wrapper,
.wrapper-responsive,
.wrapper-extrasmallX2,
.wrapper-extrasmall,
.wrapper-small,
.wrapper-large,
.wrapper-extralargeX2,
.wrapper-xxl {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
margin-left: auto;
margin-right: auto;
position: relative;
}
@media (min-width: 36rem) {
.wrapper {
max-width: 33.75rem;
}
}
@media (min-width: 48rem) {
.wrapper {
max-width: 45rem;
}
}
@media (min-width: 62rem) {
.wrapper {
max-width: 60rem;
}
}
@media (min-width: 75rem) {
.wrapper {
max-width: 71.25rem;
}
}
@media (min-width: 87.5rem) {
.wrapper {
max-width: 82.5rem;
}
}
.wrapper-extrasmallX2 {
max-width: 30rem;
}
.wrapper-extrasmall {
max-width: 35rem;
}
.wrapper-small {
max-width: 40rem;
}
.wrapper-medium {
max-width: 50rem;
}
.wrapper-large {
max-width: 60rem;
}
.wrapper-extralarge {
max-width: 70rem;
}
.wrapper-extrasmallX2 {
max-width: 80rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-weight: 250;
font-family: Arial, Helvetica, sans-serif;
}
h1,
.h1,
.title {
font-size: 2.5rem;
}
h2,
.h2,
.subtitle {
font-size: 2.25rem;
}
h3,
.h3 {
font-size: 2rem;
}
h4,
.h4 {
font-size: 1.75rem;
}
h5,
.h5 {
font-size: 1.5rem;
}
h6,
.h6 {
font-size: 1.35rem;
}
@media only screen and (max-width: 45rem) {
h1,
.h1 {
font-size: 2rem;
}
h2,
.h2 {
font-size: 1.75rem;
}
h3,
.h3 {
font-size: 1.5rem;
}
h4,
.h4 {
font-size: 1.45rem;
}
h5,
.h5 {
font-size: 1.2rem;
}
h6,
.h6 {
font-size: 1.15rem;
}
}
p,
.text-lead {
line-height: 1.7rem;
font-size: 1rem;
letter-spacing: 0.055rem;
}
.text-sans-serif {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.text-serif {
font-family: Georgia, Times, "Times New Roman", serif;
}
.text-monospace {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.text-helvetica {
font-family: Arial, Helvetica, sans-serif;
}
.text-extrasmallX2 {
font-size: 0.65rem !important;
}
.text-extrasmall {
font-size: 0.8rem !important;
}
.text-small {
font-size: 0.9rem !important;
}
.text-medium {
font-size: 1rem !important;
}
.text-large {
font-size: 1.1rem !important;
}
.text-extralarge {
font-size: 1.25rem !important;
}
.text-extralargeX2 {
font-size: 1.5rem !important;
}
.text-align-left {
text-align: left !important;
}
.text-align-center {
text-align: center !important;
}
.text-align-right {
text-align: right !important;
}
.text-align-justify {
text-align: justify !important;
}
.text-transform-uppercase {
text-transform: uppercase !important;
}
.text-transform-lowercase {
text-transform: lowercase !important;
}
.text-transform-capitalize {
text-transform: capitalize !important;
}
.text-decoration-line-underline {
text-decoration-line: underline !important;
}
.text-decoration-line-line-through {
text-decoration-line: line-through !important;
}
.text-decoration-line-none {
text-decoration-line: none !important;
}
.text-decoration-line-overline {
text-decoration-line: overline !important;
}
.text-decoration-line-initial {
text-decoration-line: initial !important;
}
.text-decoration-line-inherit {
text-decoration-line: inherit !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-orientation-mixed {
text-orientation: mixed !important;
}
.text-orientation-upright {
text-orientation: upright !important;
}
.text-orientation-sideways {
text-orientation: sideways !important;
}
.text-link, .link {
cursor: pointer;
}
.text-link:hover, .link:hover {
text-decoration: underline;
transition: text-decoration 0.5s ease;
}
.text-primary {
color: #1779ba;
}
.text-primary.lighten-1 {
color: #1a88d1;
}
.text-primary.lighten-2 {
color: #2196e3;
}
.text-primary.lighten-3 {
color: #37a0e6;
}
.text-primary.lighten-4 {
color: #4eabe9;
}
.text-primary.darken-1 {
color: #146aa3;
}
.text-primary.darken-2 {
color: #115b8d;
}
.text-primary.darken-3 {
color: #0f4d76;
}
.text-primary.darken-4 {
color: #0c3e5f;
}
.text-secondary {
color: #126195;
}
.text-secondary.lighten-1 {
color: #1570ac;
}
.text-secondary.lighten-2 {
color: #177fc3;
}
.text-secondary.lighten-3 {
color: #1a8dd9;
}
.text-secondary.lighten-4 {
color: #289ae5;
}
.text-secondary.darken-1 {
color: #0f527e;
}
.text-secondary.darken-2 {
color: #0d4367;
}
.text-secondary.darken-3 {
color: #0a3551;
}
.text-secondary.darken-4 {
color: #07263a;
}
.text-success {
color: #3adb76;
}
.text-success.lighten-1 {
color: #50df85;
}
.text-success.lighten-2 {
color: #65e394;
}
.text-success.lighten-3 {
color: #7be7a3;
}
.text-success.lighten-4 {
color: #90ebb2;
}
.text-success.darken-1 {
color: #27d568;
}
.text-success.darken-2 {
color: #23bf5d;
}
.text-success.darken-3 {
color: #1faa53;
}
.text-success.darken-4 {
color: #1b9448;
}
.text-danger {
color: #a53b2a;
}
.text-danger.lighten-1 {
color: #b9422f;
}
.text-danger.lighten-2 {
color: #cc4b36;
}
.text-danger.lighten-3 {
color: #d15d4a;
}
.text-danger.lighten-4 {
color: #d66f5f;
}
.text-danger.darken-1 {
color: #913425;
}
.text-danger.darken-2 {
color: #7c2c20;
}
.text-danger.darken-3 {
color: #68251a;
}
.text-danger.darken-4 {
color: #541e15;
}
.text-warning {
color: #cc8b00;
}
.text-warning.lighten-1 {
color: #e69c00;
}
.text-warning.lighten-2 {
color: #ffae00;
}
.text-warning.lighten-3 {
color: #ffb61a;
}
.text-warning.lighten-4 {
color: #ffbe33;
}
.text-warning.darken-1 {
color: #b37a00;
}
.text-warning.darken-2 {
color: #996800;
}
.text-warning.darken-3 {
color: #805700;
}
.text-warning.darken-4 {
color: #664600;
}
.text-muted {
color: #535353;
}
.text-muted.lighten-1 {
color: #606060;
}
.text-muted.lighten-2 {
color: #6d6d6d;
}
.text-muted.lighten-3 {
color: #797979;
}
.text-muted.lighten-4 {
color: #868686;
}
.text-muted.darken-1 {
color: #464646;
}
.text-muted.darken-2 {
color: #3a3a3a;
}
.text-muted.darken-3 {
color: #2d2d2d;
}
.text-muted.darken-4 {
color: #202020;
}
.text-dark {
color: #2f3640;
}
.text-dark.lighten-1 {
color: #3a424f;
}
.text-dark.lighten-2 {
color: #454f5d;
}
.text-dark.lighten-3 {
color: #4f5b6c;
}
.text-dark.lighten-4 {
color: #5a687b;
}
.text-dark.darken-1 {
color: #242a31;
}
.text-dark.darken-2 {
color: #191d23;
}
.text-dark.darken-3 {
color: #0f1114;
}
.text-dark.darken-4 {
color: #040405;
}
.text-light {
color: ghostwhite;
}
.text-light.lighten-1 {
color: white;
}
.text-light.lighten-2 {
color: white;
}
.text-light.lighten-3 {
color: white;
}
.text-light.lighten-4 {
color: white;
}
.text-light.darken-1 {
color: #dfdfff;
}
.text-light.darken-2 {
color: #c5c5ff;
}
.text-light.darken-3 {
color: #acacff;
}
.text-light.darken-4 {
color: #9292ff;
}
.text-blue {
color: #0000fc;
}
.text-blue.lighten-1 {
color: #1717ff;
}
.text-blue.lighten-2 {
color: #3030ff;
}
.text-blue.lighten-3 {
color: #4a4aff;
}
.text-blue.lighten-4 {
color: #6363ff;
}
.text-blue.darken-1 {
color: #0000e3;
}
.text-blue.darken-2 {
color: #0000c9;
}
.text-blue.darken-3 {
color: #0000b0;
}
.text-blue.darken-4 {
color: #000096;
}
.text-green {
color: #007d00;
}
.text-green.lighten-1 {
color: #009700;
}
.text-green.lighten-2 {
color: #00b000;
}
.text-green.lighten-3 {
color: #00ca00;
}
.text-green.lighten-4 {
color: #00e300;
}
.text-green.darken-1 {
color: darkgreen;
}
.text-green.darken-2 {
color: #004a00;
}
.text-green.darken-3 {
color: #003100;
}
.text-green.darken-4 {
color: #001700;
}
.text-yellow {
color: #fcfc00;
}
.text-yellow.lighten-1 {
color: #ffff17;
}
.text-yellow.lighten-2 {
color: #ffff30;
}
.text-yellow.lighten-3 {
color: #ffff4a;
}
.text-yellow.lighten-4 {
color: #ffff63;
}
.text-yellow.darken-1 {
color: #e3e300;
}
.text-yellow.darken-2 {
color: #c9c900;
}
.text-yellow.darken-3 {
color: #b0b000;
}
.text-yellow.darken-4 {
color: #969600;
}
.text-orange {
color: #fca300;
}
.text-orange.lighten-1 {
color: #ffad17;
}
.text-orange.lighten-2 {
color: #ffb630;
}
.text-orange.lighten-3 {
color: #ffbf4a;
}
.text-orange.lighten-4 {
color: #ffc863;
}
.text-orange.darken-1 {
color: #e39300;
}
.text-orange.darken-2 {
color: #c98200;
}
.text-orange.darken-3 {
color: #b07200;
}
.text-orange.darken-4 {
color: #966100;
}
.text-pink {
color: #ffbdc9;
}
.text-pink.lighten-1 {
color: #ffd7de;
}
.text-pink.lighten-2 {
color: #fff0f3;
}
.text-pink.lighten-3 {
color: white;
}
.text-pink.lighten-4 {
color: white;
}
.text-pink.darken-1 {
color: #ffa4b4;
}
.text-pink.darken-2 {
color: #ff8a9f;
}
.text-pink.darken-3 {
color: #ff718a;
}
.text-pink.darken-4 {
color: #ff5776;
}
.text-red {
color: #fc0000;
}
.text-red.lighten-1 {
color: #ff1717;
}
.text-red.lighten-2 {
color: #ff3030;
}
.text-red.lighten-3 {
color: #ff4a4a;
}
.text-red.lighten-4 {
color: #ff6363;
}
.text-red.darken-1 {
color: #e30000;
}
.text-red.darken-2 {
color: #c90000;
}
.text-red.darken-3 {
color: #b00000;
}
.text-red.darken-4 {
color: #960000;
}
.text-purple {
color: #7d007d;
}
.text-purple.lighten-1 {
color: #970097;
}
.text-purple.lighten-2 {
color: #b000b0;
}
.text-purple.lighten-3 {
color: #ca00ca;
}
.text-purple.lighten-4 {
color: #e300e3;
}
.text-purple.darken-1 {
color: #640064;
}
.text-purple.darken-2 {
color: #4a004a;
}
.text-purple.darken-3 {
color: #310031;
}
.text-purple.darken-4 {
color: #170017;
}
.text-teal {
color: #007d7d;
}
.text-teal.lighten-1 {
color: #009797;
}
.text-teal.lighten-2 {
color: #00b0b0;
}
.text-teal.lighten-3 {
color: #00caca;
}
.text-teal.lighten-4 {
color: #00e3e3;
}
.text-teal.darken-1 {
color: #006464;
}
.text-teal.darken-2 {
color: #004a4a;
}
.text-teal.darken-3 {
color: #003131;
}
.text-teal.darken-4 {
color: #001717;
}
.text-indigo {
color: #4a007f;
}
.text-indigo.lighten-1 {
color: #590099;
}
.text-indigo.lighten-2 {
color: #6800b2;
}
.text-indigo.lighten-3 {
color: #7700cc;
}
.text-indigo.lighten-4 {
color: #8500e5;
}
.text-indigo.darken-1 {
color: #3b0066;
}
.text-indigo.darken-2 {
color: #2c004c;
}
.text-indigo.darken-3 {
color: #1d0033;
}
.text-indigo.darken-4 {
color: #0f0019;
}
.text-brown {
color: #a32929;
}
.text-brown.lighten-1 {
color: #b72e2e;
}
.text-brown.lighten-2 {
color: #cc3333;
}
.text-brown.lighten-3 {
color: #d14848;
}
.text-brown.lighten-4 {
color: #d65c5c;
}
.text-brown.darken-1 {
color: #8f2424;
}
.text-brown.darken-2 {
color: #7a1f1f;
}
.text-brown.darken-3 {
color: #661a1a;
}
.text-brown.darken-4 {
color: #521515;
}
.text-violet {
color: #ee80ee;
}
.text-violet.lighten-1 {
color: #f196f1;
}
.text-violet.lighten-2 {
color: #f4adf4;
}
.text-violet.lighten-3 {
color: #f7c3f7;
}
.text-violet.lighten-4 {
color: #fadafa;
}
.text-violet.darken-1 {
color: #eb6aeb;
}
.text-violet.darken-2 {
color: #e853e8;
}
.text-violet.darken-3 {
color: #e853e8;
}
.text-violet.darken-4 {
color: #e226e2;
}
.text-grey {
color: #7f7f7f;
}
.text-grey.lighten-1 {
color: #8c8c8c;
}
.text-grey.lighten-2 {
color: #999999;
}
.text-grey.lighten-3 {
color: #a5a5a5;
}
.text-grey.lighten-4 {
color: #b2b2b2;
}
.text-grey.darken-1 {
color: #727272;
}
.text-grey.darken-2 {
color: #666666;
}
.text-grey.darken-3 {
color: #595959;
}
.text-grey.darken-4 {
color: #4c4c4c;
}
.text-black {
color: black;
}
.text-black.lighten-1 {
color: #0d0d0d;
}
.text-black.lighten-2 {
color: #1a1a1a;
}
.text-black.lighten-3 {
color: #262626;
}
.text-black.lighten-4 {
color: #333333;
}
.text-black.darken-1 {
color: black;
}
.text-black.darken-2 {
color: black;
}
.text-black.darken-3 {
color: black;
}
.text-black.darken-4 {
color: black;
}
.text-primary\:hover:hover {
color: #1779ba;
}
.text-primary\:hover:hover.lighten-1\:hover:hover {
color: #1a88d1;
}
.text-primary\:hover:hover.lighten-2\:hover:hover {
color: #2196e3;
}
.text-primary.lighten-3\:hover:hover {
color: #37a0e6;
}
.text-primary\:hover:hover.lighten-4\:hover:hover {
color: #4eabe9;
}
.text-primary\:hover:hover.darken-1\:hover:hover {
color: #146aa3;
}
.text-primary\:hover:hover.darken-2\:hover:hover {
color: #115b8d;
}
.text-primary\:hover:hover.darken-3\:hover:hover {
color: #0f4d76;
}
.text-primary\:hover:hover.darken-4\:hover:hover {
color: #0c3e5f;
}
.text-secondary\:hover:hover {
color: #126195;
}
.text-secondary\:hover:hover.lighten-1\:hover:hover {
color: #1570ac;
}
.text-secondary\:hover:hover.lighten-2\:hover:hover {
color: #177fc3;
}
.text-secondary\:hover:hover.lighten-3\:hover:hover {
color: #1a8dd9;
}
.text-secondary\:hover:hover.lighten-4\:hover:hover {
color: #289ae5;
}
.text-secondary\:hover:hover.darken-1\:hover:hover {
color: #0f527e;
}
.text-secondary\:hover:hover.darken-2\:hover:hover {
color: #0d4367;
}
.text-secondary\:hover:hover.darken-3\:hover:hover {
color: #0a3551;
}
.text-secondary\:hover:hover.darken-4\:hover:hover {
color: #07263a;
}
.text-success\:hover:hover {
color: #3adb76;
}
.text-success\:hover:hover.lighten-1\:hover:hover {
color: #50df85;
}
.text-success\:hover:hover.lighten-2\:hover:hover {
color: #65e394;
}
.text-success\:hover:hover.lighten-3\:hover:hover {
color: #7be7a3;
}
.text-success\:hover:hover.lighten-4\:hover:hover {
color: #90ebb2;
}
.text-success\:hover:hover.darken-1\:hover:hover {
color: #27d568;
}
.text-success\:hover:hover.darken-2\:hover:hover {
color: #23bf5d;
}
.text-success\:hover:hover.darken-3\:hover:hover {
color: #1faa53;
}
.text-success\:hover:hover.darken-4\:hover:hover {
color: #1b9448;
}
.text-danger\:hover:hover {
color: #a53b2a;
}
.text-danger\:hover:hover.lighten-1\:hover:hover {
color: #b9422f;
}
.text-danger\:hover:hover.lighten-2\:hover:hover {
color: #cc4b36;
}
.text-danger\:hover:hover.lighten-3\:hover:hover {
color: #d15d4a;
}
.text-danger\:hover:hover.lighten-4\:hover:hover {
color: #d66f5f;
}
.text-danger\:hover:hover.darken-1\:hover:hover {
color: #913425;
}
.text-danger\:hover:hover.darken-2\:hover:hover {
color: #7c2c20;
}
.text-danger\:hover:hover.darken-3\:hover:hover {
color: #68251a;
}
.text-danger\:hover:hover.darken-4\:hover:hover {
color: #541e15;
}
.text-warning\:hover:hover {
color: #cc8b00;
}
.text-warning\:hover:hover.lighten-1\:hover:hover {
color: #e69c00;
}
.text-warning\:hover:hover.lighten-2\:hover:hover {
color: #ffae00;
}
.text-warning\:hover:hover.lighten-3\:hover:hover {
color: #ffb61a;
}
.text-warning\:hover:hover.lighten-4\:hover:hover {
color: #ffbe33;
}
.text-warning\:hover:hover.darken-1\:hover:hover {
color: #b37a00;
}
.text-warning\:hover:hover.darken-2\:hover:hover {
color: #996800;
}
.text-warning\:hover:hover.darken-3\:hover:hover {
color: #805700;
}
.text-warning\:hover:hover.darken-4\:hover:hover {
color: #664600;
}
.text-muted\:hover:hover {
color: #535353;
}
.text-muted\:hover:hover.lighten-1\:hover:hover {
color: #606060;
}
.text-muted\:hover:hover.lighten-2\:hover:hover {
color: #6d6d6d;
}
.text-muted\:hover:hover.lighten-3\:hover:hover {
color: #797979;
}
.text-muted\:hover:hover.lighten-4\:hover:hover {
color: #868686;
}
.text-muted\:hover:hover.darken-1\:hover:hover {
color: #464646;
}
.text-muted\:hover:hover.darken-2\:hover:hover {
color: #3a3a3a;
}
.text-muted\:hover:hover.darken-3\:hover:hover {
color: #2d2d2d;
}
.text-muted\:hover:hover.darken-4\:hover:hover {
color: #202020;
}
.text-dark\:hover:hover {
color: #2f3640;
}
.text-dark\:hover:hover.lighten-1\:hover:hover {
color: #3a424f;
}
.text-dark\:hover:hover.lighten-2\:hover:hover {
color: #454f5d;
}
.text-dark\:hover:hover.lighten-3\:hover:hover {
color: #4f5b6c;
}
.text-dark\:hover:hover.lighten-4\:hover:hover {
color: #5a687b;
}
.text-dark\:hover:hover.darken-1\:hover:hover {
color: #242a31;
}
.text-dark\:hover:hover.darken-2\:hover:hover {
color: #191d23;
}
.text-dark\:hover:hover.darken-3\:hover:hover {
color: #0f1114;
}
.text-dark\:hover:hover.darken-4\:hover:hover {
color: #040405;
}
.text-light\:hover:hover {
color: ghostwhite;
}
.text-light\:hover:hover.lighten-1\:hover:hover {
color: white;
}
.text-light\:hover:hover.lighten-2\:hover:hover {
color: white;
}
.text-light\:hover:hover.lighten-3\:hover:hover {
color: white;
}
.text-light\:hover:hover.lighten-4\:hover:hover {
color: white;
}
.text-light\:hover:hover.darken-1\:hover:hover {
color: #dfdfff;
}
.text-light\:hover:hover.darken-2\:hover:hover {
color: #c5c5ff;
}
.text-light\:hover:hover.darken-3\:hover:hover {
color: #acacff;
}
.text-light\:hover:hover.darken-4\:hover:hover {
color: #9292ff;
}
.text-blue\:hover:hover {
color: #0000fc;
}
.text-blue\:hover:hover.lighten-1\:hover:hover {
color: #1717ff;
}
.text-blue\:hover:hover.lighten-2\:hover:hover {
color: #3030ff;
}
.text-blue\:hover:hover.lighten-3\:hover:hover {
color: #4a4aff;
}
.text-blue\:hover:hover.lighten-4\:hover:hover {
color: #6363ff;
}
.text-blue\:hover:hover.darken-1\:hover:hover {
color: #0000e3;
}
.text-blue\:hover:hover.darken-2\:hover:hover {
color: #0000c9;
}
.text-blue\:hover:hover.darken-3\:hover:hover {
color: #0000b0;
}
.text-blue\:hover:hover.darken-4\:hover:hover {
color: #000096;
}
.text-green\:hover:hover {
color: #007d00;
}
.text-green\:hover:hover.lighten-1\:hover:hover {
color: #009700;
}
.text-green\:hover:hover.lighten-2\:hover:hover {
color: #00b000;
}
.text-green\:hover:hover.lighten-3\:hover:hover {
color: #00ca00;
}
.text-green\:hover:hover.lighten-4\:hover:hover {
color: #00e300;
}
.text-green\:hover:hover.darken-1\:hover:hover {
color: darkgreen;
}
.text-green\:hover:hover.darken-2\:hover:hover {
color: #004a00;
}
.text-green\:hover:hover.darken-3\:hover:hover {
color: #003100;
}
.text-green\:hover:hover.darken-4\:hover:hover {
color: #001700;
}
.text-yellow\:hover:hover {
color: #fcfc00;
}
.text-yellow\:hover:hover.lighten-1\:hover:hover {
color: #ffff17;
}
.text-yellow\:hover:hover.lighten-2\:hover:hover {
color: #ffff30;
}
.text-yellow\:hover:hover.lighten-3\:hover:hover {
color: #ffff4a;
}
.text-yellow\:hover:hover.lighten-4\:hover:hover {
color: #ffff63;
}
.text-yellow\:hover:hover.darken-1\:hover:hover {
color: #e3e300;
}
.text-yellow\:hover:hover.darken-2\:hover:hover {
color: #c9c900;
}
.text-yellow\:hover:hover.darken-3\:hover:hover {
color: #b0b000;
}
.text-yellow\:hover:hover.darken-4\:hover:hover {
color: #969600;
}
.text-orange\:hover:hover {
color: #fca300;
}
.text-orange\:hover:hover.lighten-1\:hover:hover {
color: #ffad17;
}
.text-orange\:hover:hover.lighten-2\:hover:hover {
color: #ffb630;
}
.text-orange\:hover:hover.lighten-3\:hover:hover {
color: #ffbf4a;
}
.text-orange\:hover:hover.lighten-4\:hover:hover {
color: #ffc863;
}
.text-orange\:hover:hover.darken-1\:hover:hover {
color: #e39300;
}
.text-orange\:hover:hover.darken-2\:hover:hover {
color: #c98200;
}
.text-orange\:hover:hover.darken-3\:hover:hover {
color: #b07200;
}
.text-orange\:hover:hover.darken-4\:hover:hover {
color: #966100;
}
.text-pink\:hover:hover {
color: #ffbdc9;
}
.text-pink\:hover:hover.lighten-1\:hover:hover {
color: #ffd7de;
}
.text-pink\:hover:hover.lighten-2\:hover:hover {
color: #fff0f3;
}
.text-pink\:hover:hover.lighten-3\:hover:hover {
color: white;
}
.text-pink\:hover:hover.lighten-4\:hover:hover {
color: white;
}
.text-pink\:hover:hover.darken-1\:hover:hover {
color: #ffa4b4;
}
.text-pink\:hover:hover.darken-2\:hover:hover {
color: #ff8a9f;
}
.text-pink\:hover:hover.darken-3\:hover:hover {
color: #ff718a;
}
.text-pink\:hover:hover.darken-4\:hover:hover {
color: #ff5776;
}
.text-red\:hover:hover {
color: #fc0000;
}
.text-red\:hover:hover.lighten-1\:hover:hover {
color: #ff1717;
}
.text-red\:hover:hover.lighten-2\:hover:hover {
color: #ff3030;
}
.text-red\:hover:hover.lighten-3\:hover:hover {
color: #ff4a4a;
}
.text-red\:hover:hover.lighten-4\:hover:hover {
color: #ff6363;
}
.text-red\:hover:hover.darken-1\:hover:hover {
color: #e30000;
}
.text-red\:hover:hover.darken-2\:hover:hover {
color: #c90000;
}
.text-red\:hover:hover.darken-3\:hover:hover {
color: #b00000;
}
.text-red\:hover:hover.darken-4\:hover:hover {
color: #960000;
}
.text-purple\:hover:hover {
color: #7d007d;
}
.text-purple\:hover:hover.lighten-1\:hover:hover {
color: #970097;
}
.text-purple\:hover:hover.lighten-2\:hover:hover {
color: #b000b0;
}
.text-purple\:hover:hover.lighten-3\:hover:hover {
color: #ca00ca;
}
.text-purple\:hover:hover.lighten-4\:hover:hover {
color: #e300e3;
}
.text-purple\:hover:hover.darken-1\:hover:hover {
color: #640064;
}
.text-purple\:hover:hover.darken-2\:hover:hover {
color: #4a004a;
}
.text-purple\:hover:hover.darken-3\:hover:hover {
color: #310031;
}
.text-purple\:hover:hover.darken-4\:hover:hover {
color: #170017;
}
.text-teal\:hover:hover {
color: #007d7d;
}
.text-teal\:hover:hover.lighten-1\:hover:hover {
color: #009797;
}
.text-teal\:hover:hover.lighten-2\:hover:hover {
color: #00b0b0;
}
.text-teal\:hover:hover.lighten-3\:hover:hover {
color: #00caca;
}
.text-teal\:hover:hover.lighten-4\:hover:hover {
color: #00e3e3;
}
.text-teal\:hover:hover.darken-1\:hover:hover {
color: #006464;
}
.text-teal\:hover:hover.darken-2\:hover:hover {
color: #004a4a;
}
.text-teal\:hover:hover.darken-3\:hover:hover {
color: #003131;
}
.text-teal\:hover:hover.darken-4\:hover:hover {
color: #001717;
}
.text-indigo\:hover:hover {
color: #4a007f;
}
.text-indigo\:hover:hover.lighten-1\:hover:hover {
color: #590099;
}
.text-indigo\:hover:hover.lighten-2\:hover:hover {
color: #6800b2;
}
.text-indigo\:hover:hover.lighten-3\:hover:hover {
color: #7700cc;
}
.text-indigo\:hover:hover.lighten-4\:hover:hover {
color: #8500e5;
}
.text-indigo\:hover:hover.darken-1\:hover:hover {
color: #3b0066;
}
.text-indigo\:hover:hover.darken-2\:hover:hover {
color: #2c004c;
}
.text-indigo\:hover:hover.darken-3\:hover:hover {
color: #1d0033;
}
.text-indigo\:hover:hover.darken-4\:hover:hover {
color: #0f0019;
}
.text-brown\:hover:hover {
color: #a32929;
}
.text-brown\:hover:hover.lighten-1\:hover:hover {
color: #b72e2e;
}
.text-brown\:hover:hover.lighten-2\:hover:hover {
color: #cc3333;
}
.text-brown\:hover:hover.lighten-3\:hover:hover {
color: #d14848;
}
.text-brown\:hover:hover.lighten-4\:hover:hover {
color: #d65c5c;
}
.text-brown\:hover:hover.darken-1\:hover:hover {
color: #8f2424;
}
.text-brown\:hover:hover.darken-2\:hover:hover {
color: #7a1f1f;
}
.text-brown\:hover:hover.darken-3\:hover:hover {
color: #661a1a;
}
.text-brown\:hover:hover.darken-4\:hover:hover {
color: #521515;
}
.text-violet\:hover:hover {
color: #ee80ee;
}
.text-violet\:hover:hover.lighten-1\:hover:hover {
color: #f196f1;
}
.text-violet\:hover:hover.lighten-2\:hover:hover {
color: #f4adf4;
}
.text-violet\:hover:hover.lighten-3\:hover:hover {
color: #f7c3f7;
}
.text-violet\:hover:hover.lighten-4\:hover:hover {
color: #fadafa;
}
.text-violet\:hover:hover.darken-1\:hover:hover {
color: #eb6aeb;
}
.text-violet\:hover:hover.darken-2\:hover:hover {
color: #e853e8;
}
.text-violet\:hover:hover.darken-3\:hover:hover {
color: #e853e8;
}
.text-violet\:hover:hover.darken-4\:hover:hover {
color: #e226e2;
}
.text-grey\:hover:hover {
color: #7f7f7f;
}
.text-grey\:hover:hover.lighten-1\:hover:hover {
color: #8c8c8c;
}
.text-grey\:hover:hover.lighten-2\:hover:hover {
color: #999999;
}
.text-grey\:hover:hover.lighten-3\:hover:hover {
color: #a5a5a5;
}
.text-grey\:hover:hover.lighten-4\:hover:hover {
color: #b2b2b2;
}
.text-grey\:hover:hover.darken-1\:hover:hover {
color: #727272;
}
.text-grey\:hover:hover.darken-2\:hover:hover {
color: #666666;
}
.text-grey\:hover:hover.darken-3\:hover:hover {
color: #595959;
}
.text-grey\:hover:hover.darken-4\:hover:hover {
color: #4c4c4c;
}
.text-black\:hover:hover {
color: black;
}
.text-black\:hover:hover.lighten-1\:hover:hover {
color: #0d0d0d;
}
.text-black\:hover:hover.lighten-2\:hover:hover {
color: #1a1a1a;
}
.text-black\:hover:hover.lighten-3\:hover:hover {
color: #262626;
}
.text-black\:hover:hover.lighten-4\:hover:hover {
color: #333333;
}
.text-black\:hover:hover.darken-1\:hover:hover {
color: black;
}
.text-black\:hover:hover.darken-2\:hover:hover {
color: black;
}
.text-black\:hover:hover.darken-3\:hover:hover {
color: black;
}
.text-black\:hover:hover.darken-4\:hover:hover {
color: black;
}
.text-primary\:focus:focus {
color: #1779ba;
}
.text-primary\:focus:focus.lighten-1\:focus:focus {
color: #1a88d1;
}
.text-primary\:focus:focus.lighten-2\:focus:focus {
color: #2196e3;
}
.text-primary.lighten-3\:focus:focus {
color: #37a0e6;
}
.text-primary\:focus:focus.lighten-4\:focus:focus {
color: #4eabe9;
}
.text-primary\:focus:focus.darken-1\:focus:focus {
color: #146aa3;
}
.text-primary\:focus:focus.darken-2\:focus:focus {
color: #115b8d;
}
.text-primary\:focus:focus.darken-3\:focus:focus {
color: #0f4d76;
}
.text-primary\:focus:focus.darken-4\:focus:focus {
color: #0c3e5f;
}
.text-secondary\:focus:focus {
color: #126195;
}
.text-secondary\:focus:focus.lighten-1\:focus:focus {
color: #1570ac;
}
.text-secondary\:focus:focus.lighten-2\:focus:focus {
color: #177fc3;
}
.text-secondary\:focus:focus.lighten-3\:focus:focus {
color: #1a8dd9;
}
.text-secondary\:focus:focus.lighten-4\:focus:focus {
color: #289ae5;
}
.text-secondary\:focus:focus.darken-1\:focus:focus {
color: #0f527e;
}
.text-secondary\:focus:focus.darken-2\:focus:focus {
color: #0d4367;
}
.text-secondary\:focus:focus.darken-3\:focus:focus {
color: #0a3551;
}
.text-secondary\:focus:focus.darken-4\:focus:focus {
color: #07263a;
}
.text-success\:focus:focus {
color: #3adb76;
}
.text-success\:focus:focus.lighten-1\:focus:focus {
color: #50df85;
}
.text-success\:focus:focus.lighten-2\:focus:focus {
color: #65e394;
}
.text-success\:focus:focus.lighten-3\:focus:focus {
color: #7be7a3;
}
.text-success\:focus:focus.lighten-4\:focus:focus {
color: #90ebb2;
}
.text-success\:focus:focus.darken-1\:focus:focus {
color: #27d568;
}
.text-success\:focus:focus.darken-2\:focus:focus {
color: #23bf5d;
}
.text-success\:focus:focus.darken-3\:focus:focus {
color: #1faa53;
}
.text-success\:focus:focus.darken-4\:focus:focus {
color: #1b9448;
}
.text-danger\:focus:focus {
color: #a53b2a;
}
.text-danger\:focus:focus.lighten-1\:focus:focus {
color: #b9422f;
}
.text-danger\:focus:focus.lighten-2\:focus:focus {
color: #cc4b36;
}
.text-danger\:focus:focus.lighten-3\:focus:focus {
color: #d15d4a;
}
.text-danger\:focus:focus.lighten-4\:focus:focus {
color: #d66f5f;
}
.text-danger\:focus:focus.darken-1\:focus:focus {
color: #913425;
}
.text-danger\:focus:focus.darken-2\:focus:focus {
color: #7c2c20;
}
.text-danger\:focus:focus.darken-3\:focus:focus {
color: #68251a;
}
.text-danger\:focus:focus.darken-4\:focus:focus {
color: #541e15;
}
.text-warning\:focus:focus {
color: #cc8b00;
}
.text-warning\:focus:focus.lighten-1\:focus:focus {
color: #e69c00;
}
.text-warning\:focus:focus.lighten-2\:focus:focus {
color: #ffae00;
}
.text-warning\:focus:focus.lighten-3\:focus:focus {
color: #ffb61a;
}
.text-warning\:focus:focus.lighten-4\:focus:focus {
color: #ffbe33;
}
.text-warning\:focus:focus.darken-1\:focus:focus {
color: #b37a00;
}
.text-warning\:focus:focus.darken-2\:focus:focus {
color: #996800;
}
.text-warning\:focus:focus.darken-3\:focus:focus {
color: #805700;
}
.text-warning\:focus:focus.darken-4\:focus:focus {
color: #664600;
}
.text-muted\:focus:focus {
color: #535353;
}
.text-muted\:focus:focus.lighten-1\:focus:focus {
color: #606060;
}
.text-muted\:focus:focus.lighten-2\:focus:focus {
color: #6d6d6d;
}
.text-muted\:focus:focus.lighten-3\:focus:focus {
color: #797979;
}
.text-muted\:focus:focus.lighten-4\:focus:focus {
color: #868686;
}
.text-muted\:focus:focus.darken-1\:focus:focus {
color: #464646;
}
.text-muted\:focus:focus.darken-2\:focus:focus {
color: #3a3a3a;
}
.text-muted\:focus:focus.darken-3\:focus:focus {
color: #2d2d2d;
}
.text-muted\:focus:focus.darken-4\:focus:focus {
color: #202020;
}
.text-dark\:focus:focus {
color: #2f3640;
}
.text-dark\:focus:focus.lighten-1\:focus:focus {
color: #3a424f;
}
.text-dark\:focus:focus.lighten-2\:focus:focus {
color: #454f5d;
}
.text-dark\:focus:focus.lighten-3\:focus:focus {
color: #4f5b6c;
}
.text-dark\:focus:focus.lighten-4\:focus:focus {
color: #5a687b;
}
.text-dark\:focus:focus.darken-1\:focus:focus {
color: #242a31;
}
.text-dark\:focus:focus.darken-2\:focus:focus {
color: #191d23;
}
.text-dark\:focus:focus.darken-3\:focus:focus {
color: #0f1114;
}
.text-dark\:focus:focus.darken-4\:focus:focus {
color: #040405;
}
.text-light\:focus:focus {
color: ghostwhite;
}
.text-light\:focus:focus.lighten-1\:focus:focus {
color: white;
}
.text-light\:focus:focus.lighten-2\:focus:focus {
color: white;
}
.text-light\:focus:focus.lighten-3\:focus:focus {
color: white;
}
.text-light\:focus:focus.lighten-4\:focus:focus {
color: white;
}
.text-light\:focus:focus.darken-1\:focus:focus {
color: #dfdfff;
}
.text-light\:focus:focus.darken-2\:focus:focus {
color: #c5c5ff;
}
.text-light\:focus:focus.darken-3\:focus:focus {
color: #acacff;
}
.text-light\:focus:focus.darken-4\:focus:focus {
color: #9292ff;
}
.text-blue\:focus:focus {
color: #0000fc;
}
.text-blue\:focus:focus.lighten-1\:focus:focus {
color: #1717ff;
}
.text-blue\:focus:focus.lighten-2\:focus:focus {
color: #3030ff;
}
.text-blue\:focus:focus.lighten-3\:focus:focus {
color: #4a4aff;
}
.text-blue\:focus:focus.lighten-4\:focus:focus {
color: #6363ff;
}
.text-blue\:focus:focus.darken-1\:focus:focus {
color: #0000e3;
}
.text-blue\:focus:focus.darken-2\:focus:focus {
color: #0000c9;
}
.text-blue\:focus:focus.darken-3\:focus:focus {
color: #0000b0;
}
.text-blue\:focus:focus.darken-4\:focus:focus {
color: #000096;
}
.text-green\:focus:focus {
color: #007d00;
}
.text-green\:focus:focus.lighten-1\:focus:focus {
color: #009700;
}
.text-green\:focus:focus.lighten-2\:focus:focus {
color: #00b000;
}
.text-green\:focus:focus.lighten-3\:focus:focus {
color: #00ca00;
}
.text-green\:focus:focus.lighten-4\:focus:focus {
color: #00e300;
}
.text-green\:focus:focus.darken-1\:focus:focus {
color: darkgreen;
}
.text-green\:focus:focus.darken-2\:focus:focus {
color: #004a00;
}
.text-green\:focus:focus.darken-3\:focus:focus {
color: #003100;
}
.text-green\:focus:focus.darken-4\:focus:focus {
color: #001700;
}
.text-yellow\:focus:focus {
color: #fcfc00;
}
.text-yellow\:focus:focus.lighten-1\:focus:focus {
color: #ffff17;
}
.text-yellow\:focus:focus.lighten-2\:focus:focus {
color: #ffff30;
}
.text-yellow\:focus:focus.lighten-3\:focus:focus {
color: #ffff4a;
}
.text-yellow\:focus:focus.lighten-4\:focus:focus {
color: #ffff63;
}
.text-yellow\:focus:focus.darken-1\:focus:focus {
color: #e3e300;
}
.text-yellow\:focus:focus.darken-2\:focus:focus {
color: #c9c900;
}
.text-yellow\:focus:focus.darken-3\:focus:focus {
color: #b0b000;
}
.text-yellow\:focus:focus.darken-4\:focus:focus {
color: #969600;
}
.text-orange\:focus:focus {
color: #fca300;
}
.text-orange\:focus:focus.lighten-1\:focus:focus {
color: #ffad17;
}
.text-orange\:focus:focus.lighten-2\:focus:focus {
color: #ffb630;
}
.text-orange\:focus:focus.lighten-3\:focus:focus {
color: #ffbf4a;
}
.text-orange\:focus:focus.lighten-4\:focus:focus {
color: #ffc863;
}
.text-orange\:focus:focus.darken-1\:focus:focus {
color: #e39300;
}
.text-orange\:focus:focus.darken-2\:focus:focus {
color: #c98200;
}
.text-orange\:focus:focus.darken-3\:focus:focus {
color: #b07200;
}
.text-orange\:focus:focus.darken-4\:focus:focus {
color: #966100;
}
.text-pink\:focus:focus {
color: #ffbdc9;
}
.text-pink\:focus:focus.lighten-1\:focus:focus {
color: #ffd7de;
}
.text-pink\:focus:focus.lighten-2\:focus:focus {
color: #fff0f3;
}
.text-pink\:focus:focus.lighten-3\:focus:focus {
color: white;
}
.text-pink\:focus:focus.lighten-4\:focus:focus {
color: white;
}
.text-pink\:focus:focus.darken-1\:focus:focus {
color: #ffa4b4;
}
.text-pink\:focus:focus.darken-2\:focus:focus {
color: #ff8a9f;
}
.text-pink\:focus:focus.darken-3\:focus:focus {
color: #ff718a;
}
.text-pink\:focus:focus.darken-4\:focus:focus {
color: #ff5776;
}
.text-red\:focus:focus {
color: #fc0000;
}
.text-red\:focus:focus.lighten-1\:focus:focus {
color: #ff1717;
}
.text-red\:focus:focus.lighten-2\:focus:focus {
color: #ff3030;
}
.text-red\:focus:focus.lighten-3\:focus:focus {
color: #ff4a4a;
}
.text-red\:focus:focus.lighten-4\:focus:focus {
color: #ff6363;
}
.text-red\:focus:focus.darken-1\:focus:focus {
color: #e30000;
}
.text-red\:focus:focus.darken-2\:focus:focus {
color: #c90000;
}
.text-red\:focus:focus.darken-3\:focus:focus {
color: #b00000;
}
.text-red\:focus:focus.darken-4\:focus:focus {
color: #960000;
}
.text-purple\:focus:focus {
color: #7d007d;
}
.text-purple\:focus:focus.lighten-1\:focus:focus {
color: #970097;
}
.text-purple\:focus:focus.lighten-2\:focus:focus {
color: #b000b0;
}
.text-purple\:focus:focus.lighten-3\:focus:focus {
color: #ca00ca;
}
.text-purple\:focus:focus.lighten-4\:focus:focus {
color: #e300e3;
}
.text-purple\:focus:focus.darken-1\:focus:focus {
color: #640064;
}
.text-purple\:focus:focus.darken-2\:focus:focus {
color: #4a004a;
}
.text-purple\:focus:focus.darken-3\:focus:focus {
color: #310031;
}
.text-purple\:focus:focus.darken-4\:focus:focus {
color: #170017;
}
.text-teal\:focus:focus {
color: #007d7d;
}
.text-teal\:focus:focus.lighten-1\:focus:focus {
color: #009797;
}
.text-teal\:focus:focus.lighten-2\:focus:focus {
color: #00b0b0;
}
.text-teal\:focus:focus.lighten-3\:focus:focus {
color: #00caca;
}
.text-teal\:focus:focus.lighten-4\:focus:focus {
color: #00e3e3;
}
.text-teal\:focus:focus.darken-1\:focus:focus {
color: #006464;
}
.text-teal\:focus:focus.darken-2\:focus:focus {
color: #004a4a;
}
.text-teal\:focus:focus.darken-3\:focus:focus {
color: #003131;
}
.text-teal\:focus:focus.darken-4\:focus:focus {
color: #001717;
}
.text-indigo\:focus:focus {
color: #4a007f;
}
.text-indigo\:focus:focus.lighten-1\:focus:focus {
color: #590099;
}
.text-indigo\:focus:focus.lighten-2\:focus:focus {
color: #6800b2;
}
.text-indigo\:focus:focus.lighten-3\:focus:focus {
color: #7700cc;
}
.text-indigo\:focus:focus.lighten-4\:focus:focus {
color: #8500e5;
}
.text-indigo\:focus:focus.darken-1\:focus:focus {
color: #3b0066;
}
.text-indigo\:focus:focus.darken-2\:focus:focus {
color: #2c004c;
}
.text-indigo\:focus:focus.darken-3\:focus:focus {
color: #1d0033;
}
.text-indigo\:focus:focus.darken-4\:focus:focus {
color: #0f0019;
}
.text-brown\:focus:focus {
color: #a32929;
}
.text-brown\:focus:focus.lighten-1\:focus:focus {
color: #b72e2e;
}
.text-brown\:focus:focus.lighten-2\:focus:focus {
color: #cc3333;
}
.text-brown\:focus:focus.lighten-3\:focus:focus {
color: #d14848;
}
.text-brown\:focus:focus.lighten-4\:focus:focus {
color: #d65c5c;
}
.text-brown\:focus:focus.darken-1\:focus:focus {
color: #8f2424;
}
.text-brown\:focus:focus.darken-2\:focus:focus {
color: #7a1f1f;
}
.text-brown\:focus:focus.darken-3\:focus:focus {
color: #661a1a;
}
.text-brown\:focus:focus.darken-4\:focus:focus {
color: #521515;
}
.text-violet\:focus:focus {
color: #ee80ee;
}
.text-violet\:focus:focus.lighten-1\:focus:focus {
color: #f196f1;
}
.text-violet\:focus:focus.lighten-2\:focus:focus {
color: #f4adf4;
}
.text-violet\:focus:focus.lighten-3\:focus:focus {
color: #f7c3f7;
}
.text-violet\:focus:focus.lighten-4\:focus:focus {
color: #fadafa;
}
.text-violet\:focus:focus.darken-1\:focus:focus {
color: #eb6aeb;
}
.text-violet\:focus:focus.darken-2\:focus:focus {
color: #e853e8;
}
.text-violet\:focus:focus.darken-3\:focus:focus {
color: #e853e8;
}
.text-violet\:focus:focus.darken-4\:focus:focus {
color: #e226e2;
}
.text-grey\:focus:focus {
color: #7f7f7f;
}
.text-grey\:focus:focus.lighten-1\:focus:focus {
color: #8c8c8c;
}
.text-grey\:focus:focus.lighten-2\:focus:focus {
color: #999999;
}
.text-grey\:focus:focus.lighten-3\:focus:focus {
color: #a5a5a5;
}
.text-grey\:focus:focus.lighten-4\:focus:focus {
color: #b2b2b2;
}
.text-grey\:focus:focus.darken-1\:focus:focus {
color: #727272;
}
.text-grey\:focus:focus.darken-2\:focus:focus {
color: #666666;
}
.text-grey\:focus:focus.darken-3\:focus:focus {
color: #595959;
}
.text-grey\:focus:focus.darken-4\:focus:focus {
color: #4c4c4c;
}
.text-black\:focus:focus {
color: black;
}
.text-black\:focus:focus.lighten-1\:focus:focus {
color: #0d0d0d;
}
.text-black\:focus:focus.lighten-2\:focus:focus {
color: #1a1a1a;
}
.text-black\:focus:focus.lighten-3\:focus:focus {
color: #262626;
}
.text-black\:focus:focus.lighten-4\:focus:focus {
color: #333333;
}
.text-black\:focus:focus.darken-1\:focus:focus {
color: black;
}
.text-black\:focus:focus.darken-2\:focus:focus {
color: black;
}
.text-black\:focus:focus.darken-3\:focus:focus {
color: black;
}
.text-black\:focus:focus.darken-4\:focus:focus {
color: black;
}
.background-primary {
background-color: #1779ba;
}
.background-primary.lighten-1 {
background-color: #1a88d1;
}
.background-primary.lighten-2 {
background-color: #2196e3;
}
.background-primary.lighten-3 {
background-color: #37a0e6;
}
.background-primary.lighten-4 {
background-color: #4eabe9;
}
.background-primary.darken-1 {
background-color: #146aa3;
}
.background-primary.darken-2 {
background-color: #115b8d;
}
.background-primary.darken-3 {
background-color: #0f4d76;
}
.background-primary.darken-4 {
background-color: #0c3e5f;
}
.background-secondary {
background-color: #126195;
}
.background-secondary.lighten-1 {
background-color: #1570ac;
}
.background-secondary.lighten-2 {
background-color: #177fc3;
}
.background-secondary.lighten-3 {
background-color: #1a8dd9;
}
.background-secondary.lighten-4 {
background-color: #289ae5;
}
.background-secondary.darken-1 {
background-color: #0f527e;
}
.background-secondary.darken-2 {
background-color: #0d4367;
}
.background-secondary.darken-3 {
background-color: #0a3551;
}
.background-secondary.darken-4 {
background-color: #07263a;
}
.background-success {
background-color: #3adb76;
}
.background-success.lighten-1 {
background-color: #50df85;
}
.background-success.lighten-2 {
background-color: #65e394;
}
.background-success.lighten-3 {
background-color: #7be7a3;
}
.background-success.lighten-4 {
background-color: #90ebb2;
}
.background-success.darken-1 {
background-color: #27d568;
}
.background-success.darken-2 {
background-color: #23bf5d;
}
.background-success.darken-3 {
background-color: #1faa53;
}
.background-success.darken-4 {
background-color: #1b9448;
}
.background-danger {
background-color: #a53b2a;
}
.background-danger.lighten-1 {
background-color: #b9422f;
}
.background-danger.lighten-2 {
background-color: #cc4b36;
}
.background-danger.lighten-3 {
background-color: #d15d4a;
}
.background-danger.lighten-4 {
background-color: #d66f5f;
}
.background-danger.darken-1 {
background-color: #913425;
}
.background-danger.darken-2 {
background-color: #7c2c20;
}
.background-danger.darken-3 {
background-color: #68251a;
}
.background-danger.darken-4 {
background-color: #541e15;
}
.background-warning {
background-color: #cc8b00;
}
.background-warning.lighten-1 {
background-color: #e69c00;
}
.background-warning.lighten-2 {
background-color: #ffae00;
}
.background-warning.lighten-3 {
background-color: #ffb61a;
}
.background-warning.lighten-4 {
background-color: #ffbe33;
}
.background-warning.darken-1 {
background-color: #b37a00;
}
.background-warning.darken-2 {
background-color: #996800;
}
.background-warning.darken-3 {
background-color: #805700;
}
.background-warning.darken-4 {
background-color: #664600;
}
.background-muted {
background-color: #535353;
}
.background-muted.lighten-1 {
background-color: #606060;
}
.background-muted.lighten-2 {
background-color: #6d6d6d;
}
.background-muted.lighten-3 {
background-color: #797979;
}
.background-muted.lighten-4 {
background-color: #868686;
}
.background-muted.darken-1 {
background-color: #464646;
}
.background-muted.darken-2 {
background-color: #3a3a3a;
}
.background-muted.darken-3 {
background-color: #2d2d2d;
}
.background-muted.darken-4 {
background-color: #202020;
}
.background-dark {
background-color: #2f3640;
}
.background-dark.lighten-1 {
background-color: #3a424f;
}
.background-dark.lighten-2 {
background-color: #454f5d;
}
.background-dark.lighten-3 {
background-color: #4f5b6c;
}
.background-dark.lighten-4 {
background-color: #5a687b;
}
.background-dark.darken-1 {
background-color: #242a31;
}
.background-dark.darken-2 {
background-color: #191d23;
}
.background-dark.darken-3 {
background-color: #0f1114;
}
.background-dark.darken-4 {
background-color: #040405;
}
.background-light {
background-color: ghostwhite;
}
.background-light.lighten-1 {
background-color: white;
}
.background-light.lighten-2 {
background-color: white;
}
.background-light.lighten-3 {
background-color: white;
}
.background-light.lighten-4 {
background-color: white;
}
.background-light.darken-1 {
background-color: #dfdfff;
}
.background-light.darken-2 {
background-color: #c5c5ff;
}
.background-light.darken-3 {
background-color: #acacff;
}
.background-light.darken-4 {
background-color: #9292ff;
}
.background-blue {
background-color: #0000fc;
}
.background-blue.lighten-1 {
background-color: #1717ff;
}
.background-blue.lighten-2 {
background-color: #3030ff;
}
.background-blue.lighten-3 {
background-color: #4a4aff;
}
.background-blue.lighten-4 {
background-color: #6363ff;
}
.background-blue.darken-1 {
background-color: #0000e3;
}
.background-blue.darken-2 {
background-color: #0000c9;
}
.background-blue.darken-3 {
background-color: #0000b0;
}
.background-blue.darken-4 {
background-color: #000096;
}
.background-green {
background-color: #007d00;
}
.background-green.lighten-1 {
background-color: #009700;
}
.background-green.lighten-2 {
background-color: #00b000;
}
.background-green.lighten-3 {
background-color: #00ca00;
}
.background-green.lighten-4 {
background-color: #00e300;
}
.background-green.darken-1 {
background-color: darkgreen;
}
.background-green.darken-2 {
background-color: #004a00;
}
.background-green.darken-3 {
background-color: #003100;
}
.background-green.darken-4 {
background-color: #001700;
}
.background-yellow {
background-color: #fcfc00;
}
.background-yellow.lighten-1 {
background-color: #ffff17;
}
.background-yellow.lighten-2 {
background-color: #ffff30;
}
.background-yellow.lighten-3 {
background-color: #ffff4a;
}
.background-yellow.lighten-4 {
background-color: #ffff63;
}
.background-yellow.darken-1 {
background-color: #e3e300;
}
.background-yellow.darken-2 {
background-color: #c9c900;
}
.background-yellow.darken-3 {
background-color: #b0b000;
}
.background-yellow.darken-4 {
background-color: #969600;
}
.background-orange {
background-color: #fca300;
}
.background-orange.lighten-1 {
background-color: #ffad17;
}
.background-orange.lighten-2 {
background-color: #ffb630;
}
.background-orange.lighten-3 {
background-color: #ffbf4a;
}
.background-orange.lighten-4 {
background-color: #ffc863;
}
.background-orange.darken-1 {
background-color: #e39300;
}
.background-orange.darken-2 {
background-color: #c98200;
}
.background-orange.darken-3 {
background-color: #b07200;
}
.background-orange.darken-4 {
background-color: #966100;
}
.background-pink {
background-color: #ffbdc9;
}
.background-pink.lighten-1 {
background-color: #ffd7de;
}
.background-pink.lighten-2 {
background-color: #fff0f3;
}
.background-pink.lighten-3 {
background-color: white;
}
.background-pink.lighten-4 {
background-color: white;
}
.background-pink.darken-1 {
background-color: #ffa4b4;
}
.background-pink.darken-2 {
background-color: #ff8a9f;
}
.background-pink.darken-3 {
background-color: #ff718a;
}
.background-pink.darken-4 {
background-color: #ff5776;
}
.background-red {
background-color: #fc0000;
}
.background-red.lighten-1 {
background-color: #ff1717;
}
.background-red.lighten-2 {
background-color: #ff3030;
}
.background-red.lighten-3 {
background-color: #ff4a4a;
}
.background-red.lighten-4 {
background-color: #ff6363;
}
.background-red.darken-1 {
background-color: #e30000;
}
.background-red.darken-2 {
background-color: #c90000;
}
.background-red.darken-3 {
background-color: #b00000;
}
.background-red.darken-4 {
background-color: #960000;
}
.background-purple {
background-color: #7d007d;
}
.background-purple.lighten-1 {
background-color: #970097;
}
.background-purple.lighten-2 {
background-color: #b000b0;
}
.background-purple.lighten-3 {
background-color: #ca00ca;
}
.background-purple.lighten-4 {
background-color: #e300e3;
}
.background-purple.darken-1 {
background-color: #640064;
}
.background-purple.darken-2 {
background-color: #4a004a;
}
.background-purple.darken-3 {
background-color: #310031;
}
.background-purple.darken-4 {
background-color: #170017;
}
.background-teal {
background-color: #007d7d;
}
.background-teal.lighten-1 {
background-color: #009797;
}
.background-teal.lighten-2 {
background-color: #00b0b0;
}
.background-teal.lighten-3 {
background-color: #00caca;
}
.background-teal.lighten-4 {
background-color: #00e3e3;
}
.background-teal.darken-1 {
background-color: #006464;
}
.background-teal.darken-2 {
background-color: #004a4a;
}
.background-teal.darken-3 {
background-color: #003131;
}
.background-teal.darken-4 {
background-color: #001717;
}
.background-indigo {
background-color: #4a007f;
}
.background-indigo.lighten-1 {
background-color: #590099;
}
.background-indigo.lighten-2 {
background-color: #6800b2;
}
.background-indigo.lighten-3 {
background-color: #7700cc;
}
.background-indigo.lighten-4 {
background-color: #8500e5;
}
.background-indigo.darken-1 {
background-color: #3b0066;
}
.background-indigo.darken-2 {
background-color: #2c004c;
}
.background-indigo.darken-3 {
background-color: #1d0033;
}
.background-indigo.darken-4 {
background-color: #0f0019;
}
.background-brown {
background-color: #a32929;
}
.background-brown.lighten-1 {
background-color: #b72e2e;
}
.background-brown.lighten-2 {
background-color: #cc3333;
}
.background-brown.lighten-3 {
background-color: #d14848;
}
.background-brown.lighten-4 {
background-color: #d65c5c;
}
.background-brown.darken-1 {
background-color: #8f2424;
}
.background-brown.darken-2 {
background-color: #7a1f1f;
}
.background-brown.darken-3 {
background-color: #661a1a;
}
.background-brown.darken-4 {
background-color: #521515;
}
.background-violet {
background-color: #ee80ee;
}
.background-violet.lighten-1 {
background-color: #f196f1;
}
.background-violet.lighten-2 {
background-color: #f4adf4;
}
.background-violet.lighten-3 {
background-color: #f7c3f7;
}
.background-violet.lighten-4 {
background-color: #fadafa;
}
.background-violet.darken-1 {
background-color: #eb6aeb;
}
.background-violet.darken-2 {
background-color: #e853e8;
}
.background-violet.darken-3 {
background-color: #e853e8;
}
.background-violet.darken-4 {
background-color: #e226e2;
}
.background-grey {
background-color: #7f7f7f;
}
.background-grey.lighten-1 {
background-color: #8c8c8c;
}
.background-grey.lighten-2 {
background-color: #999999;
}
.background-grey.lighten-3 {
background-color: #a5a5a5;
}
.background-grey.lighten-4 {
background-color: #b2b2b2;
}
.background-grey.darken-1 {
background-color: #727272;
}
.background-grey.darken-2 {
background-color: #666666;
}
.background-grey.darken-3 {
background-color: #595959;
}
.background-grey.darken-4 {
background-color: #4c4c4c;
}
.background-black {
background-color: black;
}
.background-black.lighten-1 {
background-color: #0d0d0d;
}
.background-black.lighten-2 {
background-color: #1a1a1a;
}
.background-black.lighten-3 {
background-color: #262626;
}
.background-black.lighten-4 {
background-color: #333333;
}
.background-black.darken-1 {
background-color: black;
}
.background-black.darken-2 {
background-color: black;
}
.background-black.darken-3 {
background-color: black;
}
.background-black.darken-4 {
background-color: black;
}
.background-primary\:hover:hover {
background-color: #1779ba;
}
.background-primary\:hover:hover.lighten-1\:hover:hover {
background-color: #1a88d1;
}
.background-primary\:hover:hover.lighten-2\:hover:hover {
background-color: #2196e3;
}
.background-primary\:hover:hover.lighten-3\:hover:hover {
background-color: #37a0e6;
}
.background-primary\:hover:hover.lighten-4\:hover:hover {
background-color: #4eabe9;
}
.background-primary\:hover:hover.darken-1\:hover:hover {
background-color: #146aa3;
}
.background-primary\:hover:hover.darken-2\:hover:hover {
background-color: #115b8d;
}
.background-primary\:hover:hover.darken-3\:hover:hover {
background-color: #0f4d76;
}
.background-primary\:hover:hover.darken-4\:hover:hover {
background-color: #0c3e5f;
}
.background-secondary\:hover:hover {
background-color: #126195;
}
.background-secondary\:hover:hover.lighten-1\:hover:hover {
background-color: #1570ac;
}
.background-secondary\:hover:hover.lighten-2\:hover:hover {
background-color: #177fc3;
}
.background-secondary\:hover:hover.lighten-3\:hover:hover {
background-color: #1a8dd9;
}
.background-secondary\:hover:hover.lighten-4\:hover:hover {
background-color: #289ae5;
}
.background-secondary\:hover:hover.darken-1\:hover:hover {
background-color: #0f527e;
}
.background-secondary\:hover:hover.darken-2\:hover:hover {
background-color: #0d4367;
}
.background-secondary\:hover:hover.darken-3\:hover:hover {
background-color: #0a3551;
}
.background-secondary\:hover:hover.darken-4\:hover:hover {
background-color: #07263a;
}
.background-success\:hover:hover {
background-color: #3adb76;
}
.background-success\:hover:hover.lighten-1\:hover:hover {
background-color: #50df85;
}
.background-success\:hover:hover.lighten-2\:hover:hover {
background-color: #65e394;
}
.background-success\:hover:hover.lighten-3\:hover:hover {
background-color: #7be7a3;
}
.background-success\:hover:hover.lighten-4\:hover:hover {
background-color: #90ebb2;
}
.background-success\:hover:hover.darken-1\:hover:hover {
background-color: #27d568;
}
.background-success\:hover:hover.darken-2\:hover:hover {
background-color: #23bf5d;
}
.background-success\:hover:hover.darken-3\:hover:hover {
background-color: #1faa53;
}
.background-success\:hover:hover.darken-4\:hover:hover {
background-color: #1b9448;
}
.background-danger\:hover:hover {
background-color: #a53b2a;
}
.background-danger\:hover:hover.lighten-1\:hover:hover {
background-color: #b9422f;
}
.background-danger\:hover:hover.lighten-2\:hover:hover {
background-color: #cc4b36;
}
.background-danger\:hover:hover.lighten-3\:hover:hover {
background-color: #d15d4a;
}
.background-danger\:hover:hover.lighten-4\:hover:hover {
background-color: #d66f5f;
}
.background-danger\:hover:hover.darken-1\:hover:hover {
background-color: #913425;
}
.background-danger\:hover:hover.darken-2\:hover:hover {
background-color: #7c2c20;
}
.background-danger\:hover:hover.darken-3\:hover:hover {
background-color: #68251a;
}
.background-danger\:hover:hover.darken-4\:hover:hover {
background-color: #541e15;
}
.background-warning\:hover:hover {
background-color: #cc8b00;
}
.background-warning\:hover:hover.lighten-1\:hover:hover {
background-color: #e69c00;
}
.background-warning\:hover:hover.lighten-2\:hover:hover {
background-color: #ffae00;
}
.background-warning\:hover:hover.lighten-3\:hover:hover {
background-color: #ffb61a;
}
.background-warning\:hover:hover.lighten-4\:hover:hover {
background-color: #ffbe33;
}
.background-warning\:hover:hover.darken-1\:hover:hover {
background-color: #b37a00;
}
.background-warning\:hover:hover.darken-2\:hover:hover {
background-color: #996800;
}
.background-warning\:hover:hover.darken-3\:hover:hover {
background-color: #805700;
}
.background-warning\:hover:hover.darken-4\:hover:hover {
background-color: #664600;
}
.background-muted\:hover:hover {
background-color: #535353;
}
.background-muted\:hover:hover.lighten-1\:hover:hover {
background-color: #606060;
}
.background-muted\:hover:hover.lighten-2\:hover:hover {
background-color: #6d6d6d;
}
.background-muted\:hover:hover.lighten-3\:hover:hover {
background-color: #797979;
}
.background-muted\:hover:hover.lighten-4\:hover:hover {
background-color: #868686;
}
.background-muted\:hover:hover.darken-1\:hover:hover {
background-color: #464646;
}
.background-muted\:hover:hover.darken-2\:hover:hover {
background-color: #3a3a3a;
}
.background-muted\:hover:hover.darken-3\:hover:hover {
background-color: #2d2d2d;
}
.background-muted\:hover:hover.darken-4\:hover:hover {
background-color: #202020;
}
.background-dark\:hover:hover {
background-color: #2f3640;
}
.background-dark\:hover:hover.lighten-1\:hover:hover {
background-color: #3a424f;
}
.background-dark\:hover:hover.lighten-2\:hover:hover {
background-color: #454f5d;
}
.background-dark\:hover:hover.lighten-3\:hover:hover {
background-color: #4f5b6c;
}
.background-dark\:hover:hover.lighten-4\:hover:hover {
background-color: #5a687b;
}
.background-dark\:hover:hover.darken-1\:hover:hover {
background-color: #242a31;
}
.background-dark\:hover:hover.darken-2\:hover:hover {
background-color: #191d23;
}
.background-dark\:hover:hover.darken-3\:hover:hover {
background-color: #0f1114;
}
.background-dark\:hover:hover.darken-4\:hover:hover {
background-color: #040405;
}
.background-light\:hover:hover {
background-color: ghostwhite;
}
.background-light\:hover:hover.lighten-1\:hover:hover {
background-color: white;
}
.background-light\:hover:hover.lighten-2\:hover:hover {
background-color: white;
}
.background-light\:hover:hover.lighten-3\:hover:hover {
background-color: white;
}
.background-light\:hover:hover.lighten-4\:hover:hover {
background-color: white;
}
.background-light\:hover:hover.darken-1\:hover:hover {
background-color: #dfdfff;
}
.background-light\:hover:hover.darken-2\:hover:hover {
background-color: #c5c5ff;
}
.background-light\:hover:hover.darken-3\:hover:hover {
background-color: #acacff;
}
.background-light\:hover:hover.darken-4\:hover:hover {
background-color: #9292ff;
}
.background-blue\:hover:hover {
background-color: #0000fc;
}
.background-blue\:hover:hover.lighten-1\:hover:hover {
background-color: #1717ff;
}
.background-blue\:hover:hover.lighten-2\:hover:hover {
background-color: #3030ff;
}
.background-blue\:hover:hover.lighten-3\:hover:hover {
background-color: #4a4aff;
}
.background-blue\:hover:hover.lighten-4\:hover:hover {
background-color: #6363ff;
}
.background-blue\:hover:hover.darken-1\:hover:hover {
background-color: #0000e3;
}
.background-blue\:hover:hover.darken-2\:hover:hover {
background-color: #0000c9;
}
.background-blue\:hover:hover.darken-3\:hover:hover {
background-color: #0000b0;
}
.background-blue\:hover:hover.darken-4\:hover:hover {
background-color: #000096;
}
.background-green\:hover:hover {
background-color: #007d00;
}
.background-green\:hover:hover.lighten-1\:hover:hover {
background-color: #009700;
}
.background-green\:hover:hover.lighten-2\:hover:hover {
background-color: #00b000;
}
.background-green\:hover:hover.lighten-3\:hover:hover {
background-color: #00ca00;
}
.background-green\:hover:hover.lighten-4\:hover:hover {
background-color: #00e300;
}
.background-green\:hover:hover.darken-1\:hover:hover {
background-color: darkgreen;
}
.background-green\:hover:hover.darken-2\:hover:hover {
background-color: #004a00;
}
.background-green\:hover:hover.darken-3\:hover:hover {
background-color: #003100;
}
.background-green\:hover:hover.darken-4\:hover:hover {
background-color: #001700;
}
.background-yellow\:hover:hover {
background-color: #fcfc00;
}
.background-yellow\:hover:hover.lighten-1\:hover:hover {
background-color: #ffff17;
}
.background-yellow\:hover:hover.lighten-2\:hover:hover {
background-color: #ffff30;
}
.background-yellow\:hover:hover.lighten-3\:hover:hover {
background-color: #ffff4a;
}
.background-yellow\:hover:hover.lighten-4\:hover:hover {
background-color: #ffff63;
}
.background-yellow\:hover:hover.darken-1\:hover:hover {
background-color: #e3e300;
}
.background-yellow\:hover:hover.darken-2\:hover:hover {
background-color: #c9c900;
}
.background-yellow\:hover:hover.darken-3\:hover:hover {
background-color: #b0b000;
}
.background-yellow\:hover:hover.darken-4\:hover:hover {
background-color: #969600;
}
.background-orange\:hover:hover {
background-color: #fca300;
}
.background-orange\:hover:hover.lighten-1\:hover:hover {
background-color: #ffad17;
}
.background-orange\:hover:hover.lighten-2\:hover:hover {
background-color: #ffb630;
}
.background-orange\:hover:hover.lighten-3\:hover:hover {
background-color: #ffbf4a;
}
.background-orange\:hover:hover.lighten-4\:hover:hover {
background-color: #ffc863;
}
.background-orange\:hover:hover.darken-1\:hover:hover {
background-color: #e39300;
}
.background-orange\:hover:hover.darken-2\:hover:hover {
background-color: #c98200;
}
.background-orange\:hover:hover.darken-3\:hover:hover {
background-color: #b07200;
}
.background-orange\:hover:hover.darken-4\:hover:hover {
background-color: #966100;
}
.background-pink\:hover:hover {
background-color: #ffbdc9;
}
.background-pink\:hover:hover.lighten-1\:hover:hover {
background-color: #ffd7de;
}
.background-pink\:hover:hover.lighten-2\:hover:hover {
background-color: #fff0f3;
}
.background-pink\:hover:hover.lighten-3\:hover:hover {
background-color: white;
}
.background-pink\:hover:hover.lighten-4\:hover:hover {
background-color: white;
}
.background-pink\:hover:hover.darken-1\:hover:hover {
background-color: #ffa4b4;
}
.background-pink\:hover:hover.darken-2\:hover:hover {
background-color: #ff8a9f;
}
.background-pink\:hover:hover.darken-3\:hover:hover {
background-color: #ff718a;
}
.background-pink\:hover:hover.darken-4\:hover:hover {
background-color: #ff5776;
}
.background-red\:hover:hover {
background-color: #fc0000;
}
.background-red\:hover:hover.lighten-1\:hover:hover {
background-color: #ff1717;
}
.background-red\:hover:hover.lighten-2\:hover:hover {
background-color: #ff3030;
}
.background-red\:hover:hover.lighten-3\:hover:hover {
background-color: #ff4a4a;
}
.background-red\:hover:hover.lighten-4\:hover:hover {
background-color: #ff6363;
}
.background-red\:hover:hover.darken-1\:hover:hover {
background-color: #e30000;
}
.background-red\:hover:hover.darken-2\:hover:hover {
background-color: #c90000;
}
.background-red\:hover:hover.darken-3\:hover:hover {
background-color: #b00000;
}
.background-red\:hover:hover.darken-4\:hover:hover {
background-color: #960000;
}
.background-purple\:hover:hover {
background-color: #7d007d;
}
.background-purple\:hover:hover.lighten-1\:hover:hover {
background-color: #970097;
}
.background-purple\:hover:hover.lighten-2\:hover:hover {
background-color: #b000b0;
}
.background-purple\:hover:hover.lighten-3\:hover:hover {
background-color: #ca00ca;
}
.background-purple\:hover:hover.lighten-4\:hover:hover {
background-color: #e300e3;
}
.background-purple\:hover:hover.darken-1\:hover:hover {
background-color: #640064;
}
.background-purple\:hover:hover.darken-2\:hover:hover {
background-color: #4a004a;
}
.background-purple\:hover:hover.darken-3\:hover:hover {
background-color: #310031;
}
.background-purple\:hover:hover.darken-4\:hover:hover {
background-color: #170017;
}
.background-teal\:hover:hover {
background-color: #007d7d;
}
.background-teal\:hover:hover.lighten-1\:hover:hover {
background-color: #009797;
}
.background-teal\:hover:hover.lighten-2\:hover:hover {
background-color: #00b0b0;
}
.background-teal\:hover:hover.lighten-3\:hover:hover {
background-color: #00caca;
}
.background-teal\:hover:hover.lighten-4\:hover:hover {
background-color: #00e3e3;
}
.background-teal\:hover:hover.darken-1\:hover:hover {
background-color: #006464;
}
.background-teal\:hover:hover.darken-2\:hover:hover {
background-color: #004a4a;
}
.background-teal\:hover:hover.darken-3\:hover:hover {
background-color: #003131;
}
.background-teal\:hover:hover.darken-4\:hover:hover {
background-color: #001717;
}
.background-indigo\:hover:hover {
background-color: #4a007f;
}
.background-indigo\:hover:hover.lighten-1\:hover:hover {
background-color: #590099;
}
.background-indigo\:hover:hover.lighten-2\:hover:hover {
background-color: #6800b2;
}
.background-indigo\:hover:hover.lighten-3\:hover:hover {
background-color: #7700cc;
}
.background-indigo\:hover:hover.lighten-4\:hover:hover {
background-color: #8500e5;
}
.background-indigo\:hover:hover.darken-1\:hover:hover {
background-color: #3b0066;
}
.background-indigo\:hover:hover.darken-2\:hover:hover {
background-color: #2c004c;
}
.background-indigo-\:hover:hover.darken-3\:hover:hover {
background-color: #1d0033;
}
.background-indigo\:hover:hover.darken-4\:hover:hover {
background-color: #0f0019;
}
.background-brown\:hover:hover {
background-color: #a32929;
}
.background-brown\:hover:hover.lighten-1\:hover:hover {
background-color: #b72e2e;
}
.background-brown\:hover:hover.lighten-2\:hover:hover {
background-color: #cc3333;
}
.background-brown\:hover:hover.lighten-3\:hover:hover {
background-color: #d14848;
}
.background-brown\:hover:hover.lighten-4\:hover:hover {
background-color: #d65c5c;
}
.background-brown\:hover:hover.darken-1\:hover:hover {
background-color: #8f2424;
}
.background-brown\:hover:hover.darken-2\:hover:hover {
background-color: #7a1f1f;
}
.background-brown\:hover:hover.darken-3\:hover:hover {
background-color: #661a1a;
}
.background-brown\:hover:hover.darken-4\:hover:hover {
background-color: #521515;
}
.background-violet\:hover:hover:hover:hover {
background-color: #ee80ee;
}
.background-violet\:hover:hover.lighten-1\:hover:hover {
background-color: #f196f1;
}
.background-violet\:hover:hover.lighten-2\:hover:hover {
background-color: #f4adf4;
}
.background-violet\:hover:hover.lighten-3\:hover:hover {
background-color: #f7c3f7;
}
.background-violet\:hover:hover.lighten-4\:hover:hover {
background-color: #fadafa;
}
.background-violet\:hover:hover.darken-1\:hover:hover {
background-color: #eb6aeb;
}
.background-violet\:hover:hover.darken-2\:hover:hover {
background-color: #e853e8;
}
.background-violet\:hover:hover.darken-3\:hover:hover {
background-color: #e853e8;
}
.background-violet\:hover:hover.darken-4\:hover:hover {
background-color: #e226e2;
}
.background-grey\:hover:hover {
background-color: #7f7f7f;
}
.background-grey\:hover:hover.lighten-1\:hover:hover {
background-color: #8c8c8c;
}
.background-grey\:hover:hover.lighten-2\:hover:hover {
background-color: #999999;
}
.background-grey\:hover:hover.lighten-3\:hover:hover {
background-color: #a5a5a5;
}
.background-grey\:hover:hover.lighten-4\:hover:hover {
background-color: #b2b2b2;
}
.background-grey\:hover:hover.darken-1\:hover:hover {
background-color: #727272;
}
.background-grey\:hover:hover.darken-2\:hover:hover {
background-color: #666666;
}
.background-grey\:hover:hover.darken-3\:hover:hover {
background-color: #595959;
}
.background-grey\:hover:hover.darken-4\:hover:hover {
background-color: #4c4c4c;
}
.background-black\:hover:hover {
background-color: black;
}
.background-black\:hover:hover.lighten-1\:hover:hover {
background-color: #0d0d0d;
}
.background-black\:hover:hover.lighten-2\:hover:hover {
background-color: #1a1a1a;
}
.background-black\:hover:hover.lighten-3\:hover:hover {
background-color: #262626;
}
.background-black\:hover:hover.lighten-4\:hover:hover {
background-color: #333333;
}
.background-black\:hover:hover.darken-1\:hover:hover {
background-color: black;
}
.background-black\:hover:hover.darken-2\:hover:hover {
background-color: black;
}
.background-black\:hover:hover.darken-3\:hover:hover {
background-color: black;
}
.background-black\:hover:hover.darken-4\:hover:hover {
background-color: black;
}
.background-primary\:focus:focus {
background-color: #1779ba;
}
.background-primary\:focus:focus.lighten-1\:focus:focus {
background-color: #1a88d1;
}
.background-primary\:focus:focus.lighten-2\:focus:focus {
background-color: #2196e3;
}
.background-primary\:focus:focus.lighten-3\:focus:focus {
background-color: #37a0e6;
}
.background-primary\:focus:focus.lighten-4\:focus:focus {
background-color: #4eabe9;
}
.background-primary\:focus:focus.darken-1\:focus:focus {
background-color: #146aa3;
}
.background-primary\:focus:focus.darken-2\:focus:focus {
background-color: #115b8d;
}
.background-primary\:focus:focus.darken-3\:focus:focus {
background-color: #0f4d76;
}
.background-primary\:focus:focus.darken-4\:focus:focus {
background-color: #0c3e5f;
}
.background-secondary\:focus:focus {
background-color: #126195;
}
.background-secondary\:focus:focus.lighten-1\:focus:focus {
background-color: #1570ac;
}
.background-secondary\:focus:focus.lighten-2\:focus:focus {
background-color: #177fc3;
}
.background-secondary\:focus:focus.lighten-3\:focus:focus {
background-color: #1a8dd9;
}
.background-secondary\:focus:focus.lighten-4\:focus:focus {
background-color: #289ae5;
}
.background-secondary\:focus:focus.darken-1\:focus:focus {
background-color: #0f527e;
}
.background-secondary\:focus:focus.darken-2\:focus:focus {
background-color: #0d4367;
}
.background-secondary\:focus:focus.darken-3\:focus:focus {
background-color: #0a3551;
}
.background-secondary\:focus:focus.darken-4\:focus:focus {
background-color: #07263a;
}
.background-success\:focus:focus {
background-color: #3adb76;
}
.background-success\:focus:focus.lighten-1\:focus:focus {
background-color: #50df85;
}
.background-success\:focus:focus.lighten-2\:focus:focus {
background-color: #65e394;
}
.background-success\:focus:focus.lighten-3\:focus:focus {
background-color: #7be7a3;
}
.background-success\:focus:focus.lighten-4\:focus:focus {
background-color: #90ebb2;
}
.background-success\:focus:focus.darken-1\:focus:focus {
background-color: #27d568;
}
.background-success\:focus:focus.darken-2\:focus:focus {
background-color: #23bf5d;
}
.background-success\:focus:focus.darken-3\:focus:focus {
background-color: #1faa53;
}
.background-success\:focus:focus.darken-4\:focus:focus {
background-color: #1b9448;
}
.background-danger\:focus:focus {
background-color: #a53b2a;
}
.background-danger\:focus:focus.lighten-1\:focus:focus {
background-color: #b9422f;
}
.background-danger\:focus:focus.lighten-2\:focus:focus {
background-color: #cc4b36;
}
.background-danger\:focus:focus.lighten-3\:focus:focus {
background-color: #d15d4a;
}
.background-danger\:focus:focus.lighten-4\:focus:focus {
background-color: #d66f5f;
}
.background-danger\:focus:focus.darken-1\:focus:focus {
background-color: #913425;
}
.background-danger\:focus:focus.darken-2\:focus:focus {
background-color: #7c2c20;
}
.background-danger\:focus:focus.darken-3\:focus:focus {
background-color: #68251a;
}
.background-danger\:focus:focus.darken-4\:focus:focus {
background-color: #541e15;
}
.background-warning\:focus:focus {
background-color: #cc8b00;
}
.background-warning\:focus:focus.lighten-1\:focus:focus {
background-color: #e69c00;
}
.background-warning\:focus:focus.lighten-2\:focus:focus {
background-color: #ffae00;
}
.background-warning\:focus:focus.lighten-3\:focus:focus {
background-color: #ffb61a;
}
.background-warning\:focus:focus.lighten-4\:focus:focus {
background-color: #ffbe33;
}
.background-warning\:focus:focus.darken-1\:focus:focus {
background-color: #b37a00;
}
.background-warning\:focus:focus.darken-2\:focus:focus {
background-color: #996800;
}
.background-warning\:focus:focus.darken-3\:focus:focus {
background-color: #805700;
}
.background-warning\:focus:focus.darken-4\:focus:focus {
background-color: #664600;
}
.background-muted\:focus:focus {
background-color: #535353;
}
.background-muted\:focus:focus.lighten-1\:focus:focus {
background-color: #606060;
}
.background-muted\:focus:focus.lighten-2\:focus:focus {
background-color: #6d6d6d;
}
.background-muted\:focus:focus.lighten-3\:focus:focus {
background-color: #797979;
}
.background-muted\:focus:focus.lighten-4\:focus:focus {
background-color: #868686;
}
.background-muted\:focus:focus.darken-1\:focus:focus {
background-color: #464646;
}
.background-muted\:focus:focus.darken-2\:focus:focus {
background-color: #3a3a3a;
}
.background-muted\:focus:focus.darken-3\:focus:focus {
background-color: #2d2d2d;
}
.background-muted\:focus:focus.darken-4\:focus:focus {
background-color: #202020;
}
.background-dark\:focus:focus {
background-color: #2f3640;
}
.background-dark\:focus:focus.lighten-1\:focus:focus {
background-color: #3a424f;
}
.background-dark\:focus:focus.lighten-2\:focus:focus {
background-color: #454f5d;
}
.background-dark\:focus:focus.lighten-3\:focus:focus {
background-color: #4f5b6c;
}
.background-dark\:focus:focus.lighten-4\:focus:focus {
background-color: #5a687b;
}
.background-dark\:focus:focus.darken-1\:focus:focus {
background-color: #242a31;
}
.background-dark\:focus:focus.darken-2\:focus:focus {
background-color: #191d23;
}
.background-dark\:focus:focus.darken-3\:focus:focus {
background-color: #0f1114;
}
.background-dark\:focus:focus.darken-4\:focus:focus {
background-color: #040405;
}
.background-light\:focus:focus {
background-color: ghostwhite;
}
.background-light\:focus:focus.lighten-1\:focus:focus {
background-color: white;
}
.background-light\:focus:focus.lighten-2\:focus:focus {
background-color: white;
}
.background-light\:focus:focus.lighten-3\:focus:focus {
background-color: white;
}
.background-light\:focus:focus.lighten-4\:focus:focus {
background-color: white;
}
.background-light\:focus:focus.darken-1\:focus:focus {
background-color: #dfdfff;
}
.background-light\:focus:focus.darken-2\:focus:focus {
background-color: #c5c5ff;
}
.background-light\:focus:focus.darken-3\:focus:focus {
background-color: #acacff;
}
.background-light\:focus:focus.darken-4\:focus:focus {
background-color: #9292ff;
}
.background-blue\:focus:focus {
background-color: #0000fc;
}
.background-blue\:focus:focus.lighten-1\:focus:focus {
background-color: #1717ff;
}
.background-blue\:focus:focus.lighten-2\:focus:focus {
background-color: #3030ff;
}
.background-blue\:focus:focus.lighten-3\:focus:focus {
background-color: #4a4aff;
}
.background-blue\:focus:focus.lighten-4\:focus:focus {
background-color: #6363ff;
}
.background-blue\:focus:focus.darken-1\:focus:focus {
background-color: #0000e3;
}
.background-blue\:focus:focus.darken-2\:focus:focus {
background-color: #0000c9;
}
.background-blue\:focus:focus.darken-3\:focus:focus {
background-color: #0000b0;
}
.background-blue\:focus:focus.darken-4\:focus:focus {
background-color: #000096;
}
.background-green\:focus:focus {
background-color: #007d00;
}
.background-green\:focus:focus.lighten-1\:focus:focus {
background-color: #009700;
}
.background-green\:focus:focus.lighten-2\:focus:focus {
background-color: #00b000;
}
.background-green\:focus:focus.lighten-3\:focus:focus {
background-color: #00ca00;
}
.background-green\:focus:focus.lighten-4\:focus:focus {
background-color: #00e300;
}
.background-green\:focus:focus.darken-1\:focus:focus {
background-color: darkgreen;
}
.background-green\:focus:focus.darken-2\:focus:focus {
background-color: #004a00;
}
.background-green\:focus:focus.darken-3\:focus:focus {
background-color: #003100;
}
.background-green\:focus:focus.darken-4\:focus:focus {
background-color: #001700;
}
.background-yellow\:focus:focus {
background-color: #fcfc00;
}
.background-yellow\:focus:focus.lighten-1\:focus:focus {
background-color: #ffff17;
}
.background-yellow\:focus:focus.lighten-2\:focus:focus {
background-color: #ffff30;
}
.background-yellow\:focus:focus.lighten-3\:focus:focus {
background-color: #ffff4a;
}
.background-yellow\:focus:focus.lighten-4\:focus:focus {
background-color: #ffff63;
}
.background-yellow\:focus:focus.darken-1\:focus:focus {
background-color: #e3e300;
}
.background-yellow\:focus:focus.darken-2\:focus:focus {
background-color: #c9c900;
}
.background-yellow\:focus:focus.darken-3\:focus:focus {
background-color: #b0b000;
}
.background-yellow\:focus:focus.darken-4\:focus:focus {
background-color: #969600;
}
.background-orange\:focus:focus {
background-color: #fca300;
}
.background-orange\:focus:focus.lighten-1\:focus:focus {
background-color: #ffad17;
}
.background-orange\:focus:focus.lighten-2\:focus:focus {
background-color: #ffb630;
}
.background-orange\:focus:focus.lighten-3\:focus:focus {
background-color: #ffbf4a;
}
.background-orange\:focus:focus.lighten-4\:focus:focus {
background-color: #ffc863;
}
.background-orange\:focus:focus.darken-1\:focus:focus {
background-color: #e39300;
}
.background-orange\:focus:focus.darken-2\:focus:focus {
background-color: #c98200;
}
.background-orange\:focus:focus.darken-3\:focus:focus {
background-color: #b07200;
}
.background-orange\:focus:focus.darken-4\:focus:focus {
background-color: #966100;
}
.background-pink\:focus:focus {
background-color: #ffbdc9;
}
.background-pink\:focus:focus.lighten-1\:focus:focus {
background-color: #ffd7de;
}
.background-pink\:focus:focus.lighten-2\:focus:focus {
background-color: #fff0f3;
}
.background-pink\:focus:focus.lighten-3\:focus:focus {
background-color: white;
}
.background-pink\:focus:focus.lighten-4\:focus:focus {
background-color: white;
}
.background-pink\:focus:focus.darken-1\:focus:focus {
background-color: #ffa4b4;
}
.background-pink\:focus:focus.darken-2\:focus:focus {
background-color: #ff8a9f;
}
.background-pink\:focus:focus.darken-3\:focus:focus {
background-color: #ff718a;
}
.background-pink\:focus:focus.darken-4\:focus:focus {
background-color: #ff5776;
}
.background-red\:focus:focus {
background-color: #fc0000;
}
.background-red\:focus:focus.lighten-1\:focus:focus {
background-color: #ff1717;
}
.background-red\:focus:focus.lighten-2\:focus:focus {
background-color: #ff3030;
}
.background-red\:focus:focus.lighten-3\:focus:focus {
background-color: #ff4a4a;
}
.background-red\:focus:focus.lighten-4\:focus:focus {
background-color: #ff6363;
}
.background-red\:focus:focus.darken-1\:focus:focus {
background-color: #e30000;
}
.background-red\:focus:focus.darken-2\:focus:focus {
background-color: #c90000;
}
.background-red\:focus:focus.darken-3\:focus:focus {
background-color: #b00000;
}
.background-red\:focus:focus.darken-4\:focus:focus {
background-color: #960000;
}
.background-purple\:focus:focus {
background-color: #7d007d;
}
.background-purple\:focus:focus.lighten-1\:focus:focus {
background-color: #970097;
}
.background-purple\:focus:focus.lighten-2\:focus:focus {
background-color: #b000b0;
}
.background-purple\:focus:focus.lighten-3\:focus:focus {
background-color: #ca00ca;
}
.background-purple\:focus:focus.lighten-4\:focus:focus {
background-color: #e300e3;
}
.background-purple\:focus:focus.darken-1\:focus:focus {
background-color: #640064;
}
.background-purple\:focus:focus.darken-2\:focus:focus {
background-color: #4a004a;
}
.background-purple\:focus:focus.darken-3\:focus:focus {
background-color: #310031;
}
.background-purple\:focus:focus.darken-4\:focus:focus {
background-color: #170017;
}
.background-teal\:focus:focus {
background-color: #007d7d;
}
.background-teal\:focus:focus.lighten-1\:focus:focus {
background-color: #009797;
}
.background-teal\:focus:focus.lighten-2\:focus:focus {
background-color: #00b0b0;
}
.background-teal\:focus:focus.lighten-3\:focus:focus {
background-color: #00caca;
}
.background-teal\:focus:focus.lighten-4\:focus:focus {
background-color: #00e3e3;
}
.background-teal\:focus:focus.darken-1\:focus:focus {
background-color: #006464;
}
.background-teal\:focus:focus.darken-2\:focus:focus {
background-color: #004a4a;
}
.background-teal\:focus:focus.darken-3\:focus:focus {
background-color: #003131;
}
.background-teal\:focus:focus.darken-4\:focus:focus {
background-color: #001717;
}
.background-indigo\:focus:focus {
background-color: #4a007f;
}
.background-indigo\:focus:focus.lighten-1\:focus:focus {
background-color: #590099;
}
.background-indigo\:focus:focus.lighten-2\:focus:focus {
background-color: #6800b2;
}
.background-indigo\:focus:focus.lighten-3\:focus:focus {
background-color: #7700cc;
}
.background-indigo\:focus:focus.lighten-4\:focus:focus {
background-color: #8500e5;
}
.background-indigo\:focus:focus.darken-1\:focus:focus {
background-color: #3b0066;
}
.background-indigo\:focus:focus.darken-2\:focus:focus {
background-color: #2c004c;
}
.background-indigo\:focus:focus.darken-3\:focus:focus {
background-color: #1d0033;
}
.background-indigo\:focus:focus.darken-4\:focus:focus {
background-color: #0f0019;
}
.background-brown\:focus:focus {
background-color: #a32929;
}
.background-brown\:focus:focus.lighten-1\:focus:focus {
background-color: #b72e2e;
}
.background-brown\:focus:focus.lighten-2\:focus-hovered {
background-color: #cc3333;
}
.background-brown\:focus:focus.lighten-3\:focus:focus {
background-color: #d14848;
}
.background-brown\:focus:focus.lighten-4\:focus:focus {
background-color: #d65c5c;
}
.background-brown\:focus:focus.darken-1\:focus:focus {
background-color: #8f2424;
}
.background-brown\:focus:focus.darken-2\:focus:focus {
background-color: #7a1f1f;
}
.background-brown\:focus:focus.darken-3\:focus:focus {
background-color: #661a1a;
}
.background-brown\:focus:focus.darken-4\:focus:focus {
background-color: #521515;
}
.background-violet\:focus:focus:focus:focus {
background-color: #ee80ee;
}
.background-violet\:focus:focus.lighten-1\:focus:focus {
background-color: #f196f1;
}
.background-violet\:focus:focus.lighten-2\:focus:focus {
background-color: #f4adf4;
}
.background-violet\:focus:focus.lighten-3\:focus:focus {
background-color: #f7c3f7;
}
.background-violet\:focus:focus.lighten-4\:focus:focus {
background-color: #fadafa;
}
.background-violet\:focus:focus.darken-1\:focus:focus {
background-color: #eb6aeb;
}
.background-violet\:focus:focus.darken-2\:focus:focus {
background-color: #e853e8;
}
.background-violet\:focus:focus.darken-3\:focus:focus {
background-color: #e853e8;
}
.background-violet\:focus:focus.darken-4\:focus:focus {
background-color: #e226e2;
}
.background-grey\:focus:focus {
background-color: #7f7f7f;
}
.background-grey\:focus:focus.lighten-1\:focus:focus {
background-color: #8c8c8c;
}
.background-grey\:focus:focus.lighten-2\:focus:focus {
background-color: #999999;
}
.background-grey\:focus:focus.lighten-3\:focus:focus {
background-color: #a5a5a5;
}
.background-grey\:focus:focus.lighten-4\:focus:focus {
background-color: #b2b2b2;
}
.background-grey\:focus:focus.darken-1\:focus:focus {
background-color: #727272;
}
.background-grey\:focus:focus.darken-2\:focus:focus {
background-color: #666666;
}
.background-grey\:focus:focus.darken-3\:focus:focus {
background-color: #595959;
}
.background-grey\:focus:focus.darken-4\:focus:focus {
background-color: #4c4c4c;
}
.background-black\:focus:focus {
background-color: black;
}
.background-black\:focus:focus.lighten-1\:focus:focus {
background-color: #0d0d0d;
}
.background-black\:focus:focus.lighten-2\:focus:focus {
background-color: #1a1a1a;
}
.background-black\:focus:focus.lighten-3\:focus:focus {
background-color: #262626;
}
.background-black\:focus:focus.lighten-4\:focus:focus {
background-color: #333333;
}
.background-black\:focus:focus.darken-1\:focus:focus {
background-color: black;
}
.background-black\:focus:focus.darken-2\:focus:focus {
background-color: black;
}
.background-black\:focus:focus.darken-3\:focus:focus {
background-color: black;
}
.background-black\:focus:focus.darken-4\:focus:focus {
background-color: black;
}
.border {
border-color: var(--pendeza-black);
border-style: solid;
border-width: 0.1rem;
}
.border-style-none {
border-style: none;
}
.border-style-dotted {
border-style: dotted;
}
.border-style-dashed {
border-style: dashed;
}
.border-style-solid {
border-style: solid;
}
.border-style-groove {
border-style: groove;
}
.border-style-ridge {
border-style: ridge;
}
.border-style-double {
border-style: double;
}
.border-style-inset {
border-style: inset;
}
.border-style-outset {
border-style: outset;
}
.border-1 {
border-width: 0.1rem;
}
.border-1\.5 {
border-width: 0.2rem;
}
.border-2 {
border-width: 0.3rem;
}
.border-2\.5 {
border-width: 0.4rem;
}
.border-3 {
border-width: 0.5rem;
}
.border-3\.5 {
border-width: 0.6rem;
}
.border-4 {
border-width: 0.7rem;
}
.border-5\.5 {
border-width: 0.8rem;
}
.border-6 {
border-width: 0.9rem;
}
.border-6\.5 {
border-width: 1rem;
}
.border-7 {
border-width: 1.1rem;
}
.border-7\.5 {
border-width: 1.2rem;
}
.border-8 {
border-width: 1.3rem;
}
.border-8\.5 {
border-width: 1.4rem;
}
.border-9 {
border-width: 1.5rem;
}
.border-9\.5 {
border-width: 1.6rem;
}
.border-10 {
border-width: 1.7rem;
}
.border-10\.5 {
border-width: 1.8rem;
}
.border-11 {
border-width: 1.9rem;
}
.border-11\.5 {
border-width: 2rem;
}
.border-12 {
border-width: 2.1rem;
}
.border-12\.5 {
border-width: 2.2rem;
}
.border-13 {
border-width: 2.3rem;
}
.border-13\.5 {
border-width: 2.4rem;
}
.border-14 {
border-width: 2.5rem;
}
.border-14\.5 {
border-width: 2.6rem;
}
.border-15 {
border-width: 2.7rem;
}
.border-primary {
border-color: var(--pendeza-primary);
}
.border-primary.lighten-1 {
border-color: var(--pendeza-primary-lighten-1);
}
.border-primary.lighten-2 {
border-color: var(--pendeza-primary-lighten-2);
}
.border-primary.lighten-3 {
border-color: var(--pendeza-primary-lighten-3);
}
.border-primary.lighten-4 {
border-color: var(--pendeza-primary-lighten-4);
}
.border-primary.darken-1 {
border-color: var(--pendeza-primary-darken-1);
}
.border-primary.darken-2 {
border-color: var(--pendeza-primary-darken-2);
}
.border-primary.darken-3 {
border-color: var(--pendeza-primary-darken-3);
}
.border-primary.darken-4 {
border-color: var(--pendeza-primary-darken-4);
}
.border-secondary {
border-color: var(--pendeza-secondary);
}
.border-secondary.lighten-1 {
border-color: var(--pendeza-secondary-lighten-1);
}
.border-secondary.lighten-2 {
border-color: var(--pendeza-secondary-lighten-2);
}
.border-secondary.lighten-3 {
border-color: var(--pendeza-secondary-lighten-3);
}
.border-secondary.lighten-4 {
border-color: var(--pendeza-secondary-lighten-4);
}
.border-secondary.darken-1 {
border-color: var(--pendeza-secondary-darken-1);
}
.border-secondary.darken-2 {
border-color: var(--pendeza-secondary-darken-2);
}
.border-secondary.darken-3 {
border-color: var(--pendeza-secondary-darken-3);
}
.border-secondary.darken-4 {
border-color: var(--pendeza-secondary-darken-4);
}
.border-success {
border-color: var(--pendeza-success);
}
.border-success.lighten-1 {
border-color: var(--pendeza-success-lighten-1);
}
.border-success.lighten-2 {
border-color: var(--pendeza-success-lighten-2);
}
.border-success.lighten-3 {
border-color: var(--pendeza-success-lighten-3);
}
.border-success.lighten-4 {
border-color: var(--pendeza-success-lighten-4);
}
.border-success.darken-1 {
border-color: var(--pendeza-success-darken-1);
}
.border-success.darken-2 {
border-color: var(--pendeza-success-darken-2);
}
.border-success.darken-3 {
border-color: var(--pendeza-success-darken-3);
}
.border-success.darken-4 {
border-color: var(--pendeza-success-darken-4);
}
.border-danger {
border-color: var(--pendeza-danger);
}
.border-danger.lighten-1 {
border-color: var(--pendeza-danger-lighten-1);
}
.border-danger.lighten-2 {
border-color: var(--pendeza-danger-lighten-2);
}
.border-danger.lighten-3 {
border-color: var(--pendeza-danger-lighten-3);
}
.border-danger.lighten-4 {
border-color: var(--pendeza-danger-lighten-4);
}
.border-danger.darken-1 {
border-color: var(--pendeza-danger-darken-1);
}
.border-danger.darken-2 {
border-color: var(--pendeza-danger-darken-2);
}
.border-danger.darken-3 {
border-color: var(--pendeza-danger-darken-3);
}
.border-danger.darken-4 {
border-color: var(--pendeza-danger-darken-4);
}
.border-warning {
border-color: var(--pendeza-warning);
}
.border-warning.lighten-1 {
border-color: var(--pendeza-warning-lighten-1);
}
.border-warning.lighten-2 {
border-color: var(--pendeza-warning-lighten-2);
}
.border-warning.lighten-3 {
border-color: var(--pendeza-warning-lighten-3);
}
.border-warning.lighten-4 {
border-color: var(--pendeza-warning-lighten-4);
}
.border-warning.darken-1 {
border-color: var(--pendeza-warning-darken-1);
}
.border-warning.darken-2 {
border-color: var(--pendeza-warning-darken-2);
}
.border-warning.darken-3 {
border-color: var(--pendeza-warning-darken-3);
}
.border-warning.darken-4 {
border-color: var(--pendeza-warning-darken-4);
}
.border-muted {
border-color: var(--pendeza-muted);
}
.border-muted.lighten-1 {
border-color: var(--pendeza-muted-lighten-1);
}
.border-muted.lighten-2 {
border-color: var(--pendeza-muted-lighten-2);
}
.border-muted.lighten-3 {
border-color: var(--pendeza-muted-lighten-3);
}
.border-muted.lighten-4 {
border-color: var(--pendeza-muted-lighten-4);
}
.border-muted.darken-1 {
border-color: var(--pendeza-muted-darken-1);
}
.border-muted.darken-2 {
border-color: var(--pendeza-muted-darken-2);
}
.border-muted.darken-3 {
border-color: var(--pendeza-muted-darken-3);
}
.border-muted.darken-4 {
border-color: var(--pendeza-muted-darken-4);
}
.border-dark {
border-color: var(--pendeza-dark);
}
.border-dark.lighten-1 {
border-color: var(--pendeza-dark-lighten-1);
}
.border-dark.lighten-2 {
border-color: var(--pendeza-dark-lighten-2);
}
.border-dark.lighten-3 {
border-color: var(--pendeza-dark-lighten-3);
}
.border-dark.lighten-4 {
border-color: var(--pendeza-dark-lighten-4);
}
.border-dark.darken-1 {
border-color: var(--pendeza-dark-darken-1);
}
.border-dark.darken-2 {
border-color: var(--pendeza-dark-darken-2);
}
.border-dark.darken-3 {
border-color: var(--pendeza-dark-darken-3);
}
.border-dark.darken-4 {
border-color: var(--pendeza-dark-darken-4);
}
.border-light {
border-color: var(--pendeza-light);
}
.border-light.lighten-1 {
border-color: var(--pendeza-light-lighten-1);
}
.border-light.lighten-2 {
border-color: var(--pendeza-light-lighten-2);
}
.border-light.lighten-3 {
border-color: var(--pendeza-light-lighten-3);
}
.border-light.lighten-4 {
border-color: var(--pendeza-light-lighten-4);
}
.border-light.darken-1 {
border-color: var(--pendeza-light-darken-1);
}
.border-light.darken-2 {
border-color: var(--pendeza-light-darken-2);
}
.border-light.darken-3 {
border-color: var(--pendeza-light-darken-3);
}
.border-light.darken-4 {
border-color: var(--pendeza-light-darken-4);
}
.border-blue {
border-color: var(--pendeza-blue);
}
.border-blue.lighten-1 {
border-color: var(--pendeza-blue-lighten-1);
}
.border-blue.lighten-2 {
border-color: var(--pendeza-blue-lighten-2);
}
.border-blue.lighten-3 {
border-color: var(--pendeza-blue-lighten-3);
}
.border-blue.lighten-4 {
border-color: var(--pendeza-blue-lighten-4);
}
.border-blue.darken-1 {
border-color: var(--pendeza-blue-darken-1);
}
.border-blue.darken-2 {
border-color: var(--pendeza-blue-darken-2);
}
.border-blue.darken-3 {
border-color: var(--pendeza-blue-darken-3);
}
.border-blue.darken-4 {
border-color: var(--pendeza-blue-darken-4);
}
.border-green {
border-color: var(--pendeza-green);
}
.border-green.lighten-1 {
border-color: var(--pendeza-green-lighten-1);
}
.border-green.lighten-2 {
border-color: var(--pendeza-green-lighten-2);
}
.border-green.lighten-3 {
border-color: var(--pendeza-green-lighten-3);
}
.border-green.lighten-4 {
border-color: var(--pendeza-green-lighten-4);
}
.border-green.darken-1 {
border-color: var(--pendeza-green-darken-1);
}
.border-green.darken-2 {
border-color: var(--pendeza-green-darken-2);
}
.border-green.darken-3 {
border-color: var(--pendeza-green-darken-3);
}
.border-green.darken-4 {
border-color: var(--pendeza-green-darken-4);
}
.border-yellow {
border-color: var(--pendeza-yellow);
}
.border-yellow.lighten-1 {
border-color: var(--pendeza-yellow-lighten-1);
}
.border-yellow.lighten-2 {
border-color: var(--pendeza-yellow-lighten-2);
}
.border-yellow.lighten-3 {
border-color: var(--pendeza-yellow-lighten-3);
}
.border-yellow.lighten-4 {
border-color: var(--pendeza-yellow-lighten-4);
}
.border-yellow.darken-1 {
border-color: var(--pendeza-yellow-darken-1);
}
.border-yellow.darken-2 {
border-color: var(--pendeza-yellow-darken-2);
}
.border-yellow.darken-3 {
border-color: var(--pendeza-yellow-darken-3);
}
.border-yellow.darken-4 {
border-color: var(--pendeza-yellow-darken-4);
}
.border-orange {
border-color: var(--pendeza-orange);
}
.border-orange.lighten-1 {
border-color: var(--pendeza-orange-lighten-1);
}
.border-orange.lighten-2 {
border-color: var(--pendeza-orange-lighten-2);
}
.border-orange.lighten-3 {
border-color: var(--pendeza-orange-lighten-3);
}
.border-orange.lighten-4 {
border-color: var(--pendeza-orange-lighten-4);
}
.border-orange.darken-1 {
border-color: var(--pendeza-orange-darken-1);
}
.border-orange.darken-2 {
border-color: var(--pendeza-orange-darken-2);
}
.border-orange.darken-3 {
border-color: var(--pendeza-orange-darken-3);
}
.border-orange.darken-4 {
border-color: var(--pendeza-orange-darken-4);
}
.border-pink {
border-color: var(--pendeza-pink);
}
.border-pink.lighten-1 {
border-color: var(--pendeza-pink-lighten-1);
}
.border-pink.lighten-2 {
border-color: var(--pendeza-pink-lighten-2);
}
.border-pink.lighten-3 {
border-color: var(--pendeza-pink-lighten-3);
}
.border-pink.lighten-4 {
border-color: var(--pendeza-pink-lighten-4);
}
.border-pink.darken-1 {
border-color: var(--pendeza-pink-darken-1);
}
.border-pink.darken-2 {
border-color: var(--pendeza-pink-darken-2);
}
.border-pink.darken-3 {
border-color: var(--pendeza-pink-darken-3);
}
.border-pink.darken-4 {
border-color: var(--pendeza-pink-darken-4);
}
.border-red {
border-color: var(--pendeza-red);
}
.border-red.lighten-1 {
border-color: var(--pendeza-red-lighten-1);
}
.border-red.lighten-2 {
border-color: var(--pendeza-red-lighten-2);
}
.border-red.lighten-3 {
border-color: var(--pendeza-red-lighten-3);
}
.border-red.lighten-4 {
border-color: var(--pendeza-red-lighten-4);
}
.border-red.darken-1 {
border-color: var(--pendeza-red-darken-1);
}
.border-red.darken-2 {
border-color: var(--pendeza-red-darken-2);
}
.border-red.darken-3 {
border-color: var(--pendeza-red-darken-3);
}
.border-red.darken-4 {
border-color: var(--pendeza-red-darken-4);
}
.border-purple {
border-color: var(--pendeza-purple);
}
.border-purple.lighten-1 {
border-color: var(--pendeza-purple-lighten-1);
}
.border-purple.lighten-2 {
border-color: var(--pendeza-purple-lighten-2);
}
.border-purple.lighten-3 {
border-color: var(--pendeza-purple-lighten-3);
}
.border-purple.lighten-4 {
border-color: var(--pendeza-purple-lighten-4);
}
.border-purple.darken-1 {
border-color: var(--pendeza-purple-darken-1);
}
.border-purple.darken-2 {
border-color: var(--pendeza-purple-darken-2);
}
.border-purple.darken-3 {
border-color: var(--pendeza-purple-darken-3);
}
.border-purple.darken-4 {
border-color: var(--pendeza-purple-darken-4);
}
.border-teal {
border-color: var(--pendeza-teal);
}
.border-teal.lighten-1 {
border-color: var(--pendeza-teal-lighten-1);
}
.border-teal.lighten-2 {
border-color: var(--pendeza-teal-lighten-2);
}
.border-teal.lighten-3 {
border-color: var(--pendeza-teal-lighten-3);
}
.border-teal.lighten-4 {
border-color: var(--pendeza-teal-lighten-4);
}
.border-teal.darken-1 {
border-color: var(--pendeza-teal-darken-1);
}
.border-teal.darken-2 {
border-color: var(--pendeza-teal-darken-2);
}
.border-teal.darken-3 {
border-color: var(--pendeza-teal-darken-3);
}
.border-teal.darken-4 {
border-color: var(--pendeza-teal-darken-4);
}
.border-indigo {
border-color: var(--pendeza-indigo);
}
.border-indigo.lighten-1 {
border-color: var(--pendeza-indigo-lighten-1);
}
.border-indigo.lighten-2 {
border-color: var(--pendeza-indigo-lighten-2);
}
.border-indigo.lighten-3 {
border-color: var(--pendeza-indigo-lighten-3);
}
.border-indigo.lighten-4 {
border-color: var(--pendeza-indigo-lighten-4);
}
.border-indigo.darken-1 {
border-color: var(--pendeza-indigo-darken-1);
}
.border-indigo.darken-2 {
border-color: var(--pendeza-indigo-darken-2);
}
.border-indigo.darken-3 {
border-color: var(--pendeza-indigo-darken-3);
}
.border-indigo.darken-4 {
border-color: var(--pendeza-indigo-darken-4);
}
.border-brown {
border-color: var(--pendeza-brown);
}
.border-brown.lighten-1 {
border-color: var(--pendeza-brown-lighten-1);
}
.border-brown.lighten-2 {
border-color: var(--pendeza-brown-lighten-2);
}
.border-brown.lighten-3 {
border-color: var(--pendeza-brown-lighten-3);
}
.border-brown.lighten-4 {
border-color: var(--pendeza-brown-lighten-4);
}
.border-brown.darken-1 {
border-color: var(--pendeza-brown-darken-1);
}
.border-brown.darken-2 {
border-color: var(--pendeza-brown-darken-2);
}
.border-brown.darken-3 {
border-color: var(--pendeza-brown-darken-3);
}
.border-brown.darken-4 {
border-color: var(--pendeza-brown-darken-4);
}
.border-violet {
border-color: var(--pendeza-violet);
}
.border-violet.lighten-1 {
border-color: var(--pendeza-violet-lighten-1);
}
.border-violet.lighten-2 {
border-color: var(--pendeza-violet-lighten-2);
}
.border-violet.lighten-3 {
border-color: var(--pendeza-violet-lighten-3);
}
.border-violet.lighten-4 {
border-color: var(--pendeza-violet-lighten-4);
}
.border-violet.darken-1 {
border-color: var(--pendeza-violet-darken-1);
}
.border-violet.darken-2 {
border-color: var(--pendeza-violet-darken-2);
}
.border-violet.darken-3 {
border-color: var(--pendeza-violet-darken-3);
}
.border-violet.darken-4 {
border-color: var(--pendeza-violet-darken-4);
}
.border-grey {
border-color: var(--pendeza-grey);
}
.border-grey.lighten-1 {
border-color: var(--pendeza-grey-lighten-1);
}
.border-grey.lighten-2 {
border-color: var(--pendeza-grey-lighten-2);
}
.border-grey.lighten-3 {
border-color: var(--pendeza-grey-lighten-3);
}
.border-grey.lighten-4 {
border-color: var(--pendeza-grey-lighten-4);
}
.border-grey.darken-1 {
border-color: var(--pendeza-grey-darken-1);
}
.border-grey.darken-2 {
border-color: var(--pendeza-grey-darken-2);
}
.border-grey.darken-3 {
border-color: var(--pendeza-grey-darken-3);
}
.border-grey.darken-4 {
border-color: var(--pendeza-grey-darken-4);
}
.border-black {
border-color: var(--pendeza-black);
}
.border-black.lighten-1 {
border-color: var(--pendeza-black-lighten-1);
}
.border-black.lighten-2 {
border-color: var(--pendeza-black-lighten-2);
}
.border-black.lighten-3 {
border-color: var(--pendeza-black-lighten-3);
}
.border-black.lighten-4 {
border-color: var(--pendeza-black-lighten-4);
}
.border-black.darken-1 {
border-color: var(--pendeza-black-darken-1);
}
.border-black.darken-2 {
border-color: var(--pendeza-black-darken-2);
}
.border-black.darken-3 {
border-color: var(--pendeza-black-darken-3);
}
.border-black.darken-4 {
border-color: var(--pendeza-black-darken-4);
}
.border-primary\:hover:hover {
border-color: var(--pendeza-primary);
}
.border-primary\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-primary-lighten-1);
}
.border-primary\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-primary-lighten-2);
}
.border-primary\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-primary-lighten-3);
}
.border-primary\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-primary-lighten-4);
}
.border-primary\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-primary-darken-1);
}
.border-primary\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-primary-darken-2);
}
.border-primary\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-primary-darken-3);
}
.border-primary\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-primary-darken-4);
}
.border-secondary\:hover:hover {
border-color: var(--pendeza-secondary);
}
.border-secondary\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-secondary-lighten-1);
}
.border-secondary\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-secondary-lighten-2);
}
.border-secondary\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-secondary-lighten-3);
}
.border-secondary\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-secondary-lighten-4);
}
.border-secondary\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-secondary-darken-1);
}
.border-secondary\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-secondary-darken-2);
}
.border-secondary\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-secondary-darken-3);
}
.border-secondary\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-secondary-darken-4);
}
.border-success\:hover:hover {
border-color: var(--pendeza-success);
}
.border-success\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-success-lighten-1);
}
.border-success\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-success-lighten-2);
}
.border-success\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-success-lighten-3);
}
.border-success\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-success-lighten-4);
}
.border-success\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-success-darken-1);
}
.border-success\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-success-darken-2);
}
.border-success\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-success-darken-3);
}
.border-success\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-success-darken-4);
}
.border-danger\:hover:hover {
border-color: var(--pendeza-danger);
}
.border-danger\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-danger-lighten-1);
}
.border-danger\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-danger-lighten-2);
}
.border-danger\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-danger-lighten-3);
}
.border-danger\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-danger-lighten-4);
}
.border-danger\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-danger-darken-1);
}
.border-danger\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-danger-darken-2);
}
.border-danger\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-danger-darken-3);
}
.border-danger\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-danger-darken-4);
}
.border-warning\:hover:hover {
border-color: var(--pendeza-warning);
}
.border-warning\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-warning-lighten-1);
}
.border-warning\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-warning-lighten-2);
}
.border-warning\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-warning-lighten-3);
}
.border-warning\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-warning-lighten-4);
}
.border-warning\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-warning-darken-1);
}
.border-warning\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-warning-darken-2);
}
.border-warning\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-warning-darken-3);
}
.border-warning\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-warning-darken-4);
}
.border-muted\:hover:hover {
border-color: var(--pendeza-muted);
}
.border-muted\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-muted-lighten-1);
}
.border-muted\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-muted-lighten-2);
}
.border-muted\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-muted-lighten-3);
}
.border-muted\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-muted-lighten-4);
}
.border-muted\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-muted-daredken-1);
}
.border-muted\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-muted-darken-2);
}
.border-muted\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-muted-darken-3);
}
.border-muted\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-muted-darken-4);
}
.border-dark\:hover:hover {
border-color: var(--pendeza-dark);
}
.border-dark\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-dark-lighten-1);
}
.border-dark\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-dark-lighten-2);
}
.border-dark\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-dark-lighten-3);
}
.border-dark\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-dark-lighten-4);
}
.border-dark\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-dark-darken-1);
}
.border-dark\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-dark-darken-2);
}
.border-dark\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-dark-darken-3);
}
.border-dark\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-dark-darken-4);
}
.border-light\:hover:hover {
border-color: var(--pendeza-light);
}
.border-light\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-light-lighten-1);
}
.border-light\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-light-lighten-2);
}
.border-light\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-light-lighten-3);
}
.border-light\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-light-lighten-4);
}
.border-light\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-light-darken-1);
}
.border-light\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-light-darken-2);
}
.border-light\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-light-darken-3);
}
.border-light\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-light-darken-4);
}
.border-blue\:hover:hover {
border-color: var(--pendeza-blue);
}
.border-blue\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-blue-lighten-1);
}
.border-blue\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-blue-lighten-2);
}
.border-blue\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-blue-lighten-3);
}
.border-blue\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-blue-lighten-4);
}
.border-blue\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-blue-darken-1);
}
.border-blue\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-blue-darken-2);
}
.border-blue\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-blue-darken-3);
}
.border-blue\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-blue-darken-4);
}
.border-green\:hover:hover {
border-color: var(--pendeza-green);
}
.border-green\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-green-lighten-1);
}
.border-green\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-green-lighten-2);
}
.border-green\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-green-lighten-3);
}
.border-green\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-green-lighten-4);
}
.border-green\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-green-darken-1);
}
.border-green\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-green-darken-2);
}
.border-green\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-green-darken-3);
}
.border-green\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-green-darken-4);
}
.border-yellow\:hover:hover {
border-color: var(--pendeza-yellow);
}
.border-yellow\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-yellow-lighten-1);
}
.border-yellow\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-yellow-lighten-2);
}
.border-yellow\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-yellow-lighten-3);
}
.border-yellow\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-yellow-lighten-4);
}
.border-yellow\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-yellow-darken-1);
}
.border-yellow\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-yellow-darken-2);
}
.border-yellow\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-yellow-darken-3);
}
.border-yellow\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-yellow-darken-4);
}
.border-orange\:hover:hover {
border-color: var(--pendeza-orange);
}
.border-orange\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-orange-lighten-1);
}
.border-orange\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-orange-lighten-2);
}
.border-orange\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-orange-lighten-3);
}
.border-orange\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-orange-lighten-4);
}
.border-orange\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-orange-darken-1);
}
.border-orange\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-orange-darken-2);
}
.border-orange\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-orange-darken-3);
}
.border-orange\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-orange-darken-4);
}
.border-pink\:hover:hover {
border-color: var(--pendeza-pink);
}
.border-pink\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-pink-lighten-1);
}
.border-pink\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-pink-lighten-2);
}
.border-pink\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-pink-lighten-3);
}
.border-pink\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-pink-lighten-4);
}
.border-pink\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-pink-darken-1);
}
.border-pink\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-pink-darken-2);
}
.border-pink\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-pink-darken-3);
}
.border-pink\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-pink-darken-4);
}
.border-red\:hover:hover {
border-color: var(--pendeza-red);
}
.border-red\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-red-lighten-1);
}
.border-red\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-red-lighten-2);
}
.border-red\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-red-lighten-3);
}
.border-red\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-red-lighten-4);
}
.border-red\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-red-darken-1);
}
.border-red\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-red-darken-2);
}
.border-red\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-red-darken-3);
}
.border-red\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-red-darken-4);
}
.border-purple\:hover:hover {
border-color: var(--pendeza-purple);
}
.border-purple\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-purple-lighten-1);
}
.border-purple\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-purple-lighten-2);
}
.border-purple\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-purple-lighten-3);
}
.border-purple\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-purple-lighten-4);
}
.border-purple\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-purple-darken-1);
}
.border-purple\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-purple-darken-2);
}
.border-purple\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-purple-darken-3);
}
.border-purple\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-purple-darken-4);
}
.border-teal\:hover:hover {
border-color: var(--pendeza-teal);
}
.border-teal\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-teal-lighten-1);
}
.border-teal\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-teal-lighten-2);
}
.border-teal\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-teal-lighten-3);
}
.border-teal\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-teal-lighten-4);
}
.border-teal\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-teal-darken-1);
}
.border-teal\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-teal-darken-2);
}
.border-teal\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-teal-darken-3);
}
.border-teal\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-teal-darken-4);
}
.border-indigo\:hover:hover {
border-color: var(--pendeza-indigo);
}
.border-indigo\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-indigo-lighten-1);
}
.border-indigo\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-indigo-lighten-2);
}
.border-indigo\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-indigo-lighten-3);
}
.border-indigo\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-indigo-lighten-4);
}
.border-indigo\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-indigo-darken-1);
}
.border-indigo\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-indigo-darken-2);
}
.border-indigo\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-indigo-darken-3);
}
.border-indigo\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-indigo-darken-4);
}
.border-brown\:hover:hover {
border-color: var(--pendeza-brown);
}
.border-brown\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-brown-lighten-1);
}
.border-brown\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-brown-lighten-2);
}
.border-brown\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-brown-lighten-3);
}
.border-brown\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-brown-lighten-4);
}
.border-brown\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-brown-darken-1);
}
.border-brown\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-brown-darken-2);
}
.border-brown\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-brown-darken-3);
}
.border-brown\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-brown-darken-4);
}
.border-violet\:hover:hover {
border-color: var(--pendeza-violet);
}
.border-violet\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-violet-lighten-1);
}
.border-violet\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-violet-lighten-2);
}
.border-violet\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-violet-lighten-3);
}
.border-violet\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-violet-lighten-4);
}
.border-violet\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-violet-darken-1);
}
.border-violet\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-violet-darken-2);
}
.border-violet\:hover\:hover.darken-3\:hover:hover {
border-color: var(--pendeza-violet-darken-3);
}
.border-violet\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-violet-darken-4);
}
.border-grey\:hover:hover {
border-color: var(--pendeza-grey);
}
.border-grey\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-grey-lighten-1);
}
.border-grey\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-grey-lighten-2);
}
.border-grey\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-grey-lighten-3);
}
.border-grey\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-grey-lighten-4);
}
.border-grey\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-grey-darken-1);
}
.border-grey\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-grey-darken-2);
}
.border-grey\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-grey-darken-3);
}
.border-grey\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-grey-darken-4);
}
.border-black\:hover:hover {
border-color: var(--pendeza-black);
}
.border-black\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-black-lighten-1);
}
.border-black\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-black-lighten-2);
}
.border-black\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-black-lighten-3);
}
.border-black\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-black-lighten-4);
}
.border-black\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-black-darken-1);
}
.border-black\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-black-darken-2);
}
.border-black\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-black-darken-3);
}
.border-black\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-black-darken-4);
}
.border-primary\:focus:focus {
border-color: var(--pendeza-primary);
}
.border-primary\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-primary-lighten-1);
}
.border-primary\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-primary-lighten-2);
}
.border-primary\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-primary-lighten-3);
}
.border-primary\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-primary-lighten-4);
}
.border-primary\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-primary-darken-1);
}
.border-primary\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-primary-darken-2);
}
.border-primary\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-primary-darken-3);
}
.border-primary\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-primary-darken-4);
}
.border-secondary\:focus:focus {
border-color: var(--pendeza-secondary);
}
.border-secondary\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-secondary-lighten-1);
}
.border-secondary\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-secondary-lighten-2);
}
.border-secondary\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-secondary-lighten-3);
}
.border-secondary\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-secondary-lighten-4);
}
.border-secondary\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-secondary-darken-1);
}
.border-secondary\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-secondary-darken-2);
}
.border-secondary\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-secondary-darken-3);
}
.border-secondary\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-secondary-darken-4);
}
.border-success\:focus:focus {
border-color: var(--pendeza-success);
}
.border-success\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-success-lighten-1);
}
.border-success\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-success-lighten-2);
}
.border-success\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-success-lighten-3);
}
.border-success\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-success-lighten-4);
}
.border-success\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-success-darken-1);
}
.border-success\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-success-darken-2);
}
.border-success\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-success-darken-3);
}
.border-success\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-success-darken-4);
}
.border-danger\:focus:focus {
border-color: var(--pendeza-danger);
}
.border-danger\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-danger-lighten-1);
}
.border-danger\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-danger-lighten-2);
}
.border-danger\:focus\:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-danger-lighten-3);
}
.border-danger\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-danger-lighten-4);
}
.border-danger\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-danger-darken-1);
}
.border-danger\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-danger-darken-2);
}
.border-danger\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-danger-darken-3);
}
.border-danger\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-danger-darken-4);
}
.border-warning\:focus:focus {
border-color: var(--pendeza-warning);
}
.border-warning\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-warning-lighten-1);
}
.border-warning\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-warning-lighten-2);
}
.border-warning\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-warning-lighten-3);
}
.border-warning\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-warning-lighten-4);
}
.border-warning\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-warning-darken-1);
}
.border-warning\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-warning-darken-2);
}
.border-warning\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-warning-darken-3);
}
.border-warning\:focus\:focus.darken-4\:focus:focus {
border-color: var(--pendeza-warning-darken-4);
}
.border-muted\:focus:focus {
border-color: var(--pendeza-muted);
}
.border-muted\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-muted-lighten-1);
}
.border-muted\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-muted-lighten-2);
}
.border-muted\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-muted-lighten-3);
}
.border-muted\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-muted-lighten-4);
}
.border-muted\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-muted-darken-1);
}
.border-muted\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-muted-darken-2);
}
.border-muted\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-muted-darken-3);
}
.border-muted\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-muted-darken-4);
}
.border-dark\:focus:focus {
border-color: var(--pendeza-dark);
}
.border-dark\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-dark-lighten-1);
}
.border-dark\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-dark-lighten-2);
}
.border-dark\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-dark-lighten-3);
}
.border-dark\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-dark-lighten-4);
}
.border-dark\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-dark-darken-1);
}
.border-dark\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-dark-darken-2);
}
.border-dark\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-dark-darken-3);
}
.border-dark\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-dark-darken-4);
}
.border-light\:focus:focus {
border-color: var(--pendeza-light);
}
.border-light\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-light-lighten-1);
}
.border-light\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-light-lighten-2);
}
.border-light\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-light-lighten-3);
}
.border-light\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-light-lighten-4);
}
.border-light\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-light-darken-1);
}
.border-light\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-light-darken-2);
}
.border-light\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-light-darken-3);
}
.border-light\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-light-darken-4);
}
.border-blue\:focus:focus {
border-color: var(--pendeza-blue);
}
.border-blue\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-blue-lighten-1);
}
.border-blue\:focus:focus.lighten-2\:focus\:focus {
border-color: var(--pendeza-blue-lighten-2);
}
.border-blue\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-blue-lighten-3);
}
.border-blue\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-blue-lighten-4);
}
.border-blue\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-blue-darken-1);
}
.border-blue\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-blue-darken-2);
}
.border-blue\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-blue-darken-3);
}
.border-blue\:focus:focus.darken-4\:focus\:focus {
border-color: var(--pendeza-blue-darken-4);
}
.border-green\:focus:focus {
border-color: var(--pendeza-green);
}
.border-green\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-green-lighten-1);
}
.border-green\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-green-lighten-2);
}
.border-green\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-green-lighten-3);
}
.border-green\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-green-lighten-4);
}
.border-green\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-green-darken-1);
}
.border-green\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-green-darken-2);
}
.border-green\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-green-darken-3);
}
.border-green\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-green-darken-4);
}
.border-yellow\:focus:focus {
border-color: var(--pendeza-yellow);
}
.border-yellow\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-yellow-lighten-1);
}
.border-yellow\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-yellow-lighten-2);
}
.border-yellow\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-yellow-lighten-3);
}
.border-yellow\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-yellow-lighten-4);
}
.border-yellow\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-yellow-darken-1);
}
.border-yellow\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-yellow-darken-2);
}
.border-yellow\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-yellow-darken-3);
}
.border-yellow\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-yellow-darken-4);
}
.border-orange\:focus:focus {
border-color: var(--pendeza-orange);
}
.border-orange\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-orange-lighten-1);
}
.border-orange\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-orange-lighten-2);
}
.border-orange\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-orange-lighten-3);
}
.border-orange\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-orange-lighten-4);
}
.border-orange\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-orange-darken-1);
}
.border-orange\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-orange-darken-2);
}
.border-orange\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-orange-darken-3);
}
.border-orange\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-orange-darken-4);
}
.border-pink\:focus:focus {
border-color: var(--pendeza-pink);
}
.border-pink\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-pink-lighten-1);
}
.border-pink\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-pink-lighten-2);
}
.border-pink\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-pink-lighten-3);
}
.border-pink\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-pink-lighten-4);
}
.border-pink\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-pink-darken-1);
}
.border-pink\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-pink-darken-2);
}
.border-pink\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-pink-darken-3);
}
.border-pink\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-pink-darken-4);
}
.border-red\:focus:focus {
border-color: var(--pendeza-red);
}
.border-red\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-red-lighten-1);
}
.border-red\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-red-lighten-2);
}
.border-red\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-red-lighten-3);
}
.border-red\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-red-lighten-4);
}
.border-red\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-red-darken-1);
}
.border-red\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-red-darken-2);
}
.border-red\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-red-darken-3);
}
.border-red\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-red-darken-4);
}
.border-purple\:focus:focus {
border-color: var(--pendeza-purple);
}
.border-purple\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-purple-lighten-1);
}
.border-purple\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-purple-lighten-2);
}
.border-purple\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-purple-lighten-3);
}
.border-purple\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-purple-lighten-4);
}
.border-purple\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-purple-darken-1);
}
.border-purple\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-purple-darken-2);
}
.border-purple\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-purple-darken-3);
}
.border-purple\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-purple-darken-4);
}
.border-teal\:focus:focus {
border-color: var(--pendeza-teal);
}
.border-teal\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-teal-lighten-1);
}
.border-teal\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-teal-lighten-2);
}
.border-teal\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-teal-lighten-3);
}
.border-teal\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-teal-lighten-4);
}
.border-teal\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-teal-darken-1);
}
.border-teal\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-teal-darken-2);
}
.border-teal\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-teal-darken-3);
}
.border-teal\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-teal-darken-4);
}
.border-indigo\:focus:focus {
border-color: var(--pendeza-indigo);
}
.border-indigo\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-indigo-lighten-1);
}
.border-indigo\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-indigo-lighten-2);
}
.border-indigo\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-indigo-lighten-3);
}
.border-indigo\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-indigo-lighten-4);
}
.border-indigo\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-indigo-darken-1);
}
.border-indigo\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-indigo-darken-2);
}
.border-indigo\:focus\:focus.darken-3\:focus:focus {
border-color: var(--pendeza-indigo-darken-3);
}
.border-indigo\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-indigo-darken-4);
}
.border-brown\:focus:focus {
border-color: var(--pendeza-brown);
}
.border-brown\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-brown-lighten-1);
}
.border-brown\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-brown-lighten-2);
}
.border-brown\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-brown-lighten-3);
}
.border-brown\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-brown-lighten-4);
}
.border-brown\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-brown-darken-1);
}
.border-brown\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-brown-darken-2);
}
.border-brown\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-brown-darken-3);
}
.border-brown\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-brown-darken-4);
}
.border-violet\:focus:focus {
border-color: var(--pendeza-violet);
}
.border-violet\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-violet-lighten-1);
}
.border-violet\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-violet-lighten-2);
}
.border-violet\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-violet-lighten-3);
}
.border-violet\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-violet-lighten-4);
}
.border-violet\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-violet-darken-1);
}
.border-violet\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-violet-darken-2);
}
.border-violet\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-violet-darken-3);
}
.border-violet\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-violet-darken-4);
}
.border-grey\:focus:focus {
border-color: var(--pendeza-grey);
}
.border-grey\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-grey-lighten-1);
}
.border-grey\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-grey-lighten-2);
}
.border-grey\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-grey-lighten-3);
}
.border-grey\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-grey-lighten-4);
}
.border-grey\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-grey-darken-1);
}
.border-grey\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-grey-darken-2);
}
.border-grey\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-grey-darken-3);
}
.border-grey\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-grey-darken-4);
}
.border-black\:focus:focus {
border-color: var(--pendeza-black);
}
.border-black\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-black-lighten-1);
}
.border-black\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-black-lighten-2);
}
.border-black\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-black-lighten-3);
}
.border-black\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-black-lighten-4);
}
.border-black\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-black-darken-1);
}
.border-black\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-black-darken-2);
}
.border-black\:focus\:focus.darken-3\:focus:focus {
border-color: var(--pendeza-black-darken-3);
}
.border-black\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-black-darken-4);
}
.float-left,
.float-left\@phone {
float: left;
}
.float-right,
.float-right\@phone {
float: right;
}
.float-none,
.float-none\@phone {
float: none;
}
.clearfix,
.clearfix\@phone {
clear: both;
}
@media (max-width: 21.875rem) {
.float-left\@small-phone {
float: left;
}
.float-right\@small-phone {
float: right;
}
.float-none\@small-phone {
float: none;
}
.clearfix\@small-phone {
clear: both;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.float-left\@tablet {
float: left;
}
.float-right\@tablet {
float: right;
}
.float-none\@tablet {
float: none;
}
.clearfix\@tablet {
clear: both;
}
}
@media (min-width: 57rem) {
.float-left\@laptop {
float: left;
}
.float-right\@laptop {
float: right;
}
.float-none\@laptop {
float: none;
}
.clearfix\@laptop {
clear: both;
}
}
.list .list-item {
padding: 0.35rem 1rem;
}
.list .list-item:hover {
opacity: 0.9;
transition: opacity 0.7s ease-out;
}
.list-unstyled {
list-style: none;
}
.list-disc {
list-style: disc;
}
.list-decimal {
list-style: decimal;
}
.list-cirlce {
list-style: circle;
}
.list-square {
list-style: square;
}
.button {
border: #2f3640 solid 0.1rem;
border-radius: 0.25rem;
padding: 0.35rem 2.5rem;
cursor: pointer;
text-align: center;
}
.button.button-link:hover {
text-decoration: underline;
-webkit-transition: -webkit-text-decoration 0.5s ease;
transition: -webkit-text-decoration 0.5s ease;
transition: text-decoration 0.5s ease;
transition: text-decoration 0.5s ease, -webkit-text-decoration 0.5s ease;
}
.button.active {
background-color: #1779ba;
}
.button.disabled {
background-color: #535353;
cursor: not-allowed;
}
.button.button-extrasmallX2 {
font-size: 0.7rem;
}
.button.button-extrasmall {
font-size: 0.8rem;
}
.button.button-small {
font-size: 0.9rem;
}
.button.button-medium {
font-size: 1rem;
}
.button.button-large {
font-size: 1.1rem;
}
.button.button-extralarge {
font-size: 1.2rem;
}
.button.button-extralargeX2 {
font-size: 1.3rem;
}
.button-group {
display: flex;
flex-wrap: wrap;
align-items: stretch;
position: relative;
overflow: hidden;
}
.button-group .button.button-group-item {
margin: 0;
}
ul.pagination {
box-shadow: none;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
ul.pagination li.pagination-item {
cursor: pointer;
}
ul.pagination li.pagination-item * {
margin: 0;
}
ul.pagination li.pagination-item.active {
background-color: #1779ba;
}
ul.pagination li.pagination-item.disabled {
background-color: #535353;
cursor: not-allowed;
}
.navbar .navbar-body {
padding-top: 1rem;
padding-bottom: 1rem;
display: flex;
justify-content: space-between;
}
.navbar .navbar-body .navbar-brand {
font-weight: 500;
cursor: pointer;
}
.navbar .navbar-body .navbar-button {
cursor: pointer;
margin-bottom: 0;
}
.navbar .navbar-body .navbar-button:hover {
opacity: 90%;
}
.navbar .navbar-body .navbar-input {
margin-bottom: 0;
border-color: #262626;
}
.navbar .navbar-body ul {
display: flex;
flex-wrap: wrap;
}
.navbar .navbar-body ul li {
cursor: pointer;
}
.navbar .navbar-body ul li:not(first-child) {
margin-left: 2rem;
}
.footer {
margin-top: 0.5rem;
}
.footer .footer-body {
padding-top: 1rem;
padding-bottom: 1rem;
display: flex;
justify-content: space-between;
}
.footer .footer-body .footer-brand {
font-weight: 500;
cursor: pointer;
}
.footer .footer-body .footer-button {
cursor: pointer;
margin-bottom: 0;
}
.footer .footer-body .footer-button:hover {
opacity: 90%;
}
.footer .footer-body .footer-input {
margin-bottom: 0;
border-color: #262626;
}
.footer .footer-body nav ul {
display: flex;
flex-wrap: wrap;
}
.footer .footer-body nav ul li {
cursor: pointer;
}
.footer .footer-body nav ul li:not(first-child) {
margin-left: 0.4rem;
}
.card {
width: 100%;
min-height: 3rem;
}
.card .card-body {
padding: 1rem 0.8rem;
}
.card .card-body .card-title {
font-weight: inherit;
font-size: 1.3rem;
}
.card .card-body .card-subtitle {
font-weight: inherit;
font-size: 1.2rem;
}
.card .card-body .card-text {
font-size: inherit;
}
.card .card-body .card-image {
width: 100%;
height: auto;
}
.card .card-body .card-video {
width: 100%;
height: auto;
}
.card-group {
display: flex;
flex-wrap: wrap;
align-items: stretch;
position: relative;
}
.card-group .card-group-item {
margin: 0;
}
.notepad {
border-left: 0.6rem solid #1a1a1a;
border-top-left-radius: 0.7rem;
border-bottom-left-radius: 0.7rem;
padding: 1rem 0.8rem;
min-height: 3em;
}
.notepad .notepad-text {
font-weight: inherit;
}
.notepad.notepad-primary {
border-color: #1779ba;
}
.notepad.notepad-secondary {
border-color: #126195;
}
.notepad.notepad-success {
border-color: #3adb76;
}
.notepad.notepad-danger {
border-color: #a53b2a;
}
.notepad.notepad-warning {
border-color: #cc8b00;
}
.notepad.notepad-muted {
border-color: #535353;
}
.notepad.notepad-dark {
border-color: #2f3640;
}
.notepad.notepad-light {
border-color: ghostwhite;
}
.notepad.notepad-blue {
border-color: #0000fc;
}
.notepad.notepad-green {
border-color: #007d00;
}
.notepad.notepad-yellow {
border-color: #fcfc00;
}
.notepad.notepad-orange {
border-color: #fca300;
}
.notepad.notepad-pink {
border-color: #ffbdc9;
}
.notepad.notepad-red {
border-color: #fc0000;
}
.notepad.notepad-purple {
border-color: #7d007d;
}
.notepad.notepad-teal {
border-color: #007d7d;
}
.notepad.notepad-indigo {
border-color: #4a007f;
}
.notepad.notepad-brown {
border-color: #a32929;
}
.notepad.notepad-violet {
border-color: #ee80ee;
}
.notepad.notepad-grey {
border-color: #7f7f7f;
}
.notepad.notepad-black {
border-color: black;
}
.notepad.notepad-primary-lighten-1 {
border-color: #1a88d1;
}
.notepad.notepad-primary-lighten-2 {
border-color: #2196e3;
}
.notepad.notepad-primary-lighten-3 {
border-color: #37a0e6;
}
.notepad.notepad-primary-lighten-4 {
border-color: #4eabe9;
}
.notepad.notepad-primary-darken-1 {
border-color: #146aa3;
}
.notepad.notepad-primary-darken-2 {
border-color: #115b8d;
}
.notepad.notepad-primary-darken-3 {
border-color: #0f4d76;
}
.notepad.notepad-primary-darken-4 {
border-color: #0c3e5f;
}
.notepad.notepad-secondary-lighten-1 {
border-color: #1570ac;
}
.notepad.notepad-secondary-lighten-2 {
border-color: #177fc3;
}
.notepad.notepad-secondary-lighten-3 {
border-color: #1a8dd9;
}
.notepad.notepad-secondary-lighten-4 {
border-color: #289ae5;
}
.notepad.notepad-secondary-darken-1 {
border-color: #0f527e;
}
.notepad.notepad-secondary-darken-2 {
border-color: #0d4367;
}
.notepad.notepad-secondary-darken-3 {
border-color: #0a3551;
}
.notepad.notepad-secondary-darken-4 {
border-color: #07263a;
}
.notepad.notepad-success-lighten-1 {
border-color: #50df85;
}
.notepad.notepad-success-lighten-2 {
border-color: #65e394;
}
.notepad.notepad-success-lighten-3 {
border-color: #7be7a3;
}
.notepad.notepad-success-lighten-4 {
border-color: #90ebb2;
}
.notepad.notepad-success-darken-1 {
border-color: #27d568;
}
.notepad.notepad-success-darken-2 {
border-color: #23bf5d;
}
.notepad.notepad-success-darken-3 {
border-color: #1faa53;
}
.notepad.notepad-success-darken-4 {
border-color: #1b9448;
}
.notepad.notepad-danger-lighten-1 {
border-color: #b9422f;
}
.notepad.notepad-danger-lighten-2 {
border-color: #cc4b36;
}
.notepad.notepad-danger-lighten-3 {
border-color: #d15d4a;
}
.notepad.notepad-danger-lighten-4 {
border-color: #d66f5f;
}
.notepad.notepad-danger-darken-1 {
border-color: #913425;
}
.notepad.notepad-danger-darken-2 {
border-color: #7c2c20;
}
.notepad.notepad-danger-darken-3 {
border-color: #68251a;
}
.notepad.notepad-danger-darken-4 {
border-color: #541e15;
}
.notepad.notepad-warning-lighten-1 {
border-color: #e69c00;
}
.notepad.notepad-warning-lighten-2 {
border-color: #ffae00;
}
.notepad.notepad-warning-lighten-3 {
border-color: #ffb61a;
}
.notepad.notepad-warning-lighten-4 {
border-color: #ffbe33;
}
.notepad.notepad-warning-darken-1 {
border-color: #b37a00;
}
.notepad.notepad-warning-darken-2 {
border-color: #996800;
}
.notepad.notepad-warning-darken-3 {
border-color: #805700;
}
.notepad.notepad-warning-darken-4 {
border-color: #664600;
}
.notepad.notepad-muted-lighten-1 {
border-color: #606060;
}
.notepad.notepad-muted-lighten-2 {
border-color: #6d6d6d;
}
.notepad.notepad-muted-lighten-3 {
border-color: #797979;
}
.notepad.notepad-muted-lighten-4 {
border-color: #868686;
}
.notepad.notepad-muted-darken-1 {
border-color: #464646;
}
.notepad.notepad-muted-darken-2 {
border-color: #3a3a3a;
}
.notepad.notepad-muted-darken-3 {
border-color: #2d2d2d;
}
.notepad.notepad-muted-darken-4 {
border-color: #202020;
}
.notepad.notepad-dark-lighten-1 {
border-color: #3a424f;
}
.notepad.notepad-dark-lighten-2 {
border-color: #454f5d;
}
.notepad.notepad-dark-lighten-3 {
border-color: #4f5b6c;
}
.notepad.notepad-dark-lighten-4 {
border-color: #5a687b;
}
.notepad.notepad-dark-darken-1 {
border-color: #242a31;
}
.notepad.notepad-dark-darken-2 {
border-color: #191d23;
}
.notepad.notepad-dark-darken-3 {
border-color: #0f1114;
}
.notepad.notepad-dark-darken-4 {
border-color: #040405;
}
.notepad.notepad-light-lighten-1,
.notepad.notepad-light-lighten-2,
.notepad.notepad-light-lighten-3,
.notepad.notepad-light-lighten-4 {
border-color: white;
}
.notepad.notepad-light-darken-1 {
border-color: #dfdfff;
}
.notepad.notepad-light-darken-2 {
border-color: #c5c5ff;
}
.notepad.notepad-light-darken-3 {
border-color: #acacff;
}
.notepad.notepad-light-darken-4 {
border-color: #9292ff;
}
.notepad.notepad-blue-lighten-1 {
border-color: #1717ff;
}
.notepad.notepad-blue-lighten-2 {
border-color: #3030ff;
}
.notepad.notepad-blue-lighten-3 {
border-color: #4a4aff;
}
.notepad.notepad-blue-lighten-4 {
border-color: #6363ff;
}
.notepad.notepad-blue-darken-1 {
border-color: #0000e3;
}
.notepad.notepad-blue-darken-2 {
border-color: #0000c9;
}
.notepad.notepad-blue-darken-3 {
border-color: #0000b0;
}
.notepad.notepad-blue-darken-4 {
border-color: #000096;
}
.notepad.notepad-green-lighten-1 {
border-color: #009700;
}
.notepad.notepad-green-lighten-2 {
border-color: #00b000;
}
.notepad.notepad-green-lighten-3 {
border-color: #00ca00;
}
.notepad.notepad-green-lighten-4 {
border-color: #00e300;
}
.notepad.notepad-green-darken-1 {
border-color: darkgreen;
}
.notepad.notepad-green-darken-2 {
border-color: #004a00;
}
.notepad.notepad-green-darken-3 {
border-color: #003100;
}
.notepad.notepad-green-darken-4 {
border-color: #001700;
}
.notepad.notepad-yellow-lighten-1 {
border-color: #ffff17;
}
.notepad.notepad-yellow-lighten-2 {
border-color: #ffff30;
}
.notepad.notepad-yellow-lighten-3 {
border-color: #ffff4a;
}
.notepad.notepad-yellow-lighten-4 {
border-color: #ffff63;
}
.notepad.notepad-yellow-darken-1 {
border-color: #e3e300;
}
.notepad.notepad-yellow-darken-2 {
border-color: #c9c900;
}
.notepad.notepad-yellow-darken-3 {
border-color: #b0b000;
}
.notepad.notepad-yellow-darken-4 {
border-color: #969600;
}
.notepad.notepad-orange-lighten-1 {
border-color: #ffad17;
}
.notepad.notepad-orange-lighten-2 {
border-color: #ffb630;
}
.notepad.notepad-orange-lighten-3 {
border-color: #ffbf4a;
}
.notepad.notepad-orange-lighten-4 {
border-color: #ffc863;
}
.notepad.notepad-orange-darken-1 {
border-color: #e39300;
}
.notepad.notepad-orange-darken-2 {
border-color: #c98200;
}
.notepad.notepad-orange-darken-3 {
border-color: #b07200;
}
.notepad.notepad-orange-darken-4 {
border-color: #966100;
}
.notepad.notepad-pink-lighten-1 {
border-color: #ffd7de;
}
.notepad.notepad-pink-lighten-2 {
border-color: #fff0f3;
}
.notepad.notepad-pink-lighten-3 {
border-color: white;
}
.notepad.notepad-pink-lighten-4 {
border-color: white;
}
.notepad.notepad-pink-darken-1 {
border-color: #ffa4b4;
}
.notepad.notepad-pink-darken-2 {
border-color: #ff8a9f;
}
.notepad.notepad-pink-darken-3 {
border-color: #ff718a;
}
.notepad.notepad-pink-darken-4 {
border-color: #ff5776;
}
.notepad.notepad-red-lighten-1 {
border-color: #ff1717;
}
.notepad.notepad-red-lighten-2 {
border-color: #ff3030;
}
.notepad.notepad-red-lighten-3 {
border-color: #ff4a4a;
}
.notepad.notepad-red-lighten-4 {
border-color: #ff6363;
}
.notepad.notepad-red-darken-1 {
border-color: #e30000;
}
.notepad.notepad-red-darken-2 {
border-color: #c90000;
}
.notepad.notepad-red-darken-3 {
border-color: #b00000;
}
.notepad.notepad-red-darken-4 {
border-color: #960000;
}
.notepad.notepad-purple-lighten-1 {
border-color: #970097;
}
.notepad.notepad-purple-lighten-2 {
border-color: #b000b0;
}
.notepad.notepad-purple-lighten-3 {
border-color: #ca00ca;
}
.notepad.notepad-purple-lighten-4 {
border-color: #e300e3;
}
.notepad.notepad-purple-darken-1 {
border-color: #640064;
}
.notepad.notepad-purple-darken-2 {
border-color: #4a004a;
}
.notepad.notepad-purple-darken-3 {
border-color: #310031;
}
.notepad.notepad-purple-darken-4 {
border-color: #170017;
}
.notepad.notepad-teal-lighten-1 {
border-color: #009797;
}
.notepad.notepad-teal-lighten-2 {
border-color: #00b0b0;
}
.notepad.notepad-teal-lighten-3 {
border-color: #00caca;
}
.notepad.notepad-teal-lighten-4 {
border-color: #00e3e3;
}
.notepad.notepad-teal-darken-1 {
border-color: #006464;
}
.notepad.notepad-teal-darken-2 {
border-color: #004a4a;
}
.notepad.notepad-teal-darken-3 {
border-color: #003131;
}
.notepad.notepad-teal-darken-4 {
border-color: #001717;
}
.notepad.notepad-indigo-lighten-1 {
border-color: #590099;
}
.notepad.notepad-indigo-lighten-2 {
border-color: #6800b2;
}
.notepad.notepad-indigo-lighten-3 {
border-color: #7700cc;
}
.notepad.notepad-indigo-lighten-4 {
border-color: #8500e5;
}
.notepad.notepad-indigo-darken-1 {
border-color: #3b0066;
}
.notepad.notepad-indigo-darken-2 {
border-color: #2c004c;
}
.notepad.notepad-indigo-darken-3 {
border-color: #1d0033;
}
.notepad.notepad-indigo-darken-4 {
border-color: #0f0019;
}
.notepad.notepad-brown-lighten-1 {
border-color: #b72e2e;
}
.notepad.notepad-brown-lighten-2 {
border-color: #cc3333;
}
.notepad.notepad-brown-lighten-3 {
border-color: #d14848;
}
.notepad.notepad-brown-lighten-4 {
border-color: #d65c5c;
}
.notepad.notepad-brown-darken-1 {
border-color: #8f2424;
}
.notepad.notepad-brown-darken-2 {
border-color: #7a1f1f;
}
.notepad.notepad-brown-darken-3 {
border-color: #661a1a;
}
.notepad.notepad-brown-darken-4 {
border-color: #521515;
}
.notepad.notepad-violet-lighten-1 {
border-color: #f196f1;
}
.notepad.notepad-violet-lighten-2 {
border-color: #f4adf4;
}
.notepad.notepad-violet-lighten-3 {
border-color: #f7c3f7;
}
.notepad.notepad-violet-lighten-4 {
border-color: #fadafa;
}
.notepad.notepad-violet-darken-1 {
border-color: #eb6aeb;
}
.notepad.notepad-violet-darken-2 {
border-color: #e853e8;
}
.notepad.notepad-violet-darken-3 {
border-color: #e853e8;
}
.notepad.notepad-violet-darken-4 {
border-color: #e226e2;
}
.notepad.notepad-grey-lighten-1 {
border-color: #8c8c8c;
}
.notepad.notepad-grey-lighten-2 {
border-color: #999999;
}
.notepad.notepad-grey-lighten-3 {
border-color: #a5a5a5;
}
.notepad.notepad-grey-lighten-4 {
border-color: #b2b2b2;
}
.notepad.notepad-grey-darken-1 {
border-color: #727272;
}
.notepad.notepad-grey-darken-2 {
border-color: #666666;
}
.notepad.notepad-grey-darken-3 {
border-color: #595959;
}
.notepad.notepad-grey-darken-4 {
border-color: #4c4c4c;
}
.notepad.notepad-black-lighten-1 {
border-color: #0d0d0d;
}
.notepad.notepad-black-lighten-2 {
border-color: #1a1a1a;
}
.notepad.notepad-black-lighten-3 {
border-color: #262626;
}
.notepad.notepad-black-lighten-4 {
border-color: #333333;
}
.notepad.notepad-black-darken-1,
.notepad.notepad-black-darken-2,
.notepad.notepad-black-darken-3,
.notepad.notepad-black-darken-4 {
border-color: black;
}
.notification {
min-height: 3rem;
width: 100%;
z-index: 1000;
min-height: 5rem;
}
.notification .notification-body {
position: relative;
padding: 1rem 0.8rem;
border-bottom: 2px solid lightgrey;
}
.notification .notification-body .notification-title {
font-weight: inherit;
font-size: 1.3rem;
margin-bottom: 0.5rem;
}
.notification .notification-body .notification-subtitle {
font-weight: inherit;
font-size: 1.2rem;
margin-bottom: 0.5rem;
}
.notification .notification-body .notification-text {
font-size: inherit;
margin-bottom: 0.5rem;
}
.alert {
opacity: 90%;
display: none;
min-height: 3rem;
width: 20rem;
position: absolute;
right: 0 !important;
top: 0.5rem;
z-index: 1500;
}
.alert .alert-body {
padding: 1rem 0.8rem;
padding-top: 1rem;
border-bottom: 2px solid lightgrey;
}
.alert .alert-body .alert-title {
font-weight: inherit;
font-size: 1.3rem;
margin-bottom: 0.5rem;
}
.alert .alert-body .alert-subtitle {
font-weight: inherit;
font-size: 1.2rem;
margin-bottom: 0.4rem;
}
.alert .alert-body .alert-text {
font-size: inherit;
margin-bottom: 0.4rem;
}
.alert .alert-body .alert-toggler {
position: absolute;
font-weight: 900;
right: 10px;
top: 7px;
font-size: 120%;
cursor: pointer;
content: "x";
color: inherit;
}
.alert .alert-body .alert-toggler:hover {
color: #a53b2a;
}
.alert.alert-show {
display: block;
}
.modal {
position: absolute;
top: 2rem;
left: 30%;
width: 20rem;
display: none;
z-index: 1500;
min-height: 6rem;
background-color: white;
transition: display 0.5s ease-in;
}
.modal .modal-body {
padding: 1rem 0.8rem;
padding-top: 1rem;
border-bottom: 2px solid lightgrey;
}
.modal .modal-body .modal-title {
font-weight: inherit;
font-size: 1.3rem;
margin-bottom: 0.5rem;
}
.modal .modal-body .modal-subtitle {
font-weight: inherit;
font-size: 1.2rem;
margin-bottom: 0.5rem;
}
.modal .modal-body .modal-text {
font-size: inherit;
margin-bottom: 0.5rem;
}
.modal .modal-body .modal-toggler {
position: absolute;
font-weight: 900;
font-size: 120%;
right: 10px;
top: 7px;
cursor: pointer;
content: "x";
color: #262626;
}
.modal .modal-body .modal-toggler:hover {
color: #330000;
}
.modal.modal-show {
display: block;
}
.sidebar {
position: absolute;
max-width: 45%;
min-width: 20%;
min-height: 100vh;
left: -90%;
z-index: 1000;
transition: left 0.7s ease-in;
}
.sidebar .sidebar-title {
font-weight: inherit;
font-size: 1.15rem;
}
.sidebar .sidebar-subtitle {
font-weight: inherit;
font-size: 1rem;
}
.sidebar .sidebar-toggler {
position: absolute;
font-weight: 900;
font-size: 3rem;
right: 10px;
top: 7px;
font-size: 24px;
cursor: pointer;
content: "x";
color: #262626;
}
.sidebar .sidebar-toggler:hover {
color: #330000;
}
.sidebar.sidebar-show {
left: 2px;
}
.tooltip {
position: absolute;
display: none;
bottom: 110%;
padding: 0.8rem;
background-color: #262626;
border-radius: 0.2rem;
font-size: 0.8rem;
color: white;
}
.tooltip:after {
position: absolute;
content: "";
top: 100%;
left: 5%;
border-top: 5px solid;
border-top-color: #262626;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid transparent;
}
.tooltip.tooltip-primary {
background-color: #1779ba;
}
.tooltip.tooltip-primary:after {
border-top-color: #1779ba;
}
.tooltip.tooltip-secondary {
background-color: #126195;
}
.tooltip.tooltip-secondary:after {
border-top-color: #126195;
}
.tooltip.tooltip-success {
background-color: #3adb76;
}
.tooltip.tooltip-success:after {
border-top-color: #3adb76;
}
.tooltip.tooltip-danger {
background-color: #a53b2a;
}
.tooltip.tooltip-danger:after {
border-top-color: #a53b2a;
}
.tooltip.tooltip-warning {
background-color: #cc8b00;
}
.tooltip.tooltip-warning:after {
border-top-color: #cc8b00;
}
.tooltip.tooltip-muted {
background-color: #535353;
}
.tooltip.tooltip-muted:after {
border-top-color: #535353;
}
.tooltip.tooltip-dark {
background-color: #2f3640;
}
.tooltip.tooltip-dark:after {
border-top-color: #2f3640;
}
.tooltip.tooltip-light {
background-color: ghostwhite;
color: black;
}
.tooltip.tooltip-light:after {
border-top-color: ghostwhite;
}
.tooltip.tooltip-blue {
background-color: #0000fc;
}
.tooltip.tooltip-blue:after {
border-top-color: #0000fc;
}
.tooltip.tooltip-green {
background-color: #007d00;
}
.tooltip.tooltip-green:after {
border-top-color: #007d00;
}
.tooltip.tooltip-yellow {
background-color: #fcfc00;
}
.tooltip.tooltip-yellow:after {
border-top-color: #fcfc00;
}
.tooltip.tooltip-orange {
background-color: #fca300;
}
.tooltip.tooltip-orange:after {
border-top-color: #fca300;
}
.tooltip.tooltip-pink {
background-color: #ffbdc9;
}
.tooltip.tooltip-pink:after {
border-top-color: #ffbdc9;
}
.tooltip.tooltip-red {
background-color: #fc0000;
}
.tooltip.tooltip-red:after {
border-top-color: #fc0000;
}
.tooltip.tooltip-purple {
background-color: #7d007d;
}
.tooltip.tooltip-purple:after {
border-top-color: #7d007d;
}
.tooltip.tooltip-teal {
background-color: #007d7d;
}
.tooltip.tooltip-teal:after {
border-top-color: #007d7d;
}
.tooltip.tooltip-indigo {
background-color: #4a007f;
}
.tooltip.tooltip-indigo:after {
border-top-color: #4a007f;
}
.tooltip.tooltip-brown {
background-color: #a32929;
}
.tooltip.tooltip-brown:after {
border-top-color: #a32929;
}
.tooltip.tooltip-violet {
background-color: #ee80ee;
}
.tooltip.tooltip-violet:after {
border-top-color: #ee80ee;
}
.tooltip.tooltip-grey {
background-color: #7f7f7f;
}
.tooltip.tooltip-grey:after {
border-top-color: #7f7f7f;
}
.tooltip.tooltip-black {
background-color: black;
}
.tooltip.tooltip-black:after {
border-top-color: black;
}
.tooltip.tooltip-primary-lighten-1 {
background-color: #1a88d1;
}
.tooltip.tooltip-primary-lighten-1:after {
border-top-color: #1a88d1;
}
.tooltip.tooltip-primary-lighten-2 {
background-color: #2196e3;
}
.tooltip.tooltip-primary-lighten-2:after {
border-top-color: #2196e3;
}
.tooltip.tooltip-primary-lighten-3 {
background-color: #37a0e6;
}
.tooltip.tooltip-primary-lighten-3:after {
border-top-color: #37a0e6;
}
.tooltip.tooltip-primary-lighten-4 {
background-color: #4eabe9;
}
.tooltip.tooltip-primary-lighten-4:after {
border-top-color: #4eabe9;
}
.tooltip.tooltip-primary-darken-1 {
background-color: #146aa3;
}
.tooltip.tooltip-primary-darken-1:after {
border-top-color: #146aa3;
}
.tooltip.tooltip-primary-darken-2 {
background-color: #115b8d;
}
.tooltip.tooltip-primary-darken-2:after {
border-top-color: #115b8d;
}
.tooltip.tooltip-primary-darken-3 {
background-color: #0f4d76;
}
.tooltip.tooltip-primary-darken-3:after {
border-top-color: #0f4d76;
}
.tooltip.tooltip-primary-darken-4 {
background-color: #0c3e5f;
}
.tooltip.tooltip-primary-darken-4:after {
border-top-color: #0c3e5f;
}
.tooltip.tooltip-secondary-lighten-1 {
background-color: #1570ac;
}
.tooltip.tooltip-secondary-lighten-1:after {
border-top-color: #1570ac;
}
.tooltip.tooltip-secondary-lighten-2 {
background-color: #177fc3;
}
.tooltip.tooltip-secondary-lighten-2:after {
border-top-color: #177fc3;
}
.tooltip.tooltip-secondary-lighten-3 {
background-color: #1a8dd9;
}
.tooltip.tooltip-secondary-lighten-3:after {
border-top-color: #1a8dd9;
}
.tooltip.tooltip-secondary-lighten-4 {
background-color: #289ae5;
}
.tooltip.tooltip-secondary-lighten-4:after {
border-top-color: #289ae5;
}
.tooltip.tooltip-secondary-darken-1 {
background-color: #0f527e;
}
.tooltip.tooltip-secondary-darken-1:after {
border-top-color: #0f527e;
}
.tooltip.tooltip-secondary-darken-2 {
background-color: #0d4367;
}
.tooltip.tooltip-secondary-darken-2:after {
border-top-color: #0d4367;
}
.tooltip.tooltip-secondary-darken-3 {
background-color: #0a3551;
}
.tooltip.tooltip-secondary-darken-3:after {
border-top-color: #0a3551;
}
.tooltip.tooltip-secondary-darken-4 {
background-color: #07263a;
}
.tooltip.tooltip-secondary-darken-4:after {
border-top-color: #07263a;
}
.tooltip.tooltip-success-lighten-1 {
background-color: #50df85;
}
.tooltip.tooltip-success-lighten-1:after {
border-top-color: #50df85;
}
.tooltip.tooltip-success-lighten-2 {
background-color: #65e394;
}
.tooltip.tooltip-success-lighten-2:after {
border-top-color: #65e394;
}
.tooltip.tooltip-success-lighten-3 {
background-color: #7be7a3;
}
.tooltip.tooltip-success-lighten-3:after {
border-top-color: #7be7a3;
}
.tooltip.tooltip-success-lighten-4 {
background-color: #90ebb2;
}
.tooltip.tooltip-success-lighten-4:after {
border-top-color: #90ebb2;
}
.tooltip.tooltip-success-darken-1 {
background-color: #27d568;
}
.tooltip.tooltip-success-darken-1:after {
border-top-color: #27d568;
}
.tooltip.tooltip-success-darken-2 {
background-color: #23bf5d;
}
.tooltip.tooltip-success-darken-2:after {
border-top-color: #23bf5d;
}
.tooltip.tooltip-success-darken-3 {
background-color: #1faa53;
}
.tooltip.tooltip-success-darken-3:after {
border-top-color: #1faa53;
}
.tooltip.tooltip-success-darken-4 {
background-color: #1b9448;
}
.tooltip.tooltip-success-darken-4:after {
border-top-color: #1b9448;
}
.tooltip.tooltip-danger-lighten-1 {
background-color: #b9422f;
}
.tooltip.tooltip-danger-lighten-1:after {
border-top-color: #b9422f;
}
.tooltip.tooltip-danger-lighten-2 {
background-color: #cc4b36;
}
.tooltip.tooltip-danger-lighten-2:after {
border-top-color: #cc4b36;
}
.tooltip.tooltip-danger-lighten-3 {
background-color: #d15d4a;
}
.tooltip.tooltip-danger-lighten-3:after {
border-top-color: #d15d4a;
}
.tooltip.tooltip-danger-lighten-4 {
background-color: #d66f5f;
}
.tooltip.tooltip-danger-lighten-4:after {
border-top-color: #d66f5f;
}
.tooltip.tooltip-danger-darken-1 {
background-color: #913425;
}
.tooltip.tooltip-danger-darken-1:after {
border-top-color: #913425;
}
.tooltip.tooltip-danger-darken-2 {
background-color: #7c2c20;
}
.tooltip.tooltip-danger-darken-2:after {
border-top-color: #7c2c20;
}
.tooltip.tooltip-danger-darken-3 {
background-color: #68251a;
}
.tooltip.tooltip-danger-darken-3:after {
border-top-color: #68251a;
}
.tooltip.tooltip-danger-darken-4 {
background-color: #541e15;
}
.tooltip.tooltip-danger-darken-4:after {
border-top-color: #541e15;
}
.tooltip.tooltip-warning-lighten-1 {
background-color: #e69c00;
}
.tooltip.tooltip-warning-lighten-1:after {
border-top-color: #e69c00;
}
.tooltip.tooltip-warning-lighten-2 {
background-color: #ffae00;
}
.tooltip.tooltip-warning-lighten-2:after {
border-top-color: #ffae00;
}
.tooltip.tooltip-warning-lighten-3 {
background-color: #ffb61a;
}
.tooltip.tooltip-warning-lighten-3:after {
border-top-color: #ffb61a;
}
.tooltip.tooltip-warning-lighten-4 {
background-color: #ffbe33;
}
.tooltip.tooltip-warning-lighten-4:after {
border-top-color: #ffbe33;
}
.tooltip.tooltip-warning-darken-1 {
background-color: #b37a00;
}
.tooltip.tooltip-warning-darken-1:after {
border-top-color: #b37a00;
}
.tooltip.tooltip-warning-darken-2 {
background-color: #996800;
}
.tooltip.tooltip-warning-darken-2:after {
border-top-color: #996800;
}
.tooltip.tooltip-warning-darken-3 {
background-color: #805700;
}
.tooltip.tooltip-warning-darken-3:after {
border-top-color: #805700;
}
.tooltip.tooltip-warning-darken-4 {
background-color: #664600;
}
.tooltip.tooltip-warning-darken-4:after {
border-top-color: #664600;
}
.tooltip.tooltip-muted-lighten-1 {
background-color: #606060;
}
.tooltip.tooltip-muted-lighten-1:after {
border-top-color: #606060;
}
.tooltip.tooltip-muted-lighten-2 {
background-color: #6d6d6d;
}
.tooltip.tooltip-muted-lighten-2:after {
border-top-color: #6d6d6d;
}
.tooltip.tooltip-muted-lighten-3 {
background-color: #797979;
}
.tooltip.tooltip-muted-lighten-3:after {
border-top-color: #797979;
}
.tooltip.tooltip-muted-lighten-4 {
background-color: #868686;
}
.tooltip.tooltip-muted-lighten-4:after {
border-top-color: #868686;
}
.tooltip.tooltip-muted-darken-1 {
background-color: #464646;
}
.tooltip.tooltip-muted-darken-1:after {
border-top-color: #464646;
}
.tooltip.tooltip-muted-darken-2 {
background-color: #3a3a3a;
}
.tooltip.tooltip-muted-darken-2:after {
border-top-color: #3a3a3a;
}
.tooltip.tooltip-muted-darken-3 {
background-color: #2d2d2d;
}
.tooltip.tooltip-muted-darken-3:after {
border-top-color: #2d2d2d;
}
.tooltip.tooltip-muted-darken-4 {
background-color: #202020;
}
.tooltip.tooltip-muted-darken-4:after {
border-top-color: #202020;
}
.tooltip.tooltip-dark-lighten-1 {
background-color: #3a424f;
}
.tooltip.tooltip-dark-lighten-1:after {
border-top-color: #3a424f;
}
.tooltip.tooltip-dark-lighten-2 {
background-color: #454f5d;
}
.tooltip.tooltip-dark-lighten-2:after {
border-top-color: #454f5d;
}
.tooltip.tooltip-dark-lighten-3 {
background-color: #4f5b6c;
}
.tooltip.tooltip-dark-lighten-3:after {
border-top-color: #4f5b6c;
}
.tooltip.tooltip-dark-lighten-4 {
background-color: #5a687b;
}
.tooltip.tooltip-dark-lighten-4:after {
border-top-color: #5a687b;
}
.tooltip.tooltip-dark-darken-1 {
background-color: #242a31;
}
.tooltip.tooltip-dark-darken-1:after {
border-top-color: #242a31;
}
.tooltip.tooltip-dark-darken-2 {
background-color: #191d23;
}
.tooltip.tooltip-dark-darken-2:after {
border-top-color: #191d23;
}
.tooltip.tooltip-dark-darken-3 {
background-color: #0f1114;
}
.tooltip.tooltip-dark-darken-3:after {
border-top-color: #0f1114;
}
.tooltip.tooltip-dark-darken-4 {
background-color: #040405;
}
.tooltip.tooltip-dark-darken-4:after {
border-top-color: #040405;
}
.tooltip.tooltip-light-lighten-1,
.tooltip.tooltip-light-lighten-2,
.tooltip.tooltip-light-lighten-3,
.tooltip.tooltip-light-lighten-4 {
background-color: white;
}
.tooltip.tooltip-light-lighten-1:after,
.tooltip.tooltip-light-lighten-2:after,
.tooltip.tooltip-light-lighten-3:after,
.tooltip.tooltip-light-lighten-4:after {
border-top-color: white;
}
.tooltip.tooltip-light-darken-1 {
background-color: #dfdfff;
}
.tooltip.tooltip-light-darken-1:after {
border-top-color: #dfdfff;
}
.tooltip.tooltip-light-darken-2 {
background-color: #c5c5ff;
}
.tooltip.tooltip-light-darken-2:after {
border-top-color: #c5c5ff;
}
.tooltip.tooltip-light-darken-3 {
background-color: #acacff;
}
.tooltip.tooltip-light-darken-3:after {
border-top-color: #acacff;
}
.tooltip.tooltip-light-darken-4 {
background-color: #9292ff;
}
.tooltip.tooltip-light-darken-4:after {
border-top-color: #9292ff;
}
.tooltip.tooltip-blue-lighten-1 {
background-color: #1717ff;
}
.tooltip.tooltip-blue-lighten-1:after {
border-top-color: #1717ff;
}
.tooltip.tooltip-blue-lighten-2 {
background-color: #3030ff;
}
.tooltip.tooltip-blue-lighten-2:after {
border-top-color: #3030ff;
}
.tooltip.tooltip-blue-lighten-3 {
background-color: #4a4aff;
}
.tooltip.tooltip-blue-lighten-3:after {
border-top-color: #4a4aff;
}
.tooltip.tooltip-blue-lighten-4 {
background-color: #6363ff;
}
.tooltip.tooltip-blue-lighten-4:after {
border-top-color: #6363ff;
}
.tooltip.tooltip-blue-darken-1 {
background-color: #0000e3;
}
.tooltip.tooltip-blue-darken-1:after {
border-top-color: #0000e3;
}
.tooltip.tooltip-blue-darken-2 {
background-color: #0000c9;
}
.tooltip.tooltip-blue-darken-2:after {
border-top-color: #0000c9;
}
.tooltip.tooltip-blue-darken-3 {
background-color: #0000b0;
}
.tooltip.tooltip-blue-darken-3:after {
border-top-color: #0000b0;
}
.tooltip.tooltip-blue-darken-4 {
background-color: #000096;
}
.tooltip.tooltip-blue-darken-4:after {
border-top-color: #000096;
}
.tooltip.tooltip-green-lighten-1 {
background-color: #009700;
}
.tooltip.tooltip-green-lighten-1:after {
border-top-color: #009700;
}
.tooltip.tooltip-green-lighten-2 {
background-color: #00b000;
}
.tooltip.tooltip-green-lighten-2:after {
border-top-color: #00b000;
}
.tooltip.tooltip-green-lighten-3 {
background-color: #00ca00;
}
.tooltip.tooltip-green-lighten-3:after {
border-top-color: #00ca00;
}
.tooltip.tooltip-green-lighten-4 {
background-color: #00e300;
}
.tooltip.tooltip-green-lighten-4:after {
border-top-color: #00e300;
}
.tooltip.tooltip-green-darken-1 {
background-color: darkgreen;
}
.tooltip.tooltip-green-darken-1:after {
border-top-color: darkgreen;
}
.tooltip.tooltip-green-darken-2 {
background-color: #004a00;
}
.tooltip.tooltip-green-darken-2:after {
border-top-color: #004a00;
}
.tooltip.tooltip-green-darken-3 {
background-color: #003100;
}
.tooltip.tooltip-green-darken-3:after {
border-top-color: #003100;
}
.tooltip.tooltip-green-darken-4 {
background-color: #001700;
}
.tooltip.tooltip-green-darken-4:after {
border-top-color: #001700;
}
.tooltip.tooltip-yellow-lighten-1 {
background-color: #ffff17;
}
.tooltip.tooltip-yellow-lighten-1:after {
border-top-color: #ffff17;
}
.tooltip.tooltip-yellow-lighten-2 {
background-color: #ffff30;
}
.tooltip.tooltip-yellow-lighten-2:after {
border-top-color: #ffff30;
}
.tooltip.tooltip-yellow-lighten-3 {
background-color: #ffff4a;
}
.tooltip.tooltip-yellow-lighten-3:after {
border-top-color: #ffff4a;
}
.tooltip.tooltip-yellow-lighten-4 {
background-color: #ffff63;
}
.tooltip.tooltip-yellow-lighten-4:after {
border-top-color: #ffff63;
}
.tooltip.tooltip-yellow-darken-1 {
background-color: #e3e300;
}
.tooltip.tooltip-yellow-darken-1:after {
border-top-color: #e3e300;
}
.tooltip.tooltip-yellow-darken-2 {
background-color: #c9c900;
}
.tooltip.tooltip-yellow-darken-2:after {
border-top-color: #c9c900;
}
.tooltip.tooltip-yellow-darken-3 {
background-color: #b0b000;
}
.tooltip.tooltip-yellow-darken-3:after {
border-top-color: #b0b000;
}
.tooltip.tooltip-yellow-darken-4 {
background-color: #969600;
}
.tooltip.tooltip-yellow-darken-4:after {
border-top-color: #969600;
}
.tooltip.tooltip-orange-lighten-1 {
background-color: #ffad17;
}
.tooltip.tooltip-orange-lighten-1:after {
border-top-color: #ffad17;
}
.tooltip.tooltip-orange-lighten-2 {
background-color: #ffb630;
}
.tooltip.tooltip-orange-lighten-2:after {
border-top-color: #ffb630;
}
.tooltip.tooltip-orange-lighten-3 {
background-color: #ffbf4a;
}
.tooltip.tooltip-orange-lighten-3:after {
border-top-color: #ffbf4a;
}
.tooltip.tooltip-orange-lighten-4 {
background-color: #ffc863;
}
.tooltip.tooltip-orange-lighten-4:after {
border-top-color: #ffc863;
}
.tooltip.tooltip-orange-darken-1 {
background-color: #e39300;
}
.tooltip.tooltip-orange-darken-1:after {
border-top-color: #e39300;
}
.tooltip.tooltip-orange-darken-2 {
background-color: #c98200;
}
.tooltip.tooltip-orange-darken-2:after {
border-top-color: #c98200;
}
.tooltip.tooltip-orange-darken-3 {
background-color: #b07200;
}
.tooltip.tooltip-orange-darken-3:after {
border-top-color: #b07200;
}
.tooltip.tooltip-orange-darken-4 {
background-color: #966100;
}
.tooltip.tooltip-orange-darken-4:after {
border-top-color: #966100;
}
.tooltip.tooltip-pink-lighten-1 {
background-color: #ffd7de;
}
.tooltip.tooltip-pink-lighten-1:after {
border-top-color: #ffd7de;
}
.tooltip.tooltip-pink-lighten-2 {
background-color: #fff0f3;
}
.tooltip.tooltip-pink-lighten-2:after {
border-top-color: #fff0f3;
}
.tooltip.tooltip-pink-lighten-3 {
background-color: white;
}
.tooltip.tooltip-pink-lighten-3:after {
border-top-color: white;
}
.tooltip.tooltip-pink-lighten-4 {
background-color: white;
}
.tooltip.tooltip-pink-lighten-4:after {
border-top-color: white;
}
.tooltip.tooltip-pink-darken-1 {
background-color: #ffa4b4;
}
.tooltip.tooltip-pink-darken-1:after {
border-top-color: #ffa4b4;
}
.tooltip.tooltip-pink-darken-2 {
background-color: #ff8a9f;
}
.tooltip.tooltip-pink-darken-2:after {
border-top-color: #ff8a9f;
}
.tooltip.tooltip-pink-darken-3 {
background-color: #ff718a;
}
.tooltip.tooltip-pink-darken-3:after {
border-top-color: #ff718a;
}
.tooltip.tooltip-pink-darken-4 {
background-color: #ff5776;
}
.tooltip.tooltip-pink-darken-4:after {
border-top-color: #ff5776;
}
.tooltip.tooltip-red-lighten-1 {
background-color: #ff1717;
}
.tooltip.tooltip-red-lighten-1:after {
border-top-color: #ff1717;
}
.tooltip.tooltip-red-lighten-2 {
background-color: #ff3030;
}
.tooltip.tooltip-red-lighten-2:after {
border-top-color: #ff3030;
}
.tooltip.tooltip-red-lighten-3 {
background-color: #ff4a4a;
}
.tooltip.tooltip-red-lighten-3:after {
border-top-color: #ff4a4a;
}
.tooltip.tooltip-red-lighten-4 {
background-color: #ff6363;
}
.tooltip.tooltip-red-lighten-4:after {
border-top-color: #ff6363;
}
.tooltip.tooltip-red-darken-1 {
background-color: #e30000;
}
.tooltip.tooltip-red-darken-1:after {
border-top-color: #e30000;
}
.tooltip.tooltip-red-darken-2 {
background-color: #c90000;
}
.tooltip.tooltip-red-darken-2:after {
border-top-color: #c90000;
}
.tooltip.tooltip-red-darken-3 {
background-color: #b00000;
}
.tooltip.tooltip-red-darken-3:after {
border-top-color: #b00000;
}
.tooltip.tooltip-red-darken-4 {
background-color: #960000;
}
.tooltip.tooltip-red-darken-4:after {
border-top-color: #960000;
}
.tooltip.tooltip-purple-lighten-1 {
background-color: #970097;
}
.tooltip.tooltip-purple-lighten-1:after {
border-top-color: #970097;
}
.tooltip.tooltip-purple-lighten-2 {
background-color: #b000b0;
}
.tooltip.tooltip-purple-lighten-2:after {
border-top-color: #b000b0;
}
.tooltip.tooltip-purple-lighten-3 {
background-color: #ca00ca;
}
.tooltip.tooltip-purple-lighten-3:after {
border-top-color: #ca00ca;
}
.tooltip.tooltip-purple-lighten-4 {
background-color: #e300e3;
}
.tooltip.tooltip-purple-lighten-4:after {
border-top-color: #e300e3;
}
.tooltip.tooltip-purple-darken-1 {
background-color: #640064;
}
.tooltip.tooltip-purple-darken-1:after {
border-top-color: #640064;
}
.tooltip.tooltip-purple-darken-2 {
background-color: #4a004a;
}
.tooltip.tooltip-purple-darken-2:after {
border-top-color: #4a004a;
}
.tooltip.tooltip-purple-darken-3 {
background-color: #310031;
}
.tooltip.tooltip-purple-darken-3:after {
border-top-color: #310031;
}
.tooltip.tooltip-purple-darken-4 {
background-color: #170017;
}
.tooltip.tooltip-purple-darken-4:after {
border-top-color: #170017;
}
.tooltip.tooltip-teal-lighten-1 {
background-color: #009797;
}
.tooltip.tooltip-teal-lighten-1:after {
border-top-color: #009797;
}
.tooltip.tooltip-teal-lighten-2 {
background-color: #00b0b0;
}
.tooltip.tooltip-teal-lighten-2:after {
border-top-color: #00b0b0;
}
.tooltip.tooltip-teal-lighten-3 {
background-color: #00caca;
}
.tooltip.tooltip-teal-lighten-3:after {
border-top-color: #00caca;
}
.tooltip.tooltip-teal-lighten-4 {
background-color: #00e3e3;
}
.tooltip.tooltip-teal-lighten-4:after {
border-top-color: #00e3e3;
}
.tooltip.tooltip-teal-darken-1 {
background-color: #006464;
}
.tooltip.tooltip-teal-darken-1:after {
border-top-color: #006464;
}
.tooltip.tooltip-teal-darken-2 {
background-color: #004a4a;
}
.tooltip.tooltip-teal-darken-2:after {
border-top-color: #004a4a;
}
.tooltip.tooltip-teal-darken-3 {
background-color: #003131;
}
.tooltip.tooltip-teal-darken-3:after {
border-top-color: #003131;
}
.tooltip.tooltip-teal-darken-4 {
background-color: #001717;
}
.tooltip.tooltip-teal-darken-4:after {
border-top-color: #001717;
}
.tooltip.tooltip-indigo-lighten-1 {
background-color: #590099;
}
.tooltip.tooltip-indigo-lighten-1:after {
border-top-color: #590099;
}
.tooltip.tooltip-indigo-lighten-2 {
background-color: #6800b2;
}
.tooltip.tooltip-indigo-lighten-2:after {
border-top-color: #6800b2;
}
.tooltip.tooltip-indigo-lighten-3 {
background-color: #7700cc;
}
.tooltip.tooltip-indigo-lighten-3:after {
border-top-color: #7700cc;
}
.tooltip.tooltip-indigo-lighten-4 {
background-color: #8500e5;
}
.tooltip.tooltip-indigo-lighten-4:after {
border-top-color: #8500e5;
}
.tooltip.tooltip-indigo-darken-1 {
background-color: #3b0066;
}
.tooltip.tooltip-indigo-darken-1:after {
border-top-color: #3b0066;
}
.tooltip.tooltip-indigo-darken-2 {
background-color: #2c004c;
}
.tooltip.tooltip-indigo-darken-2:after {
border-top-color: #2c004c;
}
.tooltip.tooltip-indigo-darken-3 {
background-color: #1d0033;
}
.tooltip.tooltip-indigo-darken-3:after {
border-top-color: #1d0033;
}
.tooltip.tooltip-indigo-darken-4 {
background-color: #0f0019;
}
.tooltip.tooltip-indigo-darken-4:after {
border-top-color: #0f0019;
}
.tooltip.tooltip-brown-lighten-1 {
background-color: #b72e2e;
}
.tooltip.tooltip-brown-lighten-1:after {
border-top-color: #b72e2e;
}
.tooltip.tooltip-brown-lighten-2 {
background-color: #cc3333;
}
.tooltip.tooltip-brown-lighten-2:after {
border-top-color: #cc3333;
}
.tooltip.tooltip-brown-lighten-3 {
background-color: #d14848;
}
.tooltip.tooltip-brown-lighten-3:after {
border-top-color: #d14848;
}
.tooltip.tooltip-brown-lighten-4 {
background-color: #d65c5c;
}
.tooltip.tooltip-brown-lighten-4:after {
border-top-color: #d65c5c;
}
.tooltip.tooltip-brown-darken-1 {
background-color: #8f2424;
}
.tooltip.tooltip-brown-darken-1:after {
border-top-color: #8f2424;
}
.tooltip.tooltip-brown-darken-2 {
background-color: #7a1f1f;
}
.tooltip.tooltip-brown-darken-2:after {
border-top-color: #7a1f1f;
}
.tooltip.tooltip-brown-darken-3 {
background-color: #661a1a;
}
.tooltip.tooltip-brown-darken-3:after {
border-top-color: #661a1a;
}
.tooltip.tooltip-brown-darken-4 {
background-color: #521515;
}
.tooltip.tooltip-brown-darken-4:after {
border-top-color: #521515;
}
.tooltip.tooltip-violet-lighten-1 {
background-color: #f196f1;
}
.tooltip.tooltip-violet-lighten-1:after {
border-top-color: #f196f1;
}
.tooltip.tooltip-violet-lighten-2 {
background-color: #f4adf4;
}
.tooltip.tooltip-violet-lighten-2:after {
border-top-color: #f4adf4;
}
.tooltip.tooltip-violet-lighten-3 {
background-color: #f7c3f7;
}
.tooltip.tooltip-violet-lighten-3:after {
border-top-color: #f7c3f7;
}
.tooltip.tooltip-violet-lighten-4 {
background-color: #fadafa;
}
.tooltip.tooltip-violet-lighten-4:after {
border-top-color: #fadafa;
}
.tooltip.tooltip-violet-darken-1 {
background-color: #eb6aeb;
}
.tooltip.tooltip-violet-darken-1:after {
border-top-color: #eb6aeb;
}
.tooltip.tooltip-violet-darken-2 {
background-color: #e853e8;
}
.tooltip.tooltip-violet-darken-2:after {
border-top-color: #e853e8;
}
.tooltip.tooltip-violet-darken-3 {
background-color: #e853e8;
}
.tooltip.tooltip-violet-darken-3:after {
border-top-color: #e853e8;
}
.tooltip.tooltip-violet-darken-4 {
background-color: #e226e2;
}
.tooltip.tooltip-violet-darken-4:after {
border-top-color: #e226e2;
}
.tooltip.tooltip-grey-lighten-1 {
background-color: #8c8c8c;
}
.tooltip.tooltip-grey-lighten-1:after {
border-top-color: #8c8c8c;
}
.tooltip.tooltip-grey-lighten-2 {
background-color: #999999;
}
.tooltip.tooltip-grey-lighten-2:after {
border-top-color: #999999;
}
.tooltip.tooltip-grey-lighten-3 {
background-color: #a5a5a5;
}
.tooltip.tooltip-grey-lighten-3:after {
border-top-color: #a5a5a5;
}
.tooltip.tooltip-grey-lighten-4 {
background-color: #b2b2b2;
}
.tooltip.tooltip-grey-lighten-4:after {
border-top-color: #b2b2b2;
}
.tooltip.tooltip-grey-darken-1 {
background-color: #727272;
}
.tooltip.tooltip-grey-darken-1:after {
border-top-color: #727272;
}
.tooltip.tooltip-grey-darken-2 {
background-color: #666666;
}
.tooltip.tooltip-grey-darken-2:after {
border-top-color: #666666;
}
.tooltip.tooltip-grey-darken-3 {
background-color: #595959;
}
.tooltip.tooltip-grey-darken-3:after {
border-top-color: #595959;
}
.tooltip.tooltip-grey-darken-4 {
background-color: #4c4c4c;
}
.tooltip.tooltip-grey-darken-4:after {
border-top-color: #4c4c4c;
}
.tooltip.tooltip-black-lighten-1 {
background-color: #0d0d0d;
}
.tooltip.tooltip-black-lighten-1:after {
border-top-color: #0d0d0d;
}
.tooltip.tooltip-black-lighten-2 {
background-color: #1a1a1a;
}
.tooltip.tooltip-black-lighten-2:after {
border-top-color: #1a1a1a;
}
.tooltip.tooltip-black-lighten-3 {
background-color: #262626;
}
.tooltip.tooltip-black-lighten-3:after {
border-top-color: #262626;
}
.tooltip.tooltip-black-lighten-4 {
background-color: #333333;
}
.tooltip.tooltip-black-lighten-4:after {
border-top-color: #333333;
}
.tooltip.tooltip-black-darken-1,
.tooltip.tooltip-black-darken-2,
.tooltip.tooltip-black-darken-3,
.tooltip.tooltip-black-darken-4 {
background-color: black;
}
.tooltip.tooltip-black-darken-1:after,
.tooltip.tooltip-black-darken-2:after,
.tooltip.tooltip-black-darken-3:after,
.tooltip.tooltip-black-darken-4:after {
border-top-color: black;
}
*:hover > .tooltip {
display: block;
}
.tooltip.tooltip-show {
display: block;
}
* {
position: relative;
}
* ul.dropstart {
background-color: inherit;
color: inherit;
min-width: 5rem;
position: absolute;
transition: all 0.5s ease;
right: 3.3rem;
top: 0;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
z-index: 1500;
display: none;
opacity: 0;
visibility: hidden;
}
* ul.dropstart li.dropstart-item {
clear: both;
width: 100%;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
cursor: pointer;
padding-left: 0.5rem;
}
* ul.dropstart li.dropstart-item:not(last-child) {
border-bottom: 0.15px #2f3640 solid;
}
* ul.dropstart.dropstart-show {
opacity: 1;
visibility: visible;
display: block;
}
* ul.dropstart:hover {
box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.4);
}
* {
position: relative;
}
* ul.dropup {
background-color: inherit;
color: inherit;
min-width: 5rem;
position: absolute;
bottom: 1.5rem;
transition: all 0.5s ease;
margin-top: 0.5rem;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
z-index: 1500;
display: none;
opacity: 0;
visibility: hidden;
}
* ul.dropup li.dropup-item {
clear: both;
width: 100%;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
cursor: pointer;
padding-left: 0.5rem;
}
* ul.dropup li.dropup-item:not(last-child) {
border-bottom: 0.15px #2f3640 solid;
}
* ul.dropup.dropup-show {
opacity: 1;
visibility: visible;
display: block;
}
* ul.dropup:hover {
box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.4);
}
* {
position: relative;
}
* ul.dropdown {
background-color: inherit;
color: inherit;
min-width: 5rem;
position: absolute;
transition: all 0.5s ease;
margin-top: 0.5rem;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
z-index: 1500;
display: none;
opacity: 0;
visibility: hidden;
}
* ul.dropdown li.dropdown-item {
clear: both;
width: 100%;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
cursor: pointer;
padding-left: 0.5rem;
}
* ul.dropdown li.dropdown-item:not(last-child) {
border-bottom: 0.15px #2f3640 solid;
}
* ul.dropdown.dropdown-show {
opacity: 1;
visibility: visible;
display: block;
}
* ul.dropdown:hover {
box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.4);
}
* {
position: relative;
}
* ul.dropend {
background-color: inherit;
color: inherit;
min-width: 5rem;
position: absolute;
transition: all 0.5s ease;
left: 4.1rem;
top: 0;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
z-index: 1500;
display: none;
opacity: 0;
visibility: hidden;
}
* ul.dropend li.dropend-item {
clear: both;
width: 100%;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
cursor: pointer;
padding-left: 0.5rem;
}
* ul.dropend li.dropend-item:not(last-child) {
border-bottom: 0.15px #2f3640 solid;
}
* ul.dropend.dropend-show {
opacity: 1;
visibility: visible;
display: block;
}
* ul.dropend:hover {
box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.4);
}
.carousel {
width: 100%;
position: relative;
min-height: 8rem;
}
.carousel .carousel-item {
position: absolute;
height: 100%;
width: 100%;
display: none;
}
.carousel .carousel-item.active {
display: block;
}
.carousel .carousel-slide {
transition: transform 1.5s ease-out;
transition-delay: 0.4s;
transform: translateX(-100%);
}
.progress-bar {
background-color: #dbd5d5;
width: 15rem;
height: 2rem;
border: 1px solid #1a1a1a;
}
.progress-bar .progress-bar-meter {
width: 15%;
height: 100%;
background-color: #1a1a1a;
}
.progress-bar .progress-bar-meter .progress-bar-text {
padding: 0.1rem 0.4rem 0.2rem 0.4rem;
font-weight: bold;
color: white;
}
.progress-bar .progress-bar-meter.fill-10\% {
width: 10%;
}
.progress-bar .progress-bar-meter.fill-20\% {
width: 20%;
}
.progress-bar .progress-bar-meter.fill-30\% {
width: 30%;
}
.progress-bar .progress-bar-meter.fill-40\% {
width: 40%;
}
.progress-bar .progress-bar-meter.fill-50\% {
width: 50%;
}
.progress-bar .progress-bar-meter.fill-60\% {
width: 60%;
}
.progress-bar .progress-bar-meter.fill-70\% {
width: 70%;
}
.progress-bar .progress-bar-meter.fill-80\% {
width: 80%;
}
.progress-bar .progress-bar-meter.fill-90\% {
width: 90%;
}
.progress-bar .progress-bar-meter.fill-100\% {
width: 100%;
}
.progress-bar .progress-bar-meter.fill-bar {
width: 100%;
animation: fill-bar-animation 3s linear;
}
.progress-bar .progress-bar-meter.fill-bar.slow {
width: 100%;
animation: fill-bar-animation 4s linear;
}
.progress-bar .progress-bar-meter.fill-bar.fast {
width: 100%;
animation: fill-bar-animation 2s linear;
}
.progress-bar .progress-bar-meter.fill-bar.slower {
width: 100%;
animation: fill-bar-animation 5s linear;
}
.progress-bar .progress-bar-meter.fill-bar.faster {
width: 100%;
animation: fill-bar-animation 1s linear;
}
@keyframes fill-bar-animation {
1% {
width: 1%;
}
100% {
width: 100%;
}
}
table,
.table {
border-top: 1px solid rgba(0, 0, 0, 0.5);
}
table caption,
.table caption {
padding: 0.5rem 0rem;
}
table thead th,
.table thead th {
border: 0;
border-bottom: 2px solid rgba(0, 0, 0, 0.5);
text-align: left;
}
table tr,
.table tr {
margin-bottom: 0.5rem;
}
table tr th:not(last-child),
table tr td:not(last-child),
.table tr th:not(last-child),
.table tr td:not(last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
padding: 16px;
vertical-align: inherit;
}
table tr tr:last-child th,
.table tr tr:last-child th {
border-bottom: 0;
}
table tr tr:last-child tr,
.table tr tr:last-child tr {
border-bottom: 0;
}
table tfoot tr,
.table tfoot tr {
text-align: left;
}
table tfoot td,
.table tfoot td {
color: rgba(0, 0, 0, 0.6);
padding: 1rem 4px;
}
table:last-child,
.table:last-child {
border-bottom: 0;
}
table tr:hover {
opacity: 90%;
}
table.striped tr:nth-of-type(odd) {
background-color: #f0f0f0;
}
.table,
.responsive {
width: 100%;
}
.label {
font-size: 100%;
margin-bottom: 1rem;
}
.input {
border: 2px solid #262626;
border-radius: 5px;
padding: 8px;
transition: border-color 0.5s ease-in;
}
.input-success {
border-color: #3adb76;
}
.input-warning {
border-color: #cc8b00;
}
.input-danger {
border-color: #a53b2a;
}
.input.active {
border-color: #1779ba;
}
.input.disabled {
border-color: #535353;
cursor: not-allowed;
}
.message-success, .message-error, .message-warning {
position: absolute;
display: none;
visibility: hidden;
}
.message-success {
color: #3adb76;
}
.message-error {
color: #cc4b36;
}
.message-warning {
color: #cc8b00;
}
.message-success.message-show,
.message-error.message-show,
.message-warning.message-show {
display: block;
visibility: visible;
}
.display-block,
.display-block\@phone {
display: block !important;
}
.display-none,
.display-none\@phone {
display: none !important;
}
.display-flex,
.display-flex\@phone {
display: flex !important;
}
.display-grid,
.display-grid\@phone {
display: grid !important;
}
.display-inline,
.display-inline\@phone {
display: inline !important;
}
.display-inline-block,
.display-inline-block\@phone {
display: inline-block !important;
}
.display-inline-flex,
.display-inline-flex\@phone {
display: inline-flex !important;
}
.display-table,
.display-table\@phone {
display: table !important;
}
@media (max-width: 21.875rem) {
.display-block\@small-phone {
display: block !important;
}
.display-none\@small-phone {
display: none !important;
}
.display-flex\@small-phone {
display: flex !important;
}
.display-grid\@small-phone {
display: grid !important;
}
.display-inline\@small-phone {
display: inline !important;
}
.display-inline-block\@small-phone {
display: inline-block !important;
}
.display-inline-flex\@small-phone {
display: inline-flex !important;
}
.display-table\@small-phone {
display: table !important;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.display-block\@tablet {
display: block !important;
}
.display-none\@tablet {
display: none !important;
}
.display-flex\@tablet {
display: flex !important;
}
.display-grid\@tablet {
display: grid !important;
}
.display-inline\@tablet {
display: inline !important;
}
.display-inline-block\@tablet {
display: inline-block !important;
}
.display-inline-flex\@tablet {
display: inline-flex !important;
}
.display-table\@tablet {
display: table !important;
}
}
@media (min-width: 57rem) {
.display-block\@laptop {
display: block !important;
}
.display-none\@laptop {
display: none !important;
}
.display-flex\@laptop {
display: flex !important;
}
.display-grid\@laptop {
display: grid !important;
}
.display-inline\@tablet {
display: inline !important;
}
.display-inline-block\@laptop {
display: inline-block !important;
}
.display-inline-flex\@laptop {
display: inline-flex !important;
}
.display-table\@laptop {
display: table !important;
}
}
.position-relative,
.position-relative\@phone .relative,
.relative\@phone {
position: relative !important;
}
.position-absolute,
.position-absolute\@phone .absolute,
.absolute\@phone {
position: absolute !important;
}
.position-fixed,
.position-fixed\@phone {
position: fixed !important;
}
.position-sticky,
.position-sticky\@phone {
position: sticky !important;
}
.position-static,
.position-static\@phone,
.static,
.static\@phone {
position: static !important;
}
.sticky-top,
.sticky-top\@phone {
position: sticky;
z-index: 1000;
top: 0;
width: 100%;
}
.sticky-bottom,
.sticky-bottom\@phone {
position: sticky;
z-index: 1000;
bottom: 0;
width: 100%;
}
.fixed-top,
.fixed-top\@phone {
position: fixed;
z-index: 1000;
top: 0;
}
.fixed-bottom,
.fixed-bottom\@phone {
position: fixed;
z-index: 1000;
bottom: 0;
}
@media (max-width: 21.875rem) {
.position-relative\@small-phone,
.relative\@small-phone {
position: relative !important;
}
.position-absolute\@small-phone,
.absolute\@small-phone {
position: absolute !important;
}
.position-fixed\@small-phone {
position: fixed !important;
}
.position-sticky\@small-phone {
position: sticky !important;
}
.position-static\@small-phone,
.static\@small-phone {
position: static !important;
}
.sticky-top\@small-phone {
position: sticky;
z-index: 1000;
top: 0;
width: 100%;
}
.sticky-bottom\@small-phone {
position: sticky;
z-index: 1000;
bottom: 0;
width: 100%;
}
.fixed-top\@small-phone {
position: fixed;
z-index: 1000;
top: 0;
}
.fixed-bottom\@small-phone {
position: fixed;
z-index: 1000;
bottom: 0;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.position-relative\@tablet,
.relative\@tablet {
position: relative !important;
}
.position-absolute\@tablet,
.absolute\@tablet {
position: absolute !important;
}
.position-fixed\@tablet {
position: fixed !important;
}
.position-sticky\@tablet {
position: sticky !important;
}
.position-static\@tablet,
.static\@tablet {
position: static !important;
}
.sticky-top\@tablet {
position: sticky;
z-index: 1000;
top: 0;
width: 100%;
}
.sticky-bottom\@tablet {
position: sticky;
z-index: 1000;
bottom: 0;
width: 100%;
}
.fixed-top\@tablet {
position: fixed;
z-index: 1000;
top: 0;
}
.fixed-bottom\@tablet {
position: fixed;
z-index: 1000;
bottom: 0;
}
}
@media (min-width: 57rem) {
.position-relative\@laptop,
.relative\@laptop {
position: relative !important;
}
.position-absolute\@laptop,
.absolute\@laptop {
position: absolute !important;
}
.position-fixed\@laptop {
position: fixed !important;
}
.position-sticky\@laptop {
position: sticky !important;
}
.position-static\@laptop,
.static\@laptop {
position: static !important;
}
.sticky-top\@laptop {
position: sticky;
z-index: 1000;
top: 0;
width: 100%;
}
.sticky-bottom\@laptop {
position: sticky;
z-index: 1000;
bottom: 0;
width: 100%;
}
.fixed-top\@laptop {
position: fixed;
z-index: 1000;
top: 0;
}
.fixed-bottom\@laptop {
position: fixed;
z-index: 1000;
bottom: 0;
}
}
.flex-wrap,
.flex-wrap\@phone {
flex-wrap: wrap;
}
.flex-row,
.flex-row\@phone {
flex-direction: row;
}
.flex-column,
.flex-column\@phone {
flex-direction: column;
}
.flex-wrap-reverse,
.flex-wrap-reverse\@phone {
flex-wrap: wrap-reverse;
}
.flex-row-reverse,
.flex-row-reverse\@phone {
flex-direction: row-reverse;
}
.flex-column-reverse,
.flex-column-reverse\@phone {
flex-direction: column-reverse;
}
.justify-content-start,
.justify-content-start\@phone {
justify-content: flex-start;
}
.justify-content-center,
.justify-content-center\@phone {
justify-content: center;
}
.justify-content-end,
.justify-content-end\@phone {
justify-content: flex-end;
}
.justify-content-between,
.justify-content-between\@phone {
justify-content: space-between;
}
.justify-content-around,
.justify-content-around\@phone {
justify-content: space-around;
}
.justify-content-evenly,
.justify-content-evenly\@phone {
justify-content: space-evenly;
}
.justify-self-auto,
.justify-self-auto\@phone {
justify-self: auto;
}
.justify-self-start,
.justify-self-start\@phone {
justify-self: start;
}
.justify-self-center,
.justify-self-center\@phone {
justify-self: center;
}
.justify-self-end,
.justify-self-end\@phone {
justify-self: end;
}
.justify-self-stretch,
.justify-self-stretch\@phone {
justify-self: stretch;
}
.appear-1,
.appear-1\@phone {
order: 1;
}
.appear-2,
.appear-2\@phone {
order: 2;
}
.appear-3,
.appear-3\@phone {
order: 3;
}
.appear-4,
.appear-4\@phone {
order: 4;
}
.appear-5,
.appear-5\@phone {
order: 5;
}
.appear-6,
.appear-6\@phone {
order: 6;
}
.appear-7,
.appear-7\@phone {
order: 7;
}
.appear-8,
.appear-8\@phone {
order: 8;
}
.appear-9,
.appear-9\@phone {
order: 9;
}
.appear-10,
.appear-10\@phone {
order: 10;
}
.appear-11,
.appear-11\@phone {
order: 11;
}
.appear-12,
.appear-12\@phone {
order: 12;
}
@media (max-width: 21.875rem) {
.flex-wrap\@small-phone {
flex-wrap: wrap;
}
.flex-row\@small-phone {
flex-direction: row;
}
.flex-column\@small-phone {
flex-direction: column;
}
.flex-wrap-reverse\@small-phone {
flex-wrap: wrap-reverse;
}
.flex-row-reverse\@small-phone {
flex-direction: row-reverse;
}
.flex-column-reverse\@small-phone {
flex-direction: column-reverse;
}
.justify-content-start\@small-phone {
justify-content: flex-start;
}
.justify-content-center\@small-phone {
justify-content: center;
}
.justify-content-end\@small-phone {
justify-content: flex-end;
}
.justify-content-between\@small-phone {
justify-content: space-between;
}
.justify-content-around\@small-phone {
justify-content: space-around;
}
.justify-content-evenly\@small-phone {
justify-content: space-evenly;
}
.justify-self-auto\@small-phone {
justify-self: auto;
}
.justify-self-start\@small-phone {
justify-self: start;
}
.justify-self-center\@small-phone {
justify-self: center;
}
.justify-self-end\@small-phone {
justify-self: end;
}
.justify-self-stretch\@small-phone {
justify-self: stretch;
}
.appear-1\@small-phone {
order: 1;
}
.appear-2\@small-phone {
order: 2;
}
.appear-3\@small-phone {
order: 3;
}
.appear-4\@small-phone {
order: 4;
}
.appear-5\@small-phone {
order: 5;
}
.appear-6\@small-phone {
order: 6;
}
.appear-7\@small-phone {
order: 7;
}
.appear-8\@small-phone {
order: 8;
}
.appear-9\@small-phone {
order: 9;
}
.appear-10\@small-phone {
order: 10;
}
.appear-11\@small-phone {
order: 11;
}
.appear-12\@small-phone {
order: 12;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.flex-wrap\@tablet {
flex-wrap: wrap;
}
.flex-row\@tablet {
flex-direction: row;
}
.flex-column\@tablet {
flex-direction: column;
}
.flex-wrap-reverse\@tablet {
flex-wrap: wrap-reverse;
}
.flex-row-reverse\@tablet {
flex-direction: row-reverse;
}
.flex-column-reverse\@tablet {
flex-direction: column-reverse;
}
.justify-content-start\@tablet {
justify-content: flex-start;
}
.justify-content-center\@tablet {
justify-content: center;
}
.justify-content-end\@tablet {
justify-content: flex-end;
}
.justify-content-between\@tablet {
justify-content: space-between;
}
.justify-content-around\@tablet {
justify-content: space-around;
}
.justify-content-evenly\@tablet {
justify-content: space-evenly;
}
.justify-self-auto\@tablet {
justify-self: auto;
}
.justify-self-start\@tablet {
justify-self: start;
}
.justify-self-center\@tablet {
justify-self: center;
}
.justify-self-end\@tablet {
justify-self: end;
}
.justify-self-stretch\@tablet {
justify-self: stretch;
}
.appear-1\@tablet {
order: 1;
}
.appear-2\@tablet {
order: 2;
}
.appear-3\@tablet {
order: 3;
}
.appear-4\@tablet {
order: 4;
}
.appear-5\@tablet {
order: 5;
}
.appear-6\@tablet {
order: 6;
}
.appear-7\@tablet {
order: 7;
}
.appear-8\@tablet {
order: 8;
}
.appear-9\@tablet {
order: 9;
}
.appear-10\@tablet {
order: 10;
}
.appear-11\@tablet {
order: 11;
}
.appear-12\@tablet {
order: 12;
}
}
@media (min-width: 57rem) {
.flex-wrap\@laptop {
flex-wrap: wrap;
}
.flex-row\@laptop {
flex-direction: row;
}
.flex-column\@laptop {
flex-direction: column;
}
.flex-wrap-reverse\@laptop {
flex-wrap: wrap-reverse;
}
.flex-row-reverse\@laptop {
flex-direction: row-reverse;
}
.flex-column-reverse\@laptop {
flex-direction: column-reverse;
}
.justify-content-start\@laptop {
justify-content: flex-start;
}
.justify-content-center\@laptop {
justify-content: center;
}
.justify-content-end\@laptop {
justify-content: flex-end;
}
.justify-content-between\@laptop {
justify-content: space-between;
}
.justify-content-around\@laptop {
justify-content: space-around;
}
.justify-content-evenly\@tablet {
justify-content: space-evenly;
}
.justify-self-auto\@laptop {
justify-self: auto;
}
.justify-self-start\@laptop {
justify-self: start;
}
.justify-self-center\@laptop {
justify-self: center;
}
.justify-self-end\@laptop {
justify-self: end;
}
.justify-self-stretch\@laptop {
justify-self: stretch;
}
.appear-1\@laptop {
order: 1;
}
.appear-2\@laptop {
order: 2;
}
.appear-3\@laptop {
order: 3;
}
.appear-4\@laptop {
order: 4;
}
.appear-5\@laptop {
order: 5;
}
.appear-6\@laptop {
order: 6;
}
.appear-7\@laptop {
order: 7;
}
.appear-8\@laptop {
order: 8;
}
.appear-9\@laptop {
order: 9;
}
.appear-10\@laptop {
order: 10;
}
.appear-11\@laptop {
order: 11;
}
.appear-12\@laptop {
order: 12;
}
}
.grid-template-columns-2,
.grid-template-columns-2\@phone {
grid-template-columns: repeat(2, 1fr);
}
.grid-template-columns-3,
.grid-template-columns-3\@phone {
grid-template-columns: repeat(3, 1fr);
}
.grid-template-columns-4,
.grid-template-columns-4\@phone {
grid-template-columns: repeat(4, 1fr);
}
.grid-template-columns-5,
.grid-template-columns-5\@phone {
grid-template-columns: repeat(5, 1fr);
}
.grid-template-columns-6,
.grid-template-columns-6\@phone {
grid-template-columns: repeat(6, 1fr);
}
.grid-template-columns-7,
.grid-template-columns-7\@phone {
grid-template-columns: repeat(7, 1fr);
}
.grid-template-columns-8,
.grid-template-columns-8\@phone {
grid-template-columns: repeat(8, 1fr);
}
.grid-template-columns-9,
.grid-template-columns-9\@phone {
grid-template-columns: repeat(9, 1fr);
}
.grid-template-columns-10,
.grid-template-columns-10\@phone {
grid-template-columns: repeat(10, 1fr);
}
.grid-template-columns-11,
.grid-template-columns-11\@phone {
grid-template-columns: repeat(11, 1fr);
}
.grid-template-columns-12,
.grid-template-columns-12\@phone {
grid-template-columns: repeat(12, 1fr);
}
.grid- gap-1,
.grid- gap-1\@phone {
grid-gap: 0.25rem;
}
.grid- gap-2,
.grid- gap-2\@phone {
grid-gap: 0.5rem;
}
.grid- gap-3,
.grid- gap-3\@phone {
grid-gap: 0.75rem;
}
.grid- gap-4,
.grid- gap-4\@phone {
grid-gap: 1rem;
}
.grid- gap-5,
.grid- gap-5\@phone {
grid-gap: 1.25rem;
}
.grid- gap-6,
.grid-gap-6\@phone {
grid-gap: 1.5rem;
}
.grid-gap-7,
.grid-gap-7\@phone {
grid-gap: 1.75rem;
}
.grid-gap-8,
.grid-gap-8\@phone {
grid-gap: 2rem;
}
.grid-gap-9,
.grid-gap-9\@phone {
grid-gap: 2.25rem;
}
.grid-gap-10,
.grid-gap-10\@phone {
grid-gap: 2.5rem;
}
.grid-row-gap-1,
.grid-row-gap-1\@phone {
grid-row-gap: 0.25rem;
}
.grid-row-gap-2,
.grid-row-gap-2\@phone {
grid-row-gap: 0.5rem;
}
.grid-row-gap-3,
.grid-row-gap-3\@phone {
grid-row-gap: 0.75rem;
}
.grid-row-gap-4,
.grid-row-gap-4\@phone {
grid-row-gap: 1rem;
}
.grid-row-gap-5,
.grid-row-gap-5\@phone {
grid-row-gap: 1.25rem;
}
.grid-row-gap-6,
.grid-row-gap-6\@phone {
grid-row-gap: 1.5rem;
}
.grid-row-gap-7,
.grid-row-gap-7\@phone {
grid-row-gap: 1.75rem;
}
.grid-row-gap-8,
.grid-row-gap-8\@phone {
grid-row-gap: 2rem;
}
.grid-row-gap-9,
.grid-row-gap-9\@phone {
grid-row-gap: 2.25rem;
}
.grid-row-gap-10,
.grid-row-gap-10\@phone {
grid-row-gap: 2.5rem;
}
.grid-column-gap-1,
.grid-column-gap-1\@phone {
grid-column-gap: 0.25rem;
}
.grid-column-gap-2,
.grid-column-gap-2\@phone {
grid-column-gap: 0.5rem;
}
.grid-column-gap-3,
.grid-column-gap-3\@phone {
grid-column-gap: 0.75rem;
}
.grid-column-gap-4,
.grid-column-gap-4\@phone {
grid-column-gap: 1rem;
}
.grid-column-gap-5,
.grid-column-gap-5\@phone {
grid-column-gap: 1.25rem;
}
.grid-column-gap-6,
.grid-column-gap-6\@phone {
grid-column-gap: 1.5rem;
}
.grid-column-gap-7,
.grid-column-gap-7\@phone {
grid-column-gap: 1.75rem;
}
.grid-column-gap-8,
.grid-column-gap-8\@phone {
grid-column-gap: 2rem;
}
.grid-column-gap-9,
.grid-column-gap-9\@phone {
grid-column-gap: 2.25rem;
}
.grid-column-gap-10,
.grid-column-gap-10\@phone {
grid-column-gap: 2.5rem;
}
@media (max-width: 21.875rem) {
.grid-template-columns-2\@small-phone {
grid-template-columns: repeat(2, 1fr);
}
.grid-template-columns-3\@small-phone {
grid-template-columns: repeat(3, 1fr);
}
.grid-template-columns-4\@small-phone {
grid-template-columns: repeat(4, 1fr);
}
.grid-template-columns-5\@small-phone {
grid-template-columns: repeat(5, 1fr);
}
.grid-template-columns-6\@small-phone {
grid-template-columns: repeat(6, 1fr);
}
.grid-template-columns-7\@small-phone {
grid-template-columns: repeat(7, 1fr);
}
.grid-template-columns-8\@small-phone {
grid-template-columns: repeat(8, 1fr);
}
.grid-template-columns-9\@small-phone {
grid-template-columns: repeat(9, 1fr);
}
.grid-template-columns-10\@small-phone {
grid-template-columns: repeat(10, 1fr);
}
.grid-template-columns-11\@small-phone {
grid-template-columns: repeat(11, 1fr);
}
.grid-template-columns-12\@small-phone {
grid-template-columns: repeat(12, 1fr);
}
.grid-gap-1\@small-phone {
grid-gap: 0.25rem;
}
.grid-gap-2\@small-phone {
grid-gap: 0.5rem;
}
.grid-gap-3\@small-phone {
grid-gap: 0.75rem;
}
.grid-gap-4\@small-phone {
grid-gap: 1rem;
}
.grid-gap-5\@small-phone {
grid-gap: 1.25rem;
}
.grid-gap-6\@small-phone {
grid-gap: 1.5rem;
}
.grid-gap-7\@small-phone {
grid-gap: 1.75rem;
}
.grid-gap-8\@small-phone {
grid-gap: 2rem;
}
.grid-gap-9\@small-phone {
grid-gap: 2.25rem;
}
.grid-gap-10\@small-phone {
grid-gap: 2.5rem;
}
.grid-row-gap-1\@small-phone {
grid-row-gap: 0.25rem;
}
.grid-row-gap-2\@small-phone {
grid-row-gap: 0.5rem;
}
.grid-row-gap-3\@small-phone {
grid-row-gap: 0.75rem;
}
.grid-row-gap-4\@small-phone {
grid-row-gap: 1rem;
}
.grid-row-gap-5\@small-phone {
grid-row-gap: 1.25rem;
}
.grid-row-gap-6\@small-phone {
grid-row-gap: 1.5rem;
}
.grid-row-gap-7\@small-phone {
grid-row-gap: 1.75rem;
}
.grid-row-gap-8\@small-phone {
grid-row-gap: 2rem;
}
.grid-row-gap-9\@small-phone {
grid-row-gap: 2.25rem;
}
.grid-row-gap-10\@small-phone {
grid-row-gap: 2.5rem;
}
.grid-column-gap-1\@small-phone {
grid-column-gap: 0.25rem;
}
.grid-column-gap-2\@small-phone {
grid-column-gap: 0.5rem;
}
.grid-column-gap-3\@small-phone {
grid-column-gap: 0.75rem;
}
.grid-column-gap-4\@small-phone {
grid-column-gap: 1rem;
}
.grid-column-gap-5\@small-phone {
grid-column-gap: 1.25rem;
}
.grid-column-gap-6\@small-phone {
grid-column-gap: 1.5rem;
}
.grid-column-gap-7\@small-phone {
grid-column-gap: 1.75rem;
}
.grid-column-gap-8\@small-phone {
grid-column-gap: 2rem;
}
.grid-column-gap-9\@small-phone {
grid-column-gap: 2.25rem;
}
.grid-column-gap-10\@small-phone {
grid-column-gap: 2.5rem;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.grid-template-columns-2\@tablet {
grid-template-columns: repeat(2, 1fr);
}
.grid-template-columns-3\@tablet {
grid-template-columns: repeat(3, 1fr);
}
.grid-template-columns-4\@tablet {
grid-template-columns: repeat(4, 1fr);
}
.grid-template-columns-5\@tablet {
grid-template-columns: repeat(5, 1fr);
}
.grid-template-columns-6\@tablet {
grid-template-columns: repeat(6, 1fr);
}
.grid-template-columns-7\@tablet {
grid-template-columns: repeat(7, 1fr);
}
.grid-template-columns-8\@tablet {
grid-template-columns: repeat(8, 1fr);
}
.grid-template-columns-9\@tablet {
grid-template-columns: repeat(9, 1fr);
}
.grid-template-columns-10\@tablet {
grid-template-columns: repeat(10, 1fr);
}
.grid-template-columns-11\@tablet {
grid-template-columns: repeat(11, 1fr);
}
.grid-template-columns-12\@tablet {
grid-template-columns: repeat(12, 1fr);
}
.grid-gap-1\@tablet {
grid-gap: 0.25rem;
}
.grid-gap-2\@tablet {
grid-gap: 0.5rem;
}
.grid-gap-3\@tablet {
grid-gap: 0.75rem;
}
.grid-gap-4\@tablet {
grid-gap: 1rem;
}
.grid-gap-5\@tablet {
grid-gap: 1.25rem;
}
.grid-gap-6\@tablet {
grid-gap: 1.5rem;
}
.grid-gap-7\@tablet {
grid-gap: 1.75rem;
}
.grid-gap-8\@tablet {
grid-gap: 2rem;
}
.grid-gap-9\@tablet {
grid-gap: 2.25rem;
}
.grid-gap-10\@tablet {
grid-gap: 2.5rem;
}
.grid-row-gap-1\@tablet {
grid-row-gap: 0.25rem;
}
.grid-row-gap-2\@tablet {
grid-row-gap: 0.5rem;
}
.grid-row-gap-3\@tablet {
grid-row-gap: 0.75rem;
}
.grid-row-gap-4\@tablet {
grid-row-gap: 1rem;
}
.grid-row-gap-5\@tablet {
grid-row-gap: 1.25rem;
}
.grid-row-gap-6\@tablet {
grid-row-gap: 1.5rem;
}
.grid-row-gap-7\@tablet {
grid-row-gap: 1.75rem;
}
.grid-row-gap-8\@tablet {
grid-row-gap: 2rem;
}
.grid-row-gap-9\@tablet {
grid-row-gap: 2.25rem;
}
.grid-row-gap-10\@tablet {
grid-row-gap: 2.5rem;
}
.grid-column-gap-1\@tablet {
grid-column-gap: 0.25rem;
}
.grid-column-gap-2\@tablet {
grid-column-gap: 0.5rem;
}
.grid-column-gap-3\@tablet {
grid-column-gap: 0.75rem;
}
.grid-column-gap-4\@tablet {
grid-column-gap: 1rem;
}
.grid-column-gap-5\@tablet {
grid-column-gap: 1.25rem;
}
.grid-column-gap-6\@tablet {
grid-column-gap: 1.5rem;
}
.grid-column-gap-7\@tablet {
grid-column-gap: 1.75rem;
}
.grid-column-gap-8\@tablet {
grid-column-gap: 2rem;
}
.grid-column-gap-9\@tablet {
grid-column-gap: 2.25rem;
}
.grid-column-gap-10\@tablet {
grid-column-gap: 2.5rem;
}
}
@media (min-width: 57rem) {
.grid-template-columns-2\@laptop {
grid-template-columns: repeat(2, 1fr);
}
.grid-template-columns-3\@laptop {
grid-template-columns: repeat(3, 1fr);
}
.grid-template-columns-4\@laptop {
grid-template-columns: repeat(4, 1fr);
}
.grid-template-columns-5\@laptop {
grid-template-columns: repeat(5, 1fr);
}
.grid-template-columns-6\@laptop {
grid-template-columns: repeat(6, 1fr);
}
.grid-template-columns-7\@laptop {
grid-template-columns: repeat(7, 1fr);
}
.grid-template-columns-8\@laptop {
grid-template-columns: repeat(8, 1fr);
}
.grid-template-columns-9\@laptop {
grid-template-columns: repeat(9, 1fr);
}
.grid-template-columns-10\@laptop {
grid-template-columns: repeat(10, 1fr);
}
.grid-template-columns-11\@laptop {
grid-template-columns: repeat(11, 1fr);
}
.grid-template-columns-12\@laptop {
grid-template-columns: repeat(12, 1fr);
}
.grid-gap-1\@laptop {
grid-gap: 0.25rem;
}
.grid-gap-2\@laptop {
grid-gap: 0.5rem;
}
.grid-gap-3\@laptop {
grid-gap: 0.75rem;
}
.grid-gap-4\@laptop {
grid-gap: 1rem;
}
.grid-gap-5\@laptop {
grid-gap: 1.25rem;
}
.grid-gap-6\@laptop {
grid-gap: 1.5rem;
}
.grid-gap-7\@laptop {
grid-gap: 1.75rem;
}
.grid-gap-8\@laptop {
grid-gap: 2rem;
}
.grid-gap-9\@laptop {
grid-gap: 2.25rem;
}
.grid-gap-10\@laptop {
grid-gap: 2.5rem;
}
.grid-row-gap-1\@laptop {
grid-row-gap: 0.25rem;
}
.grid-row-gap-2\@laptop {
grid-row-gap: 0.5rem;
}
.grid-row-gap-3\@laptop {
grid-row-gap: 0.75rem;
}
.grid-row-gap-4\@laptop {
grid-row-gap: 1rem;
}
.grid-row-gap-5\@laptop {
grid-row-gap: 1.25rem;
}
.grid-row-gap-6\@laptop {
grid-row-gap: 1.5rem;
}
.grid-row-gap-7\@laptop {
grid-row-gap: 1.75rem;
}
.grid-row-gap-8\@laptop {
grid-row-gap: 2rem;
}
.grid-row-gap-9\@laptop {
grid-row-gap: 2.25rem;
}
.grid-row-gap-10\@laptop {
grid-row-gap: 2.5rem;
}
.grid-column-gap-1\@laptop {
grid-column-gap: 0.25rem;
}
.grid-column-gap-2\@laptop {
grid-column-gap: 0.5rem;
}
.grid-column-gap-3\@laptop {
grid-column-gap: 0.75rem;
}
.grid-column-gap-4\@laptop {
grid-column-gap: 1rem;
}
.grid-column-gap-5\@laptop {
grid-column-gap: 1.25rem;
}
.grid-column-gap-6\@laptop {
grid-column-gap: 1.5rem;
}
.grid-column-gap-7\@laptop {
grid-column-gap: 1.75rem;
}
.grid-column-gap-8\@laptop {
grid-column-gap: 2rem;
}
.grid-column-gap-9\@laptop {
grid-column-gap: 2.25rem;
}
.grid-column-gap-10\@laptop {
grid-column-gap: 2.5rem;
}
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
canvas,
button,
table,
input,
label,
textarea,
.title,
.subtitle,
.video-responsive,
.img-responsive,
.list,
.pagination,
.navbar,
.card,
.card-group,
.jumargin-bottomotron,
.ntp,
.notice,
.alert,
.modal,
.progress-bar {
margin-bottom: 1rem;
}
.margin-0,
.margin-0\@phone {
margin: 0;
}
.margin-0\.5,
.margin-0\.5\@phone {
margin: 0.25rem;
}
.margin-1,
.margin-1\@phone {
margin: 0.5rem;
}
.margin-1\.5,
.margin-1\.5\@phone {
margin: 0.75rem;
}
.margin-2,
.margin-2\@phone {
margin: 1rem;
}
.margin-2\.5,
.margin-2\.5\@phone {
margin: 1.25rem;
}
.margin-3,
.margin-3\@phone {
margin: 1.5rem;
}
.margin-3\.5,
.margin-3\.5\@phone {
margin: 1.75rem;
}
.margin-4,
.margin-4\@phone {
margin: 2rem;
}
.margin-4\.5,
.margin-4\.5\@phone {
margin: 2.25rem;
}
.margin-5,
.margin-5\@phone {
margin: 2.5rem;
}
.margin-5\.5,
.margin-5\.5\@phone {
margin: 2.75rem;
}
.margin-6,
.margin-6\@phone {
margin: 3rem;
}
.margin-6\.5,
.margin-6\.5\@phone {
margin: 3.25rem;
}
.margin-7,
.margin-7\@phone {
margin: 3.5rem;
}
.margin-7\.5,
.margin-7\.5\@phone {
margin: 3.75rem;
}
.margin-8,
.margin-8\@phone {
margin: 4rem;
}
.margin-8\.5,
.margin-8\.5\@phone {
margin: 4.25rem;
}
.margin-9,
.margin-9\@phone {
margin: 4.5rem;
}
.margin-9\.5,
.margin-9\.5\@phone {
margin: 4.75rem;
}
.margin-10,
.margin-10\@phone {
margin: 5rem;
}
.margin-10\.5,
.margin-10\.5\@phone {
margin: 5.25rem;
}
.margin-11,
.margin-11\@phone {
margin: 5.5rem;
}
.margin-11\.5,
.margin-11\.5\@phone {
margin: 5.75rem;
}
.margin-12,
.margin-12\@phone {
margin: 6rem;
}
.margin-12\.5,
.margin-12\.5\@phone {
margin: 6.25rem;
}
.margin-13,
.margin-13\@phone {
margin: 6.5rem;
}
.margin-13\.5,
.margin-13\.5\@phone {
margin: 6.75rem;
}
.margin-14,
.margin-14\@phone {
margin: 7rem;
}
.margin-14\.5,
.margin-14\.5\@phone {
margin: 7.25rem;
}
.margin-15,
.margin-15\@phone {
margin: 7.5rem;
}
.margin-15\.5,
.margin-15\.5\@phone {
margin: 7.75rem;
}
.margin-16,
.margin-16\@phone {
margin: 8rem;
}
.margin-16\.5,
.margin-16\.5\@phone {
margin: 8.25rem;
}
.margin-17,
.margin-17\@phone {
margin: 8.5rem;
}
.margin-17\.5,
.margin-17\.5\@phone {
margin: 8.75rem;
}
.margin-18,
.margin-18\@phone {
margin: 9rem;
}
.margin-18\.5,
.margin-18\.5\@phone {
margin: 9.25rem;
}
.margin-19,
.margin-19\@phone {
margin: 9.5rem;
}
.margin-19\.5,
.margin-19\.5\@phone {
margin: 9.75rem;
}
.margin-20,
.margin-20\@phone {
margin: 10rem;
}
.margin-20\.5,
.margin-20\.5\@phone {
margin: 10.25rem;
}
.margin-21,
.margin-21\@phone {
margin: 10.5rem;
}
.margin-21\.5,
.margin-21\.5\@phone {
margin: 10.75rem;
}
.margin-22,
.margin-22\@phone {
margin: 11rem;
}
.margin-22\.5,
.margin-22\.5\@phone {
margin: 11.25rem;
}
.margin-23,
.margin-23\@phone {
margin: 11.5rem;
}
.margin-23\.5,
.margin-23\.5\@phone {
margin: 11.75rem;
}
.margin-24,
.margin-24\@phone {
margin: 12rem;
}
.margin-24\.5,
.margin-24\.5\@phone {
margin: 12.25rem;
}
.margin-25,
.margin-25\@phone {
margin: 12.5rem;
}
.margin-25\.5,
.margin-25\.5\@phone {
margin: 12.75rem;
}
.margin-26,
.margin-26\@phone {
margin: 13rem;
}
.margin-26\.5,
.margin-26\.5\@phone {
margin: 13.25rem;
}
.margin-27,
.margin-27\@phone {
margin: 13.5rem;
}
.margin-27\.5,
.margin-27\.5\@phone {
margin: 13.75rem;
}
.margin-28,
.margin-28\@phone {
margin: 14rem;
}
.margin-28\.5,
.margin-28\.5\@phone {
margin: 14.25rem;
}
.margin-29,
.margin-29\@phone {
margin: 14.5rem;
}
.margin-29\.5,
.margin-29\.5\@phone {
margin: 14.75rem;
}
.margin-30,
.margin-30\@phone {
margin: 15rem;
}
.margin-auto,
.margin-auto\@phone {
margin: auto;
}
.margin-top-0,
.margin-top-0\@phone {
margin-top: 0;
}
.margin-top-0\.5,
.margin-top-0\.5\@phone {
margin-top: 0.25rem;
}
.margin-top-1,
.margin-top-1\@phone {
margin-top: 0.5rem;
}
.margin-top-1\.5,
.margin-top-1\.5\@phone {
margin-top: 0.75rem;
}
.margin-top-2,
.margin-top-2\@phone {
margin-top: 1rem;
}
.margin-top-2\.5,
.margin-top-2\.5\@phone {
margin-top: 1.25rem;
}
.margin-top-3,
.margin-top-3\@phone {
margin-top: 1.5rem;
}
.margin-top-3\.5,
.margin-top-3\.5\@phone {
margin-top: 1.75rem;
}
.margin-top-4,
.margin-top-4\@phone {
margin-top: 2rem;
}
.margin-top-4\.5,
.margin-top-4\.5\@phone {
margin-top: 2.25rem;
}
.margin-top-5,
.margin-top-5\@phone {
margin-top: 2.5rem;
}
.margin-top-5\.5,
.margin-top-5\.5\@phone {
margin-top: 2.75rem;
}
.margin-top-6,
.margin-top-6\@phone {
margin-top: 3rem;
}
.margin-top-6\.5,
.margin-top-6\.5\@phone {
margin-top: 3.25rem;
}
.margin-top-7,
.margin-top-7\@phone {
margin-top: 3.5rem;
}
.margin-top-7\.5,
.margin-top-7\.5\@phone {
margin-top: 3.75rem;
}
.margin-top-8,
.margin-top-8\@phone {
margin-top: 4rem;
}
.margin-top-8\.5,
.margin-top-8\.5\@phone {
margin-top: 4.25rem;
}
.margin-top-9,
.margin-top-9\@phone {
margin-top: 4.5rem;
}
.margin-top-9\.5,
.margin-top-9\.5\@phone {
margin-top: 4.75rem;
}
.margin-top-10,
.margin-top-10\@phone {
margin-top: 5rem;
}
.margin-top-10\.5,
.margin-top-10\.5\@phone {
margin-top: 5.25rem;
}
.margin-top-11,
.margin-top-11\@phone {
margin-top: 5.5rem;
}
.margin-top-11\.5,
.margin-top-11\.5\@phone {
margin-top: 5.75rem;
}
.margin-top-12,
.margin-top-12\@phone {
margin-top: 6rem;
}
.margin-top-12\.5,
.margin-top-12\.5\@phone {
margin-top: 6.25rem;
}
.margin-top-13,
.margin-top-13\@phone {
margin-top: 6.5rem;
}
.margin-top-13\.5,
.margin-top-13\.5\@phone {
margin-top: 6.75rem;
}
.margin-top-14,
.margin-top-14\@phone {
margin-top: 7rem;
}
.margin-top-14\.5,
.margin-top-14\.5\@phone {
margin-top: 7.25rem;
}
.margin-top-15,
.margin-top-15\@phone {
margin-top: 7.5rem;
}
.margin-top-15\.5,
.margin-top-15\.5\@phone {
margin-top: 7.75rem;
}
.margin-top-16,
.margin-top-16\@phone {
margin-top: 8rem;
}
.margin-top-16\.5,
.margin-top-16\.5\@phone {
margin-top: 8.25rem;
}
.margin-top-17,
.margin-top-17\@phone {
margin-top: 8.5rem;
}
.margin-top-17\.5,
.margin-top-17\.5\@phone {
margin-top: 8.75rem;
}
.margin-top-18,
.margin-top-18\@phone {
margin-top: 9rem;
}
.margin-top-18\.5,
.margin-top-18\.5\@phone {
margin-top: 9.25rem;
}
.margin-top-19,
.margin-top-19\@phone {
margin-top: 9.5rem;
}
.margin-top-19\.5,
.margin-top-19\.5\@phone {
margin-top: 9.75rem;
}
.margin-top-20,
.margin-top-20\@phone {
margin-top: 10rem;
}
.margin-top-20\.5,
.margin-top-20\.5\@phone {
margin-top: 10.25rem;
}
.margin-top-21,
.margin-top-21\@phone {
margin-top: 10.5rem;
}
.margin-top-21\.5,
.margin-top-21\.5\@phone {
margin-top: 10.75rem;
}
.margin-top-22,
.margin-top-22\@phone {
margin-top: 11rem;
}
.margin-top-22\.5,
.margin-top-22\.5\@phone {
margin-top: 11.25rem;
}
.margin-top-23,
.margin-top-23\@phone {
margin-top: 11.5rem;
}
.margin-top-23\.5,
.margin-top-23\.5\@phone {
margin-top: 11.75rem;
}
.margin-top-24,
.margin-top-24\@phone {
margin-top: 12rem;
}
.margin-top-24\.5,
.margin-top-24\.5\@phone {
margin-top: 12.25rem;
}
.margin-top-25,
.margin-top-25\@phone {
margin-top: 12.5rem;
}
.margin-top-25\.5,
.margin-top-25\.5\@phone {
margin-top: 12.75rem;
}
.margin-top-26,
.margin-top-26\@phone {
margin-top: 13rem;
}
.margin-top-26\.5,
.margin-top-26\.5\@phone {
margin-top: 13.25rem;
}
.margin-top-27,
.margin-top-27\@phone {
margin-top: 13.5rem;
}
.margin-top-27\.5,
.margin-top-27\.5\@phone {
margin-top: 13.75rem;
}
.margin-top-28,
.margin-top-28\@phone {
margin-top: 14rem;
}
.margin-top-28\.5,
.margin-top-28\.5\@phone {
margin-top: 14.25rem;
}
.margin-top-29,
.margin-top-29\@phone {
margin-top: 14.5rem;
}
.margin-top-29\.5,
.margin-top-29\.5\@phone {
margin-top: 14.75rem;
}
.margin-top-30,
.margin-top-30\@phone {
margin-top: 15rem;
}
.margin-top-auto,
.margin-top-auto\@phone {
margin-top: auto;
}
.margin-right-0,
.margin-right-0\@phone {
margin-right: 0;
}
.margin-right-0\.5,
.margin-right-0\.5\@phone {
margin-right: 0.25rem;
}
.margin-right-1,
.margin-right-1\@phone {
margin-right: 0.5rem;
}
.margin-right-1\.5,
.margin-right-1\.5\@phone {
margin-right: 0.75rem;
}
.margin-right-2,
.margin-right-2\@phone {
margin-right: 1rem;
}
.margin-right-2\.5,
.margin-right-2\.5\@phone {
margin-right: 1.25rem;
}
.margin-right-3,
.margin-right-3\@phone {
margin-right: 1.5rem;
}
.margin-right-3\.5,
.margin-right-3\.5\@phone {
margin-right: 1.75rem;
}
.margin-right-4,
.margin-right-4\@phone {
margin-right: 2rem;
}
.margin-right-4\.5,
.margin-right-4\.5\@phone {
margin-right: 2.25rem;
}
.margin-right-5,
.margin-right-5\@phone {
margin-right: 2.5rem;
}
.margin-right-5\.5,
.margin-right-5\.5\@phone {
margin-right: 2.75rem;
}
.margin-right-6,
.margin-right-6\@phone {
margin-right: 3rem;
}
.margin-right-6\.5,
.margin-right-6\.5\@phone {
margin-right: 3.25rem;
}
.margin-right-7,
.margin-right-7\@phone {
margin-right: 3.5rem;
}
.margin-right-7\.5,
.margin-right-7\.5\@phone {
margin-right: 3.75rem;
}
.margin-right-8,
.margin-right-8\@phone {
margin-right: 4rem;
}
.margin-right-8\.5,
.margin-right-8\.5\@phone {
margin-right: 4.25rem;
}
.margin-right-9,
.margin-right-9\@phone {
margin-right: 4.5rem;
}
.margin-right-9\.5,
.margin-right-9\.5\@phone {
margin-right: 4.75rem;
}
.margin-right-10,
.margin-right-10\@phone {
margin-right: 5rem;
}
.margin-right-10\.5,
.margin-right-10\.5\@phone {
margin-right: 5.25rem;
}
.margin-right-11,
.margin-right-11\@phone {
margin-right: 5.5rem;
}
.margin-right-11\.5,
.margin-right-11\.5\@phone {
margin-right: 5.75rem;
}
.margin-right-12,
.margin-right-12\@phone {
margin-right: 6rem;
}
.margin-right-12\.5,
.margin-right-12\.5\@phone {
margin-right: 6.25rem;
}
.margin-right-13,
.margin-right-13\@phone {
margin-right: 6.5rem;
}
.margin-right-13\.5,
.margin-right-13\.5\@phone {
margin-right: 6.75rem;
}
.margin-right-14,
.margin-right-14\@phone {
margin-right: 7rem;
}
.margin-right-14\.5,
.margin-right-14\.5\@phone {
margin-right: 7.25rem;
}
.margin-right-15,
.margin-right-15\@phone {
margin-right: 7.5rem;
}
.margin-right-15\.5,
.margin-right-15\.5\@phone {
margin-right: 7.75rem;
}
.margin-right-16,
.margin-right-16\@phone {
margin-right: 8rem;
}
.margin-right-16\.5,
.margin-right-16\.5\@phone {
margin-right: 8.25rem;
}
.margin-right-17,
.margin-right-17\@phone {
margin-right: 8.5rem;
}
.margin-right-17\.5,
.margin-right-17\.5\@phone {
margin-right: 8.75rem;
}
.margin-right-18,
.margin-right-18\@phone {
margin-right: 9rem;
}
.margin-right-18\.5,
.margin-right-18\.5\@phone {
margin-right: 9.25rem;
}
.margin-right-19,
.margin-right-19\@phone {
margin-right: 9.5rem;
}
.margin-right-19\.5,
.margin-right-19\.5\@phone {
margin-right: 9.75rem;
}
.margin-right-20,
.margin-right-20\@phone {
margin-right: 10rem;
}
.margin-right-20\.5,
.margin-right-20\.5\@phone {
margin-right: 10.25rem;
}
.margin-right-21,
.margin-right-21\@phone {
margin-right: 10.5rem;
}
.margin-right-21\.5,
.margin-right-21\.5\@phone {
margin-right: 10.75rem;
}
.margin-right-22,
.margin-right-22\@phone {
margin-right: 11rem;
}
.margin-right-22\.5,
.margin-right-22\.5\@phone {
margin-right: 11.25rem;
}
.margin-right-23,
.margin-right-23\@phone {
margin-right: 11.5rem;
}
.margin-right-23\.5,
.margin-right-23\.5\@phone {
margin-right: 11.75rem;
}
.margin-right-24,
.margin-right-24\@phone {
margin-right: 12rem;
}
.margin-right-24\.5,
.margin-right-24\.5\@phone {
margin-right: 12.25rem;
}
.margin-right-25,
.margin-right-25\@phone {
margin-right: 12.5rem;
}
.margin-right-25\.5,
.margin-right-25\.5\@phone {
margin-right: 12.75rem;
}
.margin-right-26,
.margin-right-26\@phone {
margin-right: 13rem;
}
.margin-right-26\.5,
.margin-right-26\.5\@phone {
margin-right: 13.25rem;
}
.margin-right-27,
.margin-right-27\@phone {
margin-right: 13.5rem;
}
.margin-right-27\.5,
.margin-right-27\.5\@phone {
margin-right: 13.75rem;
}
.margin-right-28,
.margin-right-28\@phone {
margin-right: 14rem;
}
.margin-right-28\.5,
.margin-right-28\.5\@phone {
margin-right: 14.25rem;
}
.margin-right-29,
.margin-right-29\@phone {
margin-right: 14.5rem;
}
.margin-right-29\.5,
.margin-right-29\.5\@phone {
margin-right: 14.75rem;
}
.margin-right-30,
.margin-right-30\@phone {
margin-right: 15rem;
}
.margin-right-auto,
.margin-right-auto\@phone {
margin-right: auto;
}
.margin-bottom-0,
.margin-bottom-0\@phone {
margin-bottom: 0;
}
.margin-bottom-0\.5,
.margin-bottom-0\.5\@phone {
margin-bottom: 0.25rem;
}
.margin-bottom-1,
.margin-bottom-1\@phone {
margin-bottom: 0.5rem;
}
.margin-bottom-1\.5,
.margin-bottom-1\.5\@phone {
margin-bottom: 0.75rem;
}
.margin-bottom-2,
.margin-bottom-2\@phone {
margin-bottom: 1rem;
}
.margin-bottom-2\.5,
.margin-bottom-2\.5\@phone {
margin-bottom: 1.25rem;
}
.margin-bottom-3,
.margin-bottom-3\@phone {
margin-bottom: 1.5rem;
}
.margin-bottom-3\.5,
.margin-bottom-3\.5\@phone {
margin-bottom: 1.75rem;
}
.margin-bottom-4,
.margin-bottom-4\@phone {
margin-bottom: 2rem;
}
.margin-bottom-4\.5,
.margin-bottom-4\.5\@phone {
margin-bottom: 2.25rem;
}
.margin-bottom-5,
.margin-bottom-5\@phone {
margin-bottom: 2.5rem;
}
.margin-bottom-5\.5,
.margin-bottom-5\.5\@phone {
margin-bottom: 2.75rem;
}
.margin-bottom-6,
.margin-bottom-6\@phone {
margin-bottom: 3rem;
}
.margin-bottom-6\.5,
.margin-bottom-6\.5\@phone {
margin-bottom: 3.25rem;
}
.margin-bottom-7,
.margin-bottom-7\@phone {
margin-bottom: 3.5rem;
}
.margin-bottom-7\.5,
.margin-bottom-7\.5\@phone {
margin-bottom: 3.75rem;
}
.margin-bottom-8,
.margin-bottom-8\@phone {
margin-bottom: 4rem;
}
.margin-bottom-8\.5,
.margin-bottom-8\.5\@phone {
margin-bottom: 4.25rem;
}
.margin-bottom-9,
.margin-bottom-9\@phone {
margin-bottom: 4.5rem;
}
.margin-bottom-9\.5,
.margin-bottom-9\.5\@phone {
margin-bottom: 4.75rem;
}
.margin-bottom-10,
.margin-bottom-10\@phone {
margin-bottom: 5rem;
}
.margin-bottom-10\.5,
.margin-bottom-10\.5\@phone {
margin-bottom: 5.25rem;
}
.margin-bottom-11,
.margin-bottom-11\@phone {
margin-bottom: 5.5rem;
}
.margin-bottom-11\.5,
.margin-bottom-11\.5\@phone {
margin-bottom: 5.75rem;
}
.margin-bottom-12,
.margin-bottom-12\@phone {
margin-bottom: 6rem;
}
.margin-bottom-12\.5,
.margin-bottom-12\.5\@phone {
margin-bottom: 6.25rem;
}
.margin-bottom-13,
.margin-bottom-13\@phone {
margin-bottom: 6.5rem;
}
.margin-bottom-13\.5,
.margin-bottom-13\.5\@phone {
margin-bottom: 6.75rem;
}
.margin-bottom-14,
.margin-bottom-14\@phone {
margin-bottom: 7rem;
}
.margin-bottom-14\.5,
.margin-bottom-14\.5\@phone {
margin-bottom: 7.25rem;
}
.margin-bottom-15,
.margin-bottom-15\@phone {
margin-bottom: 7.5rem;
}
.margin-bottom-15\.5,
.margin-bottom-15\.5\@phone {
margin-bottom: 7.75rem;
}
.margin-bottom-16,
.margin-bottom-16\@phone {
margin-bottom: 8rem;
}
.margin-bottom-16\.5,
.margin-bottom-16\.5\@phone {
margin-bottom: 8.25rem;
}
.margin-bottom-17,
.margin-bottom-17\@phone {
margin-bottom: 8.5rem;
}
.margin-bottom-17\.5,
.margin-bottom-17\.5\@phone {
margin-bottom: 8.75rem;
}
.margin-bottom-18,
.margin-bottom-18\@phone {
margin-bottom: 9rem;
}
.margin-bottom-18\.5,
.margin-bottom-18\.5\@phone {
margin-bottom: 9.25rem;
}
.margin-bottom-19,
.margin-bottom-19\@phone {
margin-bottom: 9.5rem;
}
.margin-bottom-19\.5,
.margin-bottom-19\.5\@phone {
margin-bottom: 9.75rem;
}
.margin-bottom-20,
.margin-bottom-20\@phone {
margin-bottom: 10rem;
}
.margin-bottom-20\.5,
.margin-bottom-20\.5\@phone {
margin-bottom: 10.25rem;
}
.margin-bottom-21,
.margin-bottom-21\@phone {
margin-bottom: 10.5rem;
}
.margin-bottom-21\.5,
.margin-bottom-21\.5\@phone {
margin-bottom: 10.75rem;
}
.margin-bottom-22,
.margin-bottom-22\@phone {
margin-bottom: 11rem;
}
.margin-bottom-22\.5,
.margin-bottom-22\.5\@phone {
margin-bottom: 11.25rem;
}
.margin-bottom-23,
.margin-bottom-23\@phone {
margin-bottom: 11.5rem;
}
.margin-bottom-23\.5,
.margin-bottom-23\.5\@phone {
margin-bottom: 11.75rem;
}
.margin-bottom-24,
.margin-bottom-24\@phone {
margin-bottom: 12rem;
}
.margin-bottom-24\.5,
.margin-bottom-24\.5\@phone {
margin-bottom: 12.25rem;
}
.margin-bottom-25,
.margin-bottom-25\@phone {
margin-bottom: 12.5rem;
}
.margin-bottom-25\.5,
.margin-bottom-25\.5\@phone {
margin-bottom: 12.75rem;
}
.margin-bottom-26,
.margin-bottom-26\@phone {
margin-bottom: 13rem;
}
.margin-bottom-26\.5,
.margin-bottom-26\.5\@phone {
margin-bottom: 13.25rem;
}
.margin-bottom-27,
.margin-bottom-27\@phone {
margin-bottom: 13.5rem;
}
.margin-bottom-27\.5,
.margin-bottom-27\.5\@phone {
margin-bottom: 13.75rem;
}
.margin-bottom-28,
.margin-bottom-28\@phone {
margin-bottom: 14rem;
}
.margin-bottom-28\.5,
.margin-bottom-28\.5\@phone {
margin-bottom: 14.25rem;
}
.margin-bottom-29,
.margin-bottom-29\@phone {
margin-bottom: 14.5rem;
}
.margin-bottom-29\.5,
.margin-bottom-29\.5\@phone {
margin-bottom: 14.75rem;
}
.margin-bottom-30,
.margin-bottom-30\@phone {
margin-bottom: 15rem;
}
.margin-bottom-auto,
.margin-bottom-auto\@phone {
margin-bottom: auto;
}
.margin-left-0,
.margin-left-0\@phone {
margin-left: 0;
}
.margin-left-0\.5,
.margin-left-0\.5\@phone {
margin-left: 0.25rem;
}
.margin-left-1,
.margin-left-1\@phone {
margin-left: 0.5rem;
}
.margin-left-1\.5,
.margin-left-1\.5\@phone {
margin-left: 0.75rem;
}
.margin-left-2,
.margin-left-2\@phone {
margin-left: 1rem;
}
.margin-left-2\.5,
.margin-left-2\.5\@phone {
margin-left: 1.25rem;
}
.margin-left-3,
.margin-left-3\@phone {
margin-left: 1.5rem;
}
.margin-left-3\.5,
.margin-left-3\.5\@phone {
margin-left: 1.75rem;
}
.margin-left-4,
.margin-left-4\@phone {
margin-left: 2rem;
}
.margin-left-4\.5,
.margin-left-4\.5\@phone {
margin-left: 2.25rem;
}
.margin-left-5,
.margin-left-5\@phone {
margin-left: 2.5rem;
}
.margin-left-5\.5,
.margin-left-5\.5\@phone {
margin-left: 2.75rem;
}
.margin-left-6,
.margin-left-6\@phone {
margin-left: 3rem;
}
.margin-left-6\.5,
.margin-left-6\.5\@phone {
margin-left: 3.25rem;
}
.margin-left-7,
.margin-left-7\@phone {
margin-left: 3.5rem;
}
.margin-left-7\.5,
.margin-left-7\.5\@phone {
margin-left: 3.75rem;
}
.margin-left-8,
.margin-left-8\@phone {
margin-left: 4rem;
}
.margin-left-8\.5,
.margin-left-8\.5\@phone {
margin-left: 4.25rem;
}
.margin-left-9,
.margin-left-9\@phone {
margin-left: 4.5rem;
}
.margin-left-9\.5,
.margin-left-9\.5\@phone {
margin-left: 4.75rem;
}
.margin-left-10,
.margin-left-10\@phone {
margin-left: 5rem;
}
.margin-left-10\.5,
.margin-left-10\.5\@phone {
margin-left: 5.25rem;
}
.margin-left-11,
.margin-left-11\@phone {
margin-left: 5.5rem;
}
.margin-left-11\.5,
.margin-left-11\.5\@phone {
margin-left: 5.75rem;
}
.margin-left-12,
.margin-left-12\@phone {
margin-left: 6rem;
}
.margin-left-12\.5,
.margin-left-12\.5\@phone {
margin-left: 6.25rem;
}
.margin-left-13,
.margin-left-13\@phone {
margin-left: 6.5rem;
}
.margin-left-13\.5,
.margin-left-13\.5\@phone {
margin-left: 6.75rem;
}
.margin-left-14,
.margin-left-14\@phone {
margin-left: 7rem;
}
.margin-left-14\.5,
.margin-left-14\.5\@phone {
margin-left: 7.25rem;
}
.margin-left-15,
.margin-left-15\@phone {
margin-left: 7.5rem;
}
.margin-left-15\.5,
.margin-left-15\.5\@phone {
margin-left: 7.75rem;
}
.margin-left-16,
.margin-left-16\@phone {
margin-left: 8rem;
}
.margin-left-16\.5,
.margin-left-16\.5\@phone {
margin-left: 8.25rem;
}
.margin-left-17,
.margin-left-17\@phone {
margin-left: 8.5rem;
}
.margin-left-17\.5,
.margin-left-17\.5\@left {
margin-bottom: 8.75rem;
}
.margin-left-18,
.margin-left-18\@phone {
margin-left: 9rem;
}
.margin-left-18\.5,
.margin-left-18\.5\@phone {
margin-left: 9.25rem;
}
.margin-left-19,
.margin-left-19\@phone {
margin-left: 9.5rem;
}
.margin-left-19\.5,
.margin-left-19\.5\@phone {
margin-left: 9.75rem;
}
.margin-left-20,
.margin-left-20\@phone {
margin-left: 10rem;
}
.margin-left-20\.5,
.margin-left-20\.5\@phone {
margin-left: 10.25rem;
}
.margin-left-21,
.margin-left-21\@phone {
margin-left: 10.5rem;
}
.margin-left-21\.5,
.margin-left-21\.5\@phone {
margin-left: 10.75rem;
}
.margin-left-22,
.margin-left-22\@phone {
margin-left: 11rem;
}
.margin-left-22\.5,
.margin-left-22\.5\@phone {
margin-left: 11.25rem;
}
.margin-left-23,
.margin-left-23\@phone {
margin-left: 11.5rem;
}
.margin-left-23\.5,
.margin-left-23\.5\@phone {
margin-left: 11.75rem;
}
.margin-left-24,
.margin-left-24\@phone {
margin-left: 12rem;
}
.margin-left-24\.5,
.margin-left-24\.5\@phone {
margin-left: 12.25rem;
}
.margin-left-25,
.margin-left-25\@phone {
margin-left: 12.5rem;
}
.margin-left-25\.5,
.margin-left-25\.5\@phone {
margin-left: 12.75rem;
}
.margin-left-26,
.margin-left-26\@phone {
margin-left: 13rem;
}
.margin-left-26\.5,
.margin-left-26\.5\@phone {
margin-left: 13.25rem;
}
.margin-left-27,
.margin-left-27\@phone {
margin-left: 13.5rem;
}
.margin-left-27\.5,
.margin-left-27\.5\@phone {
margin-left: 13.75rem;
}
.margin-left-28,
.margin-left-28\@phone {
margin-left: 14rem;
}
.margin-left-28\.5,
.margin-left-28\.5\@phone {
margin-left: 14.25rem;
}
.margin-left-29,
.margin-left-29\@phone {
margin-left: 14.5rem;
}
.margin-left-29\.5,
.margin-left-29\.5\@phone {
margin-left: 14.75rem;
}
.margin-left-30,
.margin-left-30\@phone {
margin-left: 15rem;
}
.margin-left-auto,
.margin-left-auto\@phone {
margin-left: auto;
}
.margin-y-0,
.margin-y-0\@phone {
margin-top: 0;
margin-bottom: 0;
}
.margin-y-0\.5,
.margin-y-0\.5\@phone {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.margin-y-1,
.margin-y-1\@phone {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.margin-y-1\.5,
.margin-y-1\.5\@phone {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.margin-y-2,
.margin-y-2\@phone {
margin-top: 1rem;
margin-bottom: 1rem;
}
.margin-y-2\.5,
.margin-y-2\.5\@phone {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.margin-y-3,
.margin-y-3\@phone {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.margin-y-3\.5,
.margin-y-3\.5\@phone {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.margin-y-4,
.margin-y-4\@phone {
margin-top: 2rem;
margin-bottom: 2rem;
}
.margin-y-4\.5,
.margin-y-4\.5\@phone {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.margin-y-5,
.margin-y-5\@phone {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.margin-y-5\.5,
.margin-y-5\.5\@phone {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.margin-y-6,
.margin-y-6\@phone {
margin-top: 3rem;
margin-bottom: 3rem;
}
.margin-y-6\.5,
.margin-y-6\.5\@phone {
margin-top: 3.25rem;
margin-bottom: 3.25rem;
}
.margin-y-7,
.margin-y-7\@phone {
margin-top: 3.5rem;
margin-bottom: 3.5rem;
}
.margin-y-7\.5,
.margin-y-7\.5\@phone {
margin-top: 3.75rem;
margin-bottom: 3.75rem;
}
.margin-y-8,
.margin-y-8\@phone {
margin-top: 4rem;
margin-bottom: 4rem;
}
.margin-y-8\.5,
.margin-y-8\.5\@phone {
margin-top: 4.25rem;
margin-bottom: 4.25rem;
}
.margin-y-9,
.margin-y-9\@phone {
margin-top: 4.5rem;
margin-bottom: 4.5rem;
}
.margin-y-9\.5,
.margin-y-9\.5\@phone {
margin-top: 4.75rem;
margin-bottom: 4.75rem;
}
.margin-y-10,
.margin-y-10\@phone {
margin-top: 5rem;
margin-bottom: 5rem;
}
.margin-y-10\.5,
.margin-y-10\.5\@phone {
margin-top: 5.25rem;
margin-bottom: 5.25rem;
}
.margin-y-11,
.margin-y-11\@phone {
margin-top: 5.5rem;
margin-bottom: 5.5rem;
}
.margin-y-11\.5,
.margin-y-11\.5\@phone {
margin-top: 5.75rem;
margin-bottom: 5.75rem;
}
.margin-y-12,
.margin-y-12\@phone {
margin-top: 6rem;
margin-bottom: 6rem;
}
.margin-y-12\.5,
.margin-y-12\.5\@phone {
margin-top: 6.25rem;
margin-bottom: 6.25rem;
}
.margin-y-13,
.margin-y-13\@phone {
margin-top: 6.55rem;
margin-bottom: 6.55rem;
}
.margin-y-13\.5,
.margin-y-13\.5\@phone {
margin-top: 6.75rem;
margin-bottom: 6.75rem;
}
.margin-y-14,
.margin-y-14\@phone {
margin-top: 7rem;
margin-bottom: 7rem;
}
.margin-y-14\.5,
.margin-y-14\.5\@phone {
margin-top: 7.25rem;
margin-bottom: 7.25rem;
}
.margin-y-15,
.margin-y-15\@phone {
margin-top: 7.25rem;
margin-bottom: 7.25rem;
}
.margin-y-15\.5,
.margin-y-15\.5\@phone {
margin-top: 7.75rem;
margin-bottom: 7.75rem;
}
.margin-y-16,
.margin-y-16\@phone {
margin-top: 8rem;
margin-bottom: 8rem;
}
.margin-y-16\.5,
.margin-y-16\.5\@phone {
margin-top: 8.25rem;
margin-bottom: 8.25rem;
}
.margin-y-17,
.margin-y-17\@phone {
margin-top: 8.5rem;
margin-bottom: 8.5rem;
}
.margin-y-17\.5,
.margin-y-17\.5\@phone {
margin-top: 8.75rem;
margin-bottom: 8.75rem;
}
.margin-y-18,
.margin-y-18\@phone {
margin-top: 9rem;
margin-bottom: 9rem;
}
.margin-y-18\.5,
.margin-y-18\.5\@phone {
margin-top: 9.25rem;
margin-bottom: 9.25rem;
}
.margin-y-19,
.margin-y-19\@phone {
margin-top: 9.5rem;
margin-bottom: 9.5rem;
}
.margin-y-19\.5,
.margin-y-19\.5\@phone {
margin-top: 9.75rem;
margin-bottom: 9.75rem;
}
.margin-y-20,
.margin-y-20\@phone {
margin-top: 10rem;
margin-bottom: 10rem;
}
.margin-y-20\.5,
.margin-y-20\.5\@phone {
margin-top: 10.25rem;
margin-bottom: 10.25rem;
}
.margin-y-21,
.margin-y-21\@phone {
margin-top: 10.5rem;
margin-bottom: 10.5rem;
}
.margin-y-21\.5,
.margin-y-21\.5\@phone {
margin-top: 10.75rem;
margin-bottom: 10.75rem;
}
.margin-y-22,
.margin-y-22\@phone {
margin-top: 11rem;
margin-bottom: 11rem;
}
.margin-y-22\.5,
.margin-y-22\.5\@phone {
margin-top: 11.25rem;
margin-bottom: 11.25rem;
}
.margin-y-23,
.margin-y-23\@phone {
margin-top: 11.5rem;
margin-bottom: 11.5rem;
}
.margin-y-23\.5,
.margin-y-23\.5\@phone {
margin-top: 11.75rem;
margin-bottom: 11.75rem;
}
.margin-y-24,
.margin-y-24\@phone {
margin-top: 12rem;
margin-bottom: 12rem;
}
.margin-y-24\.5,
.margin-y-24\.5\@phone {
margin-top: 12.25rem;
margin-bottom: 12.25rem;
}
.margin-y-25,
.margin-y-25\@phone {
margin-top: 12.5rem;
margin-bottom: 12.5rem;
}
.margin-y-25\.5,
.margin-y-25\.5\@phone {
margin-top: 12.75rem;
margin-bottom: 12.75rem;
}
.margin-y-26,
.margin-y-26\@phone {
margin-top: 13rem;
margin-bottom: 13rem;
}
.margin-y-26\.5,
.margin-y-26\.5\@phone {
margin-top: 13.25rem;
margin-bottom: 13.25rem;
}
.margin-y-27,
.margin-y-27\@phone {
margin-top: 13.5rem;
margin-bottom: 13.5rem;
}
.margin-y-28\.5,
.margin-y-28\.5\@phone {
margin-top: 13.75rem;
margin-bottom: 13.75rem;
}
.margin-y-28,
.margin-y-28\@phone {
margin-top: 14rem;
margin-bottom: 14rem;
}
.margin-y-28\.5,
.margin-y-28\.5\@phone {
margin-top: 14.25rem;
margin-bottom: 14.25rem;
}
.margin-y-29,
.margin-y-29\@phone {
margin-top: 14.5rem;
margin-bottom: 14.5rem;
}
.margin-y-29\.5,
.margin-y-29\.5\@phone {
margin-top: 14.75rem;
margin-bottom: 14.75rem;
}
.margin-y-30,
.margin-y-30\@phone {
margin-top: 15rem;
margin-bottom: 15rem;
}
.margin-y-auto,
.margin-y-auto\@phone {
margin-top: auto;
margin-bottom: auto;
}
.margin-x-0,
.margin-x-0\@phone {
margin-right: 0;
margin-left: 0;
}
.margin-x-0\.5,
.margin-x-0\.5\@phone {
margin-right: 0.25rem;
margin-left: 0.25rem;
}
.margin-x-1,
.margin-x-1\@phone {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.margin-x-1\.5,
.margin-x-1\.5\@phone {
margin-right: 0.75rem;
margin-left: 0.75rem;
}
.margin-x-2,
.margin-x-2\@phone {
margin-right: 1rem;
margin-left: 1rem;
}
.margin-x-2\.5,
.margin-x-2\.5\@phone {
margin-right: 1.25rem;
margin-left: 1.25rem;
}
.margin-x-3,
.margin-x-3\@phone {
margin-right: 1.5rem;
margin-left: 1.5rem;
}
.margin-x-3\.5,
.margin-x-3\.5\@phone {
margin-right: 1.75rem;
margin-left: 1.75rem;
}
.margin-x-4,
.margin-x-4\@phone {
margin-right: 2rem;
margin-left: 2rem;
}
.margin-x-4\.5,
.margin-x-4\.5\@phone {
margin-right: 2.25rem;
margin-left: 2.25rem;
}
.margin-x-5,
.margin-x-5\@phone {
margin-right: 2.5rem;
margin-left: 2.5rem;
}
.margin-x-5\.5,
.margin-x-5\.5\@phone {
margin-right: 2.75rem;
margin-left: 2.75rem;
}
.margin-x-6,
.margin-x-6\@phone {
margin-right: 3rem;
margin-left: 3rem;
}
.margin-x-6\.5,
.margin-x-6\.5\@phone {
margin-right: 3.25rem;
margin-left: 3.25rem;
}
.margin-x-7,
.margin-x-7\@phone {
margin-right: 3.5rem;
margin-left: 3.5rem;
}
.margin-x-7\.5,
.margin-x-7\.5\@phone {
margin-right: 3.75rem;
margin-left: 3.75rem;
}
.margin-x-8,
.margin-x-8\@phone {
margin-right: 4rem;
margin-left: 4rem;
}
.margin-x-8\.5,
.margin-x-8\.5\@phone {
margin-right: 4.25rem;
margin-left: 4.25rem;
}
.margin-x-9,
.margin-x-9\@phone {
margin-right: 4.5rem;
margin-left: 4.5rem;
}
.margin-x-9\.5,
.margin-x-9\.5\@phone {
margin-right: 4.75rem;
margin-left: 4.75rem;
}
.margin-x-10,
.margin-x-10\@phone {
margin-right: 5rem;
margin-left: 5rem;
}
.margin-x-10\.5,
.margin-x-10\.5\@phone {
margin-right: 5.25rem;
margin-left: 5.25rem;
}
.margin-x-11,
.margin-x-11\@phone {
margin-right: 5.5rem;
margin-left: 5.5rem;
}
.margin-x-11\.5,
.margin-x-11\.5\@phone {
margin-right: 5.75rem;
margin-left: 5.75rem;
}
.margin-x-12,
.margin-x-12\@phone {
margin-right: 6rem;
margin-left: 6rem;
}
.margin-x-12\.5,
.margin-x-12\.5\@phone {
margin-right: 6.25rem;
margin-left: 6.25rem;
}
.margin-x-13,
.margin-x-13\@phone {
margin-right: 6.55rem;
margin-left: 6.55rem;
}
.margin-x-13\.5,
.margin-x-13\.5\@phone {
margin-right: 6.75rem;
margin-left: 6.75rem;
}
.margin-x-14,
.margin-x-14\@phone {
margin-right: 7rem;
margin-left: 7rem;
}
.margin-x-14\.5,
.margin-x-14\.5\@phone {
margin-right: 7.25rem;
margin-left: 7.25rem;
}
.margin-x-15,
.margin-x-15\@phone {
margin-right: 7.25rem;
margin-left: 7.25rem;
}
.margin-x-15\.5,
.margin-x-15\.5\@phone {
margin-right: 7.75rem;
margin-left: 7.75rem;
}
.margin-x-16,
.margin-x-16\@phone {
margin-right: 8rem;
margin-left: 8rem;
}
.margin-x-16\.5,
.margin-x-16\.5\@phone {
margin-right: 8.25rem;
margin-left: 8.25rem;
}
.margin-x-17,
.margin-x-17\@phone {
margin-right: 8.5rem;
margin-left: 8.5rem;
}
.margin-x-17\.5,
.margin-x-17\.5\@phone {
margin-right: 8.75rem;
margin-left: 8.75rem;
}
.margin-x-18,
.margin-x-18\@phone {
margin-right: 9rem;
margin-left: 9rem;
}
.margin-x-18\.5,
.margin-x-18\.5\@phone {
margin-right: 9.25rem;
margin-left: 9.25rem;
}
.margin-x-19,
.margin-x-19\@phone {
margin-right: 9.5rem;
margin-left: 9.5rem;
}
.margin-x-19\.5,
.margin-x-19\.5\@phone {
margin-right: 9.75rem;
margin-left: 9.75rem;
}
.margin-x-20,
.margin-x-20\@phone {
margin-right: 10rem;
margin-left: 10rem;
}
.margin-x-20\.5,
.margin-x-20\.5\@phone {
margin-right: 10.25rem;
margin-left: 10.25rem;
}
.margin-x-21,
.margin-x-21\@phone {
margin-right: 10.5rem;
margin-left: 10.5rem;
}
.margin-x-21\.5,
.margin-x-21\.5\@phone {
margin-right: 10.75rem;
margin-left: 10.75rem;
}
.margin-x-22,
.margin-x-22\@phone {
margin-right: 11rem;
margin-left: 11rem;
}
.margin-x-22\.5,
.margin-x-22\.5\@phone {
margin-right: 11.25rem;
margin-left: 11.25rem;
}
.margin-x-23,
.margin-x-23\@phone {
margin-right: 11.5rem;
margin-left: 11.5rem;
}
.margin-x-23\.5,
.margin-x-23\.5\@phone {
margin-right: 11.75rem;
margin-left: 11.75rem;
}
.margin-x-24,
.margin-x-24\@phone {
margin-right: 12rem;
margin-left: 12rem;
}
.margin-x-24\.5,
.margin-x-24\.5\@phone {
margin-right: 12.25rem;
margin-left: 12.25rem;
}
.margin-x-25,
.margin-x-25\@phone {
margin-right: 12.5rem;
margin-left: 12.5rem;
}
.margin-x-25\.5,
.margin-x-25\.5\@phone {
margin-right: 12.75rem;
margin-left: 12.75rem;
}
.margin-x-26,
.margin-x-26\@phone {
margin-right: 13rem;
margin-left: 13rem;
}
.margin-x-26\.5,
.margin-x-26\.5\@phone {
margin-right: 13.25rem;
margin-left: 13.25rem;
}
.margin-x-27,
.margin-x-27\@phone {
margin-right: 13.5rem;
margin-left: 13.5rem;
}
.margin-x-28\.5,
.margin-x-28\.5\@phone {
margin-right: 13.75rem;
margin-left: 13.75rem;
}
.margin-x-28,
.margin-x-28\@phone {
margin-right: 14rem;
margin-left: 14rem;
}
.margin-x-28\.5,
.margin-x-28\.5\@phone {
margin-right: 14.25rem;
margin-left: 14.25rem;
}
.margin-x-29,
.margin-x-29\@phone {
margin-right: 14.5rem;
margin-left: 14.5rem;
}
.margin-x-29\.5,
.margin-x-29\.5\@phone {
margin-right: 14.75rem;
margin-left: 14.75rem;
}
.margin-x-30,
.margin-x-30\@phone {
margin-right: 15rem;
margin-left: 15rem;
}
.margin-x-auto,
.margin-x-auto\@phone {
margin-right: auto;
margin-left: auto;
}
@media (max-width: 21.875rem) {
.margin-0\@small-phone {
margin: 0;
}
.margin-0\.5\@small-phone {
margin: 0.25rem;
}
.margin-1\@small-phone {
margin: 0.5rem;
}
.margin-1\.5\@small-phone {
margin: 0.75rem;
}
.margin-2\@small-phone {
margin: 1rem;
}
.margin-2\.5\@small-phone {
margin: 1.25rem;
}
.margin-3\@small-phone {
margin: 1.5rem;
}
.margin-3\.5\@small-phone {
margin: 1.75rem;
}
.margin-4\@small-phone {
margin: 2rem;
}
.margin-4\.5\@small-phone {
margin: 2.25rem;
}
.margin-5\@small-phone {
margin: 2.5rem;
}
.margin-5\.5\@small-phone {
margin: 2.75rem;
}
.margin-6\@small-phone {
margin: 3rem;
}
.margin-6\.5\@small-phone {
margin: 3.25rem;
}
.margin-7\@small-phone {
margin: 3.5rem;
}
.margin-7\.5\@small-phone {
margin: 3.75rem;
}
.margin-8\@small-phone {
margin: 4rem;
}
.margin-8\.5\@small-phone {
margin: 4.25rem;
}
.margin-9\@small-phone {
margin: 4.5rem;
}
.margin-9\.5\@small-phone {
margin: 4.75rem;
}
.margin-10\@small-phone {
margin: 5rem;
}
.margin-10\.5\@small-phone {
margin: 5.25rem;
}
.margin-11\@small-phone {
margin: 5.5rem;
}
.margin-11\.5\@small-phone {
margin: 5.75rem;
}
.margin-12\@small-phone {
margin: 6rem;
}
.margin-12\.5\@small-phone {
margin: 6.25rem;
}
.margin-13\@small-phone {
margin: 6.5rem;
}
.margin-13\.5\@small-phone {
margin: 6.75rem;
}
.margin-14\@small-phone {
margin: 7rem;
}
.margin-14\.5\@small-phone {
margin: 7.25rem;
}
.margin-15\@small-phone {
margin: 7.5rem;
}
.margin-15\.5\@small-phone {
margin: 7.75rem;
}
.margin-16\@small-phone {
margin: 8rem;
}
.margin-16\.5\@small-phone {
margin: 8.25rem;
}
.margin-17\@small-phone {
margin: 8.5rem;
}
.margin-17\.5\@small-phone {
margin: 8.75rem;
}
.margin-18\@small-phone {
margin: 9rem;
}
.margin-18\.5\@small-phone {
margin: 9.25rem;
}
.margin-19\@small-phone {
margin: 9.5rem;
}
.margin-19\.5\@small-phone {
margin: 9.75rem;
}
.margin-20\@small-phone {
margin: 10rem;
}
.margin-20\.5\@small-phone {
margin: 10.25rem;
}
.margin-21\@small-phone {
margin: 10.5rem;
}
.margin-21\.5\@small-phone {
margin: 10.75rem;
}
.margin-22\@small-phone {
margin: 11rem;
}
.margin-22\.5\@small-phone {
margin: 11.25rem;
}
.margin-23\@small-phone {
margin: 11.5rem;
}
.margin-23\.5\@small-phone {
margin: 11.75rem;
}
.margin-24\@small-phone {
margin: 12rem;
}
.margin-24\.5\@small-phone {
margin: 12.25rem;
}
.margin-25\@small-phone {
margin: 12.5rem;
}
.margin-25\.5\@small-phone {
margin: 12.75rem;
}
.margin-26\@small-phone {
margin: 13rem;
}
.margin-26\.5\@small-phone {
margin: 13.25rem;
}
.margin-27\@small-phone {
margin: 13.5rem;
}
.margin-27\.5\@small-phone {
margin: 13.75rem;
}
.margin-28\@small-phone {
margin: 14rem;
}
.margin-28\.5\@small-phone {
margin: 14.25rem;
}
.margin-29\@small-phone {
margin: 14.5rem;
}
.margin-29\.5\@small-phone {
margin: 14.75rem;
}
.margin-30\@small-phone {
margin: 15rem;
}
.margin-auto\@small-phone {
margin: auto;
}
.margin-top-0\@small-phone {
margin-top: 0;
}
.margin-top-0\.5\@small-phone {
margin-top: 0.25rem;
}
.margin-top-1\@small-phone {
margin-top: 0.5rem;
}
.margin-top-1\.5\@small-phone {
margin-top: 0.75rem;
}
.margin-top-2\@small-phone {
margin-top: 1rem;
}
.margin-top-2\.5\@small-phone {
margin-top: 1.25rem;
}
.margin-top-3\@small-phone {
margin-top: 1.5rem;
}
.margin-top-3\.5\@small-phone {
margin-top: 1.75rem;
}
.margin-top-4\@small-phone {
margin-top: 2rem;
}
.margin-top-4\.5\@small-phone {
margin-top: 2.25rem;
}
.margin-top-5\@small-phone {
margin-top: 2.5rem;
}
.margin-top-5\.5\@small-phone {
margin-top: 2.75rem;
}
.margin-top-6\@small-phone {
margin-top: 3rem;
}
.margin-top-6\.5\@small-phone {
margin-top: 3.25rem;
}
.margin-top-7\@small-phone {
margin-top: 3.5rem;
}
.margin-top-7\.5\@small-phone {
margin-top: 3.75rem;
}
.margin-top-8\@small-phone {
margin-top: 4rem;
}
.margin-top-8\.5\@small-phone {
margin-top: 4.25rem;
}
.margin-top-9\@small-phone {
margin-top: 4.5rem;
}
.margin-top-9\.5\@small-phone {
margin-top: 4.75rem;
}
.margin-top-10\@small-phone {
margin-top: 5rem;
}
.margin-top-10\.5\@small-phone {
margin-top: 5.25rem;
}
.margin-top-11\@small-phone {
margin-top: 5.5rem;
}
.margin-top-11\.5\@small-phone {
margin-top: 5.75rem;
}
.margin-top-12\@small-phone {
margin-top: 6rem;
}
.margin-top-12\.5\@small-phone {
margin-top: 6.25rem;
}
.margin-top-13\@small-phone {
margin-top: 6.5rem;
}
.margin-top-13\.5\@small-phone {
margin-top: 6.75rem;
}
.margin-top-14\@small-phone {
margin-top: 7rem;
}
.margin-top-14\.5\@small-phone {
margin-top: 7.25rem;
}
.margin-top-15\@small-phone {
margin-top: 7.5rem;
}
.margin-top-15\.5\@small-phone {
margin-top: 7.75rem;
}
.margin-top-16\@small-phone {
margin-top: 8rem;
}
.margin-top-16\.5\@small-phone {
margin-top: 8.25rem;
}
.margin-top-17\@small-phone {
margin-top: 8.5rem;
}
.margin-top-17\.5\@small-phone {
margin-top: 8.75rem;
}
.margin-top-18\@small-phone {
margin-top: 9rem;
}
.margin-top-18\.5\@small-phone {
margin-top: 9.25rem;
}
.margin-top-19\@small-phone {
margin-top: 9.5rem;
}
.margin-top-19\.5\@small-phone {
margin-top: 9.75rem;
}
.margin-top-20\@small-phone {
margin-top: 10rem;
}
.margin-top-20\.5\@small-phone {
margin-top: 10.25rem;
}
.margin-top-21\@small-phone {
margin-top: 10.5rem;
}
.margin-top-21\.5\@small-phone {
margin-top: 10.75rem;
}
.margin-top-22\@small-phone {
margin-top: 11rem;
}
.margin-top-22\.5\@small-phone {
margin-top: 11.25rem;
}
.margin-top-23\@small-phone {
margin-top: 11.5rem;
}
.margin-top-23\.5\@small-phone {
margin-top: 11.75rem;
}
.margin-top-24\@small-phone {
margin-top: 12rem;
}
.margin-top-24\.5\@small-phone {
margin-top: 12.25rem;
}
.margin-top-25\@small-phone {
margin-top: 12.5rem;
}
.margin-top-25\.5\@small-phone {
margin-top: 12.75rem;
}
.margin-top-26\@small-phone {
margin-top: 13rem;
}
.margin-top-26\.5\@small-phone {
margin-top: 13.25rem;
}
.margin-top-27\@small-phone {
margin-top: 13.5rem;
}
.margin-top-27\.5\@small-phone {
margin-top: 13.75rem;
}
.margin-top-28\@small-phone {
margin-top: 14rem;
}
.margin-top-28\.5\@small-phone {
margin-top: 14.25rem;
}
.margin-top-29\@small-phone {
margin-top: 14.5rem;
}
.margin-top-29\.5\@small-phone {
margin-top: 14.75rem;
}
.margin-top-30\@small-phone {
margin-top: 15rem;
}
.margin-top-auto\@small-phone {
margin-top: auto;
}
.margin-right-0\@small-phone {
margin-right: 0;
}
.margin-right-0\.5\@small-phone {
margin-right: 0.25rem;
}
.margin-right-1\@small-phone {
margin-right: 0.5rem;
}
.margin-right-1\.5\@small-phone {
margin-right: 0.75rem;
}
.margin-right-2\@small-phone {
margin-right: 1rem;
}
.margin-right-2\.5\@small-phone {
margin-right: 1.25rem;
}
.margin-right-3\@small-phone {
margin-right: 1.5rem;
}
.margin-right-3\.5\@small-phone {
margin-right: 1.75rem;
}
.margin-right-4\@small-phone {
margin-right: 2rem;
}
.margin-right-4\.5\@small-phone {
margin-right: 2.25rem;
}
.margin-right-5\@small-phone {
margin-right: 2.5rem;
}
.margin-right-5\.5\@small-phone {
margin-right: 2.75rem;
}
.margin-right-6\@small-phone {
margin-right: 3rem;
}
.margin-right-6\.5\@small-phone {
margin-right: 3.25rem;
}
.margin-right-7\@small-phone {
margin-right: 3.5rem;
}
.margin-right-7\.5\@small-phone {
margin-right: 3.75rem;
}
.margin-right-8\@small-phone {
margin-right: 4rem;
}
.margin-right-8\.5\@small-phone {
margin-right: 4.25rem;
}
.margin-right-9\@small-phone {
margin-right: 4.5rem;
}
.margin-right-9\.5\@small-phone {
margin-right: 4.75rem;
}
.margin-right-10\@small-phone {
margin-right: 5rem;
}
.margin-right-10\.5\@small-phone {
margin-right: 5.25rem;
}
.margin-right-11\@small-phone {
margin-right: 5.5rem;
}
.margin-right-11\.5\@small-phone {
margin-right: 5.75rem;
}
.margin-right-12\@small-phone {
margin-right: 6rem;
}
.margin-right-12\.5\@small-phone {
margin-right: 6.25rem;
}
.margin-right-13\@small-phone {
margin-right: 6.5rem;
}
.margin-right-13\.5\@small-phone {
margin-right: 6.75rem;
}
.margin-right-14\@small-phone {
margin-right: 7rem;
}
.margin-right-14\.5\@small-phone {
margin-right: 7.25rem;
}
.margin-right-15\@small-phone {
margin-right: 7.5rem;
}
.margin-right-15\.5\@small-phone {
margin-right: 7.75rem;
}
.margin-right-16\@small-phone {
margin-right: 8rem;
}
.margin-right-16\.5\@small-phone {
margin-right: 8.25rem;
}
.margin-right-17\@small-phone {
margin-right: 8.5rem;
}
.margin-right-17\.5\@small-phone {
margin-right: 8.75rem;
}
.margin-right-18\@small-phone {
margin-right: 9rem;
}
.margin-right-18\.5\@small-phone {
margin-right: 9.25rem;
}
.margin-right-19\@small-phone {
margin-right: 9.5rem;
}
.margin-right-19\.5\@small-phone {
margin-right: 9.75rem;
}
.margin-right-20\@small-phone {
margin-right: 10rem;
}
.margin-right-20\.5\@small-phone {
margin-right: 10.25rem;
}
.margin-right-21\@small-phone {
margin-right: 10.5rem;
}
.margin-right-21\.5\@small-phone {
margin-right: 10.75rem;
}
.margin-right-22\@small-phone {
margin-right: 11rem;
}
.margin-right-22\.5\@small-phone {
margin-right: 11.25rem;
}
.margin-right-23\@small-phone {
margin-right: 11.5rem;
}
.margin-right-23\.5\@small-phone {
margin-right: 11.75rem;
}
.margin-right-24\@small-phone {
margin-right: 12rem;
}
.margin-right-24\.5\@small-phone {
margin-right: 12.25rem;
}
.margin-right-25\@small-phone {
margin-right: 12.5rem;
}
.margin-right-25\.5\@small-phone {
margin-right: 12.75rem;
}
.margin-right-26\@small-phone {
margin-right: 13rem;
}
.margin-right-26\.5\@small-phone {
margin-right: 13.25rem;
}
.margin-right-27\@small-phone {
margin-right: 13.5rem;
}
.margin-right-27\.5\@small-phone {
margin-right: 13.75rem;
}
.margin-right-28\@small-phone {
margin-right: 14rem;
}
.margin-right-28\.5\@small-phone {
margin-right: 14.25rem;
}
.margin-right-29\@small-phone {
margin-right: 14.5rem;
}
.margin-right-29\.5\@small-phone {
margin-right: 14.75rem;
}
.margin-right-30\@small-phone {
margin-right: 15rem;
}
.margin-right-auto\@small-phone {
margin-right: auto;
}
.margin-bottom-0\@small-small-phone {
margin-bottom: 0;
}
.margin-bottom-0\.5\@small-phone {
margin-bottom: 0.25rem;
}
.margin-bottom-1\@small-phone {
margin-bottom: 0.5rem;
}
.margin-bottom-1\.5\@small-phone {
margin-bottom: 0.75rem;
}
.margin-bottom-2\@small-phone {
margin-bottom: 1rem;
}
.margin-bottom-2\.5\@small-phone {
margin-bottom: 1.25rem;
}
.margin-bottom-3\@small-phone {
margin-bottom: 1.5rem;
}
.margin-bottom-3\.5\@small-phone {
margin-bottom: 1.75rem;
}
.margin-bottom-4\@small-phone {
margin-bottom: 2rem;
}
.margin-bottom-4\.5\@small-phone {
margin-bottom: 2.25rem;
}
.margin-bottom-5\@small-phone {
margin-bottom: 2.5rem;
}
.margin-bottom-5\.5\@small-phone {
margin-bottom: 2.75rem;
}
.margin-bottom-6\@small-phone {
margin-bottom: 3rem;
}
.margin-bottom-6\.5\@small-phone {
margin-bottom: 3.25rem;
}
.margin-bottom-7\@small-phone {
margin-bottom: 3.5rem;
}
.margin-bottom-7\.5\@small-phone {
margin-bottom: 3.75rem;
}
.margin-bottom-8\@small-phone {
margin-bottom: 4rem;
}
.margin-bottom-8\.5\@small-phone {
margin-bottom: 4.25rem;
}
.margin-bottom-9\@small-phone {
margin-bottom: 4.5rem;
}
.margin-bottom-9\.5\@small-phone {
margin-bottom: 4.75rem;
}
.margin-bottom-10\@small-phone {
margin-bottom: 5rem;
}
.margin-bottom-10\.5\@small-phone {
margin-bottom: 5.25rem;
}
.margin-bottom-11\@small-phone {
margin-bottom: 5.5rem;
}
.margin-bottom-11\.5\@small-phone {
margin-bottom: 5.75rem;
}
.margin-bottom-12\@small-phone {
margin-bottom: 6rem;
}
.margin-bottom-12\.5\@small-phone {
margin-bottom: 6.25rem;
}
.margin-bottom-13\@small-phone {
margin-bottom: 6.5rem;
}
.margin-bottom-13\.5\@small-phone {
margin-bottom: 6.75rem;
}
.margin-bottom-14\@small-phone {
margin-bottom: 7rem;
}
.margin-bottom-14\.5\@small-phone {
margin-bottom: 7.25rem;
}
.margin-bottom-15\@small-phone {
margin-bottom: 7.5rem;
}
.margin-bottom-15\.5\@small-phone {
margin-bottom: 7.75rem;
}
.margin-bottom-16\@small-phone {
margin-bottom: 8rem;
}
.margin-bottom-16\.5\@small-phone {
margin-bottom: 8.25rem;
}
.margin-bottom-17\@small-phone {
margin-bottom: 8.5rem;
}
.margin-bottom-17\.5\@small-phone {
margin-bottom: 8.75rem;
}
.margin-bottom-18\@small-phone {
margin-bottom: 9rem;
}
.margin-bottom-18\.5\@small-phone {
margin-bottom: 9.25rem;
}
.margin-bottom-19\@small-phone {
margin-bottom: 9.5rem;
}
.margin-bottom-19\.5\@small-phone {
margin-bottom: 9.75rem;
}
.margin-bottom-20\@small-phone {
margin-bottom: 10rem;
}
.margin-bottom-20\.5\@small-phone {
margin-bottom: 10.25rem;
}
.margin-bottom-21\@small-phone {
margin-bottom: 10.5rem;
}
.margin-bottom-21\.5\@small-phone {
margin-bottom: 10.75rem;
}
.margin-bottom-22\@small-phone {
margin-bottom: 11rem;
}
.margin-bottom-22\.5\@small-phone {
margin-bottom: 11.25rem;
}
.margin-bottom-23\@small-phone {
margin-bottom: 11.5rem;
}
.margin-bottom-23\.5\@small-phone {
margin-bottom: 11.75rem;
}
.margin-bottom-24\@small-phone {
margin-bottom: 12rem;
}
.margin-bottom-24\.5\@small-phone {
margin-bottom: 12.25rem;
}
.margin-bottom-25\@small-phone {
margin-bottom: 12.5rem;
}
.margin-bottom-25\.5\@small-phone {
margin-bottom: 12.75rem;
}
.margin-bottom-26\@small-phone {
margin-bottom: 13rem;
}
.margin-bottom-26\.5\@small-phone {
margin-bottom: 13.25rem;
}
.margin-bottom-27\@small-phone {
margin-bottom: 13.5rem;
}
.margin-bottom-27\.5\@small-phone {
margin-bottom: 13.75rem;
}
.margin-bottom-28\@small-phone {
margin-bottom: 14rem;
}
.margin-bottom-28\.5\@small-phone {
margin-bottom: 14.25rem;
}
.margin-bottom-29\@small-phone {
margin-bottom: 14.5rem;
}
.margin-bottom-29\.5\@small-phone {
margin-bottom: 14.75rem;
}
.margin-bottom-30\@small-phone {
margin-bottom: 15rem;
}
.margin-bottom-auto\@small-phone {
margin-bottom: auto;
}
.margin-left-0\@small-phone {
margin-left: 0;
}
.margin-left-0\.5\@small-phone {
margin-left: 0.25rem;
}
.margin-left-1\@small-phone {
margin-left: 0.5rem;
}
.margin-left-1\.5\@small-phone {
margin-left: 0.75rem;
}
.margin-left-2\@small-phone {
margin-left: 1rem;
}
.margin-left-2\.5\@small-phone {
margin-left: 1.25rem;
}
.margin-left-3\@small-phone {
margin-left: 1.5rem;
}
.margin-left-3\.5\@small-phone {
margin-left: 1.75rem;
}
.margin-left-4\@small-phone {
margin-left: 2rem;
}
.margin-left-4\.5\@small-phone {
margin-left: 2.25rem;
}
.margin-left-5\@small-phone {
margin-left: 2.5rem;
}
.margin-left-5\.5\@small-phone {
margin-left: 2.75rem;
}
.margin-left-6\@small-phone {
margin-left: 3rem;
}
.margin-left-6\.5\@small-phone {
margin-left: 3.25rem;
}
.margin-left-7\@small-phone {
margin-left: 3.5rem;
}
.margin-left-7\.5\@small-phone {
margin-left: 3.75rem;
}
.margin-left-8\@small-phone {
margin-left: 4rem;
}
.margin-left-8\.5\@small-phone {
margin-left: 4.25rem;
}
.margin-left-9\@small-phone {
margin-left: 4.5rem;
}
.margin-left-9\.5\@small-phone {
margin-left: 4.75rem;
}
.margin-left-10\@small-phone {
margin-left: 5rem;
}
.margin-left-10\.5\@small-phone {
margin-left: 5.25rem;
}
.margin-left-11\@small-phone {
margin-left: 5.5rem;
}
.margin-left-11\.5\@small-phone {
margin-left: 5.75rem;
}
.margin-left-12\@small-phone {
margin-left: 6rem;
}
.margin-left-12\.5\@small-phone {
margin-left: 6.25rem;
}
.margin-left-13\@small-phone {
margin-left: 6.5rem;
}
.margin-left-13\.5\@small-phone {
margin-left: 6.75rem;
}
.margin-left-14\@small-phone {
margin-left: 7rem;
}
.margin-left-14\.5\@small-phone {
margin-left: 7.25rem;
}
.margin-left-15\@small-phone {
margin-left: 7.5rem;
}
.margin-left-15\.5\@small-phone {
margin-left: 7.75rem;
}
.margin-left-16\@small-phone {
margin-left: 8rem;
}
.margin-left-16\.5\@small-phone {
margin-left: 8.25rem;
}
.margin-left-17\@small-phone {
margin-left: 8.5rem;
}
.margin-left-17\.5\@small-phone {
margin-left: 8.75rem;
}
.margin-left-18\@small-phone {
margin-left: 9rem;
}
.margin-left-18\.5\@small-phone {
margin-left: 9.25rem;
}
.margin-left-19\@small-phone {
margin-left: 9.5rem;
}
.margin-left-19\.5\@small-phone {
margin-left: 9.75rem;
}
.margin-left-20\@small-phone {
margin-left: 10rem;
}
.margin-left-20\.5\@small-phone {
margin-left: 10.25rem;
}
.margin-left-21\@small-phone {
margin-left: 10.5rem;
}
.margin-left-21\.5\@small-phone {
margin-left: 10.75rem;
}
.margin-left-22\@small-phone {
margin-bottom: 11rem;
}
.margin-left-22\.5\@small-phone {
margin-left: 11.25rem;
}
.margin-left-23\@small-phone {
margin-left: 11.5rem;
}
.margin-left-23\.5\@small-phone {
margin-left: 11.75rem;
}
.margin-left-24\@small-phone {
margin-left: 12rem;
}
.margin-left-24\.5\@small-phone {
margin-left: 12.25rem;
}
.margin-left-25\@small-phone {
margin-left: 12.5rem;
}
.margin-left-25\.5\@small-phone {
margin-left: 12.75rem;
}
.margin-left-26\@small-phone {
margin-left: 13rem;
}
.margin-left-26\.5\@small-phone {
margin-left: 13.25rem;
}
.margin-left-27\@small-phone {
margin-left: 13.5rem;
}
.margin-left-27\.5\@small-phone {
margin-left: 13.75rem;
}
.margin-left-28\@small-phone {
margin-left: 14rem;
}
.margin-left-28\.5\@small-phone {
margin-left: 14.25rem;
}
.margin-left-29\@small-phone {
margin-left: 14.5rem;
}
.margin-left-29\.5\@small-phone {
margin-left: 14.75rem;
}
.margin-left-30\@small-phone {
margin-left: 15rem;
}
.margin-left-auto\@small-phone {
margin-left: auto;
}
.margin-y-0\@small-phone {
margin-top: 0;
margin-bottom: 0;
}
.margin-y-0\.5\@small-phone {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.margin-y-1\@small-phone {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.margin-y-1\.5\@phone {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.margin-y-2\@small-phone {
margin-top: 1rem;
margin-bottom: 1rem;
}
.margin-y-2\.5\@small-phone {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.margin-y-3\@small-phone {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.margin-y-3\.5\@small-phone {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.margin-y-4\@small-phone {
margin-top: 2rem;
margin-bottom: 2rem;
}
.margin-y-4\.5\@small-phone {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.margin-y-5\@small-phone {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.margin-y-5\.5\@small-phone {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.margin-y-6\@small-phone {
margin-top: 3rem;
margin-bottom: 3rem;
}
.margin-y-6\.5\@small-phone {
margin-top: 3.25rem;
margin-bottom: 3.25rem;
}
.margin-y-7\@small-phone {
margin-top: 3.5rem;
margin-bottom: 3.5rem;
}
.margin-y-7\.5\@small-phone {
margin-top: 3.75rem;
margin-bottom: 3.75rem;
}
.margin-y-8\@small-phone {
margin-top: 4rem;
margin-bottom: 4rem;
}
.margin-y-8\.5\@small-phone {
margin-top: 4.25rem;
margin-bottom: 4.25rem;
}
.margin-y-9\@small-phone {
margin-top: 4.5rem;
margin-bottom: 4.5rem;
}
.margin-y-9\.5\@small-phone {
margin-top: 4.75rem;
margin-bottom: 4.75rem;
}
.margin-y-10\@small-phone {
margin-top: 5rem;
margin-bottom: 5rem;
}
.margin-y-10\.5\@small-phone {
margin-top: 5.25rem;
margin-bottom: 5.25rem;
}
.margin-y-11\@small-phone {
margin-top: 5.5rem;
margin-bottom: 5.5rem;
}
.margin-y-11\.5\@small-phone {
margin-top: 5.75rem;
margin-bottom: 5.75rem;
}
.margin-y-12\@small-phone {
margin-top: 6rem;
margin-bottom: 6rem;
}
.margin-y-12\.5\@small-phone {
margin-top: 6.25rem;
margin-bottom: 6.25rem;
}
.margin-y-13\@small-phone {
margin-top: 6.55rem;
margin-bottom: 6.55rem;
}
.margin-y-13\.5\@small-phone {
margin-top: 6.75rem;
margin-bottom: 6.75rem;
}
.margin-y-14\@small-phone {
margin-top: 7rem;
margin-bottom: 7rem;
}
.margin-y-14\.5\@small-phone {
margin-top: 7.25rem;
margin-bottom: 7.25rem;
}
.margin-y-15\@small-phone {
margin-top: 7.25rem;
margin-bottom: 7.25rem;
}
.margin-y-15\.5\@small-phone {
margin-top: 7.75rem;
margin-bottom: 7.75rem;
}
.margin-y-16\@small-phone {
margin-top: 8rem;
margin-bottom: 8rem;
}
.margin-y-16\.5\@small-phone {
margin-top: 8.25rem;
margin-bottom: 8.25rem;
}
.margin-y-17\@small-phone {
margin-top: 8.5rem;
margin-bottom: 8.5rem;
}
.margin-y-17\.5\@small-phone {
margin-top: 8.75rem;
margin-bottom: 8.75rem;
}
.margin-y-18\@small-phone {
margin-top: 9rem;
margin-bottom: 9rem;
}
.margin-y-18\.5\@phone {
margin-top: 9.25rem;
margin-bottom: 9.25rem;
}
.margin-y-19\@small-phone {
margin-top: 9.5rem;
margin-bottom: 9.5rem;
}
.margin-y-19\.5\@small-phone {
margin-top: 9.75rem;
margin-bottom: 9.75rem;
}
.margin-y-20\@small-phone {
margin-top: 10rem;
margin-bottom: 10rem;
}
.margin-y-20\.5\@small-phone {
margin-top: 10.25rem;
margin-bottom: 10.25rem;
}
.margin-y-21\@small-phone {
margin-top: 10.5rem;
margin-bottom: 10.5rem;
}
.margin-y-21\.5\@small-phone {
margin-top: 10.75rem;
margin-bottom: 10.75rem;
}
.margin-y-22\@small-phone {
margin-top: 11rem;
margin-bottom: 11rem;
}
.margin-y-22\.5\@small-phone {
margin-top: 11.25rem;
margin-bottom: 11.25rem;
}
.margin-y-23\@small-phone {
margin-top: 11.5rem;
margin-bottom: 11.5rem;
}
.margin-y-23\.5\@small-phone {
margin-top: 11.75rem;
margin-bottom: 11.75rem;
}
.margin-y-24\@small-phone {
margin-top: 12rem;
margin-bottom: 12rem;
}
.margin-y-24\.5\@small-phone {
margin-top: 12.25rem;
margin-bottom: 12.25rem;
}
.margin-y-25\@small-phone {
margin-top: 12.5rem;
margin-bottom: 12.5rem;
}
.margin-y-25\.5\@small-phone {
margin-top: 12.75rem;
margin-bottom: 12.75rem;
}
.margin-y-26\@small-phone {
margin-top: 13rem;
margin-bottom: 13rem;
}
.margin-y-26\.5\@small-phone {
margin-top: 13.25rem;
margin-bottom: 13.25rem;
}
.margin-y-27\@small-phone {
margin-top: 13.5rem;
margin-bottom: 13.5rem;
}
.margin-y-28\.5\@small-phone {
margin-top: 13.75rem;
margin-bottom: 13.75rem;
}
.margin-y-28\@small-phone {
margin-top: 14rem;
margin-bottom: 14rem;
}
.margin-y-28\.5\@small-phone {
margin-top: 14.25rem;
margin-bottom: 14.25rem;
}
.margin-y-29\@small-phone {
margin-top: 14.5rem;
margin-bottom: 14.5rem;
}
.margin-y-29\.5\@small-hone {
margin-top: 14.75rem;
margin-bottom: 14.75rem;
}
.margin-y-30\@small-phone {
margin-top: 15rem;
margin-bottom: 15rem;
}
.margin-y-auto\@small-phone {
margin-top: auto;
margin-bottom: auto;
}
.margin-x-0\@small-phone {
margin-right: 0;
margin-left: 0;
}
.margin-x-0\.5\@small-phone {
margin-right: 0.25rem;
margin-left: 0.25rem;
}
.margin-x-1\@small-phone {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.margin-x-1\.5\@small-phone {
margin-right: 0.75rem;
margin-left: 0.75rem;
}
.margin-x-2\@small-phone {
margin-right: 1rem;
margin-left: 1rem;
}
.margin-x-2\.5\@small-phone {
margin-right: 1.25rem;
margin-left: 1.25rem;
}
.margin-x-3\@small-phone {
margin-right: 1.5rem;
margin-left: 1.5rem;
}
.margin-x-3\.5\@small-phone {
margin-right: 1.75rem;
margin-left: 1.75rem;
}
.margin-x-4\@small-phone {
margin-right: 2rem;
margin-left: 2rem;
}
.margin-x-4\.5\@small-phone {
margin-right: 2.25rem;
margin-left: 2.25rem;
}
.margin-x-5\@small-phone {
margin-right: 2.5rem;
margin-left: 2.5rem;
}
.margin-x-5\.5\@small-phone {
margin-right: 2.75rem;
margin-left: 2.75rem;
}
.margin-x-6\@small-phone {
margin-right: 3rem;
margin-left: 3rem;
}
.margin-x-6\.5\@small-phone {
margin-right: 3.25rem;
margin-left: 3.25rem;
}
.margin-x-7\@small-phone {
margin-right: 3.5rem;
margin-left: 3.5rem;
}
.margin-x-7\.5\@small-phone {
margin-right: 3.75rem;
margin-left: 3.75rem;
}
.margin-x-8\@small-phone {
margin-right: 4rem;
margin-left: 4rem;
}
.margin-x-8\.5\@small-phone {
margin-right: 4.25rem;
margin-left: 4.25rem;
}
.margin-x-9\@small-phone {
margin-right: 4.5rem;
margin-left: 4.5rem;
}
.margin-x-9\.5\@small-phone {
margin-right: 4.75rem;
margin-left: 4.75rem;
}
.margin-x-10\@small-phone {
margin-right: 5rem;
margin-left: 5rem;
}
.margin-x-10\.5\@small-phone {
margin-right: 5.25rem;
margin-left: 5.25rem;
}
.margin-x-11\@small-phone {
margin-right: 5.5rem;
margin-left: 5.5rem;
}
.margin-x-11\.5\@small-phone {
margin-right: 5.75rem;
margin-left: 5.75rem;
}
.margin-x-12\@small-phone {
margin-right: 6rem;
margin-left: 6rem;
}
.margin-x-12\.5\@small-phone {
margin-right: 6.25rem;
margin-left: 6.25rem;
}
.margin-x-13\@small-phone {
margin-right: 6.55rem;
margin-left: 6.55rem;
}
.margin-x-13\.5\@small-phone {
margin-right: 6.75rem;
margin-left: 6.75rem;
}
.margin-x-14\@small-phone {
margin-right: 7rem;
margin-left: 7rem;
}
.margin-x-14\.5\@small-phone {
margin-right: 7.25rem;
margin-left: 7.25rem;
}
.margin-x-15\@small-phone {
margin-right: 7.25rem;
margin-left: 7.25rem;
}
.margin-x-15\.5\@small-phone {
margin-right: 7.75rem;
margin-left: 7.75rem;
}
.margin-x-16\@small-phone {
margin-right: 8rem;
margin-left: 8rem;
}
.margin-x-16\.5\@small-phone {
margin-right: 8.25rem;
margin-left: 8.25rem;
}
.margin-x-17\@small-phone {
margin-right: 8.5rem;
margin-left: 8.5rem;
}
.margin-x-17\.5\@small-phone {
margin-right: 8.75rem;
margin-left: 8.75rem;
}
.margin-x-18\@small-phone {
margin-right: 9rem;
margin-left: 9rem;
}
.margin-x-18\.5\@small-phone {
margin-right: 9.25rem;
margin-left: 9.25rem;
}
.margin-x-19\@small-phone {
margin-right: 9.5rem;
margin-left: 9.5rem;
}
.margin-x-19\.5\@small-phone {
margin-right: 9.75rem;
margin-left: 9.75rem;
}
.margin-x-20\@small-phone {
margin-right: 10rem;
margin-left: 10rem;
}
.margin-x-20\.5\@small-phone {
margin-right: 10.25rem;
margin-left: 10.25rem;
}
.margin-x-21\@small-phone {
margin-right: 10.5rem;
margin-left: 10.5rem;
}
.margin-x-21\.5\@small-phone {
margin-right: 10.75rem;
margin-left: 10.75rem;
}
.margin-x-22\@small-phone {
margin-right: 11rem;
margin-left: 11rem;
}
.margin-x-22\.5\@small-phone {
margin-right: 11.25rem;
margin-left: 11.25rem;
}
.margin-x-23\@small-phone {
margin-right: 11.5rem;
margin-left: 11.5rem;
}
.margin-x-23\.5\@small-phone {
margin-right: 11.75rem;
margin-left: 11.75rem;
}
.margin-x-24\@small-phone {
margin-right: 12rem;
margin-left: 12rem;
}
.margin-x-24\.5\@small-phone {
margin-right: 12.25rem;
margin-left: 12.25rem;
}
.margin-x-25\@small-phone {
margin-right: 12.5rem;
margin-left: 12.5rem;
}
.margin-x-25\.5\@small-phone {
margin-right: 12.75rem;
margin-left: 12.75rem;
}
.margin-x-26\@small-phone {
margin-right: 13rem;
margin-left: 13rem;
}
.margin-x-26\.5\@small-phone {
margin-right: 13.25rem;
margin-left: 13.25rem;
}
.margin-x-27\@small-phone {
margin-right: 13.5rem;
margin-left: 13.5rem;
}
.margin-x-28\.5\@small-phone {
margin-right: 13.75rem;
margin-left: 13.75rem;
}
.margin-x-28\@small-phone {
margin-right: 14rem;
margin-left: 14rem;
}
.margin-x-28\.5\@small-phone {
margin-right: 14.25rem;
margin-left: 14.25rem;
}
.margin-x-29\@small-phone {
margin-right: 14.5rem;
margin-left: 14.5rem;
}
.margin-x-29\.5\@small-phone {
margin-right: 14.75rem;
margin-left: 14.75rem;
}
.margin-x-30\@small-phone {
margin-right: 15rem;
margin-left: 15rem;
}
.margin-x-auto\@small-phone {
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.margin-0\@tablet {
margin: 0;
}
.margin-0\.5\@tablet {
margin: 0.25rem;
}
.margin-1\@tablet {
margin: 0.5rem;
}
.margin-1\.5\@tablet {
margin: 0.75rem;
}
.margin-2\@tablet {
margin: 1rem;
}
.margin-2\.5\@tablet {
margin: 1.25rem;
}
.margin-3\@tablet {
margin: 1.5rem;
}
.margin-3\.5\@tablet {
margin: 1.75rem;
}
.margin-4\@tablet {
margin: 2rem;
}
.margin-4\.5\@tablet {
margin: 2.25rem;
}
.margin-5\@tablet {
margin: 2.5rem;
}
.margin-5\.5\@tablet {
margin: 2.75rem;
}
.margin-6\@tablet {
margin: 3rem;
}
.margin-6\.5\@tablet {
margin: 3.25rem;
}
.margin-7\@tablet {
margin: 3.5rem;
}
.margin-7\.5\@tablet {
margin: 3.75rem;
}
.margin-8\@tablet {
margin: 4rem;
}
.margin-8\.5\@tablet {
margin: 4.25rem;
}
.margin-9\@tablet {
margin: 4.5rem;
}
.margin-9\.5\@tablet {
margin: 4.75rem;
}
.margin-10\@tablet {
margin: 5rem;
}
.margin-10\.5\@tablet {
margin: 5.25rem;
}
.margin-11\@tablet {
margin: 5.5rem;
}
.margin-11\.5\@tablet {
margin: 5.75rem;
}
.margin-12\@tablet {
margin: 6rem;
}
.margin-12\.5\@tablet {
margin: 6.25rem;
}
.margin-13\@tablet {
margin: 6.5rem;
}
.margin-13\.5\@tablet {
margin: 6.75rem;
}
.margin-14\@tablet {
margin: 7rem;
}
.margin-14\.5\@tablet {
margin: 7.25rem;
}
.margin-15\@tablet {
margin: 7.5rem;
}
.margin-15\.5\@tablet {
margin: 7.75rem;
}
.margin-16\@tablet {
margin: 8rem;
}
.margin-16\.5\@tablet {
margin: 8.25rem;
}
.margin-17\@tablet {
margin: 8.5rem;
}
.margin-17\.5\@tablet {
margin: 8.75rem;
}
.margin-18\@tablet {
margin: 9rem;
}
.margin-18\.5\@tablet {
margin: 9.25rem;
}
.margin-19\@tablet {
margin: 9.5rem;
}
.margin-19\.5\@tablet {
margin: 9.75rem;
}
.margin-20\@tablet {
margin: 10rem;
}
.margin-20\.5\@tablet {
margin: 10.25rem;
}
.margin-21\@tablet {
margin: 10.5rem;
}
.margin-21\.5\@tablet {
margin: 10.75rem;
}
.margin-22\@tablet {
margin: 11rem;
}
.margin-22\.5\@tablet {
margin: 11.25rem;
}
.margin-23\@tablet {
margin-top: 11.5rem;
}
.margin-23\.5\@tablet {
margin: 11.75rem;
}
.margin-24\@tablet {
margin-top: 12rem;
}
.margin-24\.5\@tablet {
margin: 12.25rem;
}
.margin-25\@tablet {
margin: 12.5rem;
}
.margin-25\.5\@tablet {
margin: 12.75rem;
}
.margin-26\@tablet {
margin: 13rem;
}
.margin-26\.5\@tablet {
margin: 13.25rem;
}
.margin-27\@tablet {
margin: 13.5rem;
}
.margin-27\.5\@tablet {
margin: 13.75rem;
}
.margin-28\@tablet {
margin: 14rem;
}
.margin-28\.5\@tablet {
margin: 14.25rem;
}
.margin-29\@tablet {
margin: 14.5rem;
}
.margin-29\.5\@tablet {
margin: 14.75rem;
}
.margin-30\@tablet {
margin: 15rem;
}
.margin-auto\@tablet {
margin: auto;
}
.margin-top-0\@tablet {
margin-top: 0;
}
.margin-top-0\.5\@tablet {
margin-top: 0.25rem;
}
.margin-top-1\@tablet {
margin-top: 0.5rem;
}
.margin-top-1\.5\@tablet {
margin-top: 0.75rem;
}
.margin-top-2\@tablet {
margin-top: 1rem;
}
.margin-top-2\.5\@tablet {
margin-top: 1.25rem;
}
.margin-top-3\@tablet {
margin-top: 1.5rem;
}
.margin-top-3\.5\@tablet {
margin-top: 1.75rem;
}
.margin-top-4\@tablet {
margin-top: 2rem;
}
.margin-top-4\.5\@tablet {
margin-top: 2.25rem;
}
.margin-top-5\@tablet {
margin-top: 2.5rem;
}
.margin-top-5\.5\@tablet {
margin-top: 2.75rem;
}
.margin-top-6\@tablet {
margin-top: 3rem;
}
.margin-top-6\.5\@tablet {
margin-top: 3.25rem;
}
.margin-top-7\@tablet {
margin-top: 3.5rem;
}
.margin-top-7\.5\@tablet {
margin-top: 3.75rem;
}
.margin-top-8\@tablet {
margin-top: 4rem;
}
.margin-top-8\.5\@tablet {
margin-top: 4.25rem;
}
.margin-top-9\@tablet {
margin-top: 4.5rem;
}
.margin-top-9\.5\@tablet {
margin-top: 4.75rem;
}
.margin-top-10\@tablet {
margin-top: 5rem;
}
.margin-top-10\.5\@tablet {
margin-top: 5.25rem;
}
.margin-top-11\@tablet {
margin-top: 5.5rem;
}
.margin-top-11\.5\@tablet {
margin-top: 5.75rem;
}
.margin-top-12\@tablet {
margin-top: 6rem;
}
.margin-top-12\.5\@tablet {
margin-top: 6.25rem;
}
.margin-top-13\@tablet {
margin-top: 6.5rem;
}
.margin-top-13\.5\@tablet {
margin-top: 6.75rem;
}
.margin-top-14\@tablet {
margin-top: 7rem;
}
.margin-top-14\.5\@tablet {
margin-top: 7.25rem;
}
.margin-top-15\@tablet {
margin-top: 7.5rem;
}
.margin-top-15\.5\@tablet {
margin-top: 7.75rem;
}
.margin-top-16\@tablet {
margin-top: 8rem;
}
.margin-top-16\.5\@tablet {
margin-top: 8.25rem;
}
.margin-top-17\@tablet {
margin-top: 8.5rem;
}
.margin-top-17\.5\@tablet {
margin-top: 8.75rem;
}
.margin-top-18\@tablet {
margin-top: 9rem;
}
.margin-top-18\.5\@tablet {
margin-top: 9.25rem;
}
.margin-top-19\@tablet {
margin-top: 9.5rem;
}
.margin-top-19\.5\@tablet {
margin-top: 9.75rem;
}
.margin-top-20\@tablet {
margin-top: 10rem;
}
.margin-top-20\.5\@tablet {
margin-top: 10.25rem;
}
.margin-top-21\@tablet {
margin-top: 10.5rem;
}
.margin-top-21\.5\@tablet {
margin-top: 10.75rem;
}
.margin-top-22\@tablet {
margin-top: 11rem;
}
.margin-top-22\.5\@tablet {
margin-top: 11.25rem;
}
.margin-top-23\@tablet {
margin-top: 11.5rem;
}
.margin-top-23\.5\@tablet {
margin-top: 11.75rem;
}
.margin-top-24\@tablet {
margin-top: 12rem;
}
.margin-top-24\.5\@tablet {
margin-top: 12.25rem;
}
.margin-top-25\@tablet {
margin-top: 12.5rem;
}
.margin-top-25\.5\@tablet {
margin-top: 12.75rem;
}
.margin-top-26\@tablet {
margin-top: 13rem;
}
.margin-top-26\.5\@tablet {
margin-top: 13.25rem;
}
.margin-top-27\@tablet {
margin-top: 13.5rem;
}
.margin-top-27\.5\@tablet {
margin-top: 13.75rem;
}
.margin-top-28\@tablet {
margin-top: 14rem;
}
.margin-top-28\.5\@tablet {
margin-top: 14.25rem;
}
.margin-top-29\@tablet {
margin-top: 14.5rem;
}
.margin-top-29\.5\@tablet {
margin-top: 14.75rem;
}
.margin-top-30\@tablet {
margin-top: 15rem;
}
.margin-top-auto\@tablet {
margin-top: auto;
}
.margin-right-0\@tablet {
margin-right: 0;
}
.margin-right-0\.5\@tablet {
margin-right: 0.25rem;
}
.margin-right-1\@tablet {
margin-right: 0.5rem;
}
.margin-right-1\.5\@tablet {
margin-right: 0.75rem;
}
.margin-right-2\@tablet {
margin-right: 1rem;
}
.margin-right-2\.5\@tablet {
margin-right: 1.25rem;
}
.margin-right-3\@tablet {
margin-right: 1.5rem;
}
.margin-right-3\.5\@tablet {
margin-right: 1.75rem;
}
.margin-right-4\@tablet {
margin-right: 2rem;
}
.margin-right-4\.5\@tablet {
margin-right: 2.25rem;
}
.margin-right-5\@tablet {
margin-right: 2.5rem;
}
.margin-right-5\.5\@tablet {
margin-right: 2.75rem;
}
.margin-right-6\@tablet {
margin-right: 3rem;
}
.margin-right-6\.5\@tablet {
margin-right: 3.25rem;
}
.margin-right-7\@tablet {
margin-right: 3.5rem;
}
.margin-right-7\.5\@tablet {
margin-right: 3.75rem;
}
.margin-right-8\@tablet {
margin-right: 4rem;
}
.margin-right-8\.5\@tablet {
margin-right: 4.25rem;
}
.margin-right-9\@tablet {
margin-right: 4.5rem;
}
.margin-right-9\.5\@tablet {
margin-right: 4.75rem;
}
.margin-right-10\@tablet {
margin-right: 5rem;
}
.margin-right-10\.5\@tablet {
margin-right: 5.25rem;
}
.margin-right-11\@tablet {
margin-right: 5.5rem;
}
.margin-right-11\.5\@tablet {
margin-right: 5.75rem;
}
.margin-right-12\@tablet {
margin-right: 6rem;
}
.margin-right-12\.5\@tablet {
margin-right: 6.25rem;
}
.margin-right-13\@tablet {
margin-right: 6.5rem;
}
.margin-right-13\.5\@tablet {
margin-right: 6.75rem;
}
.margin-right-14\@tablet {
margin-right: 7rem;
}
.margin-right-14\.5\@tablet {
margin-right: 7.25rem;
}
.margin-right-15\@tablet {
margin-right: 7.5rem;
}
.margin-right-15\.5\@tablet {
margin-right: 7.75rem;
}
.margin-right-16\@tablet {
margin-right: 8rem;
}
.margin-right-16\.5\@tablet {
margin-right: 8.25rem;
}
.margin-right-17\@tablet {
margin-right: 8.5rem;
}
.margin-right-17\.5\@tablet {
margin-right: 8.75rem;
}
.margin-right-18\@tablet {
margin-right: 9rem;
}
.margin-right-18\.5\@tablet {
margin-right: 9.25rem;
}
.margin-right-19\@tablet {
margin-right: 9.5rem;
}
.margin-right-19\.5\@tablet {
margin-right: 9.75rem;
}
.margin-right-20\@tablet {
margin-right: 10rem;
}
.margin-right-20\.5\@tablet {
margin-right: 10.25rem;
}
.margin-right-21\@tablet {
margin-right: 10.5rem;
}
.margin-right-21\.5\@tablet {
margin-right: 10.75rem;
}
.margin-right-22\@tablet {
margin-right: 11rem;
}
.margin-right-22\.5\@tablet {
margin-right: 11.25rem;
}
.margin-right-23\@tablet {
margin-right: 11.5rem;
}
.margin-right-23\.5\@tablet {
margin-right: 11.75rem;
}
.margin-right-24\@tablet {
margin-right: 12rem;
}
.margin-right-24\.5\@tablet {
margin-right: 12.25rem;
}
.margin-right-25\@tablet {
margin-right: 12.5rem;
}
.margin-right-25\.5\@tablet {
margin-right: 12.75rem;
}
.margin-right-26\@tablet {
margin-right: 13rem;
}
.margin-right-26\.5\@tablet {
margin-right: 13.25rem;
}
.margin-right-27\@tablet {
margin-right: 13.5rem;
}
.margin-right-27\.5\@tablet {
margin-right: 13.75rem;
}
.margin-right-28\@tablet {
margin-right: 14rem;
}
.margin-right-28\.5\@tablet {
margin-right: 14.25rem;
}
.margin-right-29\@tablet {
margin-right: 14.5rem;
}
.margin-right-29\.5\@tablet {
margin-right: 14.75rem;
}
.margin-right-30\@tablet {
margin-right: 15rem;
}
.margin-right-auto\@tablet {
margin-right: auto;
}
.margin-bottom-0\@tablet {
margin-bottom: 0;
}
.margin-bottom-0\.5\@tablet {
margin-bottom: 0.25rem;
}
.margin-bottom-1\@tablet {
margin-bottom: 0.5rem;
}
.margin-bottom-1\.5\@tablet {
margin-bottom: 0.75rem;
}
.margin-bottom-2\@tablet {
margin-bottom: 1rem;
}
.margin-bottom-2\.5\@tablet {
margin-bottom: 1.25rem;
}
.margin-bottom-3\@tablet {
margin-bottom: 1.5rem;
}
.margin-bottom-3\.5\@tablet {
margin-bottom: 1.75rem;
}
.margin-bottom-4\@tablet {
margin-bottom: 2rem;
}
.margin-bottom-4\.5\@tablet {
margin-bottom: 2.25rem;
}
.margin-bottom-5\@tablet {
margin-bottom: 2.5rem;
}
.margin-bottom-5\.5\@tablet {
margin-bottom: 2.75rem;
}
.margin-bottom-6\@tablet {
margin-bottom: 3rem;
}
.margin-bottom-6\.5\@tablet {
margin-bottom: 3.25rem;
}
.margin-bottom-7\@tablet {
margin-bottom: 3.5rem;
}
.margin-bottom-7\.5\@tablet {
margin-bottom: 3.75rem;
}
.margin-bottom-8\@tablet {
margin-bottom: 4rem;
}
.margin-bottom-8\.5\@tablet {
margin-bottom: 4.25rem;
}
.margin-bottom-9\@tablet {
margin-bottom: 4.5rem;
}
.margin-bottom-9\.5\@tablet {
margin-bottom: 4.75rem;
}
.margin-bottom-10\@tablet {
margin-bottom: 5rem;
}
.margin-bottom-10\.5\@tablet {
margin-bottom: 5.25rem;
}
.margin-bottom-11\@tablet {
margin-bottom: 5.5rem;
}
.margin-bottom-11\.5\@tablet {
margin-bottom: 5.75rem;
}
.margin-bottom-12\@tablet {
margin-bottom: 6rem;
}
.margin-bottom-12\.5\@tablet {
margin-bottom: 6.25rem;
}
.margin-bottom-13\@tablet {
margin-bottom: 6.5rem;
}
.margin-bottom-13\.5\@tablet {
margin-bottom: 6.75rem;
}
.margin-bottom-14\@tablet {
margin-bottom: 7rem;
}
.margin-bottom-14\.5\@tablet {
margin-bottom: 7.25rem;
}
.margin-bottom-15\@tablet {
margin-bottom: 7.5rem;
}
.margin-bottom-15\.5\@tablet {
margin-bottom: 7.75rem;
}
.margin-bottom-16\@tablet {
margin-bottom: 8rem;
}
.margin-bottom-16\.5\@tablet {
margin-bottom: 8.25rem;
}
.margin-bottom-17\@tablet {
margin-bottom: 8.5rem;
}
.margin-bottom-17\.5\@tablet {
margin-bottom: 8.75rem;
}
.margin-bottom-18\@tablet {
margin-bottom: 9rem;
}
.margin-bottom-18\.5\@tablet {
margin-bottom: 9.25rem;
}
.margin-bottom-19\@tablet {
margin-bottom: 9.5rem;
}
.margin-bottom-19\.5\@tablet {
margin-bottom: 9.75rem;
}
.margin-bottom-20\@tablet {
margin-bottom: 10rem;
}
.margin-bottom-20\.5\@tablet {
margin-bottom: 10.25rem;
}
.margin-bottom-21\@tablet {
margin-bottom: 10.5rem;
}
.margin-bottom-21\.5\@tablet {
margin-bottom: 10.75rem;
}
.margin-bottom-22\@tablet {
margin-bottom: 11rem;
}
.margin-bottom-22\.5\@tablet {
margin-bottom: 11.25rem;
}
.margin-bottom-23\@tablet {
margin-bottom: 11.5rem;
}
.margin-bottom-23\.5\@tablet {
margin-bottom: 11.75rem;
}
.margin-bottom-24\@tablet {
margin-bottom: 12rem;
}
.margin-bottom-24\.5\@tablet {
margin-bottom: 12.25rem;
}
.margin-bottom-25\@tablet {
margin-bottom: 12.5rem;
}
.margin-bottom-25\.5\@tablet {
margin-bottom: 12.75rem;
}
.margin-bottom-26\@tablet {
margin-bottom: 13rem;
}
.margin-bottom-26\.5\@tablet {
margin-bottom: 13.25rem;
}
.margin-bottom-27\@tablet {
margin-bottom: 13.5rem;
}
.margin-bottom-27\.5\@tablet {
margin-bottom: 13.75rem;
}
.margin-bottom-28\@tablet {
margin-bottom: 14rem;
}
.margin-bottom-28\.5\@tablet {
margin-bottom: 14.25rem;
}
.margin-bottom-29\@tablet {
margin-bottom: 14.5rem;
}
.margin-bottom-29\.5\@tablet {
margin-bottom: 14.75rem;
}
.margin-bottom-30\@tablet {
margin-bottom: 15rem;
}
.margin-bottom-auto\@tablet {
margin-bottom: auto;
}
.margin-left-0\@tablet {
margin-left: 0;
}
.margin-left-0\.5\@tablet {
margin-left: 0.25rem;
}
.margin-left-1\@tablet {
margin-left: 0.5rem;
}
.margin-left-1\.5\@tablet {
margin-left: 0.75rem;
}
.margin-left-2\@tablet {
margin-left: 1rem;
}
.margin-left-2\.5\@tablet {
margin-left: 1.25rem;
}
.margin-left-3\@tablet {
margin-left: 1.5rem;
}
.margin-left-3\.5\@tablet {
margin-left: 1.75rem;
}
.margin-left-4\@tablet {
margin-left: 2rem;
}
.margin-left-4\.5\@tablet {
margin-left: 2.25rem;
}
.margin-left-5\@tablet {
margin-left: 2.5rem;
}
.margin-left-5\.5\@tablet {
margin-left: 2.75rem;
}
.margin-left-6\@tablet {
margin-left: 3rem;
}
.margin-left-6\.5\@tablet {
margin-left: 3.25rem;
}
.margin-left-7\@tablet {
margin-left: 3.5rem;
}
.margin-left-7\.5\@tablet {
margin-left: 3.75rem;
}
.margin-left-8\@tablet {
margin-left: 4rem;
}
.margin-left-8\.5\@tablet {
margin-left: 4.25rem;
}
.margin-left-9\@tablet {
margin-left: 4.5rem;
}
.margin-left-9\.5\@tablet {
margin-left: 4.75rem;
}
.margin-left-10\@tablet {
margin-left: 5rem;
}
.margin-left-10\.5\@tablet {
margin-left: 5.25rem;
}
.margin-left-11\@tablet {
margin-left: 5.5rem;
}
.margin-left-11\.5\@tablet {
margin-left: 5.75rem;
}
.margin-left-12\@tablet {
margin-left: 6rem;
}
.margin-left-12\.5\@tablet {
margin-left: 6.25rem;
}
.margin-left-13\@tablet {
margin-left: 6.5rem;
}
.margin-left-13\.5\@tablet {
margin-left: 6.75rem;
}
.margin-left-14\@tablet {
margin-left: 7rem;
}
.margin-left-14\.5\@tablet {
margin-left: 7.25rem;
}
.margin-left-15\@tablet {
margin-left: 7.5rem;
}
.margin-left-15\.5\@tablet {
margin-left: 7.75rem;
}
.margin-left-16\@tablet {
margin-left: 8rem;
}
.margin-left-16\.5\@tablet {
margin-left: 8.25rem;
}
.margin-left-17\@tablet {
margin-left: 8.5rem;
}
.margin-left-17\.5\@tablet {
margin-left: 8.75rem;
}
.margin-left-18\@tablet {
margin-left: 9rem;
}
.margin-left-18\.5\@tablet {
margin-left: 9.25rem;
}
.margin-left-19\@tablet {
margin-left: 9.5rem;
}
.margin-left-19\.5\@tablet {
margin-left: 9.75rem;
}
.margin-left-20\@tablet {
margin-left: 10rem;
}
.margin-left-20\.5\@tablet {
margin-left: 10.25rem;
}
.margin-left-21\@tablet {
margin-left: 10.5rem;
}
.margin-left-21\.5\@tablet {
margin-left: 10.75rem;
}
.margin-left-22\@tablet {
margin-left: 11rem;
}
.margin-left-22\.5\@tablet {
margin-left: 11.25rem;
}
.margin-left-23\@tablet {
margin-left: 11.5rem;
}
.margin-left-23\.5\@tablet {
margin-left: 11.75rem;
}
.margin-left-24\@tablet {
margin-left: 12rem;
}
.margin-left-24\.5\@tablet {
margin-left: 12.25rem;
}
.margin-left-25\@tablet {
margin-left: 12.5rem;
}
.margin-left-25\.5\@tablet {
margin-left: 12.75rem;
}
.margin-left-26\@tablet {
margin-left: 13rem;
}
.margin-left-26\.5\@tablet {
margin-left: 13.25rem;
}
.margin-left-27\@tablet {
margin-left: 13.5rem;
}
.margin-left-27\.5\@tablet {
margin-left: 13.75rem;
}
.margin-left-28\@tablet {
margin-left: 14rem;
}
.margin-left-28\.5\@tablet {
margin-left: 14.25rem;
}
.margin-left-29\@tablet {
margin-left: 14.5rem;
}
.margin-left-29\.5\@tablet {
margin-left: 14.75rem;
}
.margin-left-30\@tablet {
margin-left: 15rem;
}
.margin-left-auto\@tablet {
margin-left: auto;
}
.margin-y-0\@tablet {
margin-top: 0;
margin-bottom: 0;
}
.margin-y-0\.5\@tablet {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.margin-y-1\@tablet {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.margin-y-1\.5\@tablet {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.margin-y-2\@tablet {
margin-top: 1rem;
margin-bottom: 1rem;
}
.margin-y-2\.5\@tablet {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.margin-y-3\@tablet {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.margin-y-3\.5\@tablet {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.margin-y-4\@tablet {
margin-top: 2rem;
margin-bottom: 2rem;
}
.margin-y-4\.5\@tablet {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.margin-y-5\@tablet {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.margin-y-5\.5\@tablet {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.margin-y-6\@tablet {
margin-top: 3rem;
margin-bottom: 3rem;
}
.margin-y-6\.5\@tablet {
margin-top: 3.25rem;
margin-bottom: 3.25rem;
}
.margin-y-7\@tablet {
margin-top: 3.5rem;
margin-bottom: 3.5rem;
}
.margin-y-7\.5\@tablet {
margin-top: 3.75rem;
margin-bottom: 3.75rem;
}
.margin-y-8\@tablet {
margin-top: 4rem;
margin-bottom: 4rem;
}
.margin-y-8\.5\@tablet {
margin-top: 4.25rem;
margin-bottom: 4.25rem;
}
.margin-y-9\@tablet {
margin-top: 4.5rem;
margin-bottom: 4.5rem;
}
.margin-y-9\.5\@tablet {
margin-top: 4.75rem;
margin-bottom: 4.75rem;
}
.margin-y-10\@tablet {
margin-top: 5rem;
margin-bottom: 5rem;
}
.margin-y-10\.5\@tablet {
margin-top: 5.25rem;
margin-bottom: 5.25rem;
}
.margin-y-11\@tablet {
margin-top: 5.5rem;
margin-bottom: 5.5rem;
}
.margin-y-11\.5\@tablet {
margin-top: 5.75rem;
margin-bottom: 5.75rem;
}
.margin-y-12\@tablet {
margin-top: 6rem;
margin-bottom: 6rem;
}
.margin-y-12\.5\@tablet {
margin-top: 6.25rem;
margin-bottom: 6.25rem;
}
.margin-y-13\@tablet {
margin-top: 6.55rem;
margin-bottom: 6.55rem;
}
.margin-y-13\.5\@tablet {
margin-top: 6.75rem;
margin-bottom: 6.75rem;
}
.margin-y-14\@tablet {
margin-top: 7rem;
margin-bottom: 7rem;
}
.margin-y-14\.5\@tablet {
margin-top: 7.25rem;
margin-bottom: 7.25rem;
}
.margin-y-15\@tablet {
margin-top: 7.25rem;
margin-bottom: 7.25rem;
}
.margin-y-15\.5\@tablet {
margin-top: 7.75rem;
margin-bottom: 7.75rem;
}
.margin-y-16\@tablet {
margin-top: 8rem;
margin-bottom: 8rem;
}
.margin-y-16\.5\@tablet {
margin-top: 8.25rem;
margin-bottom: 8.25rem;
}
.margin-y-17\@tablet {
margin-top: 8.5rem;
margin-bottom: 8.5rem;
}
.margin-y-17\.5\@tablet {
margin-top: 8.75rem;
margin-bottom: 8.75rem;
}
.margin-y-18\@tablet {
margin-top: 9rem;
margin-bottom: 9rem;
}
.margin-y-18\.5\@tablet {
margin-top: 9.25rem;
margin-bottom: 9.25rem;
}
.margin-y-19\@tablet {
margin-top: 9.5rem;
margin-bottom: 9.5rem;
}
.margin-y-19\.5\@tablet {
margin-top: 9.75rem;
margin-bottom: 9.75rem;
}
.margin-y-20\@tablet {
margin-top: 10rem;
margin-bottom: 10rem;
}
.margin-y-20\.5\@tablet {
margin-top: 10.25rem;
margin-bottom: 10.25rem;
}
.margin-y-21\@tablet {
margin-top: 10.5rem;
margin-bottom: 10.5rem;
}
.margin-y-21\.5\@tablet {
margin-top: 10.75rem;
margin-bottom: 10.75rem;
}
.margin-y-22\@tablet {
margin-top: 11rem;
margin-bottom: 11rem;
}
.margin-y-22\.5\@tablet {
margin-top: 11.25rem;
margin-bottom: 11.25rem;
}
.margin-y-23\@tablet {
margin-top: 11.5rem;
margin-bottom: 11.5rem;
}
.margin-y-23\.5\@tablet {
margin-top: 11.75rem;
margin-bottom: 11.75rem;
}
.margin-y-24\@tablet {
margin-top: 12rem;
margin-bottom: 12rem;
}
.margin-y-24\.5\@tablet {
margin-top: 12.25rem;
margin-bottom: 12.25rem;
}
.margin-y-25\@tablet {
margin-top: 12.5rem;
margin-bottom: 12.5rem;
}
.margin-y-25\.5\@tablet {
margin-top: 12.75rem;
margin-bottom: 12.75rem;
}
.margin-y-26\@tablet {
margin-top: 13rem;
margin-bottom: 13rem;
}
.margin-y-26\.5\@tablet {
margin-top: 13.25rem;
margin-bottom: 13.25rem;
}
.margin-y-27\@tablet {
margin-top: 13.5rem;
margin-bottom: 13.5rem;
}
.margin-y-28\.5\@tablet {
margin-top: 13.75rem;
margin-bottom: 13.75rem;
}
.margin-y-28\@tablet {
margin-top: 14rem;
margin-bottom: 14rem;
}
.margin-y-28\.5\@tablet {
margin-top: 14.25rem;
margin-bottom: 14.25rem;
}
.margin-y-29\@tablet {
margin-top: 14.5rem;
margin-bottom: 14.5rem;
}
.margin-y-29\.5\@tablet {
margin-top: 14.75rem;
margin-bottom: 14.75rem;
}
.margin-y-30\@tablet {
margin-top: 15rem;
margin-bottom: 15rem;
}
.margin-y-auto\@tablet {
margin-top: auto;
margin-bottom: auto;
}
.margin-x-0\@tablet {
margin-right: 0;
margin-left: 0;
}
.margin-x-0\.5\@tablet {
margin-right: 0.25rem;
margin-left: 0.25rem;
}
.margin-x-1\@tablet {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.margin-x-1\.5\@tablet {
margin-right: 0.75rem;
margin-left: 0.75rem;
}
.margin-x-2\@tablet {
margin-right: 1rem;
margin-left: 1rem;
}
.margin-x-2\.5\@tablet {
margin-right: 1.25rem;
margin-left: 1.25rem;
}
.margin-x-3\@tablet {
margin-right: 1.5rem;
margin-left: 1.5rem;
}
.margin-x-3\.5\@tablet {
margin-right: 1.75rem;
margin-left: 1.75rem;
}
.margin-x-4\@tablet {
margin-right: 2rem;
margin-left: 2rem;
}
.margin-x-4\.5\@tablet {
margin-right: 2.25rem;
margin-left: 2.25rem;
}
.margin-x-5\@tablet {
margin-right: 2.5rem;
margin-left: 2.5rem;
}
.margin-x-5\.5\@tablet {
margin-right: 2.75rem;
margin-left: 2.75rem;
}
.margin-x-6\@tablet {
margin-right: 3rem;
margin-left: 3rem;
}
.margin-x-6\.5\@tablet {
margin-right: 3.25rem;
margin-left: 3.25rem;
}
.margin-x-7\@tablet {
margin-right: 3.5rem;
margin-left: 3.5rem;
}
.margin-x-7\.5\@tablet {
margin-right: 3.75rem;
margin-left: 3.75rem;
}
.margin-x-8\@tablet {
margin-right: 4rem;
margin-left: 4rem;
}
.margin-x-8\.5\@tablet {
margin-right: 4.25rem;
margin-left: 4.25rem;
}
.margin-x-9\@tablet {
margin-right: 4.5rem;
margin-left: 4.5rem;
}
.margin-x-9\.5\@tablet {
margin-right: 4.75rem;
margin-left: 4.75rem;
}
.margin-x-10\@tablet {
margin-right: 5rem;
margin-left: 5rem;
}
.margin-x-10\.5\@tablet {
margin-right: 5.25rem;
margin-left: 5.25rem;
}
.margin-x-11\@tablet {
margin-right: 5.5rem;
margin-left: 5.5rem;
}
.margin-x-11\.5\@tablet {
margin-right: 5.75rem;
margin-left: 5.75rem;
}
.margin-x-12\@tablet {
margin-right: 6rem;
margin-left: 6rem;
}
.margin-x-12\.5\@tablet {
margin-right: 6.25rem;
margin-left: 6.25rem;
}
.margin-x-13\@tablet {
margin-right: 6.55rem;
margin-left: 6.55rem;
}
.margin-x-13\.5\@tablet {
margin-right: 6.75rem;
margin-left: 6.75rem;
}
.margin-x-14\@tablet {
margin-right: 7rem;
margin-left: 7rem;
}
.margin-x-14\.5\@tablet {
margin-right: 7.25rem;
margin-left: 7.25rem;
}
.margin-x-15\@tablet {
margin-right: 7.25rem;
margin-left: 7.25rem;
}
.margin-x-15\.5\@tablet {
margin-right: 7.75rem;
margin-left: 7.75rem;
}
.margin-x-16\@tablet {
margin-right: 8rem;
margin-left: 8rem;
}
.margin-x-16\.5\@tablet {
margin-right: 8.25rem;
margin-left: 8.25rem;
}
.margin-x-17\@tablet {
margin-right: 8.5rem;
margin-left: 8.5rem;
}
.margin-x-17\.5\@tablet {
margin-right: 8.75rem;
margin-left: 8.75rem;
}
.margin-x-18\@tablet {
margin-right: 9rem;
margin-left: 9rem;
}
.margin-x-18\.5\@tablet {
margin-right: 9.25rem;
margin-left: 9.25rem;
}
.margin-x-19\@tablet {
margin-right: 9.5rem;
margin-left: 9.5rem;
}
.margin-x-19\.5\@tablet {
margin-right: 9.75rem;
margin-left: 9.75rem;
}
.margin-x-20\@tablet {
margin-right: 10rem;
margin-left: 10rem;
}
.margin-x-20\.5\@tablet {
margin-right: 10.25rem;
margin-left: 10.25rem;
}
.margin-x-21\@tablet {
margin-right: 10.5rem;
margin-left: 10.5rem;
}
.margin-x-21\.5\@tablet {
margin-right: 10.75rem;
margin-left: 10.75rem;
}
.margin-x-22\@tablet {
margin-right: 11rem;
margin-left: 11rem;
}
.margin-x-22\.5\@tablet {
margin-right: 11.25rem;
margin-left: 11.25rem;
}
.margin-x-23\@tablet {
margin-right: 11.5rem;
margin-left: 11.5rem;
}
.margin-x-23\.5\@tablet {
margin-right: 11.75rem;
margin-left: 11.75rem;
}
.margin-x-24\@tablet {
margin-right: 12rem;
margin-left: 12rem;
}
.margin-x-24\.5\@tablet {
margin-right: 12.25rem;
margin-left: 12.25rem;
}
.margin-x-25\@tablet {
margin-right: 12.5rem;
margin-left: 12.5rem;
}
.margin-x-25\.5\@tablet {
margin-right: 12.75rem;
margin-left: 12.75rem;
}
.margin-x-26\@tablet {
margin-right: 13rem;
margin-left: 13rem;
}
.margin-x-26\.5\@tablet {
margin-right: 13.25rem;
margin-left: 13.25rem;
}
.margin-x-27\@tablet {
margin-right: 13.5rem;
margin-left: 13.5rem;
}
.margin-x-28\.5\@tablet {
margin-right: 13.75rem;
margin-left: 13.75rem;
}
.margin-x-28\@tablet {
margin-right: 14rem;
margin-left: 14rem;
}
.margin-x-28\.5\@tablet {
margin-right: 14.25rem;
margin-left: 14.25rem;
}
.margin-x-29\@tablet {
margin-right: 14.5rem;
margin-left: 14.5rem;
}
.margin-x-29\.5\@tablet {
margin-right: 14.75rem;
margin-left: 14.75rem;
}
.margin-x-30\@tablet {
margin-right: 15rem;
margin-left: 15rem;
}
.margin-x-auto\@tablet {
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 57rem) {
.margin-0\@laptop {
margin: 0;
}
.margin-0\.5\@laptop {
margin: 0.25rem;
}
.margin-1\@laptop {
margin: 0.5rem;
}
.margin-1\.5\@laptop {
margin: 0.75rem;
}
.margin-2\@laptop {
margin: 1rem;
}
.margin-2\.5\@laptop {
margin: 1.25rem;
}
.margin-3\@laptop {
margin: 1.5rem;
}
.margin-3\.5\@laptop {
margin: 1.75rem;
}
.margin-4\@laptop {
margin: 2rem;
}
.margin-4\.5\@laptop {
margin: 2.25rem;
}
.margin-5\@laptop {
margin: 2.5rem;
}
.margin-5\.5\@laptop {
margin: 2.75rem;
}
.margin-6\@laptop {
margin: 3rem;
}
.margin-6\.5\@laptop {
margin: 3.25rem;
}
.margin-7\@laptop {
margin: 3.5rem;
}
.margin-7\.5\@laptop {
margin: 3.75rem;
}
.margin-8\@laptop {
margin: 4rem;
}
.margin-8\.5\@laptop {
margin: 4.25rem;
}
.margin-9\@laptop {
margin: 4.5rem;
}
.margin-9\.5\@laptop {
margin: 4.75rem;
}
.margin-10\@laptop {
margin: 5rem;
}
.margin-10\.5\@laptop {
margin: 5.25rem;
}
.margin-11\@laptop {
margin: 5.5rem;
}
.margin-11\.5\@laptop {
margin: 5.75rem;
}
.margin-12\@laptop {
margin: 6rem;
}
.margin-12\.5\@laptop {
margin: 6.25rem;
}
.margin-13\@laptop {
margin: 6.5rem;
}
.margin-13\.5\@laptop {
margin: 6.75rem;
}
.margin-14\@laptop {
margin: 7rem;
}
.margin-14\.5\@laptop {
margin: 7.25rem;
}
.margin-15\@laptop {
margin: 7.5rem;
}
.margin-15\.5\@laptop {
margin: 7.75rem;
}
.margin-16\@laptop {
margin: 8rem;
}
.margin-16\.5\@laptop {
margin: 8.25rem;
}
.margin-17\@laptop {
margin: 8.5rem;
}
.margin-17\.5\@laptop {
margin: 8.75rem;
}
.margin-18\@laptop {
margin: 9rem;
}
.margin-18\.5\@laptop {
margin: 9.25rem;
}
.margin-19\@laptop {
margin: 9.5rem;
}
.margin-19\.5\@laptop {
margin: 9.75rem;
}
.margin-20\@laptop {
margin: 10rem;
}
.margin-20\.5\@laptop {
margin: 10.25rem;
}
.margin-21\@laptop {
margin: 10.5rem;
}
.margin-21\.5\@laptop {
margin: 10.75rem;
}
.margin-22\@laptop {
margin: 11rem;
}
.margin-22\.5\@laptop {
margin: 11.25rem;
}
.margin-23\@laptop {
margin-top: 11.5rem;
}
.margin-23\.5\@laptop {
margin: 11.75rem;
}
.margin-24\@laptop {
margin-top: 12rem;
}
.margin-24\.5\@laptop {
margin: 12.25rem;
}
.margin-25\@laptop {
margin: 12.5rem;
}
.margin-25\.5\@laptop {
margin: 12.75rem;
}
.margin-26\@laptop {
margin: 13rem;
}
.margin-26\.5\@laptop {
margin: 13.25rem;
}
.margin-27\@laptop {
margin: 13.5rem;
}
.margin-27\.5\@laptop {
margin: 13.75rem;
}
.margin-28\@laptop {
margin: 14rem;
}
.margin-28\.5\@laptop {
margin: 14.25rem;
}
.margin-29\@laptop {
margin: 14.5rem;
}
.margin-29\.5\@laptop {
margin: 14.75rem;
}
.margin-30\@laptop {
margin: 15rem;
}
.margin-auto\@laptop {
margin: auto;
}
.margin-top-0\@laptop {
margin-top: 0;
}
.margin-top-0\.5\@laptop {
margin-top: 0.25rem;
}
.margin-top-1\@laptop {
margin-top: 0.5rem;
}
.margin-top-1\.5\@laptop {
margin-top: 0.75rem;
}
.margin-top-2\@laptop {
margin-top: 1rem;
}
.margin-top-2\.5\@laptop {
margin-top: 1.25rem;
}
.margin-top-3\@laptop {
margin-top: 1.5rem;
}
.margin-top-3\.5\@laptop {
margin-top: 1.75rem;
}
.margin-top-4\@laptop {
margin-top: 2rem;
}
.margin-top-4\.5\@laptop {
margin-top: 2.25rem;
}
.margin-top-5\@laptop {
margin-top: 2.5rem;
}
.margin-top-5\.5\@laptop {
margin-top: 2.75rem;
}
.margin-top-6\@laptop {
margin-top: 3rem;
}
.margin-top-6\.5\@laptop {
margin-top: 3.25rem;
}
.margin-top-7\@laptop {
margin-top: 3.5rem;
}
.margin-top-7\.5\@laptop {
margin-top: 3.75rem;
}
.margin-top-8\@laptop {
margin-top: 4rem;
}
.margin-top-8\.5\@laptop {
margin-top: 4.25rem;
}
.margin-top-9\@laptop {
margin-top: 4.5rem;
}
.margin-top-9\.5\@laptop {
margin-top: 4.75rem;
}
.margin-top-10\@laptop {
margin-top: 5rem;
}
.margin-top-10\.5\@laptop {
margin-top: 5.25rem;
}
.margin-top-11\@laptop {
margin-top: 5.5rem;
}
.margin-top-11\.5\@laptop {
margin-top: 5.75rem;
}
.margin-top-12\@laptop {
margin-top: 6rem;
}
.margin-top-12\.5\@laptop {
margin-top: 6.25rem;
}
.margin-top-13\@laptop {
margin-top: 6.5rem;
}
.margin-top-13\.5\@laptop {
margin-top: 6.75rem;
}
.margin-top-14\@laptop {
margin-top: 7rem;
}
.margin-top-14\.5\@laptop {
margin-top: 7.25rem;
}
.margin-top-15\@laptop {
margin-top: 7.5rem;
}
.margin-top-15\.5\@laptop {
margin-top: 7.75rem;
}
.margin-top-16\@laptop {
margin-top: 8rem;
}
.margin-top-16\.5\@laptop {
margin-top: 8.25rem;
}
.margin-top-17\@laptop {
margin-top: 8.5rem;
}
.margin-top-17\.5\@laptop {
margin-top: 8.75rem;
}
.margin-top-18\@laptop {
margin-top: 9rem;
}
.margin-top-18\.5\@laptop {
margin-top: 9.25rem;
}
.margin-top-19\@laptop {
margin-top: 9.5rem;
}
.margin-top-19\.5\@laptop {
margin-top: 9.75rem;
}
.margin-top-20\@laptop {
margin-top: 10rem;
}
.margin-top-20\.5\@laptop {
margin-top: 10.25rem;
}
.margin-top-21\@laptop {
margin-top: 10.5rem;
}
.margin-top-21\.5\@laptop {
margin-top: 10.75rem;
}
.margin-top-22\@laptop {
margin-top: 11rem;
}
.margin-top-22\.5\@laptop {
margin-top: 11.25rem;
}
.margin-top-23\@laptop {
margin-top: 11.5rem;
}
.margin-top-23\.5\@laptop {
margin-top: 11.75rem;
}
.margin-top-24\@laptop {
margin-top: 12rem;
}
.margin-top-24\.5\@laptop {
margin-top: 12.25rem;
}
.margin-top-25\@laptop {
margin-top: 12.5rem;
}
.margin-top-25\.5\@laptop {
margin-top: 12.75rem;
}
.margin-top-26\@laptop {
margin-top: 13rem;
}
.margin-top-26\.5\@laptop {
margin-top: 13.25rem;
}
.margin-top-27\@laptop {
margin-top: 13.5rem;
}
.margin-top-27\.5\@laptop {
margin-top: 13.75rem;
}
.margin-top-28\@laptop {
margin-top: 14rem;
}
.margin-top-28\.5\@laptop {
margin-top: 14.25rem;
}
.margin-top-29\@laptop {
margin-top: 14.5rem;
}
.margin-top-29\.5\@laptop {
margin-top: 14.75rem;
}
.margin-top-30\@laptop {
margin-top: 15rem;
}
.margin-top-auto\@laptop {
margin-top: auto;
}
.margin-right-0\@laptop {
margin-right: 0;
}
.margin-right-0\.5\@laptop {
margin-right: 0.25rem;
}
.margin-right-1\@laptop {
margin-right: 0.5rem;
}
.margin-right-1\.5\@laptop {
margin-right: 0.75rem;
}
.margin-right-2\@laptop {
margin-right: 1rem;
}
.margin-right-2\.5\@laptop {
margin-right: 1.25rem;
}
.margin-right-3\@laptop {
margin-right: 1.5rem;
}
.margin-right-3\.5\@laptop {
margin-right: 1.75rem;
}
.margin-right-4\@laptop {
margin-right: 2rem;
}
.margin-right-4\.5\@laptop {
margin-right: 2.25rem;
}
.margin-right-5\@laptop {
margin-right: 2.5rem;
}
.margin-right-5\.5\@laptop {
margin-right: 2.75rem;
}
.margin-right-6\@laptop {
margin-right: 3rem;
}
.margin-right-6\.5\@laptop {
margin-right: 3.25rem;
}
.margin-right-7\@laptop {
margin-right: 3.5rem;
}
.margin-right-7\.5\@laptop {
margin-right: 3.75rem;
}
.margin-right-8\@laptop {
margin-right: 4rem;
}
.margin-right-8\.5\@laptop {
margin-right: 4.25rem;
}
.margin-right-9\@laptop {
margin-right: 4.5rem;
}
.margin-right-9\.5\@laptop {
margin-right: 4.75rem;
}
.margin-right-10\@laptop {
margin-right: 5rem;
}
.margin-right-10\.5\@laptop {
margin-right: 5.25rem;
}
.margin-right-11\@laptop {
margin-right: 5.5rem;
}
.margin-right-11\.5\@laptop {
margin-right: 5.75rem;
}
.margin-right-12\@laptop {
margin-right: 6rem;
}
.margin-right-12\.5\@laptop {
margin-right: 6.25rem;
}
.margin-right-13\@laptop {
margin-right: 6.5rem;
}
.margin-right-13\.5\@laptop {
margin-right: 6.75rem;
}
.margin-right-14\@laptop {
margin-right: 7rem;
}
.margin-right-14\.5\@laptop {
margin-right: 7.25rem;
}
.margin-right-15\@laptop {
margin-right: 7.5rem;
}
.margin-right-15\.5\@laptop {
margin-right: 7.75rem;
}
.margin-right-16\@laptop {
margin-right: 8rem;
}
.margin-right-16\.5\@laptop {
margin-right: 8.25rem;
}
.margin-right-17\@laptop {
margin-right: 8.5rem;
}
.margin-right-17\.5\@laptop {
margin-right: 8.75rem;
}
.margin-right-18\@laptop {
margin-right: 9rem;
}
.margin-right-18\.5\@laptop {
margin-right: 9.25rem;
}
.margin-right-19\@laptop {
margin-right: 9.5rem;
}
.margin-right-19\.5\@laptop {
margin-right: 9.75rem;
}
.margin-right-20\@laptop {
margin-right: 10rem;
}
.margin-right-20\.5\@laptop {
margin-right: 10.25rem;
}
.margin-right-21\@laptop {
margin-right: 10.5rem;
}
.margin-right-21\.5\@laptop {
margin-right: 10.75rem;
}
.margin-right-22\@laptop {
margin-right: 11rem;
}
.margin-right-22\.5\@laptop {
margin-right: 11.25rem;
}
.margin-right-23\@laptop {
margin-right: 11.5rem;
}
.margin-right-23\.5\@laptop {
margin-right: 11.75rem;
}
.margin-right-24\@laptop {
margin-right: 12rem;
}
.margin-right-24\.5\@laptop {
margin-right: 12.25rem;
}
.margin-right-25\@laptop {
margin-right: 12.5rem;
}
.margin-right-25\.5\@laptop {
margin-right: 12.75rem;
}
.margin-right-26\@laptop {
margin-right: 13rem;
}
.margin-right-26\.5\@laptop {
margin-right: 13.25rem;
}
.margin-right-27\@laptop {
margin-right: 13.5rem;
}
.margin-right-27\.5\@laptop {
margin-right: 13.75rem;
}
.margin-right-28\@laptop {
margin-right: 14rem;
}
.margin-right-28\.5\@laptop {
margin-right: 14.25rem;
}
.margin-right-29\@laptop {
margin-right: 14.5rem;
}
.margin-right-29\.5\@laptop {
margin-right: 14.75rem;
}
.margin-right-30\@laptop {
margin-right: 15rem;
}
.margin-right-auto\@laptop {
margin-right: auto;
}
.margin-bottom-0\@laptop {
margin-bottom: 0;
}
.margin-bottom-0\.5\@laptop {
margin-bottom: 0.25rem;
}
.margin-bottom-1\@laptop {
margin-bottom: 0.5rem;
}
.margin-bottom-1\.5\@laptop {
margin-bottom: 0.75rem;
}
.margin-bottom-2\@laptop {
margin-bottom: 1rem;
}
.margin-bottom-2\.5\@laptop {
margin-bottom: 1.25rem;
}
.margin-bottom-3\@laptop {
margin-bottom: 1.5rem;
}
.margin-bottom-3\.5\@laptop {
margin-bottom: 1.75rem;
}
.margin-bottom-4\@laptop {
margin-bottom: 2rem;
}
.margin-bottom-4\.5\@laptop {
margin-bottom: 2.25rem;
}
.margin-bottom-5\@laptop {
margin-bottom: 2.5rem;
}
.margin-bottom-5\.5\@laptop {
margin-bottom: 2.75rem;
}
.margin-bottom-6\@laptop {
margin-bottom: 3rem;
}
.margin-bottom-6\.5\@laptop {
margin-bottom: 3.25rem;
}
.margin-bottom-7\@laptop {
margin-bottom: 3.5rem;
}
.margin-bottom-7\.5\@laptop {
margin-bottom: 3.75rem;
}
.margin-bottom-8\@laptop {
margin-bottom: 4rem;
}
.margin-bottom-8\.5\@laptop {
margin-bottom: 4.25rem;
}
.margin-bottom-9\@laptop {
margin-bottom: 4.5rem;
}
.margin-bottom-9\.5\@laptop {
margin-bottom: 4.75rem;
}
.margin-bottom-10\@laptop {
margin-bottom: 5rem;
}
.margin-bottom-10\.5\@laptop {
margin-bottom: 5.25rem;
}
.margin-bottom-11\@laptop {
margin-bottom: 5.5rem;
}
.margin-bottom-11\.5\@laptop {
margin-bottom: 5.75rem;
}
.margin-bottom-12\@laptop {
margin-bottom: 6rem;
}
.margin-bottom-12\.5\@laptop {
margin-bottom: 6.25rem;
}
.margin-bottom-13\@laptop {
margin-bottom: 6.5rem;
}
.margin-bottom-13\.5\@laptop {
margin-bottom: 6.75rem;
}
.margin-bottom-14\@laptop {
margin-bottom: 7rem;
}
.margin-bottom-14\.5\@laptop {
margin-bottom: 7.25rem;
}
.margin-bottom-15\@laptop {
margin-bottom: 7.5rem;
}
.margin-bottom-15\.5\@tablet {
margin-bottom: 7.75rem;
}
.margin-bottom-16\@laptop {
margin-bottom: 8rem;
}
.margin-bottom-16\.5\@laptop {
margin-bottom: 8.25rem;
}
.margin-bottom-17\@laptop {
margin-bottom: 8.5rem;
}
.margin-bottom-17\.5\@laptop {
margin-bottom: 8.75rem;
}
.margin-bottom-18\@laptop {
margin-bottom: 9rem;
}
.margin-bottom-18\.5\@laptop {
margin-bottom: 9.25rem;
}
.margin-bottom-19\@laptop {
margin-bottom: 9.5rem;
}
.margin-bottom-19\.5\@laptop {
margin-bottom: 9.75rem;
}
.margin-bottom-20\@laptop {
margin-bottom: 10rem;
}
.margin-bottom-20\.5\@laptop {
margin-bottom: 10.25rem;
}
.margin-bottom-21\@laptop {
margin-bottom: 10.5rem;
}
.margin-bottom-21\.5\@laptop {
margin-bottom: 10.75rem;
}
.margin-bottom-22\@laptop {
margin-bottom: 11rem;
}
.margin-bottom-22\.5\@laptop {
margin-bottom: 11.25rem;
}
.margin-bottom-23\@laptop {
margin-bottom: 11.5rem;
}
.margin-bottom-23\.5\@laptop {
margin-bottom: 11.75rem;
}
.margin-bottom-24\@laptop {
margin-bottom: 12rem;
}
.margin-bottom-24\.5\@laptop {
margin-bottom: 12.25rem;
}
.margin-bottom-25\@laptop {
margin-bottom: 12.5rem;
}
.margin-bottom-25\.5\@laptop {
margin-bottom: 12.75rem;
}
.margin-bottom-26\@laptop {
margin-bottom: 13rem;
}
.margin-bottom-26\.5\@laptop {
margin-bottom: 13.25rem;
}
.margin-bottom-27\@laptop {
margin-bottom: 13.5rem;
}
.margin-bottom-27\.5\@laptop {
margin-bottom: 13.75rem;
}
.margin-bottom-28\@laptop {
margin-bottom: 14rem;
}
.margin-bottom-28\.5\@laptop {
margin-bottom: 14.25rem;
}
.margin-bottom-29\@laptop {
margin-bottom: 14.5rem;
}
.margin-bottom-29\.5\@laptop {
margin-bottom: 14.75rem;
}
.margin-bottom-30\@laptop {
margin-bottom: 15rem;
}
.margin-bottom-auto\@laptop {
margin-bottom: auto;
}
.margin-left-0\@laptop {
margin-left: 0;
}
.margin-left-0\.5\@laptop {
margin-left: 0.25rem;
}
.margin-left-1\@laptop {
margin-left: 0.5rem;
}
.margin-left-1\.5\@laptop {
margin-left: 0.75rem;
}
.margin-left-2\@laptop {
margin-left: 1rem;
}
.margin-left-2\.5\@laptop {
margin-left: 1.25rem;
}
.margin-left-3\@laptop {
margin-left: 1.5rem;
}
.margin-left-3\.5\@laptop {
margin-left: 1.75rem;
}
.margin-left-4\@laptop {
margin-left: 2rem;
}
.margin-left-4\.5\@laptop {
margin-left: 2.25rem;
}
.margin-left-5\@laptop {
margin-left: 2.5rem;
}
.margin-left-5\.5\@laptop {
margin-left: 2.75rem;
}
.margin-left-6\@laptop {
margin-left: 3rem;
}
.margin-left-6\.5\@laptop {
margin-left: 3.25rem;
}
.margin-left-7\@laptop {
margin-left: 3.5rem;
}
.margin-left-7\.5\@laptop {
margin-left: 3.75rem;
}
.margin-left-8\@laptop {
margin-left: 4rem;
}
.margin-left-8\.5\@laptop {
margin-left: 4.25rem;
}
.margin-left-9\@laptop {
margin-left: 4.5rem;
}
.margin-left-9\.5\@laptop {
margin-left: 4.75rem;
}
.margin-left-10\@laptop {
margin-left: 5rem;
}
.margin-left-10\.5\@laptop {
margin-left: 5.25rem;
}
.margin-left-11\@laptop {
margin-left: 5.5rem;
}
.margin-left-11\.5\@laptop {
margin-left: 5.75rem;
}
.margin-left-12\@laptop {
margin-left: 6rem;
}
.margin-left-12\.5\@laptop {
margin-left: 6.25rem;
}
.margin-left-13\@laptop {
margin-left: 6.5rem;
}
.margin-left-13\.5\@laptop {
margin-left: 6.75rem;
}
.margin-left-14\@laptop {
margin-left: 7rem;
}
.margin-left-14\.5\@laptop {
margin-left: 7.25rem;
}
.margin-left-15\@laptop {
margin-left: 7.5rem;
}
.margin-left-15\.5\@laptop {
margin-left: 7.75rem;
}
.margin-left-16\@laptop {
margin-left: 8rem;
}
.margin-left-16\.5\@laptop {
margin-left: 8.25rem;
}
.margin-left-17\@laptop {
margin-left: 8.5rem;
}
.margin-left-17\.5\@laptop {
margin-left: 8.75rem;
}
.margin-left-18\@laptop {
margin-left: 9rem;
}
.margin-left-18\.5\@laptop {
margin-left: 9.25rem;
}
.margin-left-19\@laptop {
margin-left: 9.5rem;
}
.margin-left-19\.5\@laptop {
margin-left: 9.75rem;
}
.margin-left-20\@laptop {
margin-left: 10rem;
}
.margin-left-20\.5\@laptop {
margin-left: 10.25rem;
}
.margin-left-21\@laptop {
margin-left: 10.5rem;
}
.margin-left-21\.5\@laptop {
margin-left: 10.75rem;
}
.margin-left-22\@laptop {
margin-left: 11rem;
}
.margin-left-22\.5\@laptop {
margin-left: 11.25rem;
}
.margin-left-23\@laptop {
margin-left: 11.5rem;
}
.margin-left-23\.5\@laptop {
margin-left: 11.75rem;
}
.margin-left-24\@tablet {
margin-left: 12rem;
}
.margin-left-24\.5\@tablet {
margin-left: 12.25rem;
}
.margin-left-25\@tablet {
margin-left: 12.5rem;
}
.margin-left-25\.5\@laptop {
margin-left: 12.75rem;
}
.margin-left-26\@laptop {
margin-left: 13rem;
}
.margin-left-26\.5\@laptop {
margin-left: 13.25rem;
}
.margin-left-27\@laptop {
margin-left: 13.5rem;
}
.margin-left-27\.5\@laptop {
margin-left: 13.75rem;
}
.margin-left-28\@laptop {
margin-left: 14rem;
}
.margin-left-28\.5\@laptop {
margin-left: 14.25rem;
}
.margin-left-29\@laptop {
margin-left: 14.5rem;
}
.margin-left-29\.5\@laptop {
margin-left: 14.75rem;
}
.margin-left-30\@laptop {
margin-left: 15rem;
}
.margin-left-auto\@laptop {
margin-left: auto;
}
.margin-y-0\@laptop {
margin-top: 0;
margin-bottom: 0;
}
.margin-y-0\.5\@laptop {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.margin-y-1\@laptop {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.margin-y-1\.5\@laptop {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.margin-y-2\@laptop {
margin-top: 1rem;
margin-bottom: 1rem;
}
.margin-y-2\.5\@laptop {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.margin-y-3\@laptop {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.margin-y-3\.5\@laptop {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.margin-y-4\@laptop {
margin-top: 2rem;
margin-bottom: 2rem;
}
.margin-y-4\.5\@laptop {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.margin-y-5\@laptop {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.margin-y-5\.5\@laptop {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.margin-y-6\@laptop {
margin-top: 3rem;
margin-bottom: 3rem;
}
.margin-y-6\.5\@laptop {
margin-top: 3.25rem;
margin-bottom: 3.25rem;
}
.margin-y-7\@laptop {
margin-top: 3.5rem;
margin-bottom: 3.5rem;
}
.margin-y-7\.5\@laptop {
margin-top: 3.75rem;
margin-bottom: 3.75rem;
}
.margin-y-8\@laptop {
margin-top: 4rem;
margin-bottom: 4rem;
}
.margin-y-8\.5\@laptop {
margin-top: 4.25rem;
margin-bottom: 4.25rem;
}
.margin-y-9\@laptop {
margin-top: 4.5rem;
margin-bottom: 4.5rem;
}
.margin-y-9\.5\@laptop {
margin-top: 4.75rem;
margin-bottom: 4.75rem;
}
.margin-y-10\@laptop {
margin-top: 5rem;
margin-bottom: 5rem;
}
.margin-y-10\.5\@laptop {
margin-top: 5.25rem;
margin-bottom: 5.25rem;
}
.margin-y-11\@laptop {
margin-top: 5.5rem;
margin-bottom: 5.5rem;
}
.margin-y-11\.5\@laptop {
margin-top: 5.75rem;
margin-bottom: 5.75rem;
}
.margin-y-12\@laptop {
margin-top: 6rem;
margin-bottom: 6rem;
}
.margin-y-12\.5\@laptop {
margin-top: 6.25rem;
margin-bottom: 6.25rem;
}
.margin-y-13\@laptop {
margin-top: 6.55rem;
margin-bottom: 6.55rem;
}
.margin-y-13\.5\@laptop {
margin-top: 6.75rem;
margin-bottom: 6.75rem;
}
.margin-y-14\@laptop {
margin-top: 7rem;
margin-bottom: 7rem;
}
.margin-y-14\.5\@laptop {
margin-top: 7.25rem;
margin-bottom: 7.25rem;
}
.margin-y-15\@laptop {
margin-top: 7.25rem;
margin-bottom: 7.25rem;
}
.margin-y-15\.5\@laptop {
margin-top: 7.75rem;
margin-bottom: 7.75rem;
}
.margin-y-16\@laptop {
margin-top: 8rem;
margin-bottom: 8rem;
}
.margin-y-16\.5\@laptop {
margin-top: 8.25rem;
margin-bottom: 8.25rem;
}
.margin-y-17\@laptop {
margin-top: 8.5rem;
margin-bottom: 8.5rem;
}
.margin-y-17\.5\@laptop {
margin-top: 8.75rem;
margin-bottom: 8.75rem;
}
.margin-y-18\@laptop {
margin-top: 9rem;
margin-bottom: 9rem;
}
.margin-y-18\.5\@laptop {
margin-top: 9.25rem;
margin-bottom: 9.25rem;
}
.margin-y-19\@laptop {
margin-top: 9.5rem;
margin-bottom: 9.5rem;
}
.margin-y-19\.5\@laptop {
margin-top: 9.75rem;
margin-bottom: 9.75rem;
}
.margin-y-20\@laptop {
margin-top: 10rem;
margin-bottom: 10rem;
}
.margin-y-20\.5\@laptop {
margin-top: 10.25rem;
margin-bottom: 10.25rem;
}
.margin-y-21\@laptop {
margin-top: 10.5rem;
margin-bottom: 10.5rem;
}
.margin-y-21\.5\@laptop {
margin-top: 10.75rem;
margin-bottom: 10.75rem;
}
.margin-y-22\@laptop {
margin-top: 11rem;
margin-bottom: 11rem;
}
.margin-y-22\.5\@laptop {
margin-top: 11.25rem;
margin-bottom: 11.25rem;
}
.margin-y-23\@laptop {
margin-top: 11.5rem;
margin-bottom: 11.5rem;
}
.margin-y-23\.5\@laptop {
margin-top: 11.75rem;
margin-bottom: 11.75rem;
}
.margin-y-24\@laptop {
margin-top: 12rem;
margin-bottom: 12rem;
}
.margin-y-24\.5\@laptop {
margin-top: 12.25rem;
margin-bottom: 12.25rem;
}
.margin-y-25\@laptop {
margin-top: 12.5rem;
margin-bottom: 12.5rem;
}
.margin-y-25\.5\@laptop {
margin-top: 12.75rem;
margin-bottom: 12.75rem;
}
.margin-y-26\@laptop {
margin-top: 13rem;
margin-bottom: 13rem;
}
.margin-y-26\.5\@laptop {
margin-top: 13.25rem;
margin-bottom: 13.25rem;
}
.margin-y-27\@laptop {
margin-top: 13.5rem;
margin-bottom: 13.5rem;
}
.margin-y-28\.5\@laptop {
margin-top: 13.75rem;
margin-bottom: 13.75rem;
}
.margin-y-28\@laptop {
margin-top: 14rem;
margin-bottom: 14rem;
}
.margin-y-28\.5\@laptop {
margin-top: 14.25rem;
margin-bottom: 14.25rem;
}
.margin-y-29\@laptop {
margin-top: 14.5rem;
margin-bottom: 14.5rem;
}
.margin-y-29\.5\@laptop {
margin-top: 14.75rem;
margin-bottom: 14.75rem;
}
.margin-y-30\@laptop {
margin-top: 15rem;
margin-bottom: 15rem;
}
.margin-y-auto\@laptop {
margin-top: auto;
margin-bottom: auto;
}
.margin-x-0\@laptop {
margin-right: 0;
margin-left: 0;
}
.margin-x-0\.5\@laptop {
margin-right: 0.25rem;
margin-left: 0.25rem;
}
.margin-x-1\@laptop {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.margin-x-1\.5\@laptop {
margin-right: 0.75rem;
margin-left: 0.75rem;
}
.margin-x-2\@laptop {
margin-right: 1rem;
margin-left: 1rem;
}
.margin-x-2\.5\@laptop {
margin-right: 1.25rem;
margin-left: 1.25rem;
}
.margin-x-3\@laptop {
margin-right: 1.5rem;
margin-left: 1.5rem;
}
.margin-x-3\.5\@laptop {
margin-right: 1.75rem;
margin-left: 1.75rem;
}
.margin-x-4\@laptop {
margin-right: 2rem;
margin-left: 2rem;
}
.margin-x-4\.5\@laptop {
margin-right: 2.25rem;
margin-left: 2.25rem;
}
.margin-x-5\@laptop {
margin-right: 2.5rem;
margin-left: 2.5rem;
}
.margin-x-5\.5\@laptop {
margin-right: 2.75rem;
margin-left: 2.75rem;
}
.margin-x-6\@laptop {
margin-right: 3rem;
margin-left: 3rem;
}
.margin-x-6\.5\@laptop {
margin-right: 3.25rem;
margin-left: 3.25rem;
}
.margin-x-7\@laptop {
margin-right: 3.5rem;
margin-left: 3.5rem;
}
.margin-x-7\.5\@laptop {
margin-right: 3.75rem;
margin-left: 3.75rem;
}
.margin-x-8\@laptop {
margin-right: 4rem;
margin-left: 4rem;
}
.margin-x-8\.5\@laptop {
margin-right: 4.25rem;
margin-left: 4.25rem;
}
.margin-x-9\@laptop {
margin-right: 4.5rem;
margin-left: 4.5rem;
}
.margin-x-9\.5\@laptop {
margin-right: 4.75rem;
margin-left: 4.75rem;
}
.margin-x-10\@laptop {
margin-right: 5rem;
margin-left: 5rem;
}
.margin-x-10\.5\@laptop {
margin-right: 5.25rem;
margin-left: 5.25rem;
}
.margin-x-11\@laptop {
margin-right: 5.5rem;
margin-left: 5.5rem;
}
.margin-x-11\.5\@laptop {
margin-right: 5.75rem;
margin-left: 5.75rem;
}
.margin-x-12\@laptop {
margin-right: 6rem;
margin-left: 6rem;
}
.margin-x-12\.5\@laptop {
margin-right: 6.25rem;
margin-left: 6.25rem;
}
.margin-x-13\@laptop {
margin-right: 6.55rem;
margin-left: 6.55rem;
}
.margin-x-13\.5\@laptop {
margin-right: 6.75rem;
margin-left: 6.75rem;
}
.margin-x-14\@laptop {
margin-right: 7rem;
margin-left: 7rem;
}
.margin-x-14\.5\@laptop {
margin-right: 7.25rem;
margin-left: 7.25rem;
}
.margin-x-15\@laptop {
margin-right: 7.25rem;
margin-left: 7.25rem;
}
.margin-x-15\.5\@laptop {
margin-right: 7.75rem;
margin-left: 7.75rem;
}
.margin-x-16\@laptop {
margin-right: 8rem;
margin-left: 8rem;
}
.margin-x-16\.5\@laptop {
margin-right: 8.25rem;
margin-left: 8.25rem;
}
.margin-x-17\@laptop {
margin-right: 8.5rem;
margin-left: 8.5rem;
}
.margin-x-17\.5\@laptop {
margin-right: 8.75rem;
margin-left: 8.75rem;
}
.margin-x-18\@laptop {
margin-right: 9rem;
margin-left: 9rem;
}
.margin-x-18\.5\@laptop {
margin-right: 9.25rem;
margin-left: 9.25rem;
}
.margin-x-19\@laptop {
margin-right: 9.5rem;
margin-left: 9.5rem;
}
.margin-x-19\.5\@laptop {
margin-right: 9.75rem;
margin-left: 9.75rem;
}
.margin-x-20\@laptop {
margin-right: 10rem;
margin-left: 10rem;
}
.margin-x-20\.5\@laptop {
margin-right: 10.25rem;
margin-left: 10.25rem;
}
.margin-x-21\@laptop {
margin-right: 10.5rem;
margin-left: 10.5rem;
}
.margin-x-21\.5\@laptop {
margin-right: 10.75rem;
margin-left: 10.75rem;
}
.margin-x-22\@laptop {
margin-right: 11rem;
margin-left: 11rem;
}
.margin-x-22\.5\@laptop {
margin-right: 11.25rem;
margin-left: 11.25rem;
}
.margin-x-23\@laptop {
margin-right: 11.5rem;
margin-left: 11.5rem;
}
.margin-x-23\.5\@laptop {
margin-right: 11.75rem;
margin-left: 11.75rem;
}
.margin-x-24\@laptop {
margin-right: 12rem;
margin-left: 12rem;
}
.margin-x-24\.5\@laptop {
margin-right: 12.25rem;
margin-left: 12.25rem;
}
.margin-x-25\@laptop {
margin-right: 12.5rem;
margin-left: 12.5rem;
}
.margin-x-25\.5\@laptop {
margin-right: 12.75rem;
margin-left: 12.75rem;
}
.margin-x-26\@laptop {
margin-right: 13rem;
margin-left: 13rem;
}
.margin-x-26\.5\@laptop {
margin-right: 13.25rem;
margin-left: 13.25rem;
}
.margin-x-27\@laptop {
margin-right: 13.5rem;
margin-left: 13.5rem;
}
.margin-x-28\.5\@laptop {
margin-right: 13.75rem;
margin-left: 13.75rem;
}
.margin-x-28\@laptop {
margin-right: 14rem;
margin-left: 14rem;
}
.margin-x-28\.5\@laptop {
margin-right: 14.25rem;
margin-left: 14.25rem;
}
.margin-x-29\@laptop {
margin-right: 14.5rem;
margin-left: 14.5rem;
}
.margin-x-29\.5\@laptop {
margin-right: 14.75rem;
margin-left: 14.75rem;
}
.margin-x-30\@laptop {
margin-right: 15rem;
margin-left: 15rem;
}
.margin-x-auto\@laptop {
margin-right: auto;
margin-left: auto;
}
}
.padding-0,
.padding-0\@phone {
padding: 0;
}
.padding-0\.5,
.padding-0\.5\@phone {
padding: 0.25rem;
}
.padding-1,
.padding-1\@phone {
padding: 0.5rem;
}
.padding-1\.5,
.padding-1\.5\@phone {
padding: 0.75rem;
}
.padding-2,
.padding-2\@phone {
padding: 1rem;
}
.padding-2\.5,
.padding-2\.5\@phone {
padding: 1.25rem;
}
.padding-3,
.padding-3\@phone {
padding: 1.5rem;
}
.padding-3\.5,
.padding-3\.5\@phone {
padding: 1.75rem;
}
.padding-4,
.padding-4\@phone {
padding: 2rem;
}
.padding-4\.5,
.padding-4\.5\@phone {
padding: 2.25rem;
}
.padding-5,
.padding-5\@phone {
padding: 2.5rem;
}
.padding-5\.5,
.padding-5\.5\@phone {
padding: 2.75rem;
}
.padding-6,
.padding-6\@phone {
padding: 3rem;
}
.padding-6\.5,
.padding-6\.5\@phone {
padding: 3.25rem;
}
.padding-7,
.padding-7\@phone {
padding: 3.5rem;
}
.padding-7\.5,
.padding-7\.5\@phone {
padding: 3.75rem;
}
.padding-8,
.padding-8\@phone {
padding: 4rem;
}
.padding-8\.5,
.padding-8\.5\@phone {
padding: 4.25rem;
}
.padding-9,
.padding-9\@phone {
padding: 4.5rem;
}
.padding-9\.5,
.padding-9\.5\@phone {
padding: 4.75rem;
}
.padding-10,
.padding-10\@phone {
padding: 5rem;
}
.padding-10\.5,
.padding-10\.5\@phone {
padding: 5.25rem;
}
.padding-11,
.padding-11\@phone {
padding: 5.5rem;
}
.padding-11\.5,
.padding-11\.5\@phone {
padding: 5.75rem;
}
.padding-12,
.padding-12\@phone {
padding: 6rem;
}
.padding-12\.5,
.padding-12\.5\@phone {
padding: 6.25rem;
}
.padding-13,
.padding-13\@phone {
padding: 6.5rem;
}
.padding-13\.5,
.padding-13\.5\@phone {
padding: 6.75rem;
}
.padding-14,
.padding-14\@phone {
padding: 7rem;
}
.padding-14\.5,
.padding-14\.5\@phone {
padding: 7.25rem;
}
.padding-15,
.padding-15\@phone {
padding: 7.5rem;
}
.padding-15\.5,
.padding-15\.5\@phone {
padding: 7.75rem;
}
.padding-16,
.padding-16\@phone {
padding: 8rem;
}
.padding-16\.5,
.padding-16\.5\@phone {
padding: 8.25rem;
}
.padding-17,
.padding-17\@phone {
padding: 8.5rem;
}
.padding-17\.5,
.padding-17\.5\@phone {
padding: 8.75rem;
}
.padding-18,
.padding-18\@phone {
padding: 9rem;
}
.padding-18\.5,
.padding-18\.5\@phone {
padding: 9.25rem;
}
.padding-19,
.padding-19\@phone {
padding: 9.5rem;
}
.padding-19\.5,
.padding-19\.5\@phone {
padding: 9.75rem;
}
.padding-20,
.padding-20\@phone {
padding: 10rem;
}
.padding-20\.5,
.padding-20\.5\@phone {
padding: 10.25rem;
}
.padding-21,
.padding-21\@phone {
padding: 10.5rem;
}
.padding-21\.5,
.padding-21\.5\@phone {
padding: 10.75rem;
}
.padding-22,
.padding-22\@phone {
padding: 11rem;
}
.padding-22\.5,
.padding-22\.5\@phone {
padding: 11.25rem;
}
.padding-23,
.padding-23\@phone {
padding: 11.5rem;
}
.padding-23\.5,
.padding-23\.5\@phone {
padding: 11.75rem;
}
.padding-24,
.padding-24\@phone {
padding: 12rem;
}
.padding-24\.5,
.padding-24\.5\@phone {
padding: 12.25rem;
}
.padding-25,
.padding-25\@phone {
padding: 12.5rem;
}
.padding-25\.5,
.padding-25\.5\@phone {
padding: 12.75rem;
}
.padding-26,
.padding-26\@phone {
padding: 13rem;
}
.padding-26\.5,
.padding-26\.5\@phone {
padding: 13.25rem;
}
.padding-27,
.padding-27\@phone {
padding: 13.5rem;
}
.padding-27\.5,
.padding-27\.5\@phone {
padding: 13.75rem;
}
.padding-28,
.padding-28\@phone {
padding: 14rem;
}
.padding-28\.5,
.padding-28\.5\@phone {
padding: 14.25rem;
}
.padding-29,
.padding-29\@phone {
padding: 14.5rem;
}
.padding-29\.5,
.padding-29\.5\@phone {
padding: 14.75rem;
}
.padding-30,
.padding-30\@phone {
padding: 15rem;
}
.padding-top-0,
.padding-top-0\@phone {
padding-top: 0;
}
.padding-top-0\.5,
.padding-top-0\.5\@phone {
padding-top: 0.25rem;
}
.padding-top-1,
.padding-top-1\@phone {
padding-top: 0.5rem;
}
.padding-top-1\.5,
.padding-top-1\.5\@phone {
padding-top: 0.75rem;
}
.padding-top-2,
.padding-top-2\@phone {
padding-top: 1rem;
}
.padding-top-2\.5,
.padding-top-2\.5\@phone {
padding-top: 1.25rem;
}
.padding-top-3,
.padding-top-3\@phone {
padding-top: 1.5rem;
}
.padding-top-3\.5,
.padding-top-3\.5\@phone {
padding-top: 1.75rem;
}
.padding-top-4,
.padding-top-4\@phone {
padding-top: 2rem;
}
.padding-top-4\.5,
.padding-top-4\.5\@phone {
padding-top: 2.25rem;
}
.padding-top-5,
.padding-top-5\@phone {
padding-top: 2.5rem;
}
.padding-top-5\.5,
.padding-top-5\.5\@phone {
padding-top: 2.75rem;
}
.padding-top-6,
.padding-top-6\@phone {
padding-top: 3rem;
}
.padding-top-6\.5,
.padding-top-6\.5\@phone {
padding-top: 3.25rem;
}
.padding-top-7,
.padding-top-7\@phone {
padding-top: 3.5rem;
}
.padding-top-7\.5,
.padding-top-7\.5\@phone {
padding-top: 3.75rem;
}
.padding-top-8,
.padding-top-8\@phone {
padding-top: 4rem;
}
.padding-top-8\.5,
.padding-top-8\.5\@phone {
padding-top: 4.25rem;
}
.padding-top-9,
.padding-top-9\@phone {
padding-top: 4.5rem;
}
.padding-top-9\.5,
.padding-top-9\.5\@phone {
padding-top: 4.75rem;
}
.padding-top-10,
.padding-top-10\@phone {
padding-top: 5rem;
}
.padding-top-10\.5,
.padding-top-10\.5\@phone {
padding-top: 5.25rem;
}
.padding-top-11,
.padding-top-11\@phone {
padding-top: 5.5rem;
}
.padding-top-11\.5,
.padding-top-11\.5\@phone {
padding-top: 5.75rem;
}
.padding-top-12,
.padding-top-12\@phone {
padding-top: 6rem;
}
.padding-top-12\.5,
.padding-top-12\.5\@phone {
padding-top: 6.25rem;
}
.padding-top-13,
.padding-top-13\@phone {
padding-top: 6.5rem;
}
.padding-top-13\.5,
.padding-top-13\.5\@phone {
padding-top: 6.75rem;
}
.padding-top-14,
.padding-top-14\@phone {
padding-top: 7rem;
}
.padding-top-14\.5,
.padding-top-14\.5\@phone {
padding-top: 7.25rem;
}
.padding-top-15,
.padding-top-15\@phone {
padding-top: 7.5rem;
}
.padding-top-15\.5,
.padding-top-15\.5\@phone {
padding-top: 7.75rem;
}
.padding-top-16,
.padding-top-16\@phone {
padding-top: 8rem;
}
.padding-top-16\.5,
.padding-top-16\.5\@phone {
padding-top: 8.25rem;
}
.padding-top-17,
.padding-top-17\@phone {
padding-top: 8.5rem;
}
.padding-top-17\.5,
.padding-top-17\.5\@phone {
padding-top: 8.75rem;
}
.padding-top-18,
.padding-top-18\@phone {
padding-top: 9rem;
}
.padding-top-18\.5,
.padding-top-18\.5\@phone {
padding-top: 9.25rem;
}
.padding-top-19,
.padding-top-19\@phone {
padding-top: 9.5rem;
}
.padding-top-19\.5,
.padding-top-19\.5\@phone {
padding-top: 9.75rem;
}
.padding-top-20,
.padding-top-20\@phone {
padding-top: 10rem;
}
.padding-top-20\.5,
.padding-top-20\.5\@phone {
padding-top: 10.25rem;
}
.padding-top-21,
.padding-top-21\@phone {
padding-top: 10.5rem;
}
.padding-top-21\.5,
.padding-top-21\.5\@phone {
padding-top: 10.75rem;
}
.padding-top-22,
.padding-top-22\@phone {
padding-top: 11rem;
}
.padding-top-22\.5,
.padding-top-22\.5\@phone {
padding-top: 11.25rem;
}
.padding-top-23,
.padding-top-23\@phone {
padding-top: 11.5rem;
}
.padding-top-23\.5,
.padding-top-23\.5\@phone {
padding-top: 11.75rem;
}
.padding-top-24,
.padding-top-24\@phone {
padding-top: 12rem;
}
.padding-top-24\.5,
.padding-top-24\.5\@phone {
padding-top: 12.25rem;
}
.padding-top-25,
.padding-top-25\@phone {
padding-top: 12.5rem;
}
.padding-top-25\.5,
.padding-top-25\.5\@phone {
padding-top: 12.75rem;
}
.padding-top-26,
.padding-top-26\@phone {
padding-top: 13rem;
}
.padding-top-26\.5,
.padding-top-26\.5\@phone {
padding-top: 13.25rem;
}
.padding-top-27,
.padding-top-27\@phone {
padding-top: 13.5rem;
}
.padding-top-27\.5,
.padding-top-27\.5\@phone {
padding-top: 13.75rem;
}
.padding-top-28,
.padding-top-28\@phone {
padding-top: 14rem;
}
.padding-top-28\.5,
.padding-top-28\.5\@phone {
padding-top: 14.25rem;
}
.padding-top-29,
.padding-top-29\@phone {
padding-top: 14.5rem;
}
.padding-top-29\.5,
.padding-top-29\.5\@phone {
padding-top: 14.75rem;
}
.padding-top-30,
.padding-top-30\@phone {
padding-top: 15rem;
}
.padding-right-0,
.padding-right-0\@phone {
padding-right: 0;
}
.padding-right-0\.5,
.padding-right-0\.5\@phone {
padding-right: 0.25rem;
}
.padding-right-1,
.padding-right-1\@phone {
padding-right: 0.5rem;
}
.padding-right-1\.5,
.padding-right-1\.5\@phone {
padding-right: 0.75rem;
}
.padding-right-2,
.padding-right-2\@phone {
padding-right: 1rem;
}
.padding-right-2\.5,
.padding-right-2\.5\@phone {
padding-right: 1.25rem;
}
.padding-right-3,
.padding-right-3\@phone {
padding-right: 1.5rem;
}
.padding-right-3\.5,
.padding-right-3\.5\@phone {
padding-right: 1.75rem;
}
.padding-right-4,
.padding-right-4\@phone {
padding-right: 2rem;
}
.padding-right-4\.5,
.padding-right-4\.5\@phone {
padding-right: 2.25rem;
}
.padding-right-5,
.padding-right-5\@phone {
padding-right: 2.5rem;
}
.padding-right-5\.5,
.padding-right-5\.5\@phone {
padding-right: 2.75rem;
}
.padding-right-6,
.padding-right-6\@phone {
padding-right: 3rem;
}
.padding-right-6\.5,
.padding-right-6\.5\@phone {
padding-right: 3.25rem;
}
.padding-right-7,
.padding-right-7\@phone {
padding-right: 3.5rem;
}
.padding-right-7\.5,
.padding-right-7\.5\@phone {
padding-right: 3.75rem;
}
.padding-right-8,
.padding-right-8\@phone {
padding-right: 4rem;
}
.padding-right-8\.5,
.padding-right-8\.5\@phone {
padding-right: 4.25rem;
}
.padding-right-9,
.padding-right-9\@phone {
padding-right: 4.5rem;
}
.padding-right-9\.5,
.padding-right-9\.5\@phone {
padding-right: 4.75rem;
}
.padding-right-10,
.padding-right-10\@phone {
padding-right: 5rem;
}
.padding-right-10\.5,
.padding-right-10\.5\@phone {
padding-right: 5.25rem;
}
.padding-right-11,
.padding-right-11\@phone {
padding-right: 5.5rem;
}
.padding-right-11\.5,
.padding-right-11\.5\@phone {
padding-right: 5.75rem;
}
.padding-right-12,
.padding-right-12\@phone {
padding-right: 6rem;
}
.padding-right-12\.5,
.padding-right-12\.5\@phone {
padding-right: 6.25rem;
}
.padding-right-13,
.padding-right-13\@phone {
padding-right: 6.5rem;
}
.padding-right-13\.5,
.padding-right-13\.5\@phone {
padding-right: 6.75rem;
}
.padding-right-14,
.padding-right-14\@phone {
padding-right: 7rem;
}
.padding-right-14\.5,
.padding-right-14\.5\@phone {
padding-right: 7.25rem;
}
.padding-right-15,
.padding-right-15\@phone {
padding-right: 7.5rem;
}
.padding-right-15\.5,
.padding-right-15\.5\@phone {
padding-right: 7.75rem;
}
.padding-right-16,
.padding-right-16\@phone {
padding-right: 8rem;
}
.padding-right-16\.5,
.padding-right-16\.5\@phone {
padding-right: 8.25rem;
}
.padding-right-17,
.padding-right-17\@phone {
padding-right: 8.5rem;
}
.padding-right-17\.5,
.padding-right-17\.5\@phone {
padding-right: 8.75rem;
}
.padding-right-18,
.padding-right-18\@phone {
padding-right: 9rem;
}
.padding-right-18\.5,
.padding-right-18\.5\@phone {
padding-right: 9.25rem;
}
.padding-right-19,
.padding-right-19\@phone {
padding-right: 9.5rem;
}
.padding-right-19\.5,
.padding-right-19\.5\@phone {
padding-right: 9.75rem;
}
.padding-right-20,
.padding-right-20\@phone {
padding-right: 10rem;
}
.padding-right-20\.5,
.padding-right-20\.5\@phone {
padding-right: 10.25rem;
}
.padding-right-21,
.padding-right-21\@phone {
padding-right: 10.5rem;
}
.padding-right-21\.5,
.padding-right-21\.5\@phone {
padding-right: 10.75rem;
}
.padding-right-22,
.padding-right-22\@phone {
padding-right: 11rem;
}
.padding-right-22\.5,
.padding-right-22\.5\@phone {
padding-right: 11.25rem;
}
.padding-right-23,
.padding-right-23\@phone {
padding-right: 11.5rem;
}
.padding-right-23\.5,
.padding-right-23\.5\@phone {
padding-right: 11.75rem;
}
.padding-right-24,
.padding-right-24\@phone {
padding-right: 12rem;
}
.padding-right-24\.5,
.padding-right-24\.5\@phone {
padding-right: 12.25rem;
}
.padding-right-25,
.padding-right-25\@phone {
padding-right: 12.5rem;
}
.padding-right-25\.5,
.padding-right-25\.5\@phone {
padding-right: 12.75rem;
}
.padding-right-26,
.padding-right-26\@phone {
padding-right: 13rem;
}
.padding-right-26\.5,
.padding-right-26\.5\@phone {
padding-right: 13.25rem;
}
.padding-right-27,
.padding-right-27\@phone {
padding-right: 13.5rem;
}
.padding-right-27\.5,
.padding-right-27\.5\@phone {
padding-right: 13.75rem;
}
.padding-right-28,
.padding-right-28\@phone {
padding-right: 14rem;
}
.padding-right-28\.5,
.padding-right-28\.5\@phone {
padding-right: 14.25rem;
}
.padding-right-29,
.padding-right-29\@phone {
padding-right: 14.5rem;
}
.padding-right-29\.5,
.padding-right-29\.5\@phone {
padding-right: 14.75rem;
}
.padding-right-30,
.padding-right-30\@phone {
padding-right: 15rem;
}
.padding-bottom0,
.padding-bottom0\@phone {
padding-bottom: 0;
}
.padding-bottom0\.5,
.padding-bottom0\.5\@phone {
padding-bottom: 0.25rem;
}
.padding-bottom1,
.padding-bottom1\@phone {
padding-bottom: 0.5rem;
}
.padding-bottom1\.5,
.padding-bottom1\.5\@phone {
padding-bottom: 0.75rem;
}
.padding-bottom2,
.padding-bottom2\@phone {
padding-bottom: 1rem;
}
.padding-bottom2\.5,
.padding-bottom2\.5\@phone {
padding-bottom: 1.25rem;
}
.padding-bottom3,
.padding-bottom3\@phone {
padding-bottom: 1.5rem;
}
.padding-bottom3\.5,
.padding-bottom3\.5\@phone {
padding-bottom: 1.75rem;
}
.padding-bottom4,
.padding-bottom4\@phone {
padding-bottom: 2rem;
}
.padding-bottom4\.5,
.padding-bottom4\.5\@phone {
padding-bottom: 2.25rem;
}
.padding-bottom5,
.padding-bottom5\@phone {
padding-bottom: 2.5rem;
}
.padding-bottom5\.5,
.padding-bottom5\.5\@phone {
padding-bottom: 2.75rem;
}
.padding-bottom6,
.padding-bottom6\@phone {
padding-bottom: 3rem;
}
.padding-bottom6\.5,
.padding-bottom6\.5\@phone {
padding-bottom: 3.25rem;
}
.padding-bottom7,
.padding-bottom7\@phone {
padding-bottom: 3.5rem;
}
.padding-bottom7\.5,
.padding-bottom7\.5\@phone {
padding-bottom: 3.75rem;
}
.padding-bottom8,
.padding-bottom8\@phone {
padding-bottom: 4rem;
}
.padding-bottom8\.5,
.padding-bottom8\.5\@phone {
padding-bottom: 4.25rem;
}
.padding-bottom9,
.padding-bottom9\@phone {
padding-bottom: 4.5rem;
}
.padding-bottom9\.5,
.padding-bottom9\.5\@phone {
padding-bottom: 4.75rem;
}
.padding-bottom10,
.padding-bottom10\@phone {
padding-bottom: 5rem;
}
.padding-bottom10\.5,
.padding-bottom10\.5\@phone {
padding-bottom: 5.25rem;
}
.padding-bottom11,
.padding-bottom11\@phone {
padding-bottom: 5.5rem;
}
.padding-bottom11\.5,
.padding-bottom11\.5\@phone {
padding-bottom: 5.75rem;
}
.padding-bottom12,
.padding-bottom12\@phone {
padding-bottom: 6rem;
}
.padding-bottom12\.5,
.padding-bottom12\.5\@phone {
padding-bottom: 6.25rem;
}
.padding-bottom13,
.padding-bottom13\@phone {
padding-bottom: 6.5rem;
}
.padding-bottom13\.5,
.padding-bottom13\.5\@phone {
padding-bottom: 6.75rem;
}
.padding-bottom14,
.padding-bottom14\@phone {
padding-bottom: 7rem;
}
.padding-bottom14\.5,
.padding-bottom14\.5\@phone {
padding-bottom: 7.25rem;
}
.padding-bottom15,
.padding-bottom15\@phone {
padding-bottom: 7.5rem;
}
.padding-bottom15\.5,
.padding-bottom15\.5\@phone {
padding-bottom: 7.75rem;
}
.padding-bottom16,
.padding-bottom16\@phone {
padding-bottom: 8rem;
}
.padding-bottom16\.5,
.padding-bottom16\.5\@phone {
padding-bottom: 8.25rem;
}
.padding-bottom17,
.padding-bottom17\@phone {
padding-bottom: 8.5rem;
}
.padding-bottom17\.5,
.padding-bottom17\.5\@phone {
padding-bottom: 8.75rem;
}
.padding-bottom18,
.padding-bottom18\@phone {
padding-bottom: 9rem;
}
.padding-bottom18\.5,
.padding-bottom18\.5\@phone {
padding-bottom: 9.25rem;
}
.padding-bottom19,
.padding-bottom19\@phone {
padding-bottom: 9.5rem;
}
.padding-bottom19\.5,
.padding-bottom19\.5\@phone {
padding-bottom: 9.75rem;
}
.padding-bottom20,
.padding-bottom20\@phone {
padding-bottom: 10rem;
}
.padding-bottom20\.5,
.padding-bottom20\.5\@phone {
padding-bottom: 10.25rem;
}
.padding-bottom21,
.padding-bottom21\@phone {
padding-bottom: 10.5rem;
}
.padding-bottom21\.5,
.padding-bottom21\.5\@phone {
padding-bottom: 10.75rem;
}
.padding-bottom22,
.padding-bottom22\@phone {
padding-bottom: 11rem;
}
.padding-bottom22\.5,
.padding-bottom22\.5\@phone {
padding-bottom: 11.25rem;
}
.padding-bottom23,
.padding-bottom23\@phone {
padding-bottom: 11.5rem;
}
.padding-bottom23\.5,
.padding-bottom23\.5\@phone {
padding-bottom: 11.75rem;
}
.padding-bottom24,
.padding-bottom24\@phone {
padding-bottom: 12rem;
}
.padding-bottom24\.5,
.padding-bottom24\.5\@phone {
padding-bottom: 12.25rem;
}
.padding-bottom25,
.padding-bottom25\@phone {
padding-bottom: 12.5rem;
}
.padding-bottom25\.5,
.padding-bottom25\.5\@phone {
padding-bottom: 12.75rem;
}
.padding-bottom26,
.padding-bottom26\@phone {
padding-bottom: 13rem;
}
.padding-bottom26\.5,
.padding-bottom26\.5\@phone {
padding-bottom: 13.25rem;
}
.padding-bottom27,
.padding-bottom27\@phone {
padding-bottom: 13.5rem;
}
.padding-bottom27\.5,
.padding-bottom27\.5\@phone {
padding-bottom: 13.75rem;
}
.padding-bottom28,
.padding-bottom28\@phone {
padding-bottom: 14rem;
}
.padding-bottom28\.5,
.padding-bottom28\.5\@phone {
padding-bottom: 14.25rem;
}
.padding-bottom29,
.padding-bottom29\@phone {
padding-bottom: 14.5rem;
}
.padding-bottom29\.5,
.padding-bottom29\.5\@phone {
padding-bottom: 14.75rem;
}
.padding-bottom30,
.padding-bottom30\@phone {
padding-bottom: 15rem;
}
.padding-left-0,
.padding-left-0\@phone {
padding-left: 0;
}
.padding-left-0\.5,
.padding-left-0\.5\@phone {
padding-left: 0.25rem;
}
.padding-left-1,
.padding-left-1\@phone {
padding-left: 0.5rem;
}
.padding-left-1\.5,
.padding-left-1\.5\@phone {
padding-left: 0.75rem;
}
.padding-left-2,
.padding-left-2\@phone {
padding-left: 1rem;
}
.padding-left-2\.5,
.padding-left-2\.5\@phone {
padding-left: 1.25rem;
}
.padding-left-3,
.padding-left-3\@phone {
padding-left: 1.5rem;
}
.padding-left-3\.5,
.padding-left-3\.5\@phone {
padding-left: 1.75rem;
}
.padding-left-4,
.padding-left-4\@phone {
padding-left: 2rem;
}
.padding-left-4\.5,
.padding-left-4\.5\@phone {
padding-left: 2.25rem;
}
.padding-left-5,
.padding-left-5\@phone {
padding-left: 2.5rem;
}
.padding-left-5\.5,
.padding-left-5\.5\@phone {
padding-left: 2.75rem;
}
.padding-left-6,
.padding-left-6\@phone {
padding-left: 3rem;
}
.padding-left-6\.5,
.padding-left-6\.5\@phone {
padding-left: 3.25rem;
}
.padding-left-7,
.padding-left-7\@phone {
padding-left: 3.5rem;
}
.padding-left-7\.5,
.padding-left-7\.5\@phone {
padding-left: 3.75rem;
}
.padding-left-8,
.padding-left-8\@phone {
padding-left: 4rem;
}
.padding-left-8\.5,
.padding-left-8\.5\@phone {
padding-left: 4.25rem;
}
.padding-left-9,
.padding-left-9\@phone {
padding-left: 4.5rem;
}
.padding-left-9\.5,
.padding-left-9\.5\@phone {
padding-left: 4.75rem;
}
.padding-left-10,
.padding-left-10\@phone {
padding-left: 5rem;
}
.padding-left-10\.5,
.padding-left-10\.5\@phone {
padding-left: 5.25rem;
}
.padding-left-11,
.padding-left-11\@phone {
padding-left: 5.5rem;
}
.padding-left-11\.5,
.padding-left-11\.5\@phone {
padding-left: 5.75rem;
}
.padding-left-12,
.padding-left-12\@phone {
padding-left: 6rem;
}
.padding-left-12\.5,
.padding-left-12\.5\@phone {
padding-left: 6.25rem;
}
.padding-left-13,
.padding-left-13\@phone {
padding-left: 6.5rem;
}
.padding-left-13\.5,
.padding-left-13\.5\@phone {
padding-left: 6.75rem;
}
.padding-left-14,
.padding-left-14\@phone {
padding-left: 7rem;
}
.padding-left-14\.5,
.padding-left-14\.5\@phone {
padding-left: 7.25rem;
}
.padding-left-15,
.padding-left-15\@phone {
padding-left: 7.5rem;
}
.padding-left-15\.5,
.padding-left-15\.5\@phone {
padding-left: 7.75rem;
}
.padding-left-16,
.padding-left-16\@phone {
padding-left: 8rem;
}
.padding-left-16\.5,
.padding-left-16\.5\@phone {
padding-left: 8.25rem;
}
.padding-left-17,
.padding-left-17\@phone {
padding-left: 8.5rem;
}
.padding-left-17\.5,
.padding-left-17\.5\@left {
padding-bottom: 8.75rem;
}
.padding-left-18,
.padding-left-18\@phone {
padding-left: 9rem;
}
.padding-left-18\.5,
.padding-left-18\.5\@phone {
padding-left: 9.25rem;
}
.padding-left-19,
.padding-left-19\@phone {
padding-left: 9.5rem;
}
.padding-left-19\.5,
.padding-left-19\.5\@phone {
padding-left: 9.75rem;
}
.padding-left-20,
.padding-left-20\@phone {
padding-left: 10rem;
}
.padding-left-20\.5,
.padding-left-20\.5\@phone {
padding-left: 10.25rem;
}
.padding-left-21,
.padding-left-21\@phone {
padding-left: 10.5rem;
}
.padding-left-21\.5,
.padding-left-21\.5\@phone {
padding-left: 10.75rem;
}
.padding-left-22,
.padding-left-22\@phone {
padding-left: 11rem;
}
.padding-left-22\.5,
.padding-left-22\.5\@phone {
padding-left: 11.25rem;
}
.padding-left-23,
.padding-left-23\@phone {
padding-left: 11.5rem;
}
.padding-left-23\.5,
.padding-left-23\.5\@phone {
padding-left: 11.75rem;
}
.padding-left-24,
.padding-left-24\@phone {
padding-left: 12rem;
}
.padding-left-24\.5,
.padding-left-24\.5\@phone {
padding-left: 12.25rem;
}
.padding-left-25,
.padding-left-25\@phone {
padding-left: 12.5rem;
}
.padding-left-25\.5,
.padding-left-25\.5\@phone {
padding-left: 12.75rem;
}
.padding-left-26,
.padding-left-26\@phone {
padding-left: 13rem;
}
.padding-left-26\.5,
.padding-left-26\.5\@phone {
padding-left: 13.25rem;
}
.padding-left-27,
.padding-left-27\@phone {
padding-left: 13.5rem;
}
.padding-left-27\.5,
.padding-left-27\.5\@phone {
padding-left: 13.75rem;
}
.padding-left-28,
.padding-left-28\@phone {
padding-left: 14rem;
}
.padding-left-28\.5,
.padding-left-28\.5\@phone {
padding-left: 14.25rem;
}
.padding-left-29,
.padding-left-29\@phone {
padding-left: 14.5rem;
}
.padding-left-29\.5,
.padding-left-29\.5\@phone {
padding-left: 14.75rem;
}
.padding-left-30,
.padding-left-30\@phone {
padding-left: 15rem;
}
.padding-y-0,
.padding-y-0\@phone {
padding-top: 0;
padding-bottom: 0;
}
.padding-y-0\.5,
.padding-y-0\.5\@phone {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.padding-y-1,
.padding-y-1\@phone {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.padding-y-1\.5,
.padding-y-1\.5\@phone {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.padding-y-2,
.padding-y-2\@phone {
padding-top: 1rem;
padding-bottom: 1rem;
}
.padding-y-2\.5,
.padding-y-2\.5\@phone {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.padding-y-3,
.padding-y-3\@phone {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.padding-y-3\.5,
.padding-y-3\.5\@phone {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.padding-y-4,
.padding-y-4\@phone {
padding-top: 2rem;
padding-bottom: 2rem;
}
.padding-y-4\.5,
.padding-y-4\.5\@phone {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.padding-y-5,
.padding-y-5\@phone {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.padding-y-5\.5,
.padding-y-5\.5\@phone {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.padding-y-6,
.padding-y-6\@phone {
padding-top: 3rem;
padding-bottom: 3rem;
}
.padding-y-6\.5,
.padding-y-6\.5\@phone {
padding-top: 3.25rem;
padding-bottom: 3.25rem;
}
.padding-y-7,
.padding-y-7\@phone {
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
.padding-y-7\.5,
.padding-y-7\.5\@phone {
padding-top: 3.75rem;
padding-bottom: 3.75rem;
}
.padding-y-8,
.padding-y-8\@phone {
padding-top: 4rem;
padding-bottom: 4rem;
}
.padding-y-8\.5,
.padding-y-8\.5\@phone {
padding-top: 4.25rem;
padding-bottom: 4.25rem;
}
.padding-y-9,
.padding-y-9\@phone {
padding-top: 4.5rem;
padding-bottom: 4.5rem;
}
.padding-y-9\.5,
.padding-y-9\.5\@phone {
padding-top: 4.75rem;
padding-bottom: 4.75rem;
}
.padding-y-10,
.padding-y-10\@phone {
padding-top: 5rem;
padding-bottom: 5rem;
}
.padding-y-10\.5,
.padding-y-10\.5\@phone {
padding-top: 5.25rem;
padding-bottom: 5.25rem;
}
.padding-y-11,
.padding-y-11\@phone {
padding-top: 5.5rem;
padding-bottom: 5.5rem;
}
.padding-y-11\.5,
.padding-y-11\.5\@phone {
padding-top: 5.75rem;
padding-bottom: 5.75rem;
}
.padding-y-12,
.padding-y-12\@phone {
padding-top: 6rem;
padding-bottom: 6rem;
}
.padding-y-12\.5,
.padding-y-12\.5\@phone {
padding-top: 6.25rem;
padding-bottom: 6.25rem;
}
.padding-y-13,
.padding-y-13\@phone {
padding-top: 6.55rem;
padding-bottom: 6.55rem;
}
.padding-y-13\.5,
.padding-y-13\.5\@phone {
padding-top: 6.75rem;
padding-bottom: 6.75rem;
}
.padding-y-14,
.padding-y-14\@phone {
padding-top: 7rem;
padding-bottom: 7rem;
}
.padding-y-14\.5,
.padding-y-14\.5\@phone {
padding-top: 7.25rem;
padding-bottom: 7.25rem;
}
.padding-y-15,
.padding-y-15\@phone {
padding-top: 7.25rem;
padding-bottom: 7.25rem;
}
.padding-y-15\.5,
.padding-y-15\.5\@phone {
padding-top: 7.75rem;
padding-bottom: 7.75rem;
}
.padding-y-16,
.padding-y-16\@phone {
padding-top: 8rem;
padding-bottom: 8rem;
}
.padding-y-16\.5,
.padding-y-16\.5\@phone {
padding-top: 8.25rem;
padding-bottom: 8.25rem;
}
.padding-y-17,
.padding-y-17\@phone {
padding-top: 8.5rem;
padding-bottom: 8.5rem;
}
.padding-y-17\.5,
.padding-y-17\.5\@phone {
padding-top: 8.75rem;
padding-bottom: 8.75rem;
}
.padding-y-18,
.padding-y-18\@phone {
padding-top: 9rem;
padding-bottom: 9rem;
}
.padding-y-18\.5,
.padding-y-18\.5\@phone {
padding-top: 9.25rem;
padding-bottom: 9.25rem;
}
.padding-y-19,
.padding-y-19\@phone {
padding-top: 9.5rem;
padding-bottom: 9.5rem;
}
.padding-y-19\.5,
.padding-y-19\.5\@phone {
padding-top: 9.75rem;
padding-bottom: 9.75rem;
}
.padding-y-20,
.padding-y-20\@phone {
padding-top: 10rem;
padding-bottom: 10rem;
}
.padding-y-20\.5,
.padding-y-20\.5\@phone {
padding-top: 10.25rem;
padding-bottom: 10.25rem;
}
.padding-y-21,
.padding-y-21\@phone {
padding-top: 10.5rem;
padding-bottom: 10.5rem;
}
.padding-y-21\.5,
.padding-y-21\.5\@phone {
padding-top: 10.75rem;
padding-bottom: 10.75rem;
}
.padding-y-22,
.padding-y-22\@phone {
padding-top: 11rem;
padding-bottom: 11rem;
}
.padding-y-22\.5,
.padding-y-22\.5\@phone {
padding-top: 11.25rem;
padding-bottom: 11.25rem;
}
.padding-y-23,
.padding-y-23\@phone {
padding-top: 11.5rem;
padding-bottom: 11.5rem;
}
.padding-y-23\.5,
.padding-y-23\.5\@phone {
padding-top: 11.75rem;
padding-bottom: 11.75rem;
}
.padding-y-24,
.padding-y-24\@phone {
padding-top: 12rem;
padding-bottom: 12rem;
}
.padding-y-24\.5,
.padding-y-24\.5\@phone {
padding-top: 12.25rem;
padding-bottom: 12.25rem;
}
.padding-y-25,
.padding-y-25\@phone {
padding-top: 12.5rem;
padding-bottom: 12.5rem;
}
.padding-y-25\.5,
.padding-y-25\.5\@phone {
padding-top: 12.75rem;
padding-bottom: 12.75rem;
}
.padding-y-26,
.padding-y-26\@phone {
padding-top: 13rem;
padding-bottom: 13rem;
}
.padding-y-26\.5,
.padding-y-26\.5\@phone {
padding-top: 13.25rem;
padding-bottom: 13.25rem;
}
.padding-y-27,
.padding-y-27\@phone {
padding-top: 13.5rem;
padding-bottom: 13.5rem;
}
.padding-y-28\.5,
.padding-y-28\.5\@phone {
padding-top: 13.75rem;
padding-bottom: 13.75rem;
}
.padding-y-28,
.padding-y-28\@phone {
padding-top: 14rem;
padding-bottom: 14rem;
}
.padding-y-28\.5,
.padding-y-28\.5\@phone {
padding-top: 14.25rem;
padding-bottom: 14.25rem;
}
.padding-y-29,
.padding-y-29\@phone {
padding-top: 14.5rem;
padding-bottom: 14.5rem;
}
.padding-y-29\.5,
.padding-y-29\.5\@phone {
padding-top: 14.75rem;
padding-bottom: 14.75rem;
}
.padding-y-30,
.padding-y-30\@phone {
padding-top: 15rem;
padding-bottom: 15rem;
}
.padding-x-0,
.padding-x-0\@phone {
padding-right: 0;
padding-left: 0;
}
.padding-x-0\.5,
.padding-x-0\.5\@phone {
padding-right: 0.25rem;
padding-left: 0.25rem;
}
.padding-x-1,
.padding-x-1\@phone {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.padding-x-1\.5,
.padding-x-1\.5\@phone {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.padding-x-2,
.padding-x-2\@phone {
padding-right: 1rem;
padding-left: 1rem;
}
.padding-x-2\.5,
.padding-x-2\.5\@phone {
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.padding-x-3,
.padding-x-3\@phone {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.padding-x-3\.5,
.padding-x-3\.5\@phone {
padding-right: 1.75rem;
padding-left: 1.75rem;
}
.padding-x-4,
.padding-x-4\@phone {
padding-right: 2rem;
padding-left: 2rem;
}
.padding-x-4\.5,
.padding-x-4\.5\@phone {
padding-right: 2.25rem;
padding-left: 2.25rem;
}
.padding-x-5,
.padding-x-5\@phone {
padding-right: 2.5rem;
padding-left: 2.5rem;
}
.padding-x-5\.5,
.padding-x-5\.5\@phone {
padding-right: 2.75rem;
padding-left: 2.75rem;
}
.padding-x-6,
.padding-x-6\@phone {
padding-right: 3rem;
padding-left: 3rem;
}
.padding-x-6\.5,
.padding-x-6\.5\@phone {
padding-right: 3.25rem;
padding-left: 3.25rem;
}
.padding-x-7,
.padding-x-7\@phone {
padding-right: 3.5rem;
padding-left: 3.5rem;
}
.padding-x-7\.5,
.padding-x-7\.5\@phone {
padding-right: 3.75rem;
padding-left: 3.75rem;
}
.padding-x-8,
.padding-x-8\@phone {
padding-right: 4rem;
padding-left: 4rem;
}
.padding-x-8\.5,
.padding-x-8\.5\@phone {
padding-right: 4.25rem;
padding-left: 4.25rem;
}
.padding-x-9,
.padding-x-9\@phone {
padding-right: 4.5rem;
padding-left: 4.5rem;
}
.padding-x-9\.5,
.padding-x-9\.5\@phone {
padding-right: 4.75rem;
padding-left: 4.75rem;
}
.padding-x-10,
.padding-x-10\@phone {
padding-right: 5rem;
padding-left: 5rem;
}
.padding-x-10\.5,
.padding-x-10\.5\@phone {
padding-right: 5.25rem;
padding-left: 5.25rem;
}
.padding-x-11,
.padding-x-11\@phone {
padding-right: 5.5rem;
padding-left: 5.5rem;
}
.padding-x-11\.5,
.padding-x-11\.5\@phone {
padding-right: 5.75rem;
padding-left: 5.75rem;
}
.padding-x-12,
.padding-x-12\@phone {
padding-right: 6rem;
padding-left: 6rem;
}
.padding-x-12\.5,
.padding-x-12\.5\@phone {
padding-right: 6.25rem;
padding-left: 6.25rem;
}
.padding-x-13,
.padding-x-13\@phone {
padding-right: 6.55rem;
padding-left: 6.55rem;
}
.padding-x-13\.5,
.padding-x-13\.5\@phone {
padding-right: 6.75rem;
padding-left: 6.75rem;
}
.padding-x-14,
.padding-x-14\@phone {
padding-right: 7rem;
padding-left: 7rem;
}
.padding-x-14\.5,
.padding-x-14\.5\@phone {
padding-right: 7.25rem;
padding-left: 7.25rem;
}
.padding-x-15,
.padding-x-15\@phone {
padding-right: 7.5rem;
padding-left: 7.5rem;
}
.padding-x-15\.5,
.padding-x-15\.5\@phone {
padding-right: 7.75rem;
padding-left: 7.75rem;
}
.padding-x-16,
.padding-x-16\@phone {
padding-right: 8rem;
padding-left: 8rem;
}
.padding-x-16\.5,
.padding-x-16\.5\@phone {
padding-right: 8.25rem;
padding-left: 8.25rem;
}
.padding-x-17,
.padding-x-17\@phone {
padding-right: 8.5rem;
padding-left: 8.5rem;
}
.padding-x-17\.5,
.padding-x-17\.5\@phone {
padding-right: 8.75rem;
padding-left: 8.75rem;
}
.padding-x-18,
.padding-x-18\@phone {
padding-right: 9rem;
padding-left: 9rem;
}
.padding-x-18\.5,
.padding-x-18\.5\@phone {
padding-right: 9.25rem;
padding-left: 9.25rem;
}
.padding-x-19,
.padding-x-19\@phone {
padding-right: 9.5rem;
padding-left: 9.5rem;
}
.padding-x-19\.5,
.padding-x-19\.5\@phone {
padding-right: 9.75rem;
padding-left: 9.75rem;
}
.padding-x-20,
.padding-x-20\@phone {
padding-right: 10rem;
padding-left: 10rem;
}
.padding-x-20\.5,
.padding-x-20\.5\@phone {
padding-right: 10.25rem;
padding-left: 10.25rem;
}
.padding-x-21,
.padding-x-21\@phone {
padding-right: 10.5rem;
padding-left: 10.5rem;
}
.padding-x-21\.5,
.padding-x-21\.5\@phone {
padding-right: 10.75rem;
padding-left: 10.75rem;
}
.padding-x-22,
.padding-x-22\@phone {
padding-right: 11rem;
padding-left: 11rem;
}
.padding-x-22\.5,
.padding-x-22\.5\@phone {
padding-right: 11.25rem;
padding-left: 11.25rem;
}
.padding-x-23,
.padding-x-23\@phone {
padding-right: 11.5rem;
padding-left: 11.5rem;
}
.padding-x-23\.5,
.padding-x-23\.5\@phone {
padding-right: 11.75rem;
padding-left: 11.75rem;
}
.padding-x-24,
.padding-x-24\@phone {
padding-right: 12rem;
padding-left: 12rem;
}
.padding-x-24\.5,
.padding-x-24\.5\@phone {
padding-right: 12.25rem;
padding-left: 12.25rem;
}
.padding-x-25,
.padding-x-25\@phone {
padding-right: 12.5rem;
padding-left: 12.5rem;
}
.padding-x-25\.5,
.padding-x-25\.5\@phone {
padding-right: 12.75rem;
padding-left: 12.75rem;
}
.padding-x-26,
.padding-x-26\@phone {
padding-right: 13rem;
padding-left: 13rem;
}
.padding-x-26\.5,
.padding-x-26\.5\@phone {
padding-right: 13.25rem;
padding-left: 13.25rem;
}
.padding-x-27,
.padding-x-27\@phone {
padding-right: 13.5rem;
padding-left: 13.5rem;
}
.padding-x-28\.5,
.padding-x-28\.5\@phone {
padding-right: 13.75rem;
padding-left: 13.75rem;
}
.padding-x-28,
.padding-x-28\@phone {
padding-right: 14rem;
padding-left: 14rem;
}
.padding-x-28\.5,
.padding-x-28\.5\@phone {
padding-right: 14.25rem;
padding-left: 14.25rem;
}
.padding-x-29,
.padding-x-29\@phone {
padding-right: 14.5rem;
padding-left: 14.5rem;
}
.padding-x-29\.5,
.padding-x-29\.5\@phone {
padding-right: 14.75rem;
padding-left: 14.75rem;
}
.padding-x-30,
.padding-x-30\@phone {
padding-right: 15rem;
padding-left: 15rem;
}
@media (max-width: 21.875rem) {
.padding-0\@small-phone {
padding: 0;
}
.padding-0\.5\@small-phone {
padding: 0.25rem;
}
.padding-1\@small-phone {
padding: 0.5rem;
}
.padding-1\.5\@small-phone {
padding: 0.75rem;
}
.padding-2\@small-phone {
padding: 1rem;
}
.padding-2\.5\@small-phone {
padding: 1.25rem;
}
.padding-3\@small-phone {
padding: 1.5rem;
}
.padding-3\.5\@small-phone {
padding: 1.75rem;
}
.padding-4\@small-phone {
padding: 2rem;
}
.padding-4\.5\@small-phone {
padding: 2.25rem;
}
.padding-5\@small-phone {
padding: 2.5rem;
}
.padding-5\.5\@small-phone {
padding: 2.75rem;
}
.padding-6\@small-phone {
padding: 3rem;
}
.padding-6\.5\@small-phone {
padding: 3.25rem;
}
.padding-7\@small-phone {
padding: 3.5rem;
}
.padding-7\.5\@small-phone {
padding: 3.75rem;
}
.padding-8\@small-phone {
padding: 4rem;
}
.padding-8\.5\@small-phone {
padding: 4.25rem;
}
.padding-9\@small-phone {
padding: 4.5rem;
}
.padding-9\.5\@small-phone {
padding: 4.75rem;
}
.padding-10\@small-phone {
padding: 5rem;
}
.padding-10\.5\@small-phone {
padding: 5.25rem;
}
.padding-11\@small-phone {
padding: 5.5rem;
}
.padding-11\.5\@small-phone {
padding: 5.75rem;
}
.padding-12\@small-phone {
padding: 6rem;
}
.padding-12\.5\@small-phone {
padding: 6.25rem;
}
.padding-13\@small-phone {
padding: 6.5rem;
}
.padding-13\.5\@small-phone {
padding: 6.75rem;
}
.padding-14\@small-phone {
padding: 7rem;
}
.padding-14\.5\@small-phone {
padding: 7.25rem;
}
.padding-15\@small-phone {
padding: 7.5rem;
}
.padding-15\.5\@small-phone {
padding: 7.75rem;
}
.padding-16\@small-phone {
padding: 8rem;
}
.padding-16\.5\@small-phone {
padding: 8.25rem;
}
.padding-17\@small-phone {
padding: 8.5rem;
}
.padding-17\.5\@small-phone {
padding: 8.75rem;
}
.padding-18\@small-phone {
padding: 9rem;
}
.padding-18\.5\@small-phone {
padding: 9.25rem;
}
.padding-19\@small-phone {
padding: 9.5rem;
}
.padding-19\.5\@small-phone {
padding: 9.75rem;
}
.padding-20\@small-phone {
padding: 10rem;
}
.padding-20\.5\@small-phone {
padding: 10.25rem;
}
.padding-21\@small-phone {
padding: 10.5rem;
}
.padding-21\.5\@small-phone {
padding: 10.75rem;
}
.padding-22\@small-phone {
padding: 11rem;
}
.padding-22\.5\@small-phone {
padding: 11.25rem;
}
.padding-23\@small-phone {
padding: 11.5rem;
}
.padding-23\.5\@small-phone {
padding: 11.75rem;
}
.padding-24\@small-phone {
padding: 12rem;
}
.padding-24\.5\@small-phone {
padding: 12.25rem;
}
.padding-25\@small-phone {
padding: 12.5rem;
}
.padding-25\.5\@small-phone {
padding: 12.75rem;
}
.padding-26\@small-phone {
padding: 13rem;
}
.padding-26\.5\@small-phone {
padding: 13.25rem;
}
.padding-27\@small-phone {
padding: 13.5rem;
}
.padding-27\.5\@small-phone {
padding: 13.75rem;
}
.padding-28\@small-phone {
padding: 14rem;
}
.padding-28\.5\@small-phone {
padding: 14.25rem;
}
.padding-29\@small-phone {
padding: 14.5rem;
}
.padding-29\.5\@small-phone {
padding: 14.75rem;
}
.padding-30\@small-phone {
padding: 15rem;
}
.padding-top-0\@small-phone {
padding-top: 0;
}
.padding-top-0\.5\@small-phone {
padding-top: 0.25rem;
}
.padding-top-1\@small-phone {
padding-top: 0.5rem;
}
.padding-top-1\.5\@small-phone {
padding-top: 0.75rem;
}
.padding-top-2\@small-phone {
padding-top: 1rem;
}
.padding-top-2\.5\@small-phone {
padding-top: 1.25rem;
}
.padding-top-3\@small-phone {
padding-top: 1.5rem;
}
.padding-top-3\.5\@small-phone {
padding-top: 1.75rem;
}
.padding-top-4\@small-phone {
padding-top: 2rem;
}
.padding-top-4\.5\@small-phone {
padding-top: 2.25rem;
}
.padding-top-5\@small-phone {
padding-top: 2.5rem;
}
.padding-top-5\.5\@small-phone {
padding-top: 2.75rem;
}
.padding-top-6\@small-phone {
padding-top: 3rem;
}
.padding-top-6\.5\@small-phone {
padding-top: 3.25rem;
}
.padding-top-7\@small-phone {
padding-top: 3.5rem;
}
.padding-top-7\.5\@small-phone {
padding-top: 3.75rem;
}
.padding-top-8\@small-phone {
padding-top: 4rem;
}
.padding-top-8\.5\@small-phone {
padding-top: 4.25rem;
}
.padding-top-9\@small-phone {
padding-top: 4.5rem;
}
.padding-top-9\.5\@small-phone {
padding-top: 4.75rem;
}
.padding-top-10\@small-phone {
padding-top: 5rem;
}
.padding-top-10\.5\@small-phone {
padding-top: 5.25rem;
}
.padding-top-11\@small-phone {
padding-top: 5.5rem;
}
.padding-top-11\.5\@small-phone {
padding-top: 5.75rem;
}
.padding-top-12\@small-phone {
padding-top: 6rem;
}
.padding-top-12\.5\@small-phone {
padding-top: 6.25rem;
}
.padding-top-13\@small-phone {
padding-top: 6.5rem;
}
.padding-top-13\.5\@small-phone {
padding-top: 6.75rem;
}
.padding-top-14\@small-phone {
padding-top: 7rem;
}
.padding-top-14\.5\@small-phone {
padding-top: 7.25rem;
}
.padding-top-15\@small-phone {
padding-top: 7.5rem;
}
.padding-top-15\.5\@small-phone {
padding-top: 7.75rem;
}
.padding-top-16\@small-phone {
padding-top: 8rem;
}
.padding-top-16\.5\@small-phone {
padding-top: 8.25rem;
}
.padding-top-17\@small-phone {
padding-top: 8.5rem;
}
.padding-top-17\.5\@small-phone {
padding-top: 8.75rem;
}
.padding-top-18\@small-phone {
padding-top: 9rem;
}
.padding-top-18\.5\@small-phone {
padding-top: 9.25rem;
}
.padding-top-19\@small-phone {
padding-top: 9.5rem;
}
.padding-top-19\.5\@small-phone {
padding-top: 9.75rem;
}
.padding-top-20\@small-phone {
padding-top: 10rem;
}
.padding-top-20\.5\@small-phone {
padding-top: 10.25rem;
}
.padding-top-21\@small-phone {
padding-top: 10.5rem;
}
.padding-top-21\.5\@small-phone {
padding-top: 10.75rem;
}
.padding-top-22\@small-phone {
padding-top: 11rem;
}
.padding-top-22\.5\@small-phone {
padding-top: 11.25rem;
}
.padding-top-23\@small-phone {
padding-top: 11.5rem;
}
.padding-top-23\.5\@small-phone {
padding-top: 11.75rem;
}
.padding-top-24\@small-phone {
padding-top: 12rem;
}
.padding-top-24\.5\@small-phone {
padding-top: 12.25rem;
}
.padding-top-25\@small-phone {
padding-top: 12.5rem;
}
.padding-top-25\.5\@small-phone {
padding-top: 12.75rem;
}
.padding-top-26\@small-phone {
padding-top: 13rem;
}
.padding-top-26\.5\@small-phone {
padding-top: 13.25rem;
}
.padding-top-27\@small-phone {
padding-top: 13.5rem;
}
.padding-top-27\.5\@small-phone {
padding-top: 13.75rem;
}
.padding-top-28\@small-phone {
padding-top: 14rem;
}
.padding-top-28\.5\@small-phone {
padding-top: 14.25rem;
}
.padding-top-29\@small-phone {
padding-top: 14.5rem;
}
.padding-top-29\.5\@small-phone {
padding-top: 14.75rem;
}
.padding-top-30\@small-phone {
padding-top: 15rem;
}
.padding-right-0\@small-phone {
padding-right: 0;
}
.padding-right-0\.5\@small-phone {
padding-right: 0.25rem;
}
.padding-right-1\@small-phone {
padding-right: 0.5rem;
}
.padding-right-1\.5\@small-phone {
padding-right: 0.75rem;
}
.padding-right-2\@small-phone {
padding-right: 1rem;
}
.padding-right-2\.5\@small-phone {
padding-right: 1.25rem;
}
.padding-right-3\@small-phone {
padding-right: 1.5rem;
}
.padding-right-3\.5\@small-phone {
padding-right: 1.75rem;
}
.padding-right-4\@small-phone {
padding-right: 2rem;
}
.padding-right-4\.5\@small-phone {
padding-right: 2.25rem;
}
.padding-right-5\@small-phone {
padding-right: 2.5rem;
}
.padding-right-5\.5\@small-phone {
padding-right: 2.75rem;
}
.padding-right-6\@small-phone {
padding-right: 3rem;
}
.padding-right-6\.5\@small-phone {
padding-right: 3.25rem;
}
.padding-right-7\@small-phone {
padding-right: 3.5rem;
}
.padding-right-7\.5\@small-phone {
padding-right: 3.75rem;
}
.padding-right-8\@small-phone {
padding-right: 4rem;
}
.padding-right-8\.5\@small-phone {
padding-right: 4.25rem;
}
.padding-right-9\@small-phone {
padding-right: 4.5rem;
}
.padding-right-9\.5\@small-phone {
padding-right: 4.75rem;
}
.padding-right-10\@small-phone {
padding-right: 5rem;
}
.padding-right-10\.5\@small-phone {
padding-right: 5.25rem;
}
.padding-right-11\@small-phone {
padding-right: 5.5rem;
}
.padding-right-11\.5\@small-phone {
padding-right: 5.75rem;
}
.padding-right-12\@small-phone {
padding-right: 6rem;
}
.padding-right-12\.5\@small-phone {
padding-right: 6.25rem;
}
.padding-right-13\@small-phone {
padding-right: 6.5rem;
}
.padding-right-13\.5\@small-phone {
padding-right: 6.75rem;
}
.padding-right-14\@small-phone {
padding-right: 7rem;
}
.padding-right-14\.5\@small-phone {
padding-right: 7.25rem;
}
.padding-right-15\@small-phone {
padding-right: 7.5rem;
}
.padding-right-15\.5\@small-phone {
padding-right: 7.75rem;
}
.padding-right-16\@small-phone {
padding-right: 8rem;
}
.padding-right-16\.5\@small-phone {
padding-right: 8.25rem;
}
.padding-right-17\@small-phone {
padding-right: 8.5rem;
}
.padding-right-17\.5\@small-phone {
padding-right: 8.75rem;
}
.padding-right-18\@small-phone {
padding-right: 9rem;
}
.padding-right-18\.5\@small-phone {
padding-right: 9.25rem;
}
.padding-right-19\@small-phone {
padding-right: 9.5rem;
}
.padding-right-19\.5\@small-phone {
padding-right: 9.75rem;
}
.padding-right-20\@small-phone {
padding-right: 10rem;
}
.padding-right-20\.5\@small-phone {
padding-right: 10.25rem;
}
.padding-right-21\@small-phone {
padding-right: 10.5rem;
}
.padding-right-21\.5\@small-phone {
padding-right: 10.75rem;
}
.padding-right-22\@small-phone {
padding-right: 11rem;
}
.padding-right-22\.5\@small-phone {
padding-right: 11.25rem;
}
.padding-right-23\@small-phone {
padding-right: 11.5rem;
}
.padding-right-23\.5\@small-phone {
padding-right: 11.75rem;
}
.padding-right-24\@small-phone {
padding-right: 12rem;
}
.padding-right-24\.5\@small-phone {
padding-right: 12.25rem;
}
.padding-right-25\@small-phone {
padding-right: 12.5rem;
}
.padding-right-25\.5\@small-phone {
padding-right: 12.75rem;
}
.padding-right-26\@small-phone {
padding-right: 13rem;
}
.padding-right-26\.5\@small-phone {
padding-right: 13.25rem;
}
.padding-right-27\@small-phone {
padding-right: 13.5rem;
}
.padding-right-27\.5\@small-phone {
padding-right: 13.75rem;
}
.padding-right-28\@small-phone {
padding-right: 14rem;
}
.padding-right-28\.5\@small-phone {
padding-right: 14.25rem;
}
.padding-right-29\@small-phone {
padding-right: 14.5rem;
}
.padding-right-29\.5\@small-phone {
padding-right: 14.75rem;
}
.padding-right-30\@small-phone {
padding-right: 15rem;
}
.padding-bottom0\@small-small-phone {
padding-bottom: 0;
}
.padding-bottom0\.5\@small-phone {
padding-bottom: 0.25rem;
}
.padding-bottom1\@small-phone {
padding-bottom: 0.5rem;
}
.padding-bottom1\.5\@small-phone {
padding-bottom: 0.75rem;
}
.padding-bottom2\@small-phone {
padding-bottom: 1rem;
}
.padding-bottom2\.5\@small-phone {
padding-bottom: 1.25rem;
}
.padding-bottom3\@small-phone {
padding-bottom: 1.5rem;
}
.padding-bottom3\.5\@small-phone {
padding-bottom: 1.75rem;
}
.padding-bottom4\@small-phone {
padding-bottom: 2rem;
}
.padding-bottom4\.5\@small-phone {
padding-bottom: 2.25rem;
}
.padding-bottom5\@small-phone {
padding-bottom: 2.5rem;
}
.padding-bottom5\.5\@small-phone {
padding-bottom: 2.75rem;
}
.padding-bottom6\@small-phone {
padding-bottom: 3rem;
}
.padding-bottom6\.5\@small-phone {
padding-bottom: 3.25rem;
}
.padding-bottom7\@small-phone {
padding-bottom: 3.5rem;
}
.padding-bottom7\.5\@small-phone {
padding-bottom: 3.75rem;
}
.padding-bottom8\@small-phone {
padding-bottom: 4rem;
}
.padding-bottom8\.5\@small-phone {
padding-bottom: 4.25rem;
}
.padding-bottom9\@small-phone {
padding-bottom: 4.5rem;
}
.padding-bottom9\.5\@small-phone {
padding-bottom: 4.75rem;
}
.padding-bottom10\@small-phone {
padding-bottom: 5rem;
}
.padding-bottom10\.5\@small-phone {
padding-bottom: 5.25rem;
}
.padding-bottom11\@small-phone {
padding-bottom: 5.5rem;
}
.padding-bottom11\.5\@small-phone {
padding-bottom: 5.75rem;
}
.padding-bottom12\@small-phone {
padding-bottom: 6rem;
}
.padding-bottom12\.5\@small-phone {
padding-bottom: 6.25rem;
}
.padding-bottom13\@small-phone {
padding-bottom: 6.5rem;
}
.padding-bottom13\.5\@small-phone {
padding-bottom: 6.75rem;
}
.padding-bottom14\@small-phone {
padding-bottom: 7rem;
}
.padding-bottom14\.5\@small-phone {
padding-bottom: 7.25rem;
}
.padding-bottom15\@small-phone {
padding-bottom: 7.5rem;
}
.padding-bottom15\.5\@small-phone {
padding-bottom: 7.75rem;
}
.padding-bottom16\@small-phone {
padding-bottom: 8rem;
}
.padding-bottom16\.5\@small-phone {
padding-bottom: 8.25rem;
}
.padding-bottom17\@small-phone {
padding-bottom: 8.5rem;
}
.padding-bottom17\.5\@small-phone {
padding-bottom: 8.75rem;
}
.padding-bottom18\@small-phone {
padding-bottom: 9rem;
}
.padding-bottom18\.5\@small-phone {
padding-bottom: 9.25rem;
}
.padding-bottom19\@small-phone {
padding-bottom: 9.5rem;
}
.padding-bottom19\.5\@small-phone {
padding-bottom: 9.75rem;
}
.padding-bottom20\@small-phone {
padding-bottom: 10rem;
}
.padding-bottom20\.5\@small-phone {
padding-bottom: 10.25rem;
}
.padding-bottom21\@small-phone {
padding-bottom: 10.5rem;
}
.padding-bottom21\.5\@small-phone {
padding-bottom: 10.75rem;
}
.padding-bottom22\@small-phone {
padding-bottom: 11rem;
}
.padding-bottom22\.5\@small-phone {
padding-bottom: 11.25rem;
}
.padding-bottom23\@small-phone {
padding-bottom: 11.5rem;
}
.padding-bottom23\.5\@small-phone {
padding-bottom: 11.75rem;
}
.padding-bottom24\@small-phone {
padding-bottom: 12rem;
}
.padding-bottom24\.5\@small-phone {
padding-bottom: 12.25rem;
}
.padding-bottom25\@small-phone {
padding-bottom: 12.5rem;
}
.padding-bottom25\.5\@small-phone {
padding-bottom: 12.75rem;
}
.padding-bottom26\@small-phone {
padding-bottom: 13rem;
}
.padding-bottom26\.5\@small-phone {
padding-bottom: 13.25rem;
}
.padding-bottom27\@small-phone {
padding-bottom: 13.5rem;
}
.padding-bottom27\.5\@small-phone {
padding-bottom: 13.75rem;
}
.padding-bottom28\@small-phone {
padding-bottom: 14rem;
}
.padding-bottom28\.5\@small-phone {
padding-bottom: 14.25rem;
}
.padding-bottom29\@small-phone {
padding-bottom: 14.5rem;
}
.padding-bottom29\.5\@small-phone {
padding-bottom: 14.75rem;
}
.padding-bottom30\@small-phone {
padding-bottom: 15rem;
}
.padding-left-0\@small-phone {
padding-left: 0;
}
.padding-left-0\.5\@small-phone {
padding-left: 0.25rem;
}
.padding-left-1\@small-phone {
padding-left: 0.5rem;
}
.padding-left-1\.5\@small-phone {
padding-left: 0.75rem;
}
.padding-left-2\@small-phone {
padding-left: 1rem;
}
.padding-left-2\.5\@small-phone {
padding-left: 1.25rem;
}
.padding-left-3\@small-phone {
padding-left: 1.5rem;
}
.padding-left-3\.5\@small-phone {
padding-left: 1.75rem;
}
.padding-left-4\@small-phone {
padding-left: 2rem;
}
.padding-left-4\.5\@small-phone {
padding-left: 2.25rem;
}
.padding-left-5\@small-phone {
padding-left: 2.5rem;
}
.padding-left-5\.5\@small-phone {
padding-left: 2.75rem;
}
.padding-left-6\@small-phone {
padding-left: 3rem;
}
.padding-left-6\.5\@small-phone {
padding-left: 3.25rem;
}
.padding-left-7\@small-phone {
padding-left: 3.5rem;
}
.padding-left-7\.5\@small-phone {
padding-left: 3.75rem;
}
.padding-left-8\@small-phone {
padding-left: 4rem;
}
.padding-left-8\.5\@small-phone {
padding-left: 4.25rem;
}
.padding-left-9\@small-phone {
padding-left: 4.5rem;
}
.padding-left-9\.5\@small-phone {
padding-left: 4.75rem;
}
.padding-left-10\@small-phone {
padding-left: 5rem;
}
.padding-left-10\.5\@small-phone {
padding-left: 5.25rem;
}
.padding-left-11\@small-phone {
padding-left: 5.5rem;
}
.padding-left-11\.5\@small-phone {
padding-left: 5.75rem;
}
.padding-left-12\@small-phone {
padding-left: 6rem;
}
.padding-left-12\.5\@small-phone {
padding-left: 6.25rem;
}
.padding-left-13\@small-phone {
padding-left: 6.5rem;
}
.padding-left-13\.5\@small-phone {
padding-left: 6.75rem;
}
.padding-left-14\@small-phone {
padding-left: 7rem;
}
.padding-left-14\.5\@small-phone {
padding-left: 7.25rem;
}
.padding-left-15\@small-phone {
padding-left: 7.5rem;
}
.padding-left-15\.5\@small-phone {
padding-left: 7.75rem;
}
.padding-left-16\@small-phone {
padding-left: 8rem;
}
.padding-left-16\.5\@small-phone {
padding-left: 8.25rem;
}
.padding-left-17\@small-phone {
padding-left: 8.5rem;
}
.padding-left-17\.5\@small-phone {
padding-left: 8.75rem;
}
.padding-left-18\@small-phone {
padding-left: 9rem;
}
.padding-left-18\.5\@small-phone {
padding-left: 9.25rem;
}
.padding-left-19\@small-phone {
padding-left: 9.5rem;
}
.padding-left-19\.5\@small-phone {
padding-left: 9.75rem;
}
.padding-left-20\@small-phone {
padding-left: 10rem;
}
.padding-left-20\.5\@small-phone {
padding-left: 10.25rem;
}
.padding-left-21\@small-phone {
padding-left: 10.5rem;
}
.padding-left-21\.5\@small-phone {
padding-left: 10.75rem;
}
.padding-left-22\@small-phone {
padding-bottom: 11rem;
}
.padding-left-22\.5\@small-phone {
padding-left: 11.25rem;
}
.padding-left-23\@small-phone {
padding-left: 11.5rem;
}
.padding-left-23\.5\@small-phone {
padding-left: 11.75rem;
}
.padding-left-24\@small-phone {
padding-left: 12rem;
}
.padding-left-24\.5\@small-phone {
padding-left: 12.25rem;
}
.padding-left-25\@small-phone {
padding-left: 12.5rem;
}
.padding-left-25\.5\@small-phone {
padding-left: 12.75rem;
}
.padding-left-26\@small-phone {
padding-left: 13rem;
}
.padding-left-26\.5\@small-phone {
padding-left: 13.25rem;
}
.padding-left-27\@small-phone {
padding-left: 13.5rem;
}
.padding-left-27\.5\@small-phone {
padding-left: 13.75rem;
}
.padding-left-28\@small-phone {
padding-left: 14rem;
}
.padding-left-28\.5\@small-phone {
padding-left: 14.25rem;
}
.padding-left-29\@small-phone {
padding-left: 14.5rem;
}
.padding-left-29\.5\@small-phone {
padding-left: 14.75rem;
}
.padding-left-30\@small-phone {
padding-left: 15rem;
}
.padding-y-0\@small-phone {
padding-top: 0;
padding-bottom: 0;
}
.padding-y-0\.5\@small-phone {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.padding-y-1\@small-phone {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.padding-y-1\.5\@phone {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.padding-y-2\@small-phone {
padding-top: 1rem;
padding-bottom: 1rem;
}
.padding-y-2\.5\@small-phone {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.padding-y-3\@small-phone {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.padding-y-3\.5\@small-phone {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.padding-y-4\@small-phone {
padding-top: 2rem;
padding-bottom: 2rem;
}
.padding-y-4\.5\@small-phone {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.padding-y-5\@small-phone {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.padding-y-5\.5\@small-phone {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.padding-y-6\@small-phone {
padding-top: 3rem;
padding-bottom: 3rem;
}
.padding-y-6\.5\@small-phone {
padding-top: 3.25rem;
padding-bottom: 3.25rem;
}
.padding-y-7\@small-phone {
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
.padding-y-7\.5\@small-phone {
padding-top: 3.75rem;
padding-bottom: 3.75rem;
}
.padding-y-8\@small-phone {
padding-top: 4rem;
padding-bottom: 4rem;
}
.padding-y-8\.5\@small-phone {
padding-top: 4.25rem;
padding-bottom: 4.25rem;
}
.padding-y-9\@small-phone {
padding-top: 4.5rem;
padding-bottom: 4.5rem;
}
.padding-y-9\.5\@small-phone {
padding-top: 4.75rem;
padding-bottom: 4.75rem;
}
.padding-y-10\@small-phone {
padding-top: 5rem;
padding-bottom: 5rem;
}
.padding-y-10\.5\@small-phone {
padding-top: 5.25rem;
padding-bottom: 5.25rem;
}
.padding-y-11\@small-phone {
padding-top: 5.5rem;
padding-bottom: 5.5rem;
}
.padding-y-11\.5\@small-phone {
padding-top: 5.75rem;
padding-bottom: 5.75rem;
}
.padding-y-12\@small-phone {
padding-top: 6rem;
padding-bottom: 6rem;
}
.padding-y-12\.5\@small-phone {
padding-top: 6.25rem;
padding-bottom: 6.25rem;
}
.padding-y-13\@small-phone {
padding-top: 6.55rem;
padding-bottom: 6.55rem;
}
.padding-y-13\.5\@small-phone {
padding-top: 6.75rem;
padding-bottom: 6.75rem;
}
.padding-y-14\@small-phone {
padding-top: 7rem;
padding-bottom: 7rem;
}
.padding-y-14\.5\@small-phone {
padding-top: 7.25rem;
padding-bottom: 7.25rem;
}
.padding-y-15\@small-phone {
padding-top: 7.25rem;
padding-bottom: 7.25rem;
}
.padding-y-15\.5\@small-phone {
padding-top: 7.75rem;
padding-bottom: 7.75rem;
}
.padding-y-16\@small-phone {
padding-top: 8rem;
padding-bottom: 8rem;
}
.padding-y-16\.5\@small-phone {
padding-top: 8.25rem;
padding-bottom: 8.25rem;
}
.padding-y-17\@small-phone {
padding-top: 8.5rem;
padding-bottom: 8.5rem;
}
.padding-y-17\.5\@small-phone {
padding-top: 8.75rem;
padding-bottom: 8.75rem;
}
.padding-y-18\@small-phone {
padding-top: 9rem;
padding-bottom: 9rem;
}
.padding-y-18\.5\@phone {
padding-top: 9.25rem;
padding-bottom: 9.25rem;
}
.padding-y-19\@small-phone {
padding-top: 9.5rem;
padding-bottom: 9.5rem;
}
.padding-y-19\.5\@small-phone {
padding-top: 9.75rem;
padding-bottom: 9.75rem;
}
.padding-y-20\@small-phone {
padding-top: 10rem;
padding-bottom: 10rem;
}
.padding-y-20\.5\@small-phone {
padding-top: 10.25rem;
padding-bottom: 10.25rem;
}
.padding-y-21\@small-phone {
padding-top: 10.5rem;
padding-bottom: 10.5rem;
}
.padding-y-21\.5\@small-phone {
padding-top: 10.75rem;
padding-bottom: 10.75rem;
}
.padding-y-22\@small-phone {
padding-top: 11rem;
padding-bottom: 11rem;
}
.padding-y-22\.5\@small-phone {
padding-top: 11.25rem;
padding-bottom: 11.25rem;
}
.padding-y-23\@small-phone {
padding-top: 11.5rem;
padding-bottom: 11.5rem;
}
.padding-y-23\.5\@small-phone {
padding-top: 11.75rem;
padding-bottom: 11.75rem;
}
.padding-y-24\@small-phone {
padding-top: 12rem;
padding-bottom: 12rem;
}
.padding-y-24\.5\@small-phone {
padding-top: 12.25rem;
padding-bottom: 12.25rem;
}
.padding-y-25\@small-phone {
padding-top: 12.5rem;
padding-bottom: 12.5rem;
}
.padding-y-25\.5\@small-phone {
padding-top: 12.75rem;
padding-bottom: 12.75rem;
}
.padding-y-26\@small-phone {
padding-top: 13rem;
padding-bottom: 13rem;
}
.padding-y-26\.5\@small-phone {
padding-top: 13.25rem;
padding-bottom: 13.25rem;
}
.padding-y-27\@small-phone {
padding-top: 13.5rem;
padding-bottom: 13.5rem;
}
.padding-y-28\.5\@small-phone {
padding-top: 13.75rem;
padding-bottom: 13.75rem;
}
.padding-y-28\@small-phone {
padding-top: 14rem;
padding-bottom: 14rem;
}
.padding-y-28\.5\@small-phone {
padding-top: 14.25rem;
padding-bottom: 14.25rem;
}
.padding-y-29\@small-phone {
padding-top: 14.5rem;
padding-bottom: 14.5rem;
}
.padding-y-29\.5\@small-hone {
padding-top: 14.75rem;
padding-bottom: 14.75rem;
}
.padding-y-30\@small-phone {
padding-top: 15rem;
padding-bottom: 15rem;
}
.padding-x-0\@small-phone {
padding-right: 0;
padding-left: 0;
}
.padding-x-0\.5\@small-phone {
padding-right: 0.25rem;
padding-left: 0.25rem;
}
.padding-x-1\@small-phone {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.padding-x-1\.5\@small-phone {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.padding-x-2\@small-phone {
padding-right: 1rem;
padding-left: 1rem;
}
.padding-x-2\.5\@small-phone {
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.padding-x-3\@small-phone {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.padding-x-3\.5\@small-phone {
padding-right: 1.75rem;
padding-left: 1.75rem;
}
.padding-x-4\@small-phone {
padding-right: 2rem;
padding-left: 2rem;
}
.padding-x-4\.5\@small-phone {
padding-right: 2.25rem;
padding-left: 2.25rem;
}
.padding-x-5\@small-phone {
padding-right: 2.5rem;
padding-left: 2.5rem;
}
.padding-x-5\.5\@small-phone {
padding-right: 2.75rem;
padding-left: 2.75rem;
}
.padding-x-6\@small-phone {
padding-right: 3rem;
padding-left: 3rem;
}
.padding-x-6\.5\@small-phone {
padding-right: 3.25rem;
padding-left: 3.25rem;
}
.padding-x-7\@small-phone {
padding-right: 3.5rem;
padding-left: 3.5rem;
}
.padding-x-7\.5\@small-phone {
padding-right: 3.75rem;
padding-left: 3.75rem;
}
.padding-x-8\@small-phone {
padding-right: 4rem;
padding-left: 4rem;
}
.padding-x-8\.5\@small-phone {
padding-right: 4.25rem;
padding-left: 4.25rem;
}
.padding-x-9\@small-phone {
padding-right: 4.5rem;
padding-left: 4.5rem;
}
.padding-x-9\.5\@small-phone {
padding-right: 4.75rem;
padding-left: 4.75rem;
}
.padding-x-10\@small-phone {
padding-right: 5rem;
padding-left: 5rem;
}
.padding-x-10\.5\@small-phone {
padding-right: 5.25rem;
padding-left: 5.25rem;
}
.padding-x-11\@small-phone {
padding-right: 5.5rem;
padding-left: 5.5rem;
}
.padding-x-11\.5\@small-phone {
padding-right: 5.75rem;
padding-left: 5.75rem;
}
.padding-x-12\@small-phone {
padding-right: 6rem;
padding-left: 6rem;
}
.padding-x-12\.5\@small-phone {
padding-right: 6.25rem;
padding-left: 6.25rem;
}
.padding-x-13\@small-phone {
padding-right: 6.55rem;
padding-left: 6.55rem;
}
.padding-x-13\.5\@small-phone {
padding-right: 6.75rem;
padding-left: 6.75rem;
}
.padding-x-14\@small-phone {
padding-right: 7rem;
padding-left: 7rem;
}
.padding-x-14\.5\@small-phone {
padding-right: 7.25rem;
padding-left: 7.25rem;
}
.padding-x-15\@small-phone {
padding-right: 7.25rem;
padding-left: 7.25rem;
}
.padding-x-15\.5\@small-phone {
padding-right: 7.75rem;
padding-left: 7.75rem;
}
.padding-x-16\@small-phone {
padding-right: 8rem;
padding-left: 8rem;
}
.padding-x-16\.5\@small-phone {
padding-right: 8.25rem;
padding-left: 8.25rem;
}
.padding-x-17\@small-phone {
padding-right: 8.5rem;
padding-left: 8.5rem;
}
.padding-x-17\.5\@small-phone {
padding-right: 8.75rem;
padding-left: 8.75rem;
}
.padding-x-18\@small-phone {
padding-right: 9rem;
padding-left: 9rem;
}
.padding-x-18\.5\@small-phone {
padding-right: 9.25rem;
padding-left: 9.25rem;
}
.padding-x-19\@small-phone {
padding-right: 9.5rem;
padding-left: 9.5rem;
}
.padding-x-19\.5\@small-phone {
padding-right: 9.75rem;
padding-left: 9.75rem;
}
.padding-x-20\@small-phone {
padding-right: 10rem;
padding-left: 10rem;
}
.padding-x-20\.5\@small-phone {
padding-right: 10.25rem;
padding-left: 10.25rem;
}
.padding-x-21\@small-phone {
padding-right: 10.5rem;
padding-left: 10.5rem;
}
.padding-x-21\.5\@small-phone {
padding-right: 10.75rem;
padding-left: 10.75rem;
}
.padding-x-22\@small-phone {
padding-right: 11rem;
padding-left: 11rem;
}
.padding-x-22\.5\@small-phone {
padding-right: 11.25rem;
padding-left: 11.25rem;
}
.padding-x-23\@small-phone {
padding-right: 11.5rem;
padding-left: 11.5rem;
}
.padding-x-23\.5\@small-phone {
padding-right: 11.75rem;
padding-left: 11.75rem;
}
.padding-x-24\@small-phone {
padding-right: 12rem;
padding-left: 12rem;
}
.padding-x-24\.5\@small-phone {
padding-right: 12.25rem;
padding-left: 12.25rem;
}
.padding-x-25\@small-phone {
padding-right: 12.5rem;
padding-left: 12.5rem;
}
.padding-x-25\.5\@small-phone {
padding-right: 12.75rem;
padding-left: 12.75rem;
}
.padding-x-26\@small-phone {
padding-right: 13rem;
padding-left: 13rem;
}
.padding-x-26\.5\@small-phone {
padding-right: 13.25rem;
padding-left: 13.25rem;
}
.padding-x-27\@small-phone {
padding-right: 13.5rem;
padding-left: 13.5rem;
}
.padding-x-28\.5\@small-phone {
padding-right: 13.75rem;
padding-left: 13.75rem;
}
.padding-x-28\@small-phone {
padding-right: 14rem;
padding-left: 14rem;
}
.padding-x-28\.5\@small-phone {
padding-right: 14.25rem;
padding-left: 14.25rem;
}
.padding-x-29\@small-phone {
padding-right: 14.5rem;
padding-left: 14.5rem;
}
.padding-x-29\.5\@small-phone {
padding-right: 14.75rem;
padding-left: 14.75rem;
}
.padding-x-30\@small-phone {
padding-right: 15rem;
padding-left: 15rem;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.padding-0\@tablet {
padding: 0;
}
.padding-0\.5\@tablet {
padding: 0.25rem;
}
.padding-1\@tablet {
padding: 0.5rem;
}
.padding-1\.5\@tablet {
padding: 0.75rem;
}
.padding-2\@tablet {
padding: 1rem;
}
.padding-2\.5\@tablet {
padding: 1.25rem;
}
.padding-3\@tablet {
padding: 1.5rem;
}
.padding-3\.5\@tablet {
padding: 1.75rem;
}
.padding-4\@tablet {
padding: 2rem;
}
.padding-4\.5\@tablet {
padding: 2.25rem;
}
.padding-5\@tablet {
padding: 2.5rem;
}
.padding-5\.5\@tablet {
padding: 2.75rem;
}
.padding-6\@tablet {
padding: 3rem;
}
.padding-6\.5\@tablet {
padding: 3.25rem;
}
.padding-7\@tablet {
padding: 3.5rem;
}
.padding-7\.5\@tablet {
padding: 3.75rem;
}
.padding-8\@tablet {
padding: 4rem;
}
.padding-8\.5\@tablet {
padding: 4.25rem;
}
.padding-9\@tablet {
padding: 4.5rem;
}
.padding-9\.5\@tablet {
padding: 4.75rem;
}
.padding-10\@tablet {
padding: 5rem;
}
.padding-10\.5\@tablet {
padding: 5.25rem;
}
.padding-11\@tablet {
padding: 5.5rem;
}
.padding-11\.5\@tablet {
padding: 5.75rem;
}
.padding-12\@tablet {
padding: 6rem;
}
.padding-12\.5\@tablet {
padding: 6.25rem;
}
.padding-13\@tablet {
padding: 6.5rem;
}
.padding-13\.5\@tablet {
padding: 6.75rem;
}
.padding-14\@tablet {
padding: 7rem;
}
.padding-14\.5\@tablet {
padding: 7.25rem;
}
.padding-15\@tablet {
padding: 7.5rem;
}
.padding-15\.5\@tablet {
padding: 7.75rem;
}
.padding-16\@tablet {
padding: 8rem;
}
.padding-16\.5\@tablet {
padding: 8.25rem;
}
.padding-17\@tablet {
padding: 8.5rem;
}
.padding-17\.5\@tablet {
padding: 8.75rem;
}
.padding-18\@tablet {
padding: 9rem;
}
.padding-18\.5\@tablet {
padding: 9.25rem;
}
.padding-19\@tablet {
padding: 9.5rem;
}
.padding-19\.5\@tablet {
padding: 9.75rem;
}
.padding-20\@tablet {
padding: 10rem;
}
.padding-20\.5\@tablet {
padding: 10.25rem;
}
.padding-21\@tablet {
padding: 10.5rem;
}
.padding-21\.5\@tablet {
padding: 10.75rem;
}
.padding-22\@tablet {
padding: 11rem;
}
.padding-22\.5\@tablet {
padding: 11.25rem;
}
.padding-23\@tablet {
padding-top: 11.5rem;
}
.padding-23\.5\@tablet {
padding: 11.75rem;
}
.padding-24\@tablet {
padding-top: 12rem;
}
.padding-24\.5\@tablet {
padding: 12.25rem;
}
.padding-25\@tablet {
padding: 12.5rem;
}
.padding-25\.5\@tablet {
padding: 12.75rem;
}
.padding-26\@tablet {
padding: 13rem;
}
.padding-26\.5\@tablet {
padding: 13.25rem;
}
.padding-27\@tablet {
padding: 13.5rem;
}
.padding-27\.5\@tablet {
padding: 13.75rem;
}
.padding-28\@tablet {
padding: 14rem;
}
.padding-28\.5\@tablet {
padding: 14.25rem;
}
.padding-29\@tablet {
padding: 14.5rem;
}
.padding-29\.5\@tablet {
padding: 14.75rem;
}
.padding-30\@tablet {
padding: 15rem;
}
.padding-top-0\@tablet {
padding-top: 0;
}
.padding-top-0\.5\@tablet {
padding-top: 0.25rem;
}
.padding-top-1\@tablet {
padding-top: 0.5rem;
}
.padding-top-1\.5\@tablet {
padding-top: 0.75rem;
}
.padding-top-2\@tablet {
padding-top: 1rem;
}
.padding-top-2\.5\@tablet {
padding-top: 1.25rem;
}
.padding-top-3\@tablet {
padding-top: 1.5rem;
}
.padding-top-3\.5\@tablet {
padding-top: 1.75rem;
}
.padding-top-4\@tablet {
padding-top: 2rem;
}
.padding-top-4\.5\@tablet {
padding-top: 2.25rem;
}
.padding-top-5\@tablet {
padding-top: 2.5rem;
}
.padding-top-5\.5\@tablet {
padding-top: 2.75rem;
}
.padding-top-6\@tablet {
padding-top: 3rem;
}
.padding-top-6\.5\@tablet {
padding-top: 3.25rem;
}
.padding-top-7\@tablet {
padding-top: 3.5rem;
}
.padding-top-7\.5\@tablet {
padding-top: 3.75rem;
}
.padding-top-8\@tablet {
padding-top: 4rem;
}
.padding-top-8\.5\@tablet {
padding-top: 4.25rem;
}
.padding-top-9\@tablet {
padding-top: 4.5rem;
}
.padding-top-9\.5\@tablet {
padding-top: 4.75rem;
}
.padding-top-10\@tablet {
padding-top: 5rem;
}
.padding-top-10\.5\@tablet {
padding-top: 5.25rem;
}
.padding-top-11\@tablet {
padding-top: 5.5rem;
}
.padding-top-11\.5\@tablet {
padding-top: 5.75rem;
}
.padding-top-12\@tablet {
padding-top: 6rem;
}
.padding-top-12\.5\@tablet {
padding-top: 6.25rem;
}
.padding-top-13\@tablet {
padding-top: 6.5rem;
}
.padding-top-13\.5\@tablet {
padding-top: 6.75rem;
}
.padding-top-14\@tablet {
padding-top: 7rem;
}
.padding-top-14\.5\@tablet {
padding-top: 7.25rem;
}
.padding-top-15\@tablet {
padding-top: 7.5rem;
}
.padding-top-15\.5\@tablet {
padding-top: 7.75rem;
}
.padding-top-16\@tablet {
padding-top: 8rem;
}
.padding-top-16\.5\@tablet {
padding-top: 8.25rem;
}
.padding-top-17\@tablet {
padding-top: 8.5rem;
}
.padding-top-17\.5\@tablet {
padding-top: 8.75rem;
}
.padding-top-18\@tablet {
padding-top: 9rem;
}
.padding-top-18\.5\@tablet {
padding-top: 9.25rem;
}
.padding-top-19\@tablet {
padding-top: 9.5rem;
}
.padding-top-19\.5\@tablet {
padding-top: 9.75rem;
}
.padding-top-20\@tablet {
padding-top: 10rem;
}
.padding-top-20\.5\@tablet {
padding-top: 10.25rem;
}
.padding-top-21\@tablet {
padding-top: 10.5rem;
}
.padding-top-21\.5\@tablet {
padding-top: 10.75rem;
}
.padding-top-22\@tablet {
padding-top: 11rem;
}
.padding-top-22\.5\@tablet {
padding-top: 11.25rem;
}
.padding-top-23\@tablet {
padding-top: 11.5rem;
}
.padding-top-23\.5\@tablet {
padding-top: 11.75rem;
}
.padding-top-24\@tablet {
padding-top: 12rem;
}
.padding-top-24\.5\@tablet {
padding-top: 12.25rem;
}
.padding-top-25\@tablet {
padding-top: 12.5rem;
}
.padding-top-25\.5\@tablet {
padding-top: 12.75rem;
}
.padding-top-26\@tablet {
padding-top: 13rem;
}
.padding-top-26\.5\@tablet {
padding-top: 13.25rem;
}
.padding-top-27\@tablet {
padding-top: 13.5rem;
}
.padding-top-27\.5\@tablet {
padding-top: 13.75rem;
}
.padding-top-28\@tablet {
padding-top: 14rem;
}
.padding-top-28\.5\@tablet {
padding-top: 14.25rem;
}
.padding-top-29\@tablet {
padding-top: 14.5rem;
}
.padding-top-29\.5\@tablet {
padding-top: 14.75rem;
}
.padding-top-30\@tablet {
padding-top: 15rem;
}
.padding-right-0\@tablet {
padding-right: 0;
}
.padding-right-0\.5\@tablet {
padding-right: 0.25rem;
}
.padding-right-1\@tablet {
padding-right: 0.5rem;
}
.padding-right-1\.5\@tablet {
padding-right: 0.75rem;
}
.padding-right-2\@tablet {
padding-right: 1rem;
}
.padding-right-2\.5\@tablet {
padding-right: 1.25rem;
}
.padding-right-3\@tablet {
padding-right: 1.5rem;
}
.padding-right-3\.5\@tablet {
padding-right: 1.75rem;
}
.padding-right-4\@tablet {
padding-right: 2rem;
}
.padding-right-4\.5\@tablet {
padding-right: 2.25rem;
}
.padding-right-5\@tablet {
padding-right: 2.5rem;
}
.padding-right-5\.5\@tablet {
padding-right: 2.75rem;
}
.padding-right-6\@tablet {
padding-right: 3rem;
}
.padding-right-6\.5\@tablet {
padding-right: 3.25rem;
}
.padding-right-7\@tablet {
padding-right: 3.5rem;
}
.padding-right-7\.5\@tablet {
padding-right: 3.75rem;
}
.padding-right-8\@tablet {
padding-right: 4rem;
}
.padding-right-8\.5\@tablet {
padding-right: 4.25rem;
}
.padding-right-9\@tablet {
padding-right: 4.5rem;
}
.padding-right-9\.5\@tablet {
padding-right: 4.75rem;
}
.padding-right-10\@tablet {
padding-right: 5rem;
}
.padding-right-10\.5\@tablet {
padding-right: 5.25rem;
}
.padding-right-11\@tablet {
padding-right: 5.5rem;
}
.padding-right-11\.5\@tablet {
padding-right: 5.75rem;
}
.padding-right-12\@tablet {
padding-right: 6rem;
}
.padding-right-12\.5\@tablet {
padding-right: 6.25rem;
}
.padding-right-13\@tablet {
padding-right: 6.5rem;
}
.padding-right-13\.5\@tablet {
padding-right: 6.75rem;
}
.padding-right-14\@tablet {
padding-right: 7rem;
}
.padding-right-14\.5\@tablet {
padding-right: 7.25rem;
}
.padding-right-15\@tablet {
padding-right: 7.5rem;
}
.padding-right-15\.5\@tablet {
padding-right: 7.75rem;
}
.padding-right-16\@tablet {
padding-right: 8rem;
}
.padding-right-16\.5\@tablet {
padding-right: 8.25rem;
}
.padding-right-17\@tablet {
padding-right: 8.5rem;
}
.padding-right-17\.5\@tablet {
padding-right: 8.75rem;
}
.padding-right-18\@tablet {
padding-right: 9rem;
}
.padding-right-18\.5\@tablet {
padding-right: 9.25rem;
}
.padding-right-19\@tablet {
padding-right: 9.5rem;
}
.padding-right-19\.5\@tablet {
padding-right: 9.75rem;
}
.padding-right-20\@tablet {
padding-right: 10rem;
}
.padding-right-20\.5\@tablet {
padding-right: 10.25rem;
}
.padding-right-21\@tablet {
padding-right: 10.5rem;
}
.padding-right-21\.5\@tablet {
padding-right: 10.75rem;
}
.padding-right-22\@tablet {
padding-right: 11rem;
}
.padding-right-22\.5\@tablet {
padding-right: 11.25rem;
}
.padding-right-23\@tablet {
padding-right: 11.5rem;
}
.padding-right-23\.5\@tablet {
padding-right: 11.75rem;
}
.padding-right-24\@tablet {
padding-right: 12rem;
}
.padding-right-24\.5\@tablet {
padding-right: 12.25rem;
}
.padding-right-25\@tablet {
padding-right: 12.5rem;
}
.padding-right-25\.5\@tablet {
padding-right: 12.75rem;
}
.padding-right-26\@tablet {
padding-right: 13rem;
}
.padding-right-26\.5\@tablet {
padding-right: 13.25rem;
}
.padding-right-27\@tablet {
padding-right: 13.5rem;
}
.padding-right-27\.5\@tablet {
padding-right: 13.75rem;
}
.padding-right-28\@tablet {
padding-right: 14rem;
}
.padding-right-28\.5\@tablet {
padding-right: 14.25rem;
}
.padding-right-29\@tablet {
padding-right: 14.5rem;
}
.padding-right-29\.5\@tablet {
padding-right: 14.75rem;
}
.padding-right-30\@tablet {
padding-right: 15rem;
}
.padding-bottom0\@tablet {
padding-bottom: 0;
}
.padding-bottom0\.5\@tablet {
padding-bottom: 0.25rem;
}
.padding-bottom1\@tablet {
padding-bottom: 0.5rem;
}
.padding-bottom1\.5\@tablet {
padding-bottom: 0.75rem;
}
.padding-bottom2\@tablet {
padding-bottom: 1rem;
}
.padding-bottom2\.5\@tablet {
padding-bottom: 1.25rem;
}
.padding-bottom3\@tablet {
padding-bottom: 1.5rem;
}
.padding-bottom3\.5\@tablet {
padding-bottom: 1.75rem;
}
.padding-bottom4\@tablet {
padding-bottom: 2rem;
}
.padding-bottom4\.5\@tablet {
padding-bottom: 2.25rem;
}
.padding-bottom5\@tablet {
padding-bottom: 2.5rem;
}
.padding-bottom5\.5\@tablet {
padding-bottom: 2.75rem;
}
.padding-bottom6\@tablet {
padding-bottom: 3rem;
}
.padding-bottom6\.5\@tablet {
padding-bottom: 3.25rem;
}
.padding-bottom7\@tablet {
padding-bottom: 3.5rem;
}
.padding-bottom7\.5\@tablet {
padding-bottom: 3.75rem;
}
.padding-bottom8\@tablet {
padding-bottom: 4rem;
}
.padding-bottom8\.5\@tablet {
padding-bottom: 4.25rem;
}
.padding-bottom9\@tablet {
padding-bottom: 4.5rem;
}
.padding-bottom9\.5\@tablet {
padding-bottom: 4.75rem;
}
.padding-bottom10\@tablet {
padding-bottom: 5rem;
}
.padding-bottom10\.5\@tablet {
padding-bottom: 5.25rem;
}
.padding-bottom11\@tablet {
padding-bottom: 5.5rem;
}
.padding-bottom11\.5\@tablet {
padding-bottom: 5.75rem;
}
.padding-bottom12\@tablet {
padding-bottom: 6rem;
}
.padding-bottom12\.5\@tablet {
padding-bottom: 6.25rem;
}
.padding-bottom13\@tablet {
padding-bottom: 6.5rem;
}
.padding-bottom13\.5\@tablet {
padding-bottom: 6.75rem;
}
.padding-bottom14\@tablet {
padding-bottom: 7rem;
}
.padding-bottom14\.5\@tablet {
padding-bottom: 7.25rem;
}
.padding-bottom15\@tablet {
padding-bottom: 7.5rem;
}
.padding-bottom15\.5\@tablet {
padding-bottom: 7.75rem;
}
.padding-bottom16\@tablet {
padding-bottom: 8rem;
}
.padding-bottom16\.5\@tablet {
padding-bottom: 8.25rem;
}
.padding-bottom17\@tablet {
padding-bottom: 8.5rem;
}
.padding-bottom17\.5\@tablet {
padding-bottom: 8.75rem;
}
.padding-bottom18\@tablet {
padding-bottom: 9rem;
}
.padding-bottom18\.5\@tablet {
padding-bottom: 9.25rem;
}
.padding-bottom19\@tablet {
padding-bottom: 9.5rem;
}
.padding-bottom19\.5\@tablet {
padding-bottom: 9.75rem;
}
.padding-bottom20\@tablet {
padding-bottom: 10rem;
}
.padding-bottom20\.5\@tablet {
padding-bottom: 10.25rem;
}
.padding-bottom21\@tablet {
padding-bottom: 10.5rem;
}
.padding-bottom21\.5\@tablet {
padding-bottom: 10.75rem;
}
.padding-bottom22\@tablet {
padding-bottom: 11rem;
}
.padding-bottom22\.5\@tablet {
padding-bottom: 11.25rem;
}
.padding-bottom23\@tablet {
padding-bottom: 11.5rem;
}
.padding-bottom23\.5\@tablet {
padding-bottom: 11.75rem;
}
.padding-bottom24\@tablet {
padding-bottom: 12rem;
}
.padding-bottom24\.5\@tablet {
padding-bottom: 12.25rem;
}
.padding-bottom25\@tablet {
padding-bottom: 12.5rem;
}
.padding-bottom25\.5\@tablet {
padding-bottom: 12.75rem;
}
.padding-bottom26\@tablet {
padding-bottom: 13rem;
}
.padding-bottom26\.5\@tablet {
padding-bottom: 13.25rem;
}
.padding-bottom27\@tablet {
padding-bottom: 13.5rem;
}
.padding-bottom27\.5\@tablet {
padding-bottom: 13.75rem;
}
.padding-bottom28\@tablet {
padding-bottom: 14rem;
}
.padding-bottom28\.5\@tablet {
padding-bottom: 14.25rem;
}
.padding-bottom29\@tablet {
padding-bottom: 14.5rem;
}
.padding-bottom29\.5\@tablet {
padding-bottom: 14.75rem;
}
.padding-bottom30\@tablet {
padding-bottom: 15rem;
}
.padding-left-0\@tablet {
padding-left: 0;
}
.padding-left-0\.5\@tablet {
padding-left: 0.25rem;
}
.padding-left-1\@tablet {
padding-left: 0.5rem;
}
.padding-left-1\.5\@tablet {
padding-left: 0.75rem;
}
.padding-left-2\@tablet {
padding-left: 1rem;
}
.padding-left-2\.5\@tablet {
padding-left: 1.25rem;
}
.padding-left-3\@tablet {
padding-left: 1.5rem;
}
.padding-left-3\.5\@tablet {
padding-left: 1.75rem;
}
.padding-left-4\@tablet {
padding-left: 2rem;
}
.padding-left-4\.5\@tablet {
padding-left: 2.25rem;
}
.padding-left-5\@tablet {
padding-left: 2.5rem;
}
.padding-left-5\.5\@tablet {
padding-left: 2.75rem;
}
.padding-left-6\@tablet {
padding-left: 3rem;
}
.padding-left-6\.5\@tablet {
padding-left: 3.25rem;
}
.padding-left-7\@tablet {
padding-left: 3.5rem;
}
.padding-left-7\.5\@tablet {
padding-left: 3.75rem;
}
.padding-left-8\@tablet {
padding-left: 4rem;
}
.padding-left-8\.5\@tablet {
padding-left: 4.25rem;
}
.padding-left-9\@tablet {
padding-left: 4.5rem;
}
.padding-left-9\.5\@tablet {
padding-left: 4.75rem;
}
.padding-left-10\@tablet {
padding-left: 5rem;
}
.padding-left-10\.5\@tablet {
padding-left: 5.25rem;
}
.padding-left-11\@tablet {
padding-left: 5.5rem;
}
.padding-left-11\.5\@tablet {
padding-left: 5.75rem;
}
.padding-left-12\@tablet {
padding-left: 6rem;
}
.padding-left-12\.5\@tablet {
padding-left: 6.25rem;
}
.padding-left-13\@tablet {
padding-left: 6.5rem;
}
.padding-left-13\.5\@tablet {
padding-left: 6.75rem;
}
.padding-left-14\@tablet {
padding-left: 7rem;
}
.padding-left-14\.5\@tablet {
padding-left: 7.25rem;
}
.padding-left-15\@tablet {
padding-left: 7.5rem;
}
.padding-left-15\.5\@tablet {
padding-left: 7.75rem;
}
.padding-left-16\@tablet {
padding-left: 8rem;
}
.padding-left-16\.5\@tablet {
padding-left: 8.25rem;
}
.padding-left-17\@tablet {
padding-left: 8.5rem;
}
.padding-left-17\.5\@tablet {
padding-left: 8.75rem;
}
.padding-left-18\@tablet {
padding-left: 9rem;
}
.padding-left-18\.5\@tablet {
padding-left: 9.25rem;
}
.padding-left-19\@tablet {
padding-left: 9.5rem;
}
.padding-left-19\.5\@tablet {
padding-left: 9.75rem;
}
.padding-left-20\@tablet {
padding-left: 10rem;
}
.padding-left-20\.5\@tablet {
padding-left: 10.25rem;
}
.padding-left-21\@tablet {
padding-left: 10.5rem;
}
.padding-left-21\.5\@tablet {
padding-left: 10.75rem;
}
.padding-left-22\@tablet {
padding-left: 11rem;
}
.padding-left-22\.5\@tablet {
padding-left: 11.25rem;
}
.padding-left-23\@tablet {
padding-left: 11.5rem;
}
.padding-left-23\.5\@tablet {
padding-left: 11.75rem;
}
.padding-left-24\@tablet {
padding-left: 12rem;
}
.padding-left-24\.5\@tablet {
padding-left: 12.25rem;
}
.padding-left-25\@tablet {
padding-left: 12.5rem;
}
.padding-left-25\.5\@tablet {
padding-left: 12.75rem;
}
.padding-left-26\@tablet {
padding-left: 13rem;
}
.padding-left-26\.5\@tablet {
padding-left: 13.25rem;
}
.padding-left-27\@tablet {
padding-left: 13.5rem;
}
.padding-left-27\.5\@tablet {
padding-left: 13.75rem;
}
.padding-left-28\@tablet {
padding-left: 14rem;
}
.padding-left-28\.5\@tablet {
padding-left: 14.25rem;
}
.padding-left-29\@tablet {
padding-left: 14.5rem;
}
.padding-left-29\.5\@tablet {
padding-left: 14.75rem;
}
.padding-left-30\@tablet {
padding-left: 15rem;
}
.padding-y-0\@tablet {
padding-top: 0;
padding-bottom: 0;
}
.padding-y-0\.5\@tablet {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.padding-y-1\@tablet {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.padding-y-1\.5\@tablet {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.padding-y-2\@tablet {
padding-top: 1rem;
padding-bottom: 1rem;
}
.padding-y-2\.5\@tablet {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.padding-y-3\@tablet {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.padding-y-3\.5\@tablet {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.padding-y-4\@tablet {
padding-top: 2rem;
padding-bottom: 2rem;
}
.padding-y-4\.5\@tablet {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.padding-y-5\@tablet {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.padding-y-5\.5\@tablet {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.padding-y-6\@tablet {
padding-top: 3rem;
padding-bottom: 3rem;
}
.padding-y-6\.5\@tablet {
padding-top: 3.25rem;
padding-bottom: 3.25rem;
}
.padding-y-7\@tablet {
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
.padding-y-7\.5\@tablet {
padding-top: 3.75rem;
padding-bottom: 3.75rem;
}
.padding-y-8\@tablet {
padding-top: 4rem;
padding-bottom: 4rem;
}
.padding-y-8\.5\@tablet {
padding-top: 4.25rem;
padding-bottom: 4.25rem;
}
.padding-y-9\@tablet {
padding-top: 4.5rem;
padding-bottom: 4.5rem;
}
.padding-y-9\.5\@tablet {
padding-top: 4.75rem;
padding-bottom: 4.75rem;
}
.padding-y-10\@tablet {
padding-top: 5rem;
padding-bottom: 5rem;
}
.padding-y-10\.5\@tablet {
padding-top: 5.25rem;
padding-bottom: 5.25rem;
}
.padding-y-11\@tablet {
padding-top: 5.5rem;
padding-bottom: 5.5rem;
}
.padding-y-11\.5\@tablet {
padding-top: 5.75rem;
padding-bottom: 5.75rem;
}
.padding-y-12\@tablet {
padding-top: 6rem;
padding-bottom: 6rem;
}
.padding-y-12\.5\@tablet {
padding-top: 6.25rem;
padding-bottom: 6.25rem;
}
.padding-y-13\@tablet {
padding-top: 6.55rem;
padding-bottom: 6.55rem;
}
.padding-y-13\.5\@tablet {
padding-top: 6.75rem;
padding-bottom: 6.75rem;
}
.padding-y-14\@tablet {
padding-top: 7rem;
padding-bottom: 7rem;
}
.padding-y-14\.5\@tablet {
padding-top: 7.25rem;
padding-bottom: 7.25rem;
}
.padding-y-15\@tablet {
padding-top: 7.25rem;
padding-bottom: 7.25rem;
}
.padding-y-15\.5\@tablet {
padding-top: 7.75rem;
padding-bottom: 7.75rem;
}
.padding-y-16\@tablet {
padding-top: 8rem;
padding-bottom: 8rem;
}
.padding-y-16\.5\@tablet {
padding-top: 8.25rem;
padding-bottom: 8.25rem;
}
.padding-y-17\@tablet {
padding-top: 8.5rem;
padding-bottom: 8.5rem;
}
.padding-y-17\.5\@tablet {
padding-top: 8.75rem;
padding-bottom: 8.75rem;
}
.padding-y-18\@tablet {
padding-top: 9rem;
padding-bottom: 9rem;
}
.padding-y-18\.5\@tablet {
padding-top: 9.25rem;
padding-bottom: 9.25rem;
}
.padding-y-19\@tablet {
padding-top: 9.5rem;
padding-bottom: 9.5rem;
}
.padding-y-19\.5\@tablet {
padding-top: 9.75rem;
padding-bottom: 9.75rem;
}
.padding-y-20\@tablet {
padding-top: 10rem;
padding-bottom: 10rem;
}
.padding-y-20\.5\@tablet {
padding-top: 10.25rem;
padding-bottom: 10.25rem;
}
.padding-y-21\@tablet {
padding-top: 10.5rem;
padding-bottom: 10.5rem;
}
.padding-y-21\.5\@tablet {
padding-top: 10.75rem;
padding-bottom: 10.75rem;
}
.padding-y-22\@tablet {
padding-top: 11rem;
padding-bottom: 11rem;
}
.padding-y-22\.5\@tablet {
padding-top: 11.25rem;
padding-bottom: 11.25rem;
}
.padding-y-23\@tablet {
padding-top: 11.5rem;
padding-bottom: 11.5rem;
}
.padding-y-23\.5\@tablet {
padding-top: 11.75rem;
padding-bottom: 11.75rem;
}
.padding-y-24\@tablet {
padding-top: 12rem;
padding-bottom: 12rem;
}
.padding-y-24\.5\@tablet {
padding-top: 12.25rem;
padding-bottom: 12.25rem;
}
.padding-y-25\@tablet {
padding-top: 12.5rem;
padding-bottom: 12.5rem;
}
.padding-y-25\.5\@tablet {
padding-top: 12.75rem;
padding-bottom: 12.75rem;
}
.padding-y-26\@tablet {
padding-top: 13rem;
padding-bottom: 13rem;
}
.padding-y-26\.5\@tablet {
padding-top: 13.25rem;
padding-bottom: 13.25rem;
}
.padding-y-27\@tablet {
padding-top: 13.5rem;
padding-bottom: 13.5rem;
}
.padding-y-28\.5\@tablet {
padding-top: 13.75rem;
padding-bottom: 13.75rem;
}
.padding-y-28\@tablet {
padding-top: 14rem;
padding-bottom: 14rem;
}
.padding-y-28\.5\@tablet {
padding-top: 14.25rem;
padding-bottom: 14.25rem;
}
.padding-y-29\@tablet {
padding-top: 14.5rem;
padding-bottom: 14.5rem;
}
.padding-y-29\.5\@tablet {
padding-top: 14.75rem;
padding-bottom: 14.75rem;
}
.padding-y-30\@tablet {
padding-top: 15rem;
padding-bottom: 15rem;
}
.padding-x-0\@tablet {
padding-right: 0;
padding-left: 0;
}
.padding-x-0\.5\@tablet {
padding-right: 0.25rem;
padding-left: 0.25rem;
}
.padding-x-1\@tablet {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.padding-x-1\.5\@tablet {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.padding-x-2\@tablet {
padding-right: 1rem;
padding-left: 1rem;
}
.padding-x-2\.5\@tablet {
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.padding-x-3\@tablet {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.padding-x-3\.5\@tablet {
padding-right: 1.75rem;
padding-left: 1.75rem;
}
.padding-x-4\@tablet {
padding-right: 2rem;
padding-left: 2rem;
}
.padding-x-4\.5\@tablet {
padding-right: 2.25rem;
padding-left: 2.25rem;
}
.padding-x-5\@tablet {
padding-right: 2.5rem;
padding-left: 2.5rem;
}
.padding-x-5\.5\@tablet {
padding-right: 2.75rem;
padding-left: 2.75rem;
}
.padding-x-6\@tablet {
padding-right: 3rem;
padding-left: 3rem;
}
.padding-x-6\.5\@tablet {
padding-right: 3.25rem;
padding-left: 3.25rem;
}
.padding-x-7\@tablet {
padding-right: 3.5rem;
padding-left: 3.5rem;
}
.padding-x-7\.5\@tablet {
padding-right: 3.75rem;
padding-left: 3.75rem;
}
.padding-x-8\@tablet {
padding-right: 4rem;
padding-left: 4rem;
}
.padding-x-8\.5\@tablet {
padding-right: 4.25rem;
padding-left: 4.25rem;
}
.padding-x-9\@tablet {
padding-right: 4.5rem;
padding-left: 4.5rem;
}
.padding-x-9\.5\@tablet {
padding-right: 4.75rem;
padding-left: 4.75rem;
}
.padding-x-10\@tablet {
padding-right: 5rem;
padding-left: 5rem;
}
.padding-x-10\.5\@tablet {
padding-right: 5.25rem;
padding-left: 5.25rem;
}
.padding-x-11\@tablet {
padding-right: 5.5rem;
padding-left: 5.5rem;
}
.padding-x-11\.5\@tablet {
padding-right: 5.75rem;
padding-left: 5.75rem;
}
.padding-x-12\@tablet {
padding-right: 6rem;
padding-left: 6rem;
}
.padding-x-12\.5\@tablet {
padding-right: 6.25rem;
padding-left: 6.25rem;
}
.padding-x-13\@tablet {
padding-right: 6.55rem;
padding-left: 6.55rem;
}
.padding-x-13\.5\@tablet {
padding-right: 6.75rem;
padding-left: 6.75rem;
}
.padding-x-14\@tablet {
padding-right: 7rem;
padding-left: 7rem;
}
.padding-x-14\.5\@tablet {
padding-right: 7.25rem;
padding-left: 7.25rem;
}
.padding-x-15\@tablet {
padding-right: 7.25rem;
padding-left: 7.25rem;
}
.padding-x-15\.5\@tablet {
padding-right: 7.75rem;
padding-left: 7.75rem;
}
.padding-x-16\@tablet {
padding-right: 8rem;
padding-left: 8rem;
}
.padding-x-16\.5\@tablet {
padding-right: 8.25rem;
padding-left: 8.25rem;
}
.padding-x-17\@tablet {
padding-right: 8.5rem;
padding-left: 8.5rem;
}
.padding-x-17\.5\@tablet {
padding-right: 8.75rem;
padding-left: 8.75rem;
}
.padding-x-18\@tablet {
padding-right: 9rem;
padding-left: 9rem;
}
.padding-x-18\.5\@tablet {
padding-right: 9.25rem;
padding-left: 9.25rem;
}
.padding-x-19\@tablet {
padding-right: 9.5rem;
padding-left: 9.5rem;
}
.padding-x-19\.5\@tablet {
padding-right: 9.75rem;
padding-left: 9.75rem;
}
.padding-x-20\@tablet {
padding-right: 10rem;
padding-left: 10rem;
}
.padding-x-20\.5\@tablet {
padding-right: 10.25rem;
padding-left: 10.25rem;
}
.padding-x-21\@tablet {
padding-right: 10.5rem;
padding-left: 10.5rem;
}
.padding-x-21\.5\@tablet {
padding-right: 10.75rem;
padding-left: 10.75rem;
}
.padding-x-22\@tablet {
padding-right: 11rem;
padding-left: 11rem;
}
.padding-x-22\.5\@tablet {
padding-right: 11.25rem;
padding-left: 11.25rem;
}
.padding-x-23\@tablet {
padding-right: 11.5rem;
padding-left: 11.5rem;
}
.padding-x-23\.5\@tablet {
padding-right: 11.75rem;
padding-left: 11.75rem;
}
.padding-x-24\@tablet {
padding-right: 12rem;
padding-left: 12rem;
}
.padding-x-24\.5\@tablet {
padding-right: 12.25rem;
padding-left: 12.25rem;
}
.padding-x-25\@tablet {
padding-right: 12.5rem;
padding-left: 12.5rem;
}
.padding-x-25\.5\@tablet {
padding-right: 12.75rem;
padding-left: 12.75rem;
}
.padding-x-26\@tablet {
padding-right: 13rem;
padding-left: 13rem;
}
.padding-x-26\.5\@tablet {
padding-right: 13.25rem;
padding-left: 13.25rem;
}
.padding-x-27\@tablet {
padding-right: 13.5rem;
padding-left: 13.5rem;
}
.padding-x-28\.5\@tablet {
padding-right: 13.75rem;
padding-left: 13.75rem;
}
.padding-x-28\@tablet {
padding-right: 14rem;
padding-left: 14rem;
}
.padding-x-28\.5\@tablet {
padding-right: 14.25rem;
padding-left: 14.25rem;
}
.padding-x-29\@tablet {
padding-right: 14.5rem;
padding-left: 14.5rem;
}
.padding-x-29\.5\@tablet {
padding-right: 14.75rem;
padding-left: 14.75rem;
}
.padding-x-30\@tablet {
padding-right: 15rem;
padding-left: 15rem;
}
}
@media (min-width: 57rem) {
.padding-0\@laptop {
padding: 0;
}
.padding-0\.5\@laptop {
padding: 0.25rem;
}
.padding-1\@laptop {
padding: 0.5rem;
}
.padding-1\.5\@laptop {
padding: 0.75rem;
}
.padding-2\@laptop {
padding: 1rem;
}
.padding-2\.5\@laptop {
padding: 1.25rem;
}
.padding-3\@laptop {
padding: 1.5rem;
}
.padding-3\.5\@laptop {
padding: 1.75rem;
}
.padding-4\@laptop {
padding: 2rem;
}
.padding-4\.5\@laptop {
padding: 2.25rem;
}
.padding-5\@laptop {
padding: 2.5rem;
}
.padding-5\.5\@laptop {
padding: 2.75rem;
}
.padding-6\@laptop {
padding: 3rem;
}
.padding-6\.5\@laptop {
padding: 3.25rem;
}
.padding-7\@laptop {
padding: 3.5rem;
}
.padding-7\.5\@laptop {
padding: 3.75rem;
}
.padding-8\@laptop {
padding: 4rem;
}
.padding-8\.5\@laptop {
padding: 4.25rem;
}
.padding-9\@laptop {
padding: 4.5rem;
}
.padding-9\.5\@laptop {
padding: 4.75rem;
}
.padding-10\@laptop {
padding: 5rem;
}
.padding-10\.5\@laptop {
padding: 5.25rem;
}
.padding-11\@laptop {
padding: 5.5rem;
}
.padding-11\.5\@laptop {
padding: 5.75rem;
}
.padding-12\@laptop {
padding: 6rem;
}
.padding-12\.5\@laptop {
padding: 6.25rem;
}
.padding-13\@laptop {
padding: 6.5rem;
}
.padding-13\.5\@laptop {
padding: 6.75rem;
}
.padding-14\@laptop {
padding: 7rem;
}
.padding-14\.5\@laptop {
padding: 7.25rem;
}
.padding-15\@laptop {
padding: 7.5rem;
}
.padding-15\.5\@laptop {
padding: 7.75rem;
}
.padding-16\@laptop {
padding: 8rem;
}
.padding-16\.5\@laptop {
padding: 8.25rem;
}
.padding-17\@laptop {
padding: 8.5rem;
}
.padding-17\.5\@laptop {
padding: 8.75rem;
}
.padding-18\@laptop {
padding: 9rem;
}
.padding-18\.5\@laptop {
padding: 9.25rem;
}
.padding-19\@laptop {
padding: 9.5rem;
}
.padding-19\.5\@laptop {
padding: 9.75rem;
}
.padding-20\@laptop {
padding: 10rem;
}
.padding-20\.5\@laptop {
padding: 10.25rem;
}
.padding-21\@laptop {
padding: 10.5rem;
}
.padding-21\.5\@laptop {
padding: 10.75rem;
}
.padding-22\@laptop {
padding: 11rem;
}
.padding-22\.5\@laptop {
padding: 11.25rem;
}
.padding-23\@laptop {
padding-top: 11.5rem;
}
.padding-23\.5\@laptop {
padding: 11.75rem;
}
.padding-24\@laptop {
padding-top: 12rem;
}
.padding-24\.5\@laptop {
padding: 12.25rem;
}
.padding-25\@laptop {
padding: 12.5rem;
}
.padding-25\.5\@laptop {
padding: 12.75rem;
}
.padding-26\@laptop {
padding: 13rem;
}
.padding-26\.5\@laptop {
padding: 13.25rem;
}
.padding-27\@laptop {
padding: 13.5rem;
}
.padding-27\.5\@laptop {
padding: 13.75rem;
}
.padding-28\@laptop {
padding: 14rem;
}
.padding-28\.5\@laptop {
padding: 14.25rem;
}
.padding-29\@laptop {
padding: 14.5rem;
}
.padding-29\.5\@laptop {
padding: 14.75rem;
}
.padding-30\@laptop {
padding: 15rem;
}
.padding-top-0\@laptop {
padding-top: 0;
}
.padding-top-0\.5\@laptop {
padding-top: 0.25rem;
}
.padding-top-1\@laptop {
padding-top: 0.5rem;
}
.padding-top-1\.5\@laptop {
padding-top: 0.75rem;
}
.padding-top-2\@laptop {
padding-top: 1rem;
}
.padding-top-2\.5\@laptop {
padding-top: 1.25rem;
}
.padding-top-3\@laptop {
padding-top: 1.5rem;
}
.padding-top-3\.5\@laptop {
padding-top: 1.75rem;
}
.padding-top-4\@laptop {
padding-top: 2rem;
}
.padding-top-4\.5\@laptop {
padding-top: 2.25rem;
}
.padding-top-5\@laptop {
padding-top: 2.5rem;
}
.padding-top-5\.5\@laptop {
padding-top: 2.75rem;
}
.padding-top-6\@laptop {
padding-top: 3rem;
}
.padding-top-6\.5\@laptop {
padding-top: 3.25rem;
}
.padding-top-7\@laptop {
padding-top: 3.5rem;
}
.padding-top-7\.5\@laptop {
padding-top: 3.75rem;
}
.padding-top-8\@laptop {
padding-top: 4rem;
}
.padding-top-8\.5\@laptop {
padding-top: 4.25rem;
}
.padding-top-9\@laptop {
padding-top: 4.5rem;
}
.padding-top-9\.5\@laptop {
padding-top: 4.75rem;
}
.padding-top-10\@laptop {
padding-top: 5rem;
}
.padding-top-10\.5\@laptop {
padding-top: 5.25rem;
}
.padding-top-11\@laptop {
padding-top: 5.5rem;
}
.padding-top-11\.5\@laptop {
padding-top: 5.75rem;
}
.padding-top-12\@laptop {
padding-top: 6rem;
}
.padding-top-12\.5\@laptop {
padding-top: 6.25rem;
}
.padding-top-13\@laptop {
padding-top: 6.5rem;
}
.padding-top-13\.5\@laptop {
padding-top: 6.75rem;
}
.padding-top-14\@laptop {
padding-top: 7rem;
}
.padding-top-14\.5\@laptop {
padding-top: 7.25rem;
}
.padding-top-15\@laptop {
padding-top: 7.5rem;
}
.padding-top-15\.5\@laptop {
padding-top: 7.75rem;
}
.padding-top-16\@laptop {
padding-top: 8rem;
}
.padding-top-16\.5\@laptop {
padding-top: 8.25rem;
}
.padding-top-17\@laptop {
padding-top: 8.5rem;
}
.padding-top-17\.5\@laptop {
padding-top: 8.75rem;
}
.padding-top-18\@laptop {
padding-top: 9rem;
}
.padding-top-18\.5\@laptop {
padding-top: 9.25rem;
}
.padding-top-19\@laptop {
padding-top: 9.5rem;
}
.padding-top-19\.5\@laptop {
padding-top: 9.75rem;
}
.padding-top-20\@laptop {
padding-top: 10rem;
}
.padding-top-20\.5\@laptop {
padding-top: 10.25rem;
}
.padding-top-21\@laptop {
padding-top: 10.5rem;
}
.padding-top-21\.5\@laptop {
padding-top: 10.75rem;
}
.padding-top-22\@laptop {
padding-top: 11rem;
}
.padding-top-22\.5\@laptop {
padding-top: 11.25rem;
}
.padding-top-23\@laptop {
padding-top: 11.5rem;
}
.padding-top-23\.5\@laptop {
padding-top: 11.75rem;
}
.padding-top-24\@laptop {
padding-top: 12rem;
}
.padding-top-24\.5\@laptop {
padding-top: 12.25rem;
}
.padding-top-25\@laptop {
padding-top: 12.5rem;
}
.padding-top-25\.5\@laptop {
padding-top: 12.75rem;
}
.padding-top-26\@laptop {
padding-top: 13rem;
}
.padding-top-26\.5\@laptop {
padding-top: 13.25rem;
}
.padding-top-27\@laptop {
padding-top: 13.5rem;
}
.padding-top-27\.5\@laptop {
padding-top: 13.75rem;
}
.padding-top-28\@laptop {
padding-top: 14rem;
}
.padding-top-28\.5\@laptop {
padding-top: 14.25rem;
}
.padding-top-29\@laptop {
padding-top: 14.5rem;
}
.padding-top-29\.5\@laptop {
padding-top: 14.75rem;
}
.padding-top-30\@laptop {
padding-top: 15rem;
}
.padding-right-0\@laptop {
padding-right: 0;
}
.padding-right-0\.5\@laptop {
padding-right: 0.25rem;
}
.padding-right-1\@laptop {
padding-right: 0.5rem;
}
.padding-right-1\.5\@laptop {
padding-right: 0.75rem;
}
.padding-right-2\@laptop {
padding-right: 1rem;
}
.padding-right-2\.5\@laptop {
padding-right: 1.25rem;
}
.padding-right-3\@laptop {
padding-right: 1.5rem;
}
.padding-right-3\.5\@laptop {
padding-right: 1.75rem;
}
.padding-right-4\@laptop {
padding-right: 2rem;
}
.padding-right-4\.5\@laptop {
padding-right: 2.25rem;
}
.padding-right-5\@laptop {
padding-right: 2.5rem;
}
.padding-right-5\.5\@laptop {
padding-right: 2.75rem;
}
.padding-right-6\@laptop {
padding-right: 3rem;
}
.padding-right-6\.5\@laptop {
padding-right: 3.25rem;
}
.padding-right-7\@laptop {
padding-right: 3.5rem;
}
.padding-right-7\.5\@laptop {
padding-right: 3.75rem;
}
.padding-right-8\@laptop {
padding-right: 4rem;
}
.padding-right-8\.5\@laptop {
padding-right: 4.25rem;
}
.padding-right-9\@laptop {
padding-right: 4.5rem;
}
.padding-right-9\.5\@laptop {
padding-right: 4.75rem;
}
.padding-right-10\@laptop {
padding-right: 5rem;
}
.padding-right-10\.5\@laptop {
padding-right: 5.25rem;
}
.padding-right-11\@laptop {
padding-right: 5.5rem;
}
.padding-right-11\.5\@laptop {
padding-right: 5.75rem;
}
.padding-right-12\@laptop {
padding-right: 6rem;
}
.padding-right-12\.5\@laptop {
padding-right: 6.25rem;
}
.padding-right-13\@laptop {
padding-right: 6.5rem;
}
.padding-right-13\.5\@laptop {
padding-right: 6.75rem;
}
.padding-right-14\@laptop {
padding-right: 7rem;
}
.padding-right-14\.5\@laptop {
padding-right: 7.25rem;
}
.padding-right-15\@laptop {
padding-right: 7.5rem;
}
.padding-right-15\.5\@laptop {
padding-right: 7.75rem;
}
.padding-right-16\@laptop {
padding-right: 8rem;
}
.padding-right-16\.5\@laptop {
padding-right: 8.25rem;
}
.padding-right-17\@laptop {
padding-right: 8.5rem;
}
.padding-right-17\.5\@laptop {
padding-right: 8.75rem;
}
.padding-right-18\@laptop {
padding-right: 9rem;
}
.padding-right-18\.5\@laptop {
padding-right: 9.25rem;
}
.padding-right-19\@laptop {
padding-right: 9.5rem;
}
.padding-right-19\.5\@laptop {
padding-right: 9.75rem;
}
.padding-right-20\@laptop {
padding-right: 10rem;
}
.padding-right-20\.5\@laptop {
padding-right: 10.25rem;
}
.padding-right-21\@laptop {
padding-right: 10.5rem;
}
.padding-right-21\.5\@laptop {
padding-right: 10.75rem;
}
.padding-right-22\@laptop {
padding-right: 11rem;
}
.padding-right-22\.5\@laptop {
padding-right: 11.25rem;
}
.padding-right-23\@laptop {
padding-right: 11.5rem;
}
.padding-right-23\.5\@laptop {
padding-right: 11.75rem;
}
.padding-right-24\@laptop {
padding-right: 12rem;
}
.padding-right-24\.5\@laptop {
padding-right: 12.25rem;
}
.padding-right-25\@laptop {
padding-right: 12.5rem;
}
.padding-right-25\.5\@laptop {
padding-right: 12.75rem;
}
.padding-right-26\@laptop {
padding-right: 13rem;
}
.padding-right-26\.5\@laptop {
padding-right: 13.25rem;
}
.padding-right-27\@laptop {
padding-right: 13.5rem;
}
.padding-right-27\.5\@laptop {
padding-right: 13.75rem;
}
.padding-right-28\@laptop {
padding-right: 14rem;
}
.padding-right-28\.5\@laptop {
padding-right: 14.25rem;
}
.padding-right-29\@laptop {
padding-right: 14.5rem;
}
.padding-right-29\.5\@laptop {
padding-right: 14.75rem;
}
.padding-right-30\@laptop {
padding-right: 15rem;
}
.padding-bottom0\@laptop {
padding-bottom: 0;
}
.padding-bottom0\.5\@laptop {
padding-bottom: 0.25rem;
}
.padding-bottom1\@laptop {
padding-bottom: 0.5rem;
}
.padding-bottom1\.5\@laptop {
padding-bottom: 0.75rem;
}
.padding-bottom2\@laptop {
padding-bottom: 1rem;
}
.padding-bottom2\.5\@laptop {
padding-bottom: 1.25rem;
}
.padding-bottom3\@laptop {
padding-bottom: 1.5rem;
}
.padding-bottom3\.5\@laptop {
padding-bottom: 1.75rem;
}
.padding-bottom4\@laptop {
padding-bottom: 2rem;
}
.padding-bottom4\.5\@laptop {
padding-bottom: 2.25rem;
}
.padding-bottom5\@laptop {
padding-bottom: 2.5rem;
}
.padding-bottom5\.5\@laptop {
padding-bottom: 2.75rem;
}
.padding-bottom6\@laptop {
padding-bottom: 3rem;
}
.padding-bottom6\.5\@laptop {
padding-bottom: 3.25rem;
}
.padding-bottom7\@laptop {
padding-bottom: 3.5rem;
}
.padding-bottom7\.5\@laptop {
padding-bottom: 3.75rem;
}
.padding-bottom8\@laptop {
padding-bottom: 4rem;
}
.padding-bottom8\.5\@laptop {
padding-bottom: 4.25rem;
}
.padding-bottom9\@laptop {
padding-bottom: 4.5rem;
}
.padding-bottom9\.5\@laptop {
padding-bottom: 4.75rem;
}
.padding-bottom10\@laptop {
padding-bottom: 5rem;
}
.padding-bottom10\.5\@laptop {
padding-bottom: 5.25rem;
}
.padding-bottom11\@laptop {
padding-bottom: 5.5rem;
}
.padding-bottom11\.5\@laptop {
padding-bottom: 5.75rem;
}
.padding-bottom12\@laptop {
padding-bottom: 6rem;
}
.padding-bottom12\.5\@laptop {
padding-bottom: 6.25rem;
}
.padding-bottom13\@laptop {
padding-bottom: 6.5rem;
}
.padding-bottom13\.5\@laptop {
padding-bottom: 6.75rem;
}
.padding-bottom14\@laptop {
padding-bottom: 7rem;
}
.padding-bottom14\.5\@laptop {
padding-bottom: 7.25rem;
}
.padding-bottom15\@laptop {
padding-bottom: 7.5rem;
}
.padding-bottom15\.5\@tablet {
padding-bottom: 7.75rem;
}
.padding-bottom16\@laptop {
padding-bottom: 8rem;
}
.padding-bottom16\.5\@laptop {
padding-bottom: 8.25rem;
}
.padding-bottom17\@laptop {
padding-bottom: 8.5rem;
}
.padding-bottom17\.5\@laptop {
padding-bottom: 8.75rem;
}
.padding-bottom18\@laptop {
padding-bottom: 9rem;
}
.padding-bottom18\.5\@laptop {
padding-bottom: 9.25rem;
}
.padding-bottom19\@laptop {
padding-bottom: 9.5rem;
}
.padding-bottom19\.5\@laptop {
padding-bottom: 9.75rem;
}
.padding-bottom20\@laptop {
padding-bottom: 10rem;
}
.padding-bottom20\.5\@laptop {
padding-bottom: 10.25rem;
}
.padding-bottom21\@laptop {
padding-bottom: 10.5rem;
}
.padding-bottom21\.5\@laptop {
padding-bottom: 10.75rem;
}
.padding-bottom22\@laptop {
padding-bottom: 11rem;
}
.padding-bottom22\.5\@laptop {
padding-bottom: 11.25rem;
}
.padding-bottom23\@laptop {
padding-bottom: 11.5rem;
}
.padding-bottom23\.5\@laptop {
padding-bottom: 11.75rem;
}
.padding-bottom24\@laptop {
padding-bottom: 12rem;
}
.padding-bottom24\.5\@laptop {
padding-bottom: 12.25rem;
}
.padding-bottom25\@laptop {
padding-bottom: 12.5rem;
}
.padding-bottom25\.5\@laptop {
padding-bottom: 12.75rem;
}
.padding-bottom26\@laptop {
padding-bottom: 13rem;
}
.padding-bottom26\.5\@laptop {
padding-bottom: 13.25rem;
}
.padding-bottom27\@laptop {
padding-bottom: 13.5rem;
}
.padding-bottom27\.5\@laptop {
padding-bottom: 13.75rem;
}
.padding-bottom28\@laptop {
padding-bottom: 14rem;
}
.padding-bottom28\.5\@laptop {
padding-bottom: 14.25rem;
}
.padding-bottom29\@laptop {
padding-bottom: 14.5rem;
}
.padding-bottom29\.5\@laptop {
padding-bottom: 14.75rem;
}
.padding-bottom30\@laptop {
padding-bottom: 15rem;
}
.padding-left-0\@laptop {
padding-left: 0;
}
.padding-left-0\.5\@laptop {
padding-left: 0.25rem;
}
.padding-left-1\@laptop {
padding-left: 0.5rem;
}
.padding-left-1\.5\@laptop {
padding-left: 0.75rem;
}
.padding-left-2\@laptop {
padding-left: 1rem;
}
.padding-left-2\.5\@laptop {
padding-left: 1.25rem;
}
.padding-left-3\@laptop {
padding-left: 1.5rem;
}
.padding-left-3\.5\@laptop {
padding-left: 1.75rem;
}
.padding-left-4\@laptop {
padding-left: 2rem;
}
.padding-left-4\.5\@laptop {
padding-left: 2.25rem;
}
.padding-left-5\@laptop {
padding-left: 2.5rem;
}
.padding-left-5\.5\@laptop {
padding-left: 2.75rem;
}
.padding-left-6\@laptop {
padding-left: 3rem;
}
.padding-left-6\.5\@laptop {
padding-left: 3.25rem;
}
.padding-left-7\@laptop {
padding-left: 3.5rem;
}
.padding-left-7\.5\@laptop {
padding-left: 3.75rem;
}
.padding-left-8\@laptop {
padding-left: 4rem;
}
.padding-left-8\.5\@laptop {
padding-left: 4.25rem;
}
.padding-left-9\@laptop {
padding-left: 4.5rem;
}
.padding-left-9\.5\@laptop {
padding-left: 4.75rem;
}
.padding-left-10\@laptop {
padding-left: 5rem;
}
.padding-left-10\.5\@laptop {
padding-left: 5.25rem;
}
.padding-left-11\@laptop {
padding-left: 5.5rem;
}
.padding-left-11\.5\@laptop {
padding-left: 5.75rem;
}
.padding-left-12\@laptop {
padding-left: 6rem;
}
.padding-left-12\.5\@laptop {
padding-left: 6.25rem;
}
.padding-left-13\@laptop {
padding-left: 6.5rem;
}
.padding-left-13\.5\@laptop {
padding-left: 6.75rem;
}
.padding-left-14\@laptop {
padding-left: 7rem;
}
.padding-left-14\.5\@laptop {
padding-left: 7.25rem;
}
.padding-left-15\@laptop {
padding-left: 7.5rem;
}
.padding-left-15\.5\@laptop {
padding-left: 7.75rem;
}
.padding-left-16\@laptop {
padding-left: 8rem;
}
.padding-left-16\.5\@laptop {
padding-left: 8.25rem;
}
.padding-left-17\@laptop {
padding-left: 8.5rem;
}
.padding-left-17\.5\@laptop {
padding-left: 8.75rem;
}
.padding-left-18\@laptop {
padding-left: 9rem;
}
.padding-left-18\.5\@laptop {
padding-left: 9.25rem;
}
.padding-left-19\@laptop {
padding-left: 9.5rem;
}
.padding-left-19\.5\@laptop {
padding-left: 9.75rem;
}
.padding-left-20\@laptop {
padding-left: 10rem;
}
.padding-left-20\.5\@laptop {
padding-left: 10.25rem;
}
.padding-left-21\@laptop {
padding-left: 10.5rem;
}
.padding-left-21\.5\@laptop {
padding-left: 10.75rem;
}
.padding-left-22\@laptop {
padding-left: 11rem;
}
.padding-left-22\.5\@laptop {
padding-left: 11.25rem;
}
.padding-left-23\@laptop {
padding-left: 11.5rem;
}
.padding-left-23\.5\@laptop {
padding-left: 11.75rem;
}
.padding-left-24\@tablet {
padding-left: 12rem;
}
.padding-left-24\.5\@tablet {
padding-left: 12.25rem;
}
.padding-left-25\@tablet {
padding-left: 12.5rem;
}
.padding-left-25\.5\@laptop {
padding-left: 12.75rem;
}
.padding-left-26\@laptop {
padding-left: 13rem;
}
.padding-left-26\.5\@laptop {
padding-left: 13.25rem;
}
.padding-left-27\@laptop {
padding-left: 13.5rem;
}
.padding-left-27\.5\@laptop {
padding-left: 13.75rem;
}
.padding-left-28\@laptop {
padding-left: 14rem;
}
.padding-left-28\.5\@laptop {
padding-left: 14.25rem;
}
.padding-left-29\@laptop {
padding-left: 14.5rem;
}
.padding-left-29\.5\@laptop {
padding-left: 14.75rem;
}
.padding-left-30\@laptop {
padding-left: 15rem;
}
.padding-y-0\@laptop {
padding-top: 0;
padding-bottom: 0;
}
.padding-y-0\.5\@laptop {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.padding-y-1\@laptop {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.padding-y-1\.5\@laptop {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.padding-y-2\@laptop {
padding-top: 1rem;
padding-bottom: 1rem;
}
.padding-y-2\.5\@laptop {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.padding-y-3\@laptop {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.padding-y-3\.5\@laptop {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.padding-y-4\@laptop {
padding-top: 2rem;
padding-bottom: 2rem;
}
.padding-y-4\.5\@laptop {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.padding-y-5\@laptop {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.padding-y-5\.5\@laptop {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.padding-y-6\@laptop {
padding-top: 3rem;
padding-bottom: 3rem;
}
.padding-y-6\.5\@laptop {
padding-top: 3.25rem;
padding-bottom: 3.25rem;
}
.padding-y-7\@laptop {
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
.padding-y-7\.5\@laptop {
padding-top: 3.75rem;
padding-bottom: 3.75rem;
}
.padding-y-8\@laptop {
padding-top: 4rem;
padding-bottom: 4rem;
}
.padding-y-8\.5\@laptop {
padding-top: 4.25rem;
padding-bottom: 4.25rem;
}
.padding-y-9\@laptop {
padding-top: 4.5rem;
padding-bottom: 4.5rem;
}
.padding-y-9\.5\@laptop {
padding-top: 4.75rem;
padding-bottom: 4.75rem;
}
.padding-y-10\@laptop {
padding-top: 5rem;
padding-bottom: 5rem;
}
.padding-y-10\.5\@laptop {
padding-top: 5.25rem;
padding-bottom: 5.25rem;
}
.padding-y-11\@laptop {
padding-top: 5.5rem;
padding-bottom: 5.5rem;
}
.padding-y-11\.5\@laptop {
padding-top: 5.75rem;
padding-bottom: 5.75rem;
}
.padding-y-12\@laptop {
padding-top: 6rem;
padding-bottom: 6rem;
}
.padding-y-12\.5\@laptop {
padding-top: 6.25rem;
padding-bottom: 6.25rem;
}
.padding-y-13\@laptop {
padding-top: 6.55rem;
padding-bottom: 6.55rem;
}
.padding-y-13\.5\@laptop {
padding-top: 6.75rem;
padding-bottom: 6.75rem;
}
.padding-y-14\@laptop {
padding-top: 7rem;
padding-bottom: 7rem;
}
.padding-y-14\.5\@laptop {
padding-top: 7.25rem;
padding-bottom: 7.25rem;
}
.padding-y-15\@laptop {
padding-top: 7.25rem;
padding-bottom: 7.25rem;
}
.padding-y-15\.5\@laptop {
padding-top: 7.75rem;
padding-bottom: 7.75rem;
}
.padding-y-16\@laptop {
padding-top: 8rem;
padding-bottom: 8rem;
}
.padding-y-16\.5\@laptop {
padding-top: 8.25rem;
padding-bottom: 8.25rem;
}
.padding-y-17\@laptop {
padding-top: 8.5rem;
padding-bottom: 8.5rem;
}
.padding-y-17\.5\@laptop {
padding-top: 8.75rem;
padding-bottom: 8.75rem;
}
.padding-y-18\@laptop {
padding-top: 9rem;
padding-bottom: 9rem;
}
.padding-y-18\.5\@laptop {
padding-top: 9.25rem;
padding-bottom: 9.25rem;
}
.padding-y-19\@laptop {
padding-top: 9.5rem;
padding-bottom: 9.5rem;
}
.padding-y-19\.5\@laptop {
padding-top: 9.75rem;
padding-bottom: 9.75rem;
}
.padding-y-20\@laptop {
padding-top: 10rem;
padding-bottom: 10rem;
}
.padding-y-20\.5\@laptop {
padding-top: 10.25rem;
padding-bottom: 10.25rem;
}
.padding-y-21\@laptop {
padding-top: 10.5rem;
padding-bottom: 10.5rem;
}
.padding-y-21\.5\@laptop {
padding-top: 10.75rem;
padding-bottom: 10.75rem;
}
.padding-y-22\@laptop {
padding-top: 11rem;
padding-bottom: 11rem;
}
.padding-y-22\.5\@laptop {
padding-top: 11.25rem;
padding-bottom: 11.25rem;
}
.padding-y-23\@laptop {
padding-top: 11.5rem;
padding-bottom: 11.5rem;
}
.padding-y-23\.5\@laptop {
padding-top: 11.75rem;
padding-bottom: 11.75rem;
}
.padding-y-24\@laptop {
padding-top: 12rem;
padding-bottom: 12rem;
}
.padding-y-24\.5\@laptop {
padding-top: 12.25rem;
padding-bottom: 12.25rem;
}
.padding-y-25\@laptop {
padding-top: 12.5rem;
padding-bottom: 12.5rem;
}
.padding-y-25\.5\@laptop {
padding-top: 12.75rem;
padding-bottom: 12.75rem;
}
.padding-y-26\@laptop {
padding-top: 13rem;
padding-bottom: 13rem;
}
.padding-y-26\.5\@laptop {
padding-top: 13.25rem;
padding-bottom: 13.25rem;
}
.padding-y-27\@laptop {
padding-top: 13.5rem;
padding-bottom: 13.5rem;
}
.padding-y-28\.5\@laptop {
padding-top: 13.75rem;
padding-bottom: 13.75rem;
}
.padding-y-28\@laptop {
padding-top: 14rem;
padding-bottom: 14rem;
}
.padding-y-28\.5\@laptop {
padding-top: 14.25rem;
padding-bottom: 14.25rem;
}
.padding-y-29\@laptop {
padding-top: 14.5rem;
padding-bottom: 14.5rem;
}
.padding-y-29\.5\@laptop {
padding-top: 14.75rem;
padding-bottom: 14.75rem;
}
.padding-y-30\@laptop {
padding-top: 15rem;
padding-bottom: 15rem;
}
.padding-x-0\@laptop {
padding-right: 0;
padding-left: 0;
}
.padding-x-0\.5\@laptop {
padding-right: 0.25rem;
padding-left: 0.25rem;
}
.padding-x-1\@laptop {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.padding-x-1\.5\@laptop {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.padding-x-2\@laptop {
padding-right: 1rem;
padding-left: 1rem;
}
.padding-x-2\.5\@laptop {
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.padding-x-3\@laptop {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.padding-x-3\.5\@laptop {
padding-right: 1.75rem;
padding-left: 1.75rem;
}
.padding-x-4\@laptop {
padding-right: 2rem;
padding-left: 2rem;
}
.padding-x-4\.5\@laptop {
padding-right: 2.25rem;
padding-left: 2.25rem;
}
.padding-x-5\@laptop {
padding-right: 2.5rem;
padding-left: 2.5rem;
}
.padding-x-5\.5\@laptop {
padding-right: 2.75rem;
padding-left: 2.75rem;
}
.padding-x-6\@laptop {
padding-right: 3rem;
padding-left: 3rem;
}
.padding-x-6\.5\@laptop {
padding-right: 3.25rem;
padding-left: 3.25rem;
}
.padding-x-7\@laptop {
padding-right: 3.5rem;
padding-left: 3.5rem;
}
.padding-x-7\.5\@laptop {
padding-right: 3.75rem;
padding-left: 3.75rem;
}
.padding-x-8\@laptop {
padding-right: 4rem;
padding-left: 4rem;
}
.padding-x-8\.5\@laptop {
padding-right: 4.25rem;
padding-left: 4.25rem;
}
.padding-x-9\@laptop {
padding-right: 4.5rem;
padding-left: 4.5rem;
}
.padding-x-9\.5\@laptop {
padding-right: 4.75rem;
padding-left: 4.75rem;
}
.padding-x-10\@laptop {
padding-right: 5rem;
padding-left: 5rem;
}
.padding-x-10\.5\@laptop {
padding-right: 5.25rem;
padding-left: 5.25rem;
}
.padding-x-11\@laptop {
padding-right: 5.5rem;
padding-left: 5.5rem;
}
.padding-x-11\.5\@laptop {
padding-right: 5.75rem;
padding-left: 5.75rem;
}
.padding-x-12\@laptop {
padding-right: 6rem;
padding-left: 6rem;
}
.padding-x-12\.5\@laptop {
padding-right: 6.25rem;
padding-left: 6.25rem;
}
.padding-x-13\@laptop {
padding-right: 6.55rem;
padding-left: 6.55rem;
}
.padding-x-13\.5\@laptop {
padding-right: 6.75rem;
padding-left: 6.75rem;
}
.padding-x-14\@laptop {
padding-right: 7rem;
padding-left: 7rem;
}
.padding-x-14\.5\@laptop {
padding-right: 7.25rem;
padding-left: 7.25rem;
}
.padding-x-15\@laptop {
padding-right: 7.25rem;
padding-left: 7.25rem;
}
.padding-x-15\.5\@laptop {
padding-right: 7.75rem;
padding-left: 7.75rem;
}
.padding-x-16\@laptop {
padding-right: 8rem;
padding-left: 8rem;
}
.padding-x-16\.5\@laptop {
padding-right: 8.25rem;
padding-left: 8.25rem;
}
.padding-x-17\@laptop {
padding-right: 8.5rem;
padding-left: 8.5rem;
}
.padding-x-17\.5\@laptop {
padding-right: 8.75rem;
padding-left: 8.75rem;
}
.padding-x-18\@laptop {
padding-right: 9rem;
padding-left: 9rem;
}
.padding-x-18\.5\@laptop {
padding-right: 9.25rem;
padding-left: 9.25rem;
}
.padding-x-19\@laptop {
padding-right: 9.5rem;
padding-left: 9.5rem;
}
.padding-x-19\.5\@laptop {
padding-right: 9.75rem;
padding-left: 9.75rem;
}
.padding-x-20\@laptop {
padding-right: 10rem;
padding-left: 10rem;
}
.padding-x-20\.5\@laptop {
padding-right: 10.25rem;
padding-left: 10.25rem;
}
.padding-x-21\@laptop {
padding-right: 10.5rem;
padding-left: 10.5rem;
}
.padding-x-21\.5\@laptop {
padding-right: 10.75rem;
padding-left: 10.75rem;
}
.padding-x-22\@laptop {
padding-right: 11rem;
padding-left: 11rem;
}
.padding-x-22\.5\@laptop {
padding-right: 11.25rem;
padding-left: 11.25rem;
}
.padding-x-23\@laptop {
padding-right: 11.5rem;
padding-left: 11.5rem;
}
.padding-x-23\.5\@laptop {
padding-right: 11.75rem;
padding-left: 11.75rem;
}
.padding-x-24\@laptop {
padding-right: 12rem;
padding-left: 12rem;
}
.padding-x-24\.5\@laptop {
padding-right: 12.25rem;
padding-left: 12.25rem;
}
.padding-x-25\@laptop {
padding-right: 12.5rem;
padding-left: 12.5rem;
}
.padding-x-25\.5\@laptop {
padding-right: 12.75rem;
padding-left: 12.75rem;
}
.padding-x-26\@laptop {
padding-right: 13rem;
padding-left: 13rem;
}
.padding-x-26\.5\@laptop {
padding-right: 13.25rem;
padding-left: 13.25rem;
}
.padding-x-27\@laptop {
padding-right: 13.5rem;
padding-left: 13.5rem;
}
.padding-x-28\.5\@laptop {
padding-right: 13.75rem;
padding-left: 13.75rem;
}
.padding-x-28\@laptop {
padding-right: 14rem;
padding-left: 14rem;
}
.padding-x-28\.5\@laptop {
padding-right: 14.25rem;
padding-left: 14.25rem;
}
.padding-x-29\@laptop {
padding-right: 14.5rem;
padding-left: 14.5rem;
}
.padding-x-29\.5\@laptop {
padding-right: 14.75rem;
padding-left: 14.75rem;
}
.padding-x-30\@laptop {
padding-right: 15rem;
padding-left: 15rem;
}
}
.top-0,
.top-0\@phone {
top: 0;
}
.top-0\.5,
.top-0\@phone {
top: 0.25rem;
}
.top-1,
.top-1\@phone {
top: 0.5rem;
}
.top-1\.5,
.top-1\.5\@phone {
top: 0.75rem;
}
.top-2,
.top-2\@phone {
top: 1rem;
}
.top-2\.5,
.top-2\.5\@phone {
top: 1.25rem;
}
.top-3,
.top-3\@phone {
top: 1.5rem;
}
.top-3\.5,
.top-3\.5\@phone {
top: 1.75rem;
}
.top-4,
.top-4\@phone {
top: 2rem;
}
.top-4\.5,
.top-4\.5\@phone {
top: 2.25rem;
}
.top-5,
.top-5\@phone {
top: 2.5rem;
}
.top-5\.5,
.top-5\.5\@phone {
top: 2.75rem;
}
.top-6,
.top-6\@phone {
top: 3rem;
}
.top-6\.5,
.top-6\.5\@phone {
top: 3.25rem;
}
.top-7,
.top-7\@phone {
top: 3.5rem;
}
.top-7\.5,
.top-7\.5\@phone {
top: 3.75rem;
}
.top-8,
.top-8\@phone {
top: 4rem;
}
.top-8\.5,
.top-8\.5\@phone {
top: 4.25rem;
}
.top-9,
.top-9\@phone {
top: 4.5rem;
}
.top-9\.5,
.top-9\.5\@phone {
top: 4.75rem;
}
.top-10,
.top-10\@phone {
top: 5rem;
}
.top-10\.5,
.top-10\.5\@phone {
top: 5.25rem;
}
.top-11,
.top-11\@phone {
top: 5.5rem;
}
.top-11\.5,
.top-11\.5\@phone {
top: 5.75rem;
}
.top-12,
.top-12\@phone {
top: 6rem;
}
.top-12\.5,
.top-12\.5\@phone {
top: 6.25rem;
}
.top-13,
.top-13\@phone {
top: 6.5rem;
}
.top-13\.5,
.top-13\.5\@phone {
top: 6.75rem;
}
.top-14,
.top-14\@phone {
top: 7rem;
}
.top-14\.5,
.top-14\.5\@phone {
top: 7.25rem;
}
.top-15,
.top-15\@phone {
top: 7.5rem;
}
.top-15\.5,
.top-15\.5\@phone {
top: 7.75rem;
}
.top-16,
.top-16\@phone {
top: 8rem;
}
.top-16\.5,
.top-16\.5\@phone {
top: 8.25rem;
}
.top-17,
.top-17\@phone {
top: 8.5rem;
}
.top-17\.5,
.top-17\.5\@phone {
top: 8.75rem;
}
.top-18,
.top-18\@phone {
top: 9rem;
}
.top-18\.5,
.top-18\.5\@phone {
top: 9.25rem;
}
.top-19,
.top-19\@phone {
top: 9.5rem;
}
.top-19\.5,
.top-19\.5\@phone {
top: 9.75rem;
}
.top-20,
.top-20\@phone {
top: 10rem;
}
.top-20\.5,
.top-20\.5\@phone {
top: 10.25rem;
}
.top-21,
.top-21\@phone {
top: 10.5rem;
}
.top-21\.5,
.top-21\.5\@phone {
top: 10.75rem;
}
.top-22,
.top-22\@phone {
top: 11rem;
}
.top-22\.5,
.top-22\.5\@phone {
top: 11.25rem;
}
.top-23,
.top-23\@phone {
top: 11.5rem;
}
.top-23\.5,
.top-23\.5\@phone {
top: 11.75rem;
}
.top-24,
.top-24\@phone {
top: 12rem;
}
.top-24\.5,
.top-24\.5\@phone {
top: 12.25rem;
}
.top-25,
.top-25\@phone {
top: 12.5rem;
}
.top-25\.5,
.top-25\.5\@phone {
top: 12.75rem;
}
.top-26,
.top-26\@phone {
top: 13rem;
}
.top-26\.5,
.top-26\.5\@phone {
top: 13.25rem;
}
.top-27,
.top-27\@phone {
top: 13.5rem;
}
.top-27\.5,
.top-27\.5\@phone {
top: 13.75rem;
}
.top-28,
.top-28\@phone {
top: 14rem;
}
.top-28\.5,
.top-28\.5\@phone {
top: 14.25rem;
}
.top-29,
.top-29\@phone {
top: 14.5rem;
}
.top-29\.5,
.top-29\.5\@phone {
top: 14.75rem;
}
.top-30,
.top-30\@phone {
top: 15rem;
}
.top-auto,
.top-auto\@phone {
top: auto;
}
@media (max-width: 21.875rem) {
.top-0\@small-phone {
top: 0;
}
.top-0\@small-phone {
top: 0.25rem;
}
.top-1\@small-phone {
top: 0.5rem;
}
.top-1\.5\@small-phone {
top: 0.75rem;
}
.top-2\@small-phone {
top: 1rem;
}
.top-2\.5\@small-phone {
top: 1.25rem;
}
.top-3\@small-phone {
top: 1.5rem;
}
.top-3\.5\@small-phone {
top: 1.75rem;
}
.top-4\@small-phone {
top: 2rem;
}
.top-4\.5\@small-phone {
top: 2.25rem;
}
.top-5\@small-phone {
top: 2.5rem;
}
.top-5\.5\@small-phone {
top: 2.75rem;
}
.top-6\@small-phone {
top: 3rem;
}
.top-6\.5\@small-phone {
top: 3.25rem;
}
.top-7\@small-phone {
top: 3.5rem;
}
.top-7\.5\@small-phone {
top: 3.75rem;
}
.top-8\@small-phone {
top: 4rem;
}
.top-8\.5\@small-phone {
top: 4.25rem;
}
.top-9\@small-phone {
top: 4.5rem;
}
.top-9\.5\@small-phone {
top: 4.75rem;
}
.top-10\@small-phone {
top: 5rem;
}
.top-10\.5\@small-phone {
top: 5.25rem;
}
.top-11\@small-phone {
top: 5.5rem;
}
.top-11\.5\@small-phone {
top: 5.75rem;
}
.top-12\@small-phone {
top: 6rem;
}
.top-12\.5\@small-phone {
top: 6.25rem;
}
.top-13\@small-phone {
top: 6.5rem;
}
.top-13\.5\@small-phone {
top: 6.75rem;
}
.top-14\@small-phone {
top: 7rem;
}
.top-14\.5\@small-phone {
top: 7.25rem;
}
.top-15\@small-phone {
top: 7.5rem;
}
.top-15\.5\@small-phone {
top: 7.75rem;
}
.top-16\@small-phone {
top: 8rem;
}
.top-16\.5\@small-phone {
top: 8.25rem;
}
.top-17\@small-phone {
top: 8.5rem;
}
.top-17\.5\@small-phone {
top: 8.75rem;
}
.top-18\@small-phone {
top: 9rem;
}
.top-18\.5\@small-phone {
top: 9.25rem;
}
.top-19\@small-phone {
top: 9.5rem;
}
.top-19\.5\@small-phone {
top: 9.75rem;
}
.top-20\@small-phone {
top: 10rem;
}
.top-20\.5\@small-phone {
top: 10.25rem;
}
.top-21\@small-phone {
top: 10.5rem;
}
.top-21\.5\@small-phone {
top: 10.75rem;
}
.top-22\@small-phone {
top: 11rem;
}
.top-22\.5\@small-phone {
top: 11.25rem;
}
.top-23\@small-phone {
top: 11.5rem;
}
.top-23\.5\@small-phone {
top: 11.75rem;
}
.top-24\@small-phone {
top: 12rem;
}
.top-24\.5\@small-phone {
top: 12.25rem;
}
.top-25\@small-phone {
top: 12.5rem;
}
.top-25\.5\@small-phone {
top: 12.75rem;
}
.top-26\@small-phone {
top: 13rem;
}
.top-26\.5\@small-phone {
top: 13.25rem;
}
.top-27\@small-phone {
top: 13.5rem;
}
.top-27\.5\@small-phone {
top: 13.75rem;
}
.top-28\@small-phone {
top: 14rem;
}
.top-28\.5\@small-phone {
top: 14.25rem;
}
.top-29\@small-phone {
top: 14.5rem;
}
.top-29\.5\@small-phone {
top: 14.75rem;
}
.top-30\@small-phone {
top: 15rem;
}
.top-auto\@small-phone {
top: auto;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.top-0\@tablet {
top: 0;
}
.top-0\@tablet {
top: 0.25rem;
}
.top-1\@tablet {
top: 0.5rem;
}
.top-1\.5\@tablet {
top: 0.75rem;
}
.top-2\@tablet {
top: 1rem;
}
.top-2\.5\@tablet {
top: 1.25rem;
}
.top-3\@tablet {
top: 1.5rem;
}
.top-3\.5\@tablet {
top: 1.75rem;
}
.top-4\@tablet {
top: 2rem;
}
.top-4\.5\@tablet {
top: 2.25rem;
}
.top-5\@tablet {
top: 2.5rem;
}
.top-5\.5\@tablet {
top: 2.75rem;
}
.top-6\@tablet {
top: 3rem;
}
.top-6\.5\@tablet {
top: 3.25rem;
}
.top-7\@tablet {
top: 3.5rem;
}
.top-7\.5\@tablet {
top: 3.75rem;
}
.top-8\@tablet {
top: 4rem;
}
.top-8\.5\@tablet {
top: 4.25rem;
}
.top-9\@tablet {
top: 4.5rem;
}
.top-9\.5\@tablet {
top: 4.75rem;
}
.top-10\@tablet {
top: 5rem;
}
.top-10\.5\@tablet {
top: 5.25rem;
}
.top-11\@tablet {
top: 5.5rem;
}
.top-11\.5\@tablet {
top: 5.75rem;
}
.top-12\@tablet {
top: 6rem;
}
.top-12\.5\@tablet {
top: 6.25rem;
}
.top-13\@tablet {
top: 6.5rem;
}
.top-13\.5\@tablet {
top: 6.75rem;
}
.top-14\@tablet {
top: 7rem;
}
.top-14\.5\@tablet {
top: 7.25rem;
}
.top-15\@tablet {
top: 7.5rem;
}
.top-15\.5\@tablet {
top: 7.75rem;
}
.top-16\@tablet {
top: 8rem;
}
.top-16\.5\@tablet {
top: 8.25rem;
}
.top-17\@tablet {
top: 8.5rem;
}
.top-17\.5\@tablet {
top: 8.75rem;
}
.top-18\@tablet {
top: 9rem;
}
.top-18\.5\@tablet {
top: 9.25rem;
}
.top-19\@tablet {
top: 9.5rem;
}
.top-19\.5\@tablet {
top: 9.75rem;
}
.top-20\@tablet {
top: 10rem;
}
.top-20\.5\@tablet {
top: 10.25rem;
}
.top-21\@tablet {
top: 10.5rem;
}
.top-21\.5\@tablet {
top: 10.75rem;
}
.top-22\@tablet {
top: 11rem;
}
.top-22\.5\@tablet {
top: 11.25rem;
}
.top-23\@tablet {
top: 11.5rem;
}
.top-23\.5\@tablet {
top: 11.75rem;
}
.top-24\@tablet {
top: 12rem;
}
.top-24\.5\@tablet {
top: 12.25rem;
}
.top-25\@tablet {
top: 12.5rem;
}
.top-25\.5\@tablet {
top: 12.75rem;
}
.top-26\@tablet {
top: 13rem;
}
.top-26\.5\@tablet {
top: 13.25rem;
}
.top-27\@tablet {
top: 13.5rem;
}
.top-27\.5\@tablet {
top: 13.75rem;
}
.top-28\@tablet {
top: 14rem;
}
.top-28\.5\@tablet {
top: 14.25rem;
}
.top-29\@tablet {
top: 14.5rem;
}
.top-29\.5\@tablet {
top: 14.75rem;
}
.top-30\@tablet {
top: 15rem;
}
.top-auto\@tablet {
top: auto;
}
}
@media (min-width: 57rem) {
.top-0\@laptop {
top: 0;
}
.top-0\@laptop {
top: 0.25rem;
}
.top-1\@laptop {
top: 0.5rem;
}
.top-1\.5\@laptop {
top: 0.75rem;
}
.top-2\@laptop {
top: 1rem;
}
.top-2\.5\@laptop {
top: 1.25rem;
}
.top-3\@laptop {
top: 1.5rem;
}
.top-3\.5\@laptop {
top: 1.75rem;
}
.top-4\@laptop {
top: 2rem;
}
.top-4\.5\@laptop {
top: 2.25rem;
}
.top-5\@laptop {
top: 2.5rem;
}
.top-5\.5\@laptop {
top: 2.75rem;
}
.top-6\@laptop {
top: 3rem;
}
.top-6\.5\@laptop {
top: 3.25rem;
}
.top-7\@laptop {
top: 3.5rem;
}
.top-7\.5\@laptop {
top: 3.75rem;
}
.top-8\@laptop {
top: 4rem;
}
.top-8\.5\@laptop {
top: 4.25rem;
}
.top-9\@laptop {
top: 4.5rem;
}
.top-9\.5\@laptop {
top: 4.75rem;
}
.top-10\@laptop {
top: 5rem;
}
.top-10\.5\@laptop {
top: 5.25rem;
}
.top-11\@laptop {
top: 5.5rem;
}
.top-11\.5\@laptop {
top: 5.75rem;
}
.top-12\@laptop {
top: 6rem;
}
.top-12\.5\@laptop {
top: 6.25rem;
}
.top-13\@laptop {
top: 6.5rem;
}
.top-13\.5\@laptop {
top: 6.75rem;
}
.top-14\@laptop {
top: 7rem;
}
.top-14\.5\@laptop {
top: 7.25rem;
}
.top-15\@laptop {
top: 7.5rem;
}
.top-15\.5\@laptop {
top: 7.75rem;
}
.top-16\@laptop {
top: 8rem;
}
.top-16\.5\@laptop {
top: 8.25rem;
}
.top-17\@laptop {
top: 8.5rem;
}
.top-17\.5\@laptop {
top: 8.75rem;
}
.top-18\@laptop {
top: 9rem;
}
.top-18\.5\@laptop {
top: 9.25rem;
}
.top-19\@tablet {
top: 9.5rem;
}
.top-19\.5\@laptop {
top: 9.75rem;
}
.top-20\@laptop {
top: 10rem;
}
.top-20\.5\@laptop {
top: 10.25rem;
}
.top-21\@tablet {
top: 10.5rem;
}
.top-21\.5\@laptop {
top: 10.75rem;
}
.top-22\@laptop {
top: 11rem;
}
.top-22\.5\@laptop {
top: 11.25rem;
}
.top-23\@laptop {
top: 11.5rem;
}
.top-23\.5\@laptop {
top: 11.75rem;
}
.top-24\@laptop {
top: 12rem;
}
.top-24\.5\@laptop {
top: 12.25rem;
}
.top-25\@laptop {
top: 12.5rem;
}
.top-25\.5\@laptop {
top: 12.75rem;
}
.top-26\@laptop {
top: 13rem;
}
.top-26\.5\@laptop {
top: 13.25rem;
}
.top-27\@laptop {
top: 13.5rem;
}
.top-27\.5\@laptop {
top: 13.75rem;
}
.top-28\@laptop {
top: 14rem;
}
.top-28\.5\@laptop {
top: 14.25rem;
}
.top-29\@laptop {
top: 14.5rem;
}
.top-29\.5\@laptop {
top: 14.75rem;
}
.top-30\@laptop {
top: 15rem;
}
.top-auto\@laptop {
top: auto;
}
}
.right-0,
.right-0\@phone {
right: 0;
}
.right-0\.5,
.right-0\@phone {
right: 0.25rem;
}
.right-1,
.right-1\@phone {
right: 0.5rem;
}
.right-1\.5,
.right-1\.5\@phone {
right: 0.75rem;
}
.right-2,
.right-2\@phone {
right: 1rem;
}
.right-2\.5,
.right-2\.5\@phone {
right: 1.25rem;
}
.right-3,
.right-3\@phone {
right: 1.5rem;
}
.right-3\.5,
.right-3\.5\@phone {
right: 1.75rem;
}
.right-4,
.right-4\@phone {
right: 2rem;
}
.right-4\.5,
.right-4\.5\@phone {
right: 2.25rem;
}
.right-5,
.right-5\@phone {
right: 2.5rem;
}
.right-5\.5,
.right-5\.5\@phone {
right: 2.75rem;
}
.right-6,
.right-6\@phone {
right: 3rem;
}
.right-6\.5,
.right-6\.5\@phone {
right: 3.25rem;
}
.right-7,
.right-7\@phone {
right: 3.5rem;
}
.right-7\.5,
.right-7\.5\@phone {
right: 3.75rem;
}
.right-8,
.right-8\@phone {
right: 4rem;
}
.right-8\.5,
.right-8\.5\@phone {
right: 4.25rem;
}
.right-9,
.right-9\@phone {
right: 4.5rem;
}
.right-9\.5,
.right-9\.5\@phone {
right: 4.75rem;
}
.right-10,
.right-10\@phone {
right: 5rem;
}
.right-10\.5,
.right-10\.5\@phone {
right: 5.25rem;
}
.right-11,
.right-11\@phone {
right: 5.5rem;
}
.right-11\.5,
.right-11\.5\@phone {
right: 5.75rem;
}
.right-12,
.right-12\@phone {
right: 6rem;
}
.right-12\.5,
.right-12\.5\@phone {
right: 6.25rem;
}
.right-13,
.right-13\@phone {
right: 6.5rem;
}
.right-13\.5,
.right-13\.5\@phone {
right: 6.75rem;
}
.right-14,
.right-14\@phone {
right: 7rem;
}
.right-14\.5,
.right-14\.5\@phone {
right: 7.25rem;
}
.right-15,
.right-15\@phone {
right: 7.5rem;
}
.right-15\.5,
.right-15\.5\@phone {
right: 7.75rem;
}
.right-16,
.right-16\@phone {
right: 8rem;
}
.right-16\.5,
.right-16\.5\@phone {
right: 8.25rem;
}
.right-17,
.right-17\@phone {
right: 8.5rem;
}
.right-17\.5,
.right-17\.5\@phone {
right: 8.75rem;
}
.right-18,
.right-18\@phone {
right: 9rem;
}
.right-18\.5,
.right-18\.5\@phone {
right: 9.25rem;
}
.right-19,
.right-19\@phone {
right: 9.5rem;
}
.right-19\.5,
.right-19\.5\@phone {
right: 9.75rem;
}
.right-20,
.right-20\@phone {
right: 10rem;
}
.right-20\.5,
.right-20\.5\@phone {
right: 10.25rem;
}
.right-21,
.right-21\@phone {
right: 10.5rem;
}
.right-21\.5,
.right-21\.5\@phone {
right: 10.75rem;
}
.right-22,
.right-22\@phone {
right: 11rem;
}
.right-22\.5,
.right-22\.5\@phone {
right: 11.25rem;
}
.right-23,
.right-23\@phone {
right: 11.5rem;
}
.right-23\.5,
.right-23\.5\@phone {
right: 11.75rem;
}
.right-24,
.right-24\@phone {
right: 12rem;
}
.right-24\.5,
.right-24\.5\@phone {
right: 12.25rem;
}
.right-25,
.right-25\@phone {
right: 12.5rem;
}
.right-25\.5,
.right-25\.5\@phone {
right: 12.75rem;
}
.right-26,
.right-26\@phone {
right: 13rem;
}
.right-26\.5,
.right-26\.5\@phone {
right: 13.25rem;
}
.right-27,
.right-27\@phone {
right: 13.5rem;
}
.right-27\.5,
.right-27\.5\@phone {
right: 13.75rem;
}
.right-28,
.right-28\@phone {
right: 14rem;
}
.right-28\.5,
.right-28\.5\@phone {
right: 14.25rem;
}
.right-29,
.right-29\@phone {
right: 14.5rem;
}
.right-29\.5,
.right-29\.5\@phone {
right: 14.75rem;
}
.right-30,
.right-30\@phone {
right: 15rem;
}
.right-auto,
.right-auto\@phone {
right: auto;
}
@media (max-width: 21.875rem) {
.right-0\@small-phone {
right: 0;
}
.right-0\@small-phone {
right: 0.25rem;
}
.right-1\@small-phone {
right: 0.5rem;
}
.right-1\.5\@small-phone {
right: 0.75rem;
}
.right-2\@small-phone {
right: 1rem;
}
.right-2\.5\@small-phone {
right: 1.25rem;
}
.right-3\@small-phone {
right: 1.5rem;
}
.right-3\.5\@small-phone {
right: 1.75rem;
}
.right-4\@small-phone {
right: 2rem;
}
.right-4\.5\@small-phone {
right: 2.25rem;
}
.right-5\@small-phone {
right: 2.5rem;
}
.right-5\.5\@small-phone {
right: 2.75rem;
}
.right-6\@small-phone {
right: 3rem;
}
.right-6\.5\@small-phone {
right: 3.25rem;
}
.right-7\@small-phone {
right: 3.5rem;
}
.right-7\.5\@small-phone {
right: 3.75rem;
}
.right-8\@small-phone {
right: 4rem;
}
.right-8\.5\@small-phone {
right: 4.25rem;
}
.right-9\@small-phone {
right: 4.5rem;
}
.right-9\.5\@small-phone {
right: 4.75rem;
}
.right-10\@small-phone {
right: 5rem;
}
.right-10\.5\@small-phone {
right: 5.25rem;
}
.right-11\@small-phone {
right: 5.5rem;
}
.right-11\.5\@small-phone {
right: 5.75rem;
}
.right-12\@small-phone {
right: 6rem;
}
.right-12\.5\@small-phone {
right: 6.25rem;
}
.right-13\@small-phone {
right: 6.5rem;
}
.right-13\.5\@small-phone {
right: 6.75rem;
}
.right-14\@small-phone {
right: 7rem;
}
.right-14\.5\@small-phone {
right: 7.25rem;
}
.right-15\@small-phone {
right: 7.5rem;
}
.right-15\.5\@small-phone {
right: 7.75rem;
}
.right-16\@small-phone {
right: 8rem;
}
.right-16\.5\@small-phone {
right: 8.25rem;
}
.right-17\@small-phone {
right: 8.5rem;
}
.right-17\.5\@small-phone {
right: 8.75rem;
}
.right-18\@small-phone {
right: 9rem;
}
.right-18\.5\@small-phone {
right: 9.25rem;
}
.right-19\@small-phone {
right: 9.5rem;
}
.right-19\.5\@small-phone {
right: 9.75rem;
}
.right-20\@small-phone {
right: 10rem;
}
.right-20\.5\@small-phone {
right: 10.25rem;
}
.right-21\@small-phone {
right: 10.5rem;
}
.right-21\.5\@small-phone {
right: 10.75rem;
}
.right-22\@small-phone {
right: 11rem;
}
.right-22\.5\@small-phone {
right: 11.25rem;
}
.right-23\@small-phone {
right: 11.5rem;
}
.right-23\.5\@small-phone {
right: 11.75rem;
}
.right-24\@small-phone {
right: 12rem;
}
.right-24\.5\@small-phone {
right: 12.25rem;
}
.right-25\@small-phone {
right: 12.5rem;
}
.right-25\.5\@small-phone {
right: 12.75rem;
}
.right-26\@small-phone {
right: 13rem;
}
.right-26\.5\@small-phone {
right: 13.25rem;
}
.right-27\@small-phone {
right: 13.5rem;
}
.right-27\.5\@small-phone {
right: 13.75rem;
}
.right-28\@small-phone {
right: 14rem;
}
.right-28\.5\@small-phone {
right: 14.25rem;
}
.right-29\@small-phone {
right: 14.5rem;
}
.right-29\.5\@small-phone {
right: 14.75rem;
}
.right-30\@small-phone {
right: 15rem;
}
.right-auto\@small-phone {
right: auto;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.right-0\@tablet {
right: 0;
}
.right-0\@tablet {
right: 0.25rem;
}
.right-1\@tablet {
right: 0.5rem;
}
.right-1\.5\@tablet {
right: 0.75rem;
}
.right-2\@tablet {
right: 1rem;
}
.right-2\.5\@tablet {
right: 1.25rem;
}
.right-3\@tablet {
right: 1.5rem;
}
.right-3\.5\@tablet {
right: 1.75rem;
}
.right-4\@tablet {
right: 2rem;
}
.right-4\.5\@tablet {
right: 2.25rem;
}
.right-5\@tablet {
right: 2.5rem;
}
.right-5\.5\@tablet {
right: 2.75rem;
}
.right-6\@tablet {
right: 3rem;
}
.right-6\.5\@tablet {
right: 3.25rem;
}
.right-7\@tablet {
right: 3.5rem;
}
.right-7\.5\@tablet {
right: 3.75rem;
}
.right-8\@tablet {
right: 4rem;
}
.right-8\.5\@tablet {
right: 4.25rem;
}
.right-9\@tablet {
right: 4.5rem;
}
.right-9\.5\@tablet {
right: 4.75rem;
}
.right-10\@tablet {
right: 5rem;
}
.right-10\.5\@tablet {
right: 5.25rem;
}
.right-11\@tablet {
right: 5.5rem;
}
.right-11\.5\@tablet {
right: 5.75rem;
}
.right-12\@tablet {
right: 6rem;
}
.right-12\.5\@tablet {
right: 6.25rem;
}
.right-13\@tablet {
right: 6.5rem;
}
.right-13\.5\@tablet {
right: 6.75rem;
}
.right-14\@tablet {
right: 7rem;
}
.right-14\.5\@tablet {
right: 7.25rem;
}
.right-15\@tablet {
right: 7.5rem;
}
.right-15\.5\@tablet {
right: 7.75rem;
}
.right-16\@tablet {
right: 8rem;
}
.right-16\.5\@tablet {
right: 8.25rem;
}
.right-17\@tablet {
right: 8.5rem;
}
.right-17\.5\@tablet {
right: 8.75rem;
}
.right-18\@tablet {
right: 9rem;
}
.right-18\.5\@tablet {
right: 9.25rem;
}
.right-19\@tablet {
right: 9.5rem;
}
.right-19\.5\@tablet {
right: 9.75rem;
}
.right-20\@tablet {
right: 10rem;
}
.right-20\.5\@tablet {
right: 10.25rem;
}
.right-21\@tablet {
right: 10.5rem;
}
.right-21\.5\@tablet {
right: 10.75rem;
}
.right-22\@tablet {
right: 11rem;
}
.right-22\.5\@tablet {
right: 11.25rem;
}
.right-23\@tablet {
right: 11.5rem;
}
.right-23\.5\@tablet {
right: 11.75rem;
}
.right-24\@tablet {
right: 12rem;
}
.right-24\.5\@tablet {
right: 12.25rem;
}
.right-25\@tablet {
right: 12.5rem;
}
.right-25\.5\@tablet {
right: 12.75rem;
}
.right-26\@tablet {
right: 13rem;
}
.right-26\.5\@tablet {
right: 13.25rem;
}
.right-27\@tablet {
right: 13.5rem;
}
.right-27\.5\@tablet {
right: 13.75rem;
}
.right-28\@tablet {
right: 14rem;
}
.right-28\.5\@tablet {
right: 14.25rem;
}
.right-29\@tablet {
right: 14.5rem;
}
.right-29\.5\@tablet {
right: 14.75rem;
}
.right-30\@tablet {
right: 15rem;
}
.right-auto\@tablet {
right: auto;
}
}
@media (min-width: 57rem) {
.right-0\@laptop {
right: 0;
}
.right-0\@laptop {
right: 0.25rem;
}
.right-1\@laptop {
right: 0.5rem;
}
.right-1\.5\@laptop {
right: 0.75rem;
}
.right-2\@laptop {
right: 1rem;
}
.right-2\.5\@laptop {
right: 1.25rem;
}
.right-3\@laptop {
right: 1.5rem;
}
.right-3\.5\@laptop {
right: 1.75rem;
}
.right-4\@laptop {
right: 2rem;
}
.right-4\.5\@laptop {
right: 2.25rem;
}
.right-5\@laptop {
right: 2.5rem;
}
.right-5\.5\@laptop {
right: 2.75rem;
}
.right-6\@laptop {
right: 3rem;
}
.right-6\.5\@laptop {
right: 3.25rem;
}
.right-7\@laptop {
right: 3.5rem;
}
.right-7\.5\@laptop {
right: 3.75rem;
}
.right-8\@laptop {
right: 4rem;
}
.right-8\.5\@laptop {
right: 4.25rem;
}
.right-9\@laptop {
right: 4.5rem;
}
.right-9\.5\@laptop {
right: 4.75rem;
}
.right-10\@laptop {
right: 5rem;
}
.right-10\.5\@laptop {
right: 5.25rem;
}
.right-11\@laptop {
right: 5.5rem;
}
.right-11\.5\@laptop {
right: 5.75rem;
}
.right-12\@laptop {
right: 6rem;
}
.right-12\.5\@laptop {
right: 6.25rem;
}
.right-13\@laptop {
right: 6.5rem;
}
.right-13\.5\@laptop {
right: 6.75rem;
}
.right-14\@laptop {
right: 7rem;
}
.right-14\.5\@laptop {
right: 7.25rem;
}
.right-15\@laptop {
right: 7.5rem;
}
.right-15\.5\@laptop {
right: 7.75rem;
}
.right-16\@laptop {
right: 8rem;
}
.right-16\.5\@laptop {
right: 8.25rem;
}
.right-17\@laptop {
right: 8.5rem;
}
.right-17\.5\@laptop {
right: 8.75rem;
}
.right-18\@laptop {
right: 9rem;
}
.right-18\.5\@laptop {
right: 9.25rem;
}
.right-19\@tablet {
right: 9.5rem;
}
.right-19\.5\@laptop {
right: 9.75rem;
}
.right-20\@laptop {
right: 10rem;
}
.right-20\.5\@laptop {
right: 10.25rem;
}
.right-21\@tablet {
right: 10.5rem;
}
.right-21\.5\@laptop {
right: 10.75rem;
}
.right-22\@laptop {
right: 11rem;
}
.right-22\.5\@laptop {
right: 11.25rem;
}
.right-23\@laptop {
right: 11.5rem;
}
.right-23\.5\@laptop {
right: 11.75rem;
}
.right-24\@laptop {
right: 12rem;
}
.right-24\.5\@laptop {
right: 12.25rem;
}
.right-25\@laptop {
right: 12.5rem;
}
.right-25\.5\@laptop {
right: 12.75rem;
}
.right-26\@laptop {
right: 13rem;
}
.right-26\.5\@laptop {
right: 13.25rem;
}
.right-27\@laptop {
right: 13.5rem;
}
.right-27\.5\@laptop {
right: 13.75rem;
}
.right-28\@laptop {
right: 14rem;
}
.right-28\.5\@laptop {
right: 14.25rem;
}
.right-29\@laptop {
right: 14.5rem;
}
.right-29\.5\@laptop {
right: 14.75rem;
}
.right-30\@laptop {
right: 15rem;
}
.right-auto\@laptop {
right: auto;
}
}
.bottom-0,
.bottom-0\@phone {
bottom: 0;
}
.bottom-0\.5,
.bottom-0\@phone {
bottom: 0.25rem;
}
.bottom-1,
.bottom-1\@phone {
bottom: 0.5rem;
}
.bottom-1\.5,
.bottom-1\.5\@phone {
bottom: 0.75rem;
}
.bottom-2,
.bottom-2\@phone {
bottom: 1rem;
}
.bottom-2\.5,
.bottom-2\.5\@phone {
bottom: 1.25rem;
}
.bottom-3,
.bottom-3\@phone {
bottom: 1.5rem;
}
.bottom-3\.5,
.bottom-3\.5\@phone {
bottom: 1.75rem;
}
.bottom-4,
.bottom-4\@phone {
bottom: 2rem;
}
.bottom-4\.5,
.bottom-4\.5\@phone {
bottom: 2.25rem;
}
.bottom-5,
.bottom-5\@phone {
bottom: 2.5rem;
}
.bottom-5\.5,
.bottom-5\.5\@phone {
bottom: 2.75rem;
}
.bottom-6,
.bottom-6\@phone {
bottom: 3rem;
}
.bottom-6\.5,
.bottom-6\.5\@phone {
bottom: 3.25rem;
}
.bottom-7,
.bottom-7\@phone {
bottom: 3.5rem;
}
.bottom-7\.5,
.bottom-7\.5\@phone {
bottom: 3.75rem;
}
.bottom-8,
.bottom-8\@phone {
bottom: 4rem;
}
.bottom-8\.5,
.bottom-8\.5\@phone {
bottom: 4.25rem;
}
.bottom-9,
.bottom-9\@phone {
bottom: 4.5rem;
}
.bottom-9\.5,
.bottom-9\.5\@phone {
bottom: 4.75rem;
}
.bottom-10,
.bottom-10\@phone {
bottom: 5rem;
}
.bottom-10\.5,
.bottom-10\.5\@phone {
bottom: 5.25rem;
}
.bottom-11,
.bottom-11\@phone {
bottom: 5.5rem;
}
.bottom-11\.5,
.bottom-11\.5\@phone {
bottom: 5.75rem;
}
.bottom-12,
.bottom-12\@phone {
bottom: 6rem;
}
.bottom-12\.5,
.bottom-12\.5\@phone {
bottom: 6.25rem;
}
.bottom-13,
.bottom-13\@phone {
bottom: 6.5rem;
}
.bottom-13\.5,
.bottom-13\.5\@phone {
bottom: 6.75rem;
}
.bottom-14,
.bottom-14\@phone {
bottom: 7rem;
}
.bottom-14\.5,
.bottom-14\.5\@phone {
bottom: 7.25rem;
}
.bottom-15,
.bottom-15\@phone {
bottom: 7.5rem;
}
.bottom-15\.5,
.bottom-15\.5\@phone {
bottom: 7.75rem;
}
.bottom-16,
.bottom-16\@phone {
bottom: 8rem;
}
.bottom-16\.5,
.bottom-16\.5\@phone {
bottom: 8.25rem;
}
.bottom-17,
.bottom-17\@phone {
bottom: 8.5rem;
}
.bottom-17\.5,
.bottom-17\.5\@phone {
bottom: 8.75rem;
}
.bottom-18,
.bottom-18\@phone {
bottom: 9rem;
}
.bottom-18\.5,
.bottom-18\.5\@phone {
bottom: 9.25rem;
}
.bottom-19,
.bottom-19\@phone {
bottom: 9.5rem;
}
.bottom-19\.5,
.bottom-19\.5\@phone {
bottom: 9.75rem;
}
.bottom-20,
.bottom-20\@phone {
bottom: 10rem;
}
.bottom-20\.5,
.bottom-20\.5\@phone {
bottom: 10.25rem;
}
.bottom-21,
.bottom-21\@phone {
bottom: 10.5rem;
}
.bottom-21\.5,
.bottom-21\.5\@phone {
bottom: 10.75rem;
}
.bottom-22,
.bottom-22\@phone {
bottom: 11rem;
}
.bottom-22\.5,
.bottom-22\.5\@phone {
bottom: 11.25rem;
}
.bottom-23,
.bottom-23\@phone {
bottom: 11.5rem;
}
.bottom-23\.5,
.bottom-23\.5\@phone {
bottom: 11.75rem;
}
.bottom-24,
.bottom-24\@phone {
bottom: 12rem;
}
.bottom-24\.5,
.bottom-24\.5\@phone {
bottom: 12.25rem;
}
.bottom-25,
.bottom-25\@phone {
bottom: 12.5rem;
}
.bottom-25\.5,
.bottom-25\.5\@phone {
bottom: 12.75rem;
}
.bottom-26,
.bottom-26\@phone {
bottom: 13rem;
}
.bottom-26\.5,
.bottom-26\.5\@phone {
bottom: 13.25rem;
}
.bottom-27,
.bottom-27\@phone {
bottom: 13.5rem;
}
.bottom-27\.5,
.bottom-27\.5\@phone {
bottom: 13.75rem;
}
.bottom-28,
.bottom-28\@phone {
bottom: 14rem;
}
.bottom-28\.5,
.bottom-28\.5\@phone {
bottom: 14.25rem;
}
.bottom-29,
.bottom-29\@phone {
bottom: 14.5rem;
}
.bottom-29\.5,
.bottom-29\.5\@phone {
bottom: 14.75rem;
}
.bottom-30,
.bottom-30\@phone {
bottom: 15rem;
}
.bottom-auto,
.bottom-auto\@phone {
bottom: auto;
}
@media (max-width: 21.875rem) {
.bottom-0\@small-phone {
bottom: 0;
}
.bottom-0\@small-phone {
bottom: 0.25rem;
}
.bottom-1\@small-phone {
bottom: 0.5rem;
}
.bottom-1\.5\@small-phone {
bottom: 0.75rem;
}
.bottom-2\@small-phone {
bottom: 1rem;
}
.bottom-2\.5\@small-phone {
bottom: 1.25rem;
}
.bottom-3\@small-phone {
bottom: 1.5rem;
}
.bottom-3\.5\@small-phone {
bottom: 1.75rem;
}
.bottom-4\@small-phone {
bottom: 2rem;
}
.bottom-4\.5\@small-phone {
bottom: 2.25rem;
}
.bottom-5\@small-phone {
bottom: 2.5rem;
}
.bottom-5\.5\@small-phone {
bottom: 2.75rem;
}
.bottom-6\@small-phone {
bottom: 3rem;
}
.bottom-6\.5\@small-phone {
bottom: 3.25rem;
}
.bottom-7\@small-phone {
bottom: 3.5rem;
}
.bottom-7\.5\@small-phone {
bottom: 3.75rem;
}
.bottom-8\@small-phone {
bottom: 4rem;
}
.bottom-8\.5\@small-phone {
bottom: 4.25rem;
}
.bottom-9\@small-phone {
bottom: 4.5rem;
}
.bottom-9\.5\@small-phone {
bottom: 4.75rem;
}
.bottom-10\@small-phone {
bottom: 5rem;
}
.bottom-10\.5\@small-phone {
bottom: 5.25rem;
}
.bottom-11\@small-phone {
bottom: 5.5rem;
}
.bottom-11\.5\@small-phone {
bottom: 5.75rem;
}
.bottom-12\@small-phone {
bottom: 6rem;
}
.bottom-12\.5\@small-phone {
bottom: 6.25rem;
}
.bottom-13\@small-phone {
bottom: 6.5rem;
}
.bottom-13\.5\@small-phone {
bottom: 6.75rem;
}
.bottom-14\@small-phone {
bottom: 7rem;
}
.bottom-14\.5\@small-phone {
bottom: 7.25rem;
}
.bottom-15\@small-phone {
bottom: 7.5rem;
}
.bottom-15\.5\@small-phone {
bottom: 7.75rem;
}
.bottom-16\@small-phone {
bottom: 8rem;
}
.bottom-16\.5\@small-phone {
bottom: 8.25rem;
}
.bottom-17\@small-phone {
bottom: 8.5rem;
}
.bottom-17\.5\@small-phone {
bottom: 8.75rem;
}
.bottom-18\@small-phone {
bottom: 9rem;
}
.bottom-18\.5\@small-phone {
bottom: 9.25rem;
}
.bottom-19\@small-phone {
bottom: 9.5rem;
}
.bottom-19\.5\@small-phone {
bottom: 9.75rem;
}
.bottom-20\@small-phone {
bottom: 10rem;
}
.bottom-20\.5\@small-phone {
bottom: 10.25rem;
}
.bottom-21\@small-phone {
bottom: 10.5rem;
}
.bottom-21\.5\@small-phone {
bottom: 10.75rem;
}
.bottom-22\@small-phone {
bottom: 11rem;
}
.bottom-22\.5\@small-phone {
bottom: 11.25rem;
}
.bottom-23\@small-phone {
bottom: 11.5rem;
}
.bottom-23\.5\@small-phone {
bottom: 11.75rem;
}
.bottom-24\@small-phone {
bottom: 12rem;
}
.bottom-24\.5\@small-phone {
bottom: 12.25rem;
}
.bottom-25\@small-phone {
bottom: 12.5rem;
}
.bottom-25\.5\@small-phone {
bottom: 12.75rem;
}
.bottom-26\@small-phone {
bottom: 13rem;
}
.bottom-26\.5\@small-phone {
bottom: 13.25rem;
}
.bottom-27\@small-phone {
bottom: 13.5rem;
}
.bottom-27\.5\@small-phone {
bottom: 13.75rem;
}
.bottom-28\@small-phone {
bottom: 14rem;
}
.bottom-28\.5\@small-phone {
bottom: 14.25rem;
}
.bottom-29\@small-phone {
bottom: 14.5rem;
}
.bottom-29\.5\@small-phone {
bottom: 14.75rem;
}
.bottom-30\@small-phone {
bottom: 15rem;
}
.bottom-auto\@small-phone {
bottom: auto;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.bottom-0\@tablet {
bottom: 0;
}
.bottom-0\@tablet {
bottom: 0.25rem;
}
.bottom-1\@tablet {
bottom: 0.5rem;
}
.bottom-1\.5\@tablet {
bottom: 0.75rem;
}
.bottom-2\@tablet {
bottom: 1rem;
}
.bottom-2\.5\@tablet {
bottom: 1.25rem;
}
.bottom-3\@tablet {
bottom: 1.5rem;
}
.bottom-3\.5\@tablet {
bottom: 1.75rem;
}
.bottom-4\@tablet {
bottom: 2rem;
}
.bottom-4\.5\@tablet {
bottom: 2.25rem;
}
.bottom-5\@tablet {
bottom: 2.5rem;
}
.bottom-5\.5\@tablet {
bottom: 2.75rem;
}
.bottom-6\@tablet {
bottom: 3rem;
}
.bottom-6\.5\@tablet {
bottom: 3.25rem;
}
.bottom-7\@tablet {
bottom: 3.5rem;
}
.bottom-7\.5\@tablet {
bottom: 3.75rem;
}
.bottom-8\@tablet {
bottom: 4rem;
}
.bottom-8\.5\@tablet {
bottom: 4.25rem;
}
.bottom-9\@tablet {
bottom: 4.5rem;
}
.bottom-9\.5\@tablet {
bottom: 4.75rem;
}
.bottom-10\@tablet {
bottom: 5rem;
}
.bottom-10\.5\@tablet {
bottom: 5.25rem;
}
.bottom-11\@tablet {
bottom: 5.5rem;
}
.bottom-11\.5\@tablet {
bottom: 5.75rem;
}
.bottom-12\@tablet {
bottom: 6rem;
}
.bottom-12\.5\@tablet {
bottom: 6.25rem;
}
.bottom-13\@tablet {
bottom: 6.5rem;
}
.bottom-13\.5\@tablet {
bottom: 6.75rem;
}
.bottom-14\@tablet {
bottom: 7rem;
}
.bottom-14\.5\@tablet {
bottom: 7.25rem;
}
.bottom-15\@tablet {
bottom: 7.5rem;
}
.bottom-15\.5\@tablet {
bottom: 7.75rem;
}
.bottom-16\@tablet {
bottom: 8rem;
}
.bottom-16\.5\@tablet {
bottom: 8.25rem;
}
.bottom-17\@tablet {
bottom: 8.5rem;
}
.bottom-17\.5\@tablet {
bottom: 8.75rem;
}
.bottom-18\@tablet {
bottom: 9rem;
}
.bottom-18\.5\@tablet {
bottom: 9.25rem;
}
.bottom-19\@tablet {
bottom: 9.5rem;
}
.bottom-19\.5\@tablet {
bottom: 9.75rem;
}
.bottom-20\@tablet {
bottom: 10rem;
}
.bottom-20\.5\@tablet {
bottom: 10.25rem;
}
.bottom-21\@tablet {
bottom: 10.5rem;
}
.bottom-21\.5\@tablet {
bottom: 10.75rem;
}
.bottom-22\@tablet {
bottom: 11rem;
}
.bottom-22\.5\@tablet {
bottom: 11.25rem;
}
.bottom-23\@tablet {
bottom: 11.5rem;
}
.bottom-23\.5\@tablet {
bottom: 11.75rem;
}
.bottom-24\@tablet {
bottom: 12rem;
}
.bottom-24\.5\@tablet {
bottom: 12.25rem;
}
.bottom-25\@tablet {
bottom: 12.5rem;
}
.bottom-25\.5\@tablet {
bottom: 12.75rem;
}
.bottom-26\@tablet {
bottom: 13rem;
}
.bottom-26\.5\@tablet {
bottom: 13.25rem;
}
.bottom-27\@tablet {
bottom: 13.5rem;
}
.bottom-27\.5\@tablet {
bottom: 13.75rem;
}
.bottom-28\@tablet {
bottom: 14rem;
}
.bottom-28\.5\@tablet {
bottom: 14.25rem;
}
.bottom-29\@tablet {
bottom: 14.5rem;
}
.bottom-29\.5\@tablet {
bottom: 14.75rem;
}
.bottom-30\@tablet {
bottom: 15rem;
}
.bottom-auto\@tablet {
bottom: auto;
}
}
@media (min-width: 57rem) {
.bottom-0\@laptop {
bottom: 0;
}
.bottom-0\@laptop {
bottom: 0.25rem;
}
.bottom-1\@laptop {
bottom: 0.5rem;
}
.bottom-1\.5\@laptop {
bottom: 0.75rem;
}
.bottom-2\@laptop {
bottom: 1rem;
}
.bottom-2\.5\@laptop {
bottom: 1.25rem;
}
.bottom-3\@laptop {
bottom: 1.5rem;
}
.bottom-3\.5\@laptop {
bottom: 1.75rem;
}
.bottom-4\@laptop {
bottom: 2rem;
}
.bottom-4\.5\@laptop {
bottom: 2.25rem;
}
.bottom-5\@laptop {
bottom: 2.5rem;
}
.bottom-5\.5\@laptop {
bottom: 2.75rem;
}
.bottom-6\@laptop {
bottom: 3rem;
}
.bottom-6\.5\@laptop {
bottom: 3.25rem;
}
.bottom-7\@laptop {
bottom: 3.5rem;
}
.bottom-7\.5\@laptop {
bottom: 3.75rem;
}
.bottom-8\@laptop {
bottom: 4rem;
}
.bottom-8\.5\@laptop {
bottom: 4.25rem;
}
.bottom-9\@laptop {
bottom: 4.5rem;
}
.bottom-9\.5\@laptop {
bottom: 4.75rem;
}
.bottom-10\@laptop {
bottom: 5rem;
}
.bottom-10\.5\@laptop {
bottom: 5.25rem;
}
.bottom-11\@laptop {
bottom: 5.5rem;
}
.bottom-11\.5\@laptop {
bottom: 5.75rem;
}
.bottom-12\@laptop {
bottom: 6rem;
}
.bottom-12\.5\@laptop {
bottom: 6.25rem;
}
.bottom-13\@laptop {
bottom: 6.5rem;
}
.bottom-13\.5\@laptop {
bottom: 6.75rem;
}
.bottom-14\@laptop {
bottom: 7rem;
}
.bottom-14\.5\@laptop {
bottom: 7.25rem;
}
.bottom-15\@laptop {
bottom: 7.5rem;
}
.bottom-15\.5\@laptop {
bottom: 7.75rem;
}
.bottom-16\@laptop {
bottom: 8rem;
}
.bottom-16\.5\@laptop {
bottom: 8.25rem;
}
.bottom-17\@laptop {
bottom: 8.5rem;
}
.bottom-17\.5\@laptop {
bottom: 8.75rem;
}
.bottom-18\@laptop {
bottom: 9rem;
}
.bottom-18\.5\@laptop {
bottom: 9.25rem;
}
.bottom-19\@tablet {
bottom: 9.5rem;
}
.bottom-19\.5\@laptop {
bottom: 9.75rem;
}
.bottom-20\@laptop {
bottom: 10rem;
}
.bottom-20\.5\@laptop {
bottom: 10.25rem;
}
.bottom-21\@tablet {
bottom: 10.5rem;
}
.bottom-21\.5\@laptop {
bottom: 10.75rem;
}
.bottom-22\@laptop {
bottom: 11rem;
}
.bottom-22\.5\@laptop {
bottom: 11.25rem;
}
.bottom-23\@laptop {
bottom: 11.5rem;
}
.bottom-23\.5\@laptop {
bottom: 11.75rem;
}
.bottom-24\@laptop {
bottom: 12rem;
}
.bottom-24\.5\@laptop {
bottom: 12.25rem;
}
.bottom-25\@laptop {
bottom: 12.5rem;
}
.bottom-25\.5\@laptop {
bottom: 12.75rem;
}
.bottom-26\@laptop {
bottom: 13rem;
}
.bottom-26\.5\@laptop {
bottom: 13.25rem;
}
.bottom-27\@laptop {
bottom: 13.5rem;
}
.bottom-27\.5\@laptop {
bottom: 13.75rem;
}
.bottom-28\@laptop {
bottom: 14rem;
}
.bottom-28\.5\@laptop {
bottom: 14.25rem;
}
.bottom-29\@laptop {
bottom: 14.5rem;
}
.bottom-29\.5\@laptop {
bottom: 14.75rem;
}
.bottom-30\@laptop {
bottom: 15rem;
}
.bottom-auto\@laptop {
bottom: auto;
}
}
.left-0,
.left-0\@phone {
left: 0;
}
.left-0\.5,
.left-0\@phone {
left: 0.25rem;
}
.left-1,
.left-1\@phone {
left: 0.5rem;
}
.left-1\.5,
.left-1\.5\@phone {
left: 0.75rem;
}
.left-2,
.left-2\@phone {
left: 1rem;
}
.left-2\.5,
.left-2\.5\@phone {
left: 1.25rem;
}
.left-3,
.left-3\@phone {
left: 1.5rem;
}
.left-3\.5,
.left-3\.5\@phone {
left: 1.75rem;
}
.left-4,
.left-4\@phone {
left: 2rem;
}
.left-4\.5,
.left-4\.5\@phone {
left: 2.25rem;
}
.left-5,
.left-5\@phone {
left: 2.5rem;
}
.left-5\.5,
.left-5\.5\@phone {
left: 2.75rem;
}
.left-6,
.left-6\@phone {
left: 3rem;
}
.left-6\.5,
.left-6\.5\@phone {
left: 3.25rem;
}
.left-7,
.left-7\@phone {
left: 3.5rem;
}
.left-7\.5,
.left-7\.5\@phone {
left: 3.75rem;
}
.left-8,
.left-8\@phone {
left: 4rem;
}
.left-8\.5,
.left-8\.5\@phone {
left: 4.25rem;
}
.left-9,
.left-9\@phone {
left: 4.5rem;
}
.left-9\.5,
.left-9\.5\@phone {
left: 4.75rem;
}
.left-10,
.left-10\@phone {
left: 5rem;
}
.left-10\.5,
.left-10\.5\@phone {
left: 5.25rem;
}
.left-11,
.left-11\@phone {
left: 5.5rem;
}
.left-11\.5,
.left-11\.5\@phone {
left: 5.75rem;
}
.left-12,
.left-12\@phone {
left: 6rem;
}
.left-12\.5,
.left-12\.5\@phone {
left: 6.25rem;
}
.left-13,
.left-13\@phone {
left: 6.5rem;
}
.left-13\.5,
.left-13\.5\@phone {
left: 6.75rem;
}
.left-14,
.left-14\@phone {
left: 7rem;
}
.left-14\.5,
.left-14\.5\@phone {
left: 7.25rem;
}
.left-15,
.left-15\@phone {
left: 7.5rem;
}
.left-15\.5,
.left-15\.5\@phone {
left: 7.75rem;
}
.left-16,
.left-16\@phone {
left: 8rem;
}
.left-16\.5,
.left-16\.5\@phone {
left: 8.25rem;
}
.left-17,
.left-17\@phone {
left: 8.5rem;
}
.left-17\.5,
.left-17\.5\@phone {
left: 8.75rem;
}
.left-18,
.left-18\@phone {
left: 9rem;
}
.left-18\.5,
.left-18\.5\@phone {
left: 9.25rem;
}
.left-19,
.left-19\@phone {
left: 9.5rem;
}
.left-19\.5,
.left-19\.5\@phone {
left: 9.75rem;
}
.left-20,
.left-20\@phone {
left: 10rem;
}
.left-20\.5,
.left-20\.5\@phone {
left: 10.25rem;
}
.left-21,
.left-21\@phone {
left: 10.5rem;
}
.left-21\.5,
.left-21\.5\@phone {
left: 10.75rem;
}
.left-22,
.left-22\@phone {
left: 11rem;
}
.left-22\.5,
.left-22\.5\@phone {
left: 11.25rem;
}
.left-23,
.left-23\@phone {
left: 11.5rem;
}
.left-23\.5,
.left-23\.5\@phone {
left: 11.75rem;
}
.left-24,
.left-24\@phone {
left: 12rem;
}
.left-24\.5,
.left-24\.5\@phone {
left: 12.25rem;
}
.left-25,
.left-25\@phone {
left: 12.5rem;
}
.left-25\.5,
.left-25\.5\@phone {
left: 12.75rem;
}
.left-26,
.left-26\@phone {
left: 13rem;
}
.left-26\.5,
.left-26\.5\@phone {
left: 13.25rem;
}
.left-27,
.left-27\@phone {
left: 13.5rem;
}
.left-27\.5,
.left-27\.5\@phone {
left: 13.75rem;
}
.left-28,
.left-28\@phone {
left: 14rem;
}
.left-28\.5,
.left-28\.5\@phone {
left: 14.25rem;
}
.left-29,
.left-29\@phone {
left: 14.5rem;
}
.left-29\.5,
.left-29\.5\@phone {
left: 14.75rem;
}
.left-30,
.left-30\@phone {
left: 15rem;
}
.left-auto,
.left-auto\@phone {
left: auto;
}
@media (max-width: 21.875rem) {
.left-0\@small-phone {
left: 0;
}
.left-0\@small-phone {
left: 0.25rem;
}
.left-1\@small-phone {
left: 0.5rem;
}
.left-1\.5\@small-phone {
left: 0.75rem;
}
.left-2\@small-phone {
left: 1rem;
}
.left-2\.5\@small-phone {
left: 1.25rem;
}
.left-3\@small-phone {
left: 1.5rem;
}
.left-3\.5\@small-phone {
left: 1.75rem;
}
.left-4\@small-phone {
left: 2rem;
}
.left-4\.5\@small-phone {
left: 2.25rem;
}
.left-5\@small-phone {
left: 2.5rem;
}
.left-5\.5\@small-phone {
left: 2.75rem;
}
.left-6\@small-phone {
left: 3rem;
}
.left-6\.5\@small-phone {
left: 3.25rem;
}
.left-7\@small-phone {
left: 3.5rem;
}
.left-7\.5\@small-phone {
left: 3.75rem;
}
.left-8\@small-phone {
left: 4rem;
}
.left-8\.5\@small-phone {
left: 4.25rem;
}
.left-9\@small-phone {
left: 4.5rem;
}
.left-9\.5\@small-phone {
left: 4.75rem;
}
.left-10\@small-phone {
left: 5rem;
}
.left-10\.5\@small-phone {
left: 5.25rem;
}
.left-11\@small-phone {
left: 5.5rem;
}
.left-11\.5\@small-phone {
left: 5.75rem;
}
.left-12\@small-phone {
left: 6rem;
}
.left-12\.5\@small-phone {
left: 6.25rem;
}
.left-13\@small-phone {
left: 6.5rem;
}
.left-13\.5\@small-phone {
left: 6.75rem;
}
.left-14\@small-phone {
left: 7rem;
}
.left-14\.5\@small-phone {
left: 7.25rem;
}
.left-15\@small-phone {
left: 7.5rem;
}
.left-15\.5\@small-phone {
left: 7.75rem;
}
.left-16\@small-phone {
left: 8rem;
}
.left-16\.5\@small-phone {
left: 8.25rem;
}
.left-17\@small-phone {
left: 8.5rem;
}
.left-17\.5\@small-phone {
left: 8.75rem;
}
.left-18\@small-phone {
left: 9rem;
}
.left-18\.5\@small-phone {
left: 9.25rem;
}
.left-19\@small-phone {
left: 9.5rem;
}
.left-19\.5\@small-phone {
left: 9.75rem;
}
.left-20\@small-phone {
left: 10rem;
}
.left-20\.5\@small-phone {
left: 10.25rem;
}
.left-21\@small-phone {
left: 10.5rem;
}
.left-21\.5\@small-phone {
left: 10.75rem;
}
.left-22\@small-phone {
left: 11rem;
}
.left-22\.5\@small-phone {
left: 11.25rem;
}
.left-23\@small-phone {
left: 11.5rem;
}
.left-23\.5\@small-phone {
left: 11.75rem;
}
.left-24\@small-phone {
left: 12rem;
}
.left-24\.5\@small-phone {
left: 12.25rem;
}
.left-25\@small-phone {
left: 12.5rem;
}
.left-25\.5\@small-phone {
left: 12.75rem;
}
.left-26\@small-phone {
left: 13rem;
}
.left-26\.5\@small-phone {
left: 13.25rem;
}
.left-27\@small-phone {
left: 13.5rem;
}
.left-27\.5\@small-phone {
left: 13.75rem;
}
.left-28\@small-phone {
left: 14rem;
}
.left-28\.5\@small-phone {
left: 14.25rem;
}
.left-29\@small-phone {
left: 14.5rem;
}
.left-29\.5\@small-phone {
left: 14.75rem;
}
.left-30\@small-phone {
left: 15rem;
}
.left-auto\@small-phone {
left: auto;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.left-0\@tablet {
left: 0;
}
.left-0\@tablet {
left: 0.25rem;
}
.left-1\@tablet {
left: 0.5rem;
}
.left-1\.5\@tablet {
left: 0.75rem;
}
.left-2\@tablet {
left: 1rem;
}
.left-2\.5\@tablet {
left: 1.25rem;
}
.left-3\@tablet {
left: 1.5rem;
}
.left-3\.5\@tablet {
left: 1.75rem;
}
.left-4\@tablet {
left: 2rem;
}
.left-4\.5\@tablet {
left: 2.25rem;
}
.left-5\@tablet {
left: 2.5rem;
}
.left-5\.5\@tablet {
left: 2.75rem;
}
.left-6\@tablet {
left: 3rem;
}
.left-6\.5\@tablet {
left: 3.25rem;
}
.left-7\@tablet {
left: 3.5rem;
}
.left-7\.5\@tablet {
left: 3.75rem;
}
.left-8\@tablet {
left: 4rem;
}
.left-8\.5\@tablet {
left: 4.25rem;
}
.left-9\@tablet {
left: 4.5rem;
}
.left-9\.5\@tablet {
left: 4.75rem;
}
.left-10\@tablet {
left: 5rem;
}
.left-10\.5\@tablet {
left: 5.25rem;
}
.left-11\@tablet {
left: 5.5rem;
}
.left-11\.5\@tablet {
left: 5.75rem;
}
.left-12\@tablet {
left: 6rem;
}
.left-12\.5\@tablet {
left: 6.25rem;
}
.left-13\@tablet {
left: 6.5rem;
}
.left-13\.5\@tablet {
left: 6.75rem;
}
.left-14\@tablet {
left: 7rem;
}
.left-14\.5\@tablet {
left: 7.25rem;
}
.left-15\@tablet {
left: 7.5rem;
}
.left-15\.5\@tablet {
left: 7.75rem;
}
.left-16\@tablet {
left: 8rem;
}
.left-16\.5\@tablet {
left: 8.25rem;
}
.left-17\@tablet {
left: 8.5rem;
}
.left-17\.5\@tablet {
left: 8.75rem;
}
.left-18\@tablet {
left: 9rem;
}
.left-18\.5\@tablet {
left: 9.25rem;
}
.left-19\@tablet {
left: 9.5rem;
}
.left-19\.5\@tablet {
left: 9.75rem;
}
.left-20\@tablet {
left: 10rem;
}
.left-20\.5\@tablet {
left: 10.25rem;
}
.left-21\@tablet {
left: 10.5rem;
}
.left-21\.5\@tablet {
left: 10.75rem;
}
.left-22\@tablet {
left: 11rem;
}
.left-22\.5\@tablet {
left: 11.25rem;
}
.left-23\@tablet {
left: 11.5rem;
}
.left-23\.5\@tablet {
left: 11.75rem;
}
.left-24\@tablet {
left: 12rem;
}
.left-24\.5\@tablet {
left: 12.25rem;
}
.left-25\@tablet {
left: 12.5rem;
}
.left-25\.5\@tablet {
left: 12.75rem;
}
.left-26\@tablet {
left: 13rem;
}
.left-26\.5\@tablet {
left: 13.25rem;
}
.left-27\@tablet {
left: 13.5rem;
}
.left-27\.5\@tablet {
left: 13.75rem;
}
.left-28\@tablet {
left: 14rem;
}
.left-28\.5\@tablet {
left: 14.25rem;
}
.left-29\@tablet {
left: 14.5rem;
}
.left-29\.5\@tablet {
left: 14.75rem;
}
.left-30\@tablet {
left: 15rem;
}
.left-auto\@tablet {
left: auto;
}
}
@media (min-width: 57rem) {
.left-0\@laptop {
left: 0;
}
.left-0\@laptop {
left: 0.25rem;
}
.left-1\@laptop {
left: 0.5rem;
}
.left-1\.5\@laptop {
left: 0.75rem;
}
.left-2\@laptop {
left: 1rem;
}
.left-2\.5\@laptop {
left: 1.25rem;
}
.left-3\@laptop {
left: 1.5rem;
}
.left-3\.5\@laptop {
left: 1.75rem;
}
.left-4\@laptop {
left: 2rem;
}
.left-4\.5\@laptop {
left: 2.25rem;
}
.left-5\@laptop {
left: 2.5rem;
}
.left-5\.5\@laptop {
left: 2.75rem;
}
.left-6\@laptop {
left: 3rem;
}
.left-6\.5\@laptop {
left: 3.25rem;
}
.left-7\@laptop {
left: 3.5rem;
}
.left-7\.5\@laptop {
left: 3.75rem;
}
.left-8\@laptop {
left: 4rem;
}
.left-8\.5\@laptop {
left: 4.25rem;
}
.left-9\@laptop {
left: 4.5rem;
}
.left-9\.5\@laptop {
left: 4.75rem;
}
.left-10\@laptop {
left: 5rem;
}
.left-10\.5\@laptop {
left: 5.25rem;
}
.left-11\@laptop {
left: 5.5rem;
}
.left-11\.5\@laptop {
left: 5.75rem;
}
.left-12\@laptop {
left: 6rem;
}
.left-12\.5\@laptop {
left: 6.25rem;
}
.left-13\@laptop {
left: 6.5rem;
}
.left-13\.5\@laptop {
left: 6.75rem;
}
.left-14\@laptop {
left: 7rem;
}
.left-14\.5\@laptop {
left: 7.25rem;
}
.left-15\@laptop {
left: 7.5rem;
}
.left-15\.5\@laptop {
left: 7.75rem;
}
.left-16\@laptop {
left: 8rem;
}
.left-16\.5\@laptop {
left: 8.25rem;
}
.left-17\@laptop {
left: 8.5rem;
}
.left-17\.5\@laptop {
left: 8.75rem;
}
.left-18\@laptop {
left: 9rem;
}
.left-18\.5\@laptop {
left: 9.25rem;
}
.left-19\@tablet {
left: 9.5rem;
}
.left-19\.5\@laptop {
left: 9.75rem;
}
.left-20\@laptop {
left: 10rem;
}
.left-20\.5\@laptop {
left: 10.25rem;
}
.left-21\@tablet {
left: 10.5rem;
}
.left-21\.5\@laptop {
left: 10.75rem;
}
.left-22\@laptop {
left: 11rem;
}
.left-22\.5\@laptop {
left: 11.25rem;
}
.left-23\@laptop {
left: 11.5rem;
}
.left-23\.5\@laptop {
left: 11.75rem;
}
.left-24\@laptop {
left: 12rem;
}
.left-24\.5\@laptop {
left: 12.25rem;
}
.left-25\@laptop {
left: 12.5rem;
}
.left-25\.5\@laptop {
left: 12.75rem;
}
.left-26\@laptop {
left: 13rem;
}
.left-26\.5\@laptop {
left: 13.25rem;
}
.left-27\@laptop {
left: 13.5rem;
}
.left-27\.5\@laptop {
left: 13.75rem;
}
.left-28\@laptop {
left: 14rem;
}
.left-28\.5\@laptop {
left: 14.25rem;
}
.left-29\@laptop {
left: 14.5rem;
}
.left-29\.5\@laptop {
left: 14.75rem;
}
.left-30\@laptop {
left: 15rem;
}
.left-auto\@laptop {
left: auto;
}
}
.height-0,
.height-0\@phone {
height: 0;
}
.height-0\.5,
.height-0\.5\@phone {
height: 0.25rem;
}
.height-1,
.height-1\@phone {
height: 0.5rem;
}
.height-1\.5,
.height-1\.5\@phone {
height: 0.75rem;
}
.height-2,
.height-2\@phone {
height: 1rem;
}
.height-2\.5,
.height-2\.5\@phone {
height: 1.25rem;
}
.height-3,
.height-3\@phone {
height: 1.5rem;
}
.height-3\.5,
.height-3\.5\@phone {
height: 1.75rem;
}
.height-4,
.height-4\@phone {
height: 2rem;
}
.height-4\.5,
.height-4\.5\@phone {
height: 2.25rem;
}
.height-5,
.height-5\@phone {
height: 2.5rem;
}
.height-5\.5,
.height-5\.5\@phone {
height: 2.75rem;
}
.height-6,
.height-6\@phone {
height: 3rem;
}
.height-6\.5,
.height-6\.5\@phone {
height: 3.25rem;
}
.height-7,
.height-7\@phone {
height: 3.5rem;
}
.height-7\.5,
.height-7\.5\@phone {
height: 3.75rem;
}
.height-8,
.height-8\@phone {
height: 4rem;
}
.height-8\.5,
.height-8\.5\@phone {
height: 4.25rem;
}
.height-9,
.height-9\@phone {
height: 4.5rem;
}
.height-9\.5,
.height-9\.5\@phone {
height: 4.75rem;
}
.height-10,
.height-10\@phone {
height: 5rem;
}
.height-10\.5,
.height-10\.5\@phone {
height: 5.25rem;
}
.height-11,
.height-11\@phone {
height: 5.5rem;
}
.height-11\.5,
.height-11\.5\@phone {
height: 5.75rem;
}
.height-12,
.height-12\@phone {
height: 6rem;
}
.height-12\.5,
.height-12\.5\@phone {
height: 6.25rem;
}
.height-13,
.height-13\@phone {
height: 6.5rem;
}
.height-13\.5,
.height-13\.5\@phone {
height: 6.75rem;
}
.height-14,
.height-14\@phone {
height: 7rem;
}
.height-14\.5,
.height-14\.5\@phone {
height: 7.25rem;
}
.height-15,
.height-15\@phone {
height: 7.5rem;
}
.height-15\.5,
.height-15\.5\@phone {
height: 7.75rem;
}
.height-16,
.height-16\@phone {
height: 8rem;
}
.height-16\.5,
.height-16\.5\@phone {
height: 8.25rem;
}
.height-17,
.height-17\@phone {
height: 8.5rem;
}
.height-17\.5,
.height-17\.5\@phone {
height: 8.75rem;
}
.height-18,
.height-18\@phone {
height: 9rem;
}
.height-18\.5,
.height-18\.5\@phone {
height: 9.25rem;
}
.height-19,
.height-19\@phone {
height: 9.5rem;
}
.height-19\.5,
.height-19\.5\@phone {
height: 9.75rem;
}
.height-20,
.height-20\@phone {
height: 10rem;
}
.height-20\.5,
.height-20\.5\@phone {
height: 10.25rem;
}
.height-21,
.height-21\@phone {
height: 10.5rem;
}
.height-21\.5,
.height-21\.5\@phone {
height: 10.75rem;
}
.height-22,
.height-22\@phone {
height: 11rem;
}
.height-22\.5,
.height-22\.5\@phone {
height: 11.25rem;
}
.height-23,
.height-23\@phone {
height: 11.5rem;
}
.height-23\.5,
.height-23\.5\@phone {
height: 11.75rem;
}
.height-24,
.height-24\@phone {
height: 12rem;
}
.height-24\.5,
.height-24\.5\@phone {
height: 12.25rem;
}
.height-25,
.height-25\@phone {
height: 12.5rem;
}
.height-25\.5,
.height-25\.5\@phone {
height: 12.75rem;
}
.height-26,
.height-26\@phone {
height: 13rem;
}
.height-26\.5,
.height-26\.5\@phone {
height: 13.25rem;
}
.height-27,
.height-27\@phone {
height: 13.5rem;
}
.height-27\.5,
.height-27\.5\@phone {
height: 13.75rem;
}
.height-28,
.height-28\@phone {
height: 14rem;
}
.height-28\.5,
.height-28\.5\@phone {
height: 14.25rem;
}
.height-29,
.height-29\@phone {
height: 14.5rem;
}
.height-29\.5,
.height-29\.5\@phone {
height: 14.75rem;
}
.height-30,
.height-30\@phone {
height: 15rem;
}
.height-10\%,
.height-10\%\@phone {
height: 10%;
}
.height-20\%,
.height-20\%\@phone {
height: 20%;
}
.height-30\%,
.height-30\%\@phone {
height: 30%;
}
.height-40\%,
.height-40\%\@phone {
height: 40%;
}
.height-50\%,
.height-50\%\@phone {
height: 50%;
}
.height-60\%,
.height-60\%\@phone {
height: 60%;
}
.height-70\%,
.height-70\%\@phone {
height: 70%;
}
.height-80\%,
.height-80\%\@phone {
height: 80%;
}
.height-90\%,
.height-90\%\@phone {
height: 90%;
}
.height-100\%,
.height-100\%\@phone {
height: 100%;
}
.height-25vh,
.height-25vh\@phone {
height: 25vh;
}
.height-50vh,
.height-50vh\@phone {
height: 50vh;
}
.height-75vh,
.height-75vh\@phone {
height: 75vh;
}
.height-100vh,
.height-100vh\@phone {
height: 100vh;
}
.height-125vh,
.height-125vh\@phone {
height: 125vh;
}
.height-150vh,
.height-150vh\@phone {
height: 150vh;
}
@media (max-width: 21.875rem) {
.height-0\@small-phone {
height: 0;
}
.height-0\.5\@small-phone {
height: 0.25rem;
}
.height-1\@small-phone {
height: 0.5rem;
}
.height-1\.5\@small-phone {
height: 0.75rem;
}
.height-2\@small-phone {
height: 1rem;
}
.height-2\.5\@small-phone {
height: 1.25rem;
}
.height-3\@small-phone {
height: 1.5rem;
}
.height-3\.5\@small-phone {
height: 1.75rem;
}
.height-4\@small-phone {
height: 2rem;
}
.height-4\.5\@small-phone {
height: 2.25rem;
}
.height-5\@small-phone {
height: 2.5rem;
}
.height-5\.5\@small-phone {
height: 2.75rem;
}
.height-6\@small-phone {
height: 3rem;
}
.height-6\.5\@small-phone {
height: 3.25rem;
}
.height-7\@small-phone {
height: 3.5rem;
}
.height-7\.5\@small-phone {
height: 3.75rem;
}
.height-8\@small-phone {
height: 4rem;
}
.height-8\.5\@small-phone {
height: 4.25rem;
}
.height-9\@small-phone {
height: 4.5rem;
}
.height-9\.5\@small-phone {
height: 4.75rem;
}
.height-10\@small-phone {
height: 5rem;
}
.height-10\.5\@small-phone {
height: 5.25rem;
}
.height-11\@small-phone {
height: 5.5rem;
}
.height-11\.5\@small-phone {
height: 5.75rem;
}
.height-12\@small-phone {
height: 6rem;
}
.height-12\.5\@small-phone {
height: 6.25rem;
}
.height-13\@small-phone {
height: 6.5rem;
}
.height-13\.5\@small-phone {
height: 6.75rem;
}
.height-14\@small-phone {
height: 7rem;
}
.height-14\.5\@small-phone {
height: 7.25rem;
}
.height-15\@small-phone {
height: 7.5rem;
}
.height-15\.5\@small-phone {
height: 7.75rem;
}
.height-16\@small-phone {
height: 8rem;
}
.height-16\.5\@small-phone {
height: 8.25rem;
}
.height-17\@small-phone {
height: 8.5rem;
}
.height-17\.5\@small-phone {
height: 8.75rem;
}
.height-18\@small-phone {
height: 9rem;
}
.height-18\.5\@small-phone {
height: 9.25rem;
}
.height-19\@small-phone {
height: 9.5rem;
}
.height-19\.5\@small-phone {
height: 9.75rem;
}
.height-20\@small-phone {
height: 10rem;
}
.height-20\.5\@small-phone {
height: 10.25rem;
}
.height-21\@small-phone {
height: 10.5rem;
}
.height-21\.5\@small-phone {
height: 10.75rem;
}
.height-22\@small-phone {
height: 11rem;
}
.height-22\.5\@small-phone {
height: 11.25rem;
}
.height-23\@small-phone {
height: 11.5rem;
}
.height-23\.5\@small-phone {
height: 11.75rem;
}
.height-24\@small-phone {
height: 12rem;
}
.height-24\.5\@small-phone {
height: 12.25rem;
}
.height-25\@small-phone {
height: 12.5rem;
}
.height-25\.5\@small-phone {
height: 12.75rem;
}
.height-26\@small-phone {
height: 13rem;
}
.height-26\.5\@small-phone {
height: 13.25rem;
}
.height-27\@small-phone {
height: 13.5rem;
}
.height-27\.5\@small-phone {
height: 13.75rem;
}
.height-28\@small-phone {
height: 14rem;
}
.height-28\.5\@small-phone {
height: 14.25rem;
}
.height-29\@small-phone {
height: 14.5rem;
}
.height-29\.5\@small-phone {
height: 14.75rem;
}
.height-30\@small-phone {
height: 15rem;
}
.height-10\%\@small-phone {
height: 10%;
}
.height-20\%\@small-phone {
height: 20%;
}
.height-30\%\@small-phone {
height: 30%;
}
.height-40\%\@small-phone {
height: 40%;
}
.height-50\%\@small-phone {
height: 50%;
}
.height-60\%\@small-phone {
height: 60%;
}
.height-70\%\@small-phone {
height: 70%;
}
.height-80\%\@small-phone {
height: 80%;
}
.height-90\%\@small-phone {
height: 90%;
}
.height-100\%\@small-phone {
height: 100%;
}
.height-25vh\@small-phone {
height: 25vh;
}
.height-50vh\@small-phone {
height: 50vh;
}
.height-75vh\@small-phone {
height: 75vh;
}
.height-100vh\@small-phone {
height: 100vh;
}
.height-125vh\@small-phone {
height: 125vh;
}
.height-150vh\@small-phone {
height: 150vh;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.height-0\@tablet {
height: 0;
}
.height-0\.5\@tablet {
height: 0.25rem;
}
.height-1\@tablet {
height: 0.5rem;
}
.height-1\.5\@tablet {
height: 0.75rem;
}
.height-2\@tablet {
height: 1rem;
}
.height-2\.5\@tablet {
height: 1.25rem;
}
.height-3\@tablet {
height: 1.5rem;
}
.height-3\.5\@tablet {
height: 1.75rem;
}
.height-4\@tablet {
height: 2rem;
}
.height-4\.5\@tablet {
height: 2.25rem;
}
.height-5\@tablet {
height: 2.5rem;
}
.height-5\.5\@tablet {
height: 2.75rem;
}
.height-6\@tablet {
height: 3rem;
}
.height-6\.5\@tablet {
height: 3.25rem;
}
.height-7\@tablet {
height: 3.5rem;
}
.height-7\.5\@tablet {
height: 3.75rem;
}
.height-8\@tablet {
height: 4rem;
}
.height-8\.5\@tablet {
height: 4.25rem;
}
.height-9\@tablet {
height: 4.5rem;
}
.height-9\.5\@tablet {
height: 4.75rem;
}
.height-10\@tablet {
height: 5rem;
}
.height-10\.5\@tablet {
height: 5.25rem;
}
.height-11\@tablet {
height: 5.5rem;
}
.height-11\.5\@tablet {
height: 5.75rem;
}
.height-12\@tablet {
height: 6rem;
}
.height-12\.5\@tablet {
height: 6.25rem;
}
.height-13\@tablet {
height: 6.5rem;
}
.height-13\.5\@tablet {
height: 6.75rem;
}
.height-14\@tablet {
height: 7rem;
}
.height-14\.5\@tablet {
height: 7.25rem;
}
.height-15\@tablet {
height: 7.5rem;
}
.height-15\.5\@tablet {
height: 7.75rem;
}
.height-16\@tablet {
height: 8rem;
}
.height-16\.5\@tablet {
height: 8.25rem;
}
.height-17\@tablet {
height: 8.5rem;
}
.height-17\.5\@tablet {
height: 8.75rem;
}
.height-18\@tablet {
height: 9rem;
}
.height-18\.5\@tablet {
height: 9.25rem;
}
.height-19\@tablet {
height: 9.5rem;
}
.height-19\.5\@tablet {
height: 9.75rem;
}
.height-20\@tablet {
height: 10rem;
}
.height-20\.5\@tablet {
height: 10.25rem;
}
.height-21\@tablet {
height: 10.5rem;
}
.height-21\.5\@tablet {
height: 10.75rem;
}
.height-22\@tablet {
height: 11rem;
}
.height-22\.5\@tablet {
height: 11.25rem;
}
.height-23\@tablet {
height: 11.5rem;
}
.height-23\.5\@tablet {
height: 11.75rem;
}
.height-24\@tablet {
height: 12rem;
}
.height-24\.5\@tablet {
height: 12.25rem;
}
.height-25\@tablet {
height: 12.5rem;
}
.height-25\.5\@tablet {
height: 12.75rem;
}
.height-26\@tablet {
height: 13rem;
}
.height-26\.5\@tablet {
height: 13.25rem;
}
.height-27\@tablet {
height: 13.5rem;
}
.height-27\.5\@tablet {
height: 13.75rem;
}
.height-28\@tablet {
height: 14rem;
}
.height-28\.5\@tablet {
height: 14.25rem;
}
.height-29\@tablet {
height: 14.5rem;
}
.height-29\.5\@tablet {
height: 14.75rem;
}
.height-30\@tablet {
height: 15rem;
}
.height-10\%\@tablet {
height: 10%;
}
.height-20\%\@tablet {
height: 20%;
}
.height-30\%\@tablet {
height: 30%;
}
.height-40\%\@tablet {
height: 40%;
}
.height-50\%\@tablet {
height: 50%;
}
.height-60\%\@tablet {
height: 60%;
}
.height-70\%\@tablet {
height: 70%;
}
.height-80\%\@tablet {
height: 80%;
}
.height-90\%\@tablet {
height: 90%;
}
.height-100\%\@tablet {
height: 100%;
}
.height-50vh\@tablet {
height: 50vh;
}
.height-75vh\@tablet {
height: 75vh;
}
.height-100vh\@tablet {
height: 100vh;
}
.height-125vh\@tablet {
height: 125vh;
}
.height-150vh\@tablet {
height: 150vh;
}
}
@media (min-width: 57rem) {
.height-0\@laptop {
height: 0;
}
.height-0\.5\@laptop {
height: 0.25rem;
}
.height-1\@laptop {
height: 0.5rem;
}
.height-1\.5\@laptop {
height: 0.75rem;
}
.height-2\@laptop {
height: 1rem;
}
.height-2\.5\@laptop {
height: 1.25rem;
}
.height-3\@laptop {
height: 1.5rem;
}
.height-3\.5\@laptop {
height: 1.75rem;
}
.height-4\@laptop {
height: 2rem;
}
.height-4\.5\@laptop {
height: 2.25rem;
}
.height-5\@laptop {
height: 2.5rem;
}
.height-5\.5\@laptop {
height: 2.75rem;
}
.height-6\@laptop {
height: 3rem;
}
.height-6\.5\@laptop {
height: 3.25rem;
}
.height-7\@laptop {
height: 3.5rem;
}
.height-7\.5\@laptop {
height: 3.75rem;
}
.height-8\@laptop {
height: 4rem;
}
.height-8\.5\@laptop {
height: 4.25rem;
}
.height-9\@laptop {
height: 4.5rem;
}
.height-9\.5\@laptop {
height: 4.75rem;
}
.height-10\@laptop {
height: 5rem;
}
.height-10\.5\@laptop {
height: 5.25rem;
}
.height-11\@laptop {
height: 5.5rem;
}
.height-11\.5\@laptop {
height: 5.75rem;
}
.height-12\@laptop {
height: 6rem;
}
.height-12\.5\@laptop {
height: 6.25rem;
}
.height-13\@laptop {
height: 6.5rem;
}
.height-13\.5\@laptop {
height: 6.75rem;
}
.height-14\@laptop {
height: 7rem;
}
.height-14\.5\@laptop {
height: 7.25rem;
}
.height-15\@laptop {
height: 7.5rem;
}
.height-15\.5\@laptop {
height: 7.75rem;
}
.height-16\@laptop {
height: 8rem;
}
.height-16\.5\@laptop {
height: 8.25rem;
}
.height-17\@laptop {
height: 8.5rem;
}
.height-17\.5\@laptop {
height: 8.75rem;
}
.height-18\@laptop {
height: 9rem;
}
.height-18\.5\@laptop {
height: 9.25rem;
}
.height-19\@laptop {
height: 9.5rem;
}
.height-19\.5\@laptop {
height: 9.75rem;
}
.height-20\@laptop {
height: 10rem;
}
.height-20\.5\@laptop {
height: 10.25rem;
}
.height-21\@laptop {
height: 10.5rem;
}
.height-21\.5\@laptop {
height: 10.75rem;
}
.height-22\@laptop {
height: 11rem;
}
.height-22\.5\@laptop {
height: 11.25rem;
}
.height-23\@laptop {
height: 11.5rem;
}
.height-23\.5\@laptop {
height: 11.75rem;
}
.height-24\@laptop {
height: 12rem;
}
.height-24\.5\@laptop {
height: 12.25rem;
}
.height-25\@laptop {
height: 12.5rem;
}
.height-25\.5\@laptop {
height: 12.75rem;
}
.height-26\@laptop {
height: 13rem;
}
.height-26\.5\@laptop {
height: 13.25rem;
}
.height-27\@laptop {
height: 13.5rem;
}
.height-27\.5\@laptop {
height: 13.75rem;
}
.height-28\@laptop {
height: 14rem;
}
.height-28\.5\@laptop {
height: 14.25rem;
}
.height-29\@laptop {
height: 14.5rem;
}
.height-29\.5\@laptop {
height: 14.75rem;
}
.height-30\@laptop {
height: 15rem;
}
.height-10\%\@laptop {
height: 10%;
}
.height-20\%\@laptop {
height: 20%;
}
.height-30\%\@laptop {
height: 30%;
}
.height-40\%\@laptop {
height: 40%;
}
.height-50\%\@laptop {
height: 50%;
}
.height-60\%\@laptop {
height: 60%;
}
.height-70\%\@laptop {
height: 70%;
}
.height-80\%\@laptop {
height: 80%;
}
.height-90\%\@laptop {
height: 90%;
}
.height-100\%\@laptop {
height: 100%;
}
.height-25vh\@laptop {
height: 25vh;
}
.height-50vh\@laptop {
height: 50vh;
}
.height-75vh\@laptop {
height: 75vh;
}
.height-100vh\@laptop {
height: 100vh;
}
.height-125vh\@laptop {
height: 125vh;
}
.height-150vh\@laptop {
height: 150vh;
}
}
.min-height-0,
.min-height-0\@phone {
min-height: 0;
}
.min-height-0\.5,
.min-height-0\.5\@phone {
min-height: 0.25rem;
}
.min-height-1,
.min-height-1\@phone {
min-height: 0.5rem;
}
.min-height-1\.5,
.min-height-1\.5\@phone {
min-height: 0.75rem;
}
.min-height-2,
.min-height-2\@phone {
min-height: 1rem;
}
.min-height-2\.5,
.min-height-2\.5\@phone {
min-height: 1.25rem;
}
.min-height-3,
.min-height-3\@phone {
min-height: 1.5rem;
}
.min-height-3\.5,
.min-height-3\.5\@phone {
min-height: 1.75rem;
}
.min-height-4,
.min-height-4\@phone {
min-height: 2rem;
}
.min-height-4\.5,
.min-height-4\.5\@phone {
min-height: 2.25rem;
}
.min-height-5,
.min-height-5\@phone {
min-height: 2.5rem;
}
.min-height-5\.5,
.min-height-5\.5\@phone {
min-height: 2.75rem;
}
.min-height-6,
.min-height-6\@phone {
min-height: 3rem;
}
.min-height-6\.5,
.min-height-6\.5\@phone {
min-height: 3.25rem;
}
.min-height-7,
.min-height-7\@phone {
min-height: 3.5rem;
}
.min-height-7\.5,
.min-height-7\.5\@phone {
min-height: 3.75rem;
}
.min-height-8,
.min-height-8\@phone {
min-height: 4rem;
}
.min-height-8\.5,
.min-height-8\.5\@phone {
min-height: 4.25rem;
}
.min-height-9,
.min-height-9\@phone {
min-height: 4.5rem;
}
.min-height-9\.5,
.min-height-9\.5\@phone {
min-height: 4.75rem;
}
.min-height-10,
.min-height-10\@phone {
min-height: 5rem;
}
.min-height-10\.5,
.min-height-10\.5\@phone {
min-height: 5.25rem;
}
.min-height-11,
.min-height-11\@phone {
min-height: 5.5rem;
}
.min-height-11\.5,
.min-height-11\.5\@phone {
min-height: 5.75rem;
}
.min-height-12,
.min-height-12\@phone {
min-height: 6rem;
}
.min-height-12\.5,
.min-height-12\.5\@phone {
min-height: 6.25rem;
}
.min-height-13,
.min-height-13\@phone {
min-height: 6.5rem;
}
.min-height-13\.5,
.min-height-13\.5\@phone {
min-height: 6.75rem;
}
.min-height-14,
.min-height-14\@phone {
min-height: 7rem;
}
.min-height-14\.5,
.min-height-14\.5\@phone {
min-height: 7.25rem;
}
.min-height-15,
.min-height-15\@phone {
min-height: 7.5rem;
}
.min-height-15\.5,
.min-height-15\.5\@phone {
min-height: 7.75rem;
}
.min-height-16,
.min-height-16\@phone {
min-height: 8rem;
}
.min-height-16\.5,
.min-height-16\.5\@phone {
min-height: 8.25rem;
}
.min-height-17,
.min-height-17\@phone {
min-height: 8.5rem;
}
.min-height-17\.5,
.min-height-17\.5\@phone {
min-height: 8.75rem;
}
.min-height-18,
.min-height-18\@phone {
min-height: 9rem;
}
.min-height-18\.5,
.min-height-18\.5\@phone {
min-height: 9.25rem;
}
.min-height-19,
.min-height-19\@phone {
min-height: 9.5rem;
}
.min-height-19\.5,
.min-height-19\.5\@phone {
min-height: 9.75rem;
}
.min-height-20,
.min-height-20\@phone {
min-height: 10rem;
}
.min-height-20\.5,
.min-height-20\.5\@phone {
min-height: 10.25rem;
}
.min-height-21,
.min-height-21\@phone {
min-height: 10.5rem;
}
.min-height-21\.5,
.min-height-21\.5\@phone {
min-height: 10.75rem;
}
.min-height-22,
.min-height-22\@phone {
min-height: 11rem;
}
.min-height-22\.5,
.min-height-22\.5\@phone {
min-height: 11.25rem;
}
.min-height-23,
.min-height-23\@phone {
min-height: 11.5rem;
}
.min-height-23\.5,
.min-height-23\.5\@phone {
min-height: 11.75rem;
}
.min-height-24,
.min-height-24\@phone {
min-height: 12rem;
}
.min-height-24\.5,
.min-height-24\.5\@phone {
min-height: 12.25rem;
}
.min-height-25,
.min-height-25\@phone {
min-height: 12.5rem;
}
.min-height-25\.5,
.min-height-25\.5\@phone {
min-height: 12.75rem;
}
.min-height-26,
.min-height-26\@phone {
min-height: 13rem;
}
.min-height-26\.5,
.min-height-26\.5\@phone {
min-height: 13.25rem;
}
.min-height-27,
.min-height-27\@phone {
min-height: 13.5rem;
}
.min-height-27\.5,
.min-height-27\.5\@phone {
min-height: 13.75rem;
}
.min-height-28,
.min-height-28\@phone {
min-height: 14rem;
}
.min-height-28\.5,
.min-height-28\.5\@phone {
min-height: 14.25rem;
}
.min-height-29,
.min-height-29\@phone {
min-height: 14.5rem;
}
.min-height-29\.5,
.min-height-29\.5\@phone {
min-height: 14.75rem;
}
.min-height-30,
.min-height-30\@phone {
min-height: 15rem;
}
.min-height-10\%,
.min-height-10\%\@phone {
min-height: 10%;
}
.min-height-20\%,
.min-height-20\%\@phone {
min-height: 20%;
}
.min-height-30\%,
.min-height-30\%\@phone {
min-height: 30%;
}
.min-height-40\%,
.min-height-40\%\@phone {
min-height: 40%;
}
.min-height-50\%,
.min-height-50\%\@phone {
min-height: 50%;
}
.min-height-60\%,
.min-height-60\%\@phone {
min-height: 60%;
}
.min-height-70\%,
.min-height-70\%\@phone {
min-height: 70%;
}
.min-height-80\%,
.min-height-80\%\@phone {
min-height: 80%;
}
.min-height-90\%,
.min-height-90\%\@phone {
min-height: 90%;
}
.min-height-100\%,
.min-height-100\%\@phone {
min-height: 100%;
}
.min-height-25vh,
.min-height-25vh\@phone {
min-height: 25vh;
}
.min-height-50vh,
.min-height-50vh\@phone {
min-height: 50vh;
}
.min-height-75vh,
.min-height-75vh\@phone {
min-height: 75vh;
}
.min-height-100vh,
.min-height-100vh\@phone {
min-height: 100vh;
}
.min-height-125vh,
.min-height-125vh\@phone {
min-height: 125vh;
}
.min-height-150vh,
.min-height-150vh\@phone {
min-height: 150vh;
}
@media (min-width: 21.875rem) {
.min-height-0\@small-phone {
min-height: 0;
}
.min-height-0\.5\@small-phone {
min-height: 0.25rem;
}
.min-height-1\@small-phone {
min-height: 0.5rem;
}
.min-height-1\.5\@small-phone {
min-height: 0.75rem;
}
.min-height-2\@small-phone {
min-height: 1rem;
}
.min-height-2\.5\@small-phone {
min-height: 1.25rem;
}
.min-height-3\@small-phone {
min-height: 1.5rem;
}
.min-height-3\.5\@small-phone {
min-height: 1.75rem;
}
.min-height-4\@small-phone {
min-height: 2rem;
}
.min-height-4\.5\@small-phone {
min-height: 2.25rem;
}
.min-height-5\@small-phone {
min-height: 2.5rem;
}
.min-height-5\.5\@small-phone {
min-height: 2.75rem;
}
.min-height-6\@small-phone {
min-height: 3rem;
}
.min-height-6\.5\@small-phone {
min-height: 3.25rem;
}
.min-height-7\@small-phone {
min-height: 3.5rem;
}
.min-height-7\.5\@small-phone {
min-height: 3.75rem;
}
.min-height-8\@small-phone {
min-height: 4rem;
}
.min-height-8\.5\@small-phone {
min-height: 4.25rem;
}
.min-height-9\@small-phone {
min-height: 4.5rem;
}
.min-height-9\.5\@small-phone {
min-height: 4.75rem;
}
.min-height-10\@small-phone {
min-height: 5rem;
}
.min-height-10\.5\@small-phone {
min-height: 5.25rem;
}
.min-height-11\@small-phone {
min-height: 5.5rem;
}
.min-height-11\.5\@small-phone {
min-height: 5.75rem;
}
.min-height-12\@small-phone {
min-height: 6rem;
}
.min-height-12\.5\@small-phone {
min-height: 6.25rem;
}
.min-height-13\@small-phone {
min-height: 6.5rem;
}
.min-height-13\.5\@small-phone {
min-height: 6.75rem;
}
.min-height-14\@small-phone {
min-height: 7rem;
}
.min-height-14\.5\@small-phone {
min-height: 7.25rem;
}
.min-height-15\@small-phone {
min-height: 7.5rem;
}
.min-height-15\.5\@small-phone {
min-height: 7.75rem;
}
.min-height-16\@small-phone {
min-height: 8rem;
}
.min-height-16\.5\@small-phone {
min-height: 8.25rem;
}
.min-height-17\@small-phone {
min-height: 8.5rem;
}
.min-height-17\.5\@small-phone {
min-height: 8.75rem;
}
.min-height-18\@small-phone {
min-height: 9rem;
}
.min-height-18\.5\@small-phone {
min-height: 9.25rem;
}
.min-height-19\@small-phone {
min-height: 9.5rem;
}
.min-height-19\.5\@small-phone {
min-height: 9.75rem;
}
.min-height-20\@small-phone {
min-height: 10rem;
}
.min-height-20\.5\@small-phone {
min-height: 10.25rem;
}
.min-height-21\@small-phone {
min-height: 10.5rem;
}
.min-height-21\.5\@small-phone {
min-height: 10.75rem;
}
.min-height-22\@small-phone {
min-height: 11rem;
}
.min-height-22\.5\@small-phone {
min-height: 11.25rem;
}
.min-height-23\@small-phone {
min-height: 11.5rem;
}
.min-height-23\.5\@small-phone {
min-height: 11.75rem;
}
.min-height-24\@small-phone {
min-height: 12rem;
}
.min-height-24\.5\@small-phone {
min-height: 12.25rem;
}
.min-height-25\@small-phone {
min-height: 12.5rem;
}
.min-height-25\.5\@small-phone {
min-height: 12.75rem;
}
.min-height-26\@small-phone {
min-height: 13rem;
}
.min-height-26\.5\@small-phone {
min-height: 13.25rem;
}
.min-height-27\@small-phone {
min-height: 13.5rem;
}
.min-height-27\.5\@small-phone {
min-height: 13.75rem;
}
.min-height-28\@small-phone {
min-height: 14rem;
}
.min-height-28\.5\@small-phone {
min-height: 14.25rem;
}
.min-height-29\@small-phone {
min-height: 14.5rem;
}
.min-height-29\.5\@small-phone {
min-height: 14.75rem;
}
.min-height-30\@small-phone {
min-height: 15rem;
}
.min-height-10\%\@small-phone {
min-height: 10%;
}
.min-height-20\%\@small-phone {
min-height: 20%;
}
.min-height-30\%\@small-phone {
min-height: 30%;
}
.min-height-40\%\@small-phone {
min-height: 40%;
}
.min-height-50\%\@small-phone {
min-height: 50%;
}
.min-height-60\%\@small-phone {
min-height: 60%;
}
.min-height-70\%\@small-phone {
min-height: 70%;
}
.min-height-80\%\@small-phone {
min-height: 80%;
}
.min-height-90\%\@small-phone {
min-height: 90%;
}
.min-height-100\%\@small-phone {
min-height: 100%;
}
.min-height-25vh\@small-phone {
min-height: 25vh;
}
.min-height-50vh\@small-phone {
min-height: 50vh;
}
.min-height-75vh\@small-phone {
min-height: 75vh;
}
.min-height-100vh\@small-phone {
min-height: 100vh;
}
.min-height-125vh\@small-phone {
min-height: 125vh;
}
.min-height-150vh\@small-phone {
min-height: 150vh;
}
}
@media (min-width: 38.75rem) and (min-width: 57rem) {
.min-height-0\@tablet {
min-height: 0;
}
.min-height-0\.5\@tablet {
min-height: 0.25rem;
}
.min-height-1\@tablet {
min-height: 0.5rem;
}
.min-height-1\.5\@tablet {
min-height: 0.75rem;
}
.min-height-2\@tablet {
min-height: 1rem;
}
.min-height-2\.5\@tablet {
min-height: 1.25rem;
}
.min-height-3\@tablet {
min-height: 1.5rem;
}
.min-height-3\.5\@tablet {
min-height: 1.75rem;
}
.min-height-4\@tablet {
min-height: 2rem;
}
.min-height-4\.5\@tablet {
min-height: 2.25rem;
}
.min-height-5\@tablet {
min-height: 2.5rem;
}
.min-height-5\.5\@tablet {
min-height: 2.75rem;
}
.min-height-6\@tablet {
min-height: 3rem;
}
.min-height-6\.5\@tablet {
min-height: 3.25rem;
}
.min-height-7\@tablet {
min-height: 3.5rem;
}
.min-height-7\.5\@tablet {
min-height: 3.75rem;
}
.min-height-8\@tablet {
min-height: 4rem;
}
.min-height-8\.5\@tablet {
min-height: 4.25rem;
}
.min-height-9\@tablet {
min-height: 4.5rem;
}
.min-height-9\.5\@tablet {
min-height: 4.75rem;
}
.min-height-10\@tablet {
min-height: 5rem;
}
.min-height-10\.5\@tablet {
min-height: 5.25rem;
}
.min-height-11\@tablet {
min-height: 5.5rem;
}
.min-height-11\.5\@tablet {
min-height: 5.75rem;
}
.min-height-12\@tablet {
min-height: 6rem;
}
.min-height-12\.5\@tablet {
min-height: 6.25rem;
}
.min-height-13\@tablet {
min-height: 6.5rem;
}
.min-height-13\.5\@tablet {
min-height: 6.75rem;
}
.min-height-14\@tablet {
min-height: 7rem;
}
.min-height-14\.5\@tablet {
min-height: 7.25rem;
}
.min-height-15\@tablet {
min-height: 7.5rem;
}
.min-height-15\.5\@tablet {
min-height: 7.75rem;
}
.min-height-16\@tablet {
min-height: 8rem;
}
.min-height-16\.5\@tablet {
min-height: 8.25rem;
}
.min-height-17\@tablet {
min-height: 8.5rem;
}
.min-height-17\.5\@tablet {
min-height: 8.75rem;
}
.min-height-18\@tablet {
min-height: 9rem;
}
.min-height-18\.5\@tablet {
min-height: 9.25rem;
}
.min-height-19\@tablet {
min-height: 9.5rem;
}
.min-height-19\.5\@tablet {
min-height: 9.75rem;
}
.min-height-20\@tablet {
min-height: 10rem;
}
.min-height-20\.5\@tablet {
min-height: 10.25rem;
}
.min-height-21\@tablet {
min-height: 10.5rem;
}
.min-height-21\.5\@tablet {
min-height: 10.75rem;
}
.min-height-22\@tablet {
min-height: 11rem;
}
.min-height-22\.5\@tablet {
min-height: 11.25rem;
}
.min-height-23\@tablet {
min-height: 11.5rem;
}
.min-height-23\.5\@tablet {
min-height: 11.75rem;
}
.min-height-24\@tablet {
min-height: 12rem;
}
.min-height-24\.5\@tablet {
min-height: 12.25rem;
}
.min-height-25\@tablet {
min-height: 12.5rem;
}
.min-height-25\.5\@tablet {
min-height: 12.75rem;
}
.min-height-26\@tablet {
min-height: 13rem;
}
.min-height-26\.5\@tablet {
min-height: 13.25rem;
}
.min-height-27\@tablet {
min-height: 13.5rem;
}
.min-height-27\.5\@tablet {
min-height: 13.75rem;
}
.min-height-28\@tablet {
min-height: 14rem;
}
.min-height-28\.5\@tablet {
min-height: 14.25rem;
}
.min-height-29\@tablet {
min-height: 14.5rem;
}
.min-height-29\.5\@tablet {
min-height: 14.75rem;
}
.min-height-30\@tablet {
min-height: 15rem;
}
.min-height-10\%\@tablet {
min-height: 10%;
}
.min-height-20\%\@tablet {
min-height: 20%;
}
.min-height-30\%\@tablet {
min-height: 30%;
}
.min-height-40\%\@tablet {
min-height: 40%;
}
.min-height-50\%\@tablet {
min-height: 50%;
}
.min-height-60\%\@tablet {
min-height: 60%;
}
.min-height-70\%\@tablet {
min-height: 70%;
}
.min-height-80\%\@tablet {
min-height: 80%;
}
.min-height-90\%\@tablet {
min-height: 90%;
}
.min-height-100\%\@tablet {
min-height: 100%;
}
.min-height-50vh\@tablet {
min-height: 50vh;
}
.min-height-75vh\@tablet {
min-height: 75vh;
}
.min-height-100vh\@tablet {
min-height: 100vh;
}
.min-height-125vh\@tablet {
min-height: 125vh;
}
.min-height-150vh\@tablet {
min-height: 150vh;
}
}
@media (min-width: 57rem) {
.min-height-0\@laptop {
min-height: 0;
}
.min-height-0\.5\@laptop {
min-height: 0.25rem;
}
.min-height-1\@laptop {
min-height: 0.5rem;
}
.min-height-1\.5\@laptop {
min-height: 0.75rem;
}
.min-height-2\@laptop {
min-height: 1rem;
}
.min-height-2\.5\@laptop {
min-height: 1.25rem;
}
.min-height-3\@laptop {
min-height: 1.5rem;
}
.min-height-3\.5\@laptop {
min-height: 1.75rem;
}
.min-height-4\@laptop {
min-height: 2rem;
}
.min-height-4\.5\@laptop {
min-height: 2.25rem;
}
.min-height-5\@laptop {
min-height: 2.5rem;
}
.min-height-5\.5\@laptop {
min-height: 2.75rem;
}
.min-height-6\@laptop {
min-height: 3rem;
}
.min-height-6\.5\@laptop {
min-height: 3.25rem;
}
.min-height-7\@laptop {
min-height: 3.5rem;
}
.min-height-7\.5\@laptop {
min-height: 3.75rem;
}
.min-height-8\@laptop {
min-height: 4rem;
}
.min-height-8\.5\@laptop {
min-height: 4.25rem;
}
.min-height-9\@laptop {
min-height: 4.5rem;
}
.min-height-9\.5\@laptop {
min-height: 4.75rem;
}
.min-height-10\@laptop {
min-height: 5rem;
}
.min-height-10\.5\@laptop {
min-height: 5.25rem;
}
.min-height-11\@laptop {
min-height: 5.5rem;
}
.min-height-11\.5\@laptop {
min-height: 5.75rem;
}
.min-height-12\@laptop {
min-height: 6rem;
}
.min-height-12\.5\@laptop {
min-height: 6.25rem;
}
.min-height-13\@laptop {
min-height: 6.5rem;
}
.min-height-13\.5\@laptop {
min-height: 6.75rem;
}
.min-height-14\@laptop {
min-height: 7rem;
}
.min-height-14\.5\@laptop {
min-height: 7.25rem;
}
.min-height-15\@laptop {
min-height: 7.5rem;
}
.min-height-15\.5\@laptop {
min-height: 7.75rem;
}
.min-height-16\@laptop {
min-height: 8rem;
}
.min-height-16\.5\@laptop {
min-height: 8.25rem;
}
.min-height-17\@laptop {
min-height: 8.5rem;
}
.min-height-17\.5\@laptop {
min-height: 8.75rem;
}
.min-height-18\@laptop {
min-height: 9rem;
}
.min-height-18\.5\@laptop {
min-height: 9.25rem;
}
.min-height-19\@laptop {
min-height: 9.5rem;
}
.min-height-19\.5\@laptop {
min-height: 9.75rem;
}
.min-height-20\@laptop {
min-height: 10rem;
}
.min-height-20\.5\@laptop {
min-height: 10.25rem;
}
.min-height-21\@laptop {
min-height: 10.5rem;
}
.min-height-21\.5\@laptop {
min-height: 10.75rem;
}
.min-height-22\@laptop {
min-height: 11rem;
}
.min-height-22\.5\@laptop {
min-height: 11.25rem;
}
.min-height-23\@laptop {
min-height: 11.5rem;
}
.min-height-23\.5\@laptop {
min-height: 11.75rem;
}
.min-height-24\@laptop {
min-height: 12rem;
}
.min-height-24\.5\@laptop {
min-height: 12.25rem;
}
.min-height-25\@laptop {
min-height: 12.5rem;
}
.min-height-25\.5\@laptop {
min-height: 12.75rem;
}
.min-height-26\@laptop {
min-height: 13rem;
}
.min-height-26\.5\@laptop {
min-height: 13.25rem;
}
.min-height-27\@laptop {
min-height: 13.5rem;
}
.min-height-27\.5\@laptop {
min-height: 13.75rem;
}
.min-height-28\@laptop {
min-height: 14rem;
}
.min-height-28\.5\@laptop {
min-height: 14.25rem;
}
.min-height-29\@laptop {
min-height: 14.5rem;
}
.min-height-29\.5\@laptop {
min-height: 14.75rem;
}
.min-height-30\@laptop {
min-height: 15rem;
}
.min-height-10\%\@laptop {
min-height: 10%;
}
.min-height-20\%\@laptop {
min-height: 20%;
}
.min-height-30\%\@laptop {
min-height: 30%;
}
.min-height-40\%\@laptop {
min-height: 40%;
}
.min-height-50\%\@laptop {
min-height: 50%;
}
.min-height-60\%\@laptop {
min-height: 60%;
}
.min-height-70\%\@laptop {
min-height: 70%;
}
.min-height-80\%\@laptop {
min-height: 80%;
}
.min-height-90\%\@laptop {
min-height: 90%;
}
.min-height-100\%\@laptop {
min-height: 100%;
}
.min-height-25vh\@laptop {
min-height: 25vh;
}
.min-height-50vh\@laptop {
min-height: 50vh;
}
.min-height-75vh\@laptop {
min-height: 75vh;
}
.min-height-100vh\@laptop {
min-height: 100vh;
}
.min-height-125vh\@laptop {
min-height: 125vh;
}
.min-height-150vh\@laptop {
min-height: 150vh;
}
}
.max-height-0,
.max-height-0\@phone {
max-height: 0;
}
.max-height-0\.5,
.max-height-0\.5\@phone {
max-height: 0.25rem;
}
.max-height-1,
.max-height-1\@phone {
max-height: 0.5rem;
}
.max-height-1\.5,
.max-height-1\.5\@phone {
max-height: 0.75rem;
}
.max-height-2,
.max-height-2\@phone {
max-height: 1rem;
}
.max-height-2\.5,
.max-height-2\.5\@phone {
max-height: 1.25rem;
}
.max-height-3,
.max-height-3\@phone {
max-height: 1.5rem;
}
.max-height-3\.5,
.max-height-3\.5\@phone {
max-height: 1.75rem;
}
.max-height-4,
.max-height-4\@phone {
max-height: 2rem;
}
.max-height-4\.5,
.max-height-4\.5\@phone {
max-height: 2.25rem;
}
.max-height-5,
.max-height-5\@phone {
max-height: 2.5rem;
}
.max-height-5\.5,
.max-height-5\.5\@phone {
max-height: 2.75rem;
}
.max-height-6,
.max-height-6\@phone {
max-height: 3rem;
}
.max-height-6\.5,
.max-height-6\.5\@phone {
max-height: 3.25rem;
}
.max-height-7,
.max-height-7\@phone {
max-height: 3.5rem;
}
.max-height-7\.5,
.max-height-7\.5\@phone {
max-height: 3.75rem;
}
.max-height-8,
.max-height-8\@phone {
max-height: 4rem;
}
.max-height-8\.5,
.max-height-8\.5\@phone {
max-height: 4.25rem;
}
.max-height-9,
.max-height-9\@phone {
max-height: 4.5rem;
}
.max-height-9\.5,
.max-height-9\.5\@phone {
max-height: 4.75rem;
}
.max-height-10,
.max-height-10\@phone {
max-height: 5rem;
}
.max-height-10\.5,
.max-height-10\.5\@phone {
max-height: 5.25rem;
}
.max-height-11,
.max-height-11\@phone {
max-height: 5.5rem;
}
.max-height-11\.5,
.max-height-11\.5\@phone {
max-height: 5.75rem;
}
.max-height-12,
.max-height-12\@phone {
max-height: 6rem;
}
.max-height-12\.5,
.max-height-12\.5\@phone {
max-height: 6.25rem;
}
.max-height-13,
.max-height-13\@phone {
max-height: 6.5rem;
}
.max-height-13\.5,
.max-height-13\.5\@phone {
max-height: 6.75rem;
}
.max-height-14,
.max-height-14\@phone {
max-height: 7rem;
}
.max-height-14\.5,
.max-height-14\.5\@phone {
max-height: 7.25rem;
}
.max-height-15,
.max-height-15\@phone {
max-height: 7.5rem;
}
.max-height-15\.5,
.max-height-15\.5\@phone {
max-height: 7.75rem;
}
.max-height-16,
.max-height-16\@phone {
max-height: 8rem;
}
.max-height-16\.5,
.max-height-16\.5\@phone {
max-height: 8.25rem;
}
.max-height-17,
.max-height-17\@phone {
max-height: 8.5rem;
}
.max-height-17\.5,
.max-height-17\.5\@phone {
max-height: 8.75rem;
}
.max-height-18,
.max-height-18\@phone {
max-height: 9rem;
}
.max-height-18\.5,
.max-height-18\.5\@phone {
max-height: 9.25rem;
}
.max-height-19,
.max-height-19\@phone {
max-height: 9.5rem;
}
.max-height-19\.5,
.max-height-19\.5\@phone {
max-height: 9.75rem;
}
.max-height-20,
.max-height-20\@phone {
max-height: 10rem;
}
.max-height-20\.5,
.max-height-20\.5\@phone {
max-height: 10.25rem;
}
.max-height-21,
.max-height-21\@phone {
max-height: 10.5rem;
}
.max-height-21\.5,
.max-height-21\.5\@phone {
max-height: 10.75rem;
}
.max-height-22,
.max-height-22\@phone {
max-height: 11rem;
}
.max-height-22\.5,
.max-height-22\.5\@phone {
max-height: 11.25rem;
}
.max-height-23,
.max-height-23\@phone {
max-height: 11.5rem;
}
.max-height-23\.5,
.max-height-23\.5\@phone {
max-height: 11.75rem;
}
.max-height-24,
.max-height-24\@phone {
max-height: 12rem;
}
.max-height-24\.5,
.max-height-24\.5\@phone {
max-height: 12.25rem;
}
.max-height-25,
.max-height-25\@phone {
max-height: 12.5rem;
}
.max-height-25\.5,
.max-height-25\.5\@phone {
max-height: 12.75rem;
}
.max-height-26,
.max-height-26\@phone {
max-height: 13rem;
}
.max-height-26\.5,
.max-height-26\.5\@phone {
max-height: 13.25rem;
}
.max-height-27,
.max-height-27\@phone {
max-height: 13.5rem;
}
.max-height-27\.5,
.max-height-27\.5\@phone {
max-height: 13.75rem;
}
.max-height-28,
.max-height-28\@phone {
max-height: 14rem;
}
.max-height-28\.5,
.max-height-28\.5\@phone {
max-height: 14.25rem;
}
.max-height-29,
.max-height-29\@phone {
max-height: 14.5rem;
}
.max-height-29\.5,
.max-height-29\.5\@phone {
max-height: 14.75rem;
}
.max-height-30,
.max-height-30\@phone {
max-height: 15rem;
}
.max-height-10\%,
.max-height-10\%\@phone {
max-height: 10%;
}
.max-height-20\%,
.max-height-20\%\@phone {
max-height: 20%;
}
.max-height-30\%,
.max-height-30\%\@phone {
max-height: 30%;
}
.max-height-40\%,
.max-height-40\%\@phone {
max-height: 40%;
}
.max-height-50\%,
.max-height-50\%\@phone {
max-height: 50%;
}
.max-height-60\%,
.max-height-60\%\@phone {
max-height: 60%;
}
.max-height-70\%,
.max-height-70\%\@phone {
max-height: 70%;
}
.max-height-80\%,
.max-height-80\%\@phone {
max-height: 80%;
}
.max-height-90\%,
.max-height-90\%\@phone {
max-height: 90%;
}
.max-height-100\%,
.max-height-100\%\@phone {
max-height: 100%;
}
.max-height-25vh,
.max-height-25vh\@phone {
max-height: 25vh;
}
.max-height-50vh,
.max-height-50vh\@phone {
max-height: 50vh;
}
.max-height-75vh,
.max-height-75vh\@phone {
max-height: 75vh;
}
.max-height-100vh,
.max-height-100vh\@phone {
max-height: 100vh;
}
.max-height-125vh,
.max-height-125vh\@phone {
max-height: 125vh;
}
.max-height-150vh,
.max-height-150vh\@phone {
max-height: 150vh;
}
@media (max-width: 21.875rem) {
.max-height-0\@small-phone {
max-height: 0;
}
.max-height-0\.5\@small-phone {
max-height: 0.25rem;
}
.max-height-1\@small-phone {
max-height: 0.5rem;
}
.max-height-1\.5\@small-phone {
max-height: 0.75rem;
}
.max-height-2\@small-phone {
max-height: 1rem;
}
.max-height-2\.5\@small-phone {
max-height: 1.25rem;
}
.max-height-3\@small-phone {
max-height: 1.5rem;
}
.max-height-3\.5\@small-phone {
max-height: 1.75rem;
}
.max-height-4\@small-phone {
max-height: 2rem;
}
.max-height-4\.5\@small-phone {
max-height: 2.25rem;
}
.max-height-5\@small-phone {
max-height: 2.5rem;
}
.max-height-5\.5\@small-phone {
max-height: 2.75rem;
}
.max-height-6\@small-phone {
max-height: 3rem;
}
.max-height-6\.5\@small-phone {
max-height: 3.25rem;
}
.max-height-7\@small-phone {
max-height: 3.5rem;
}
.max-height-7\.5\@small-phone {
max-height: 3.75rem;
}
.max-height-8\@small-phone {
max-height: 4rem;
}
.max-height-8\.5\@small-phone {
max-height: 4.25rem;
}
.max-height-9\@small-phone {
max-height: 4.5rem;
}
.max-height-9\.5\@small-phone {
max-height: 4.75rem;
}
.max-height-10\@small-phone {
max-height: 5rem;
}
.max-height-10\.5\@small-phone {
max-height: 5.25rem;
}
.max-height-11\@small-phone {
max-height: 5.5rem;
}
.max-height-11\.5\@small-phone {
max-height: 5.75rem;
}
.max-height-12\@small-phone {
max-height: 6rem;
}
.max-height-12\.5\@small-phone {
max-height: 6.25rem;
}
.max-height-13\@small-phone {
max-height: 6.5rem;
}
.max-height-13\.5\@small-phone {
max-height: 6.75rem;
}
.max-height-14\@small-phone {
max-height: 7rem;
}
.max-height-14\.5\@small-phone {
max-height: 7.25rem;
}
.max-height-15\@small-phone {
max-height: 7.5rem;
}
.max-height-15\.5\@small-phone {
max-height: 7.75rem;
}
.max-height-16\@small-phone {
max-height: 8rem;
}
.max-height-16\.5\@small-phone {
max-height: 8.25rem;
}
.max-height-17\@small-phone {
max-height: 8.5rem;
}
.max-height-17\.5\@small-phone {
max-height: 8.75rem;
}
.max-height-18\@small-phone {
max-height: 9rem;
}
.max-height-18\.5\@small-phone {
max-height: 9.25rem;
}
.max-height-19\@small-phone {
max-height: 9.5rem;
}
.max-height-19\.5\@small-phone {
max-height: 9.75rem;
}
.max-height-20\@small-phone {
max-height: 10rem;
}
.max-height-20\.5\@small-phone {
max-height: 10.25rem;
}
.max-height-21\@small-phone {
max-height: 10.5rem;
}
.max-height-21\.5\@small-phone {
max-height: 10.75rem;
}
.max-height-22\@small-phone {
max-height: 11rem;
}
.max-height-22\.5\@small-phone {
max-height: 11.25rem;
}
.max-height-23\@small-phone {
max-height: 11.5rem;
}
.max-height-23\.5\@small-phone {
max-height: 11.75rem;
}
.max-height-24\@small-phone {
max-height: 12rem;
}
.max-height-24\.5\@small-phone {
max-height: 12.25rem;
}
.max-height-25\@small-phone {
max-height: 12.5rem;
}
.max-height-25\.5\@small-phone {
max-height: 12.75rem;
}
.max-height-26\@small-phone {
max-height: 13rem;
}
.max-height-26\.5\@small-phone {
max-height: 13.25rem;
}
.max-height-27\@small-phone {
max-height: 13.5rem;
}
.max-height-27\.5\@small-phone {
max-height: 13.75rem;
}
.max-height-28\@small-phone {
max-height: 14rem;
}
.max-height-28\.5\@small-phone {
max-height: 14.25rem;
}
.max-height-29\@small-phone {
max-height: 14.5rem;
}
.max-height-29\.5\@small-phone {
max-height: 14.75rem;
}
.max-height-30\@small-phone {
max-height: 15rem;
}
.max-height-10\%\@small-phone {
max-height: 10%;
}
.max-height-20\%\@small-phone {
max-height: 20%;
}
.max-height-30\%\@small-phone {
max-height: 30%;
}
.max-height-40\%\@small-phone {
max-height: 40%;
}
.max-height-50\%\@small-phone {
max-height: 50%;
}
.max-height-60\%\@small-phone {
max-height: 60%;
}
.max-height-70\%\@small-phone {
max-height: 70%;
}
.max-height-80\%\@small-phone {
max-height: 80%;
}
.max-height-90\%\@small-phone {
max-height: 90%;
}
.max-height-100\%\@small-phone {
max-height: 100%;
}
.max-height-25vh\@small-phone {
max-height: 25vh;
}
.max-height-50vh\@small-phone {
max-height: 50vh;
}
.max-height-75vh\@small-phone {
max-height: 75vh;
}
.max-height-100vh\@small-phone {
max-height: 100vh;
}
.max-height-125vh\@small-phone {
max-height: 125vh;
}
.max-height-150vh\@small-phone {
max-height: 150vh;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.max-height-0\@tablet {
max-height: 0;
}
.max-height-0\.5\@tablet {
max-height: 0.25rem;
}
.max-height-1\@tablet {
max-height: 0.5rem;
}
.max-height-1\.5\@tablet {
max-height: 0.75rem;
}
.max-height-2\@tablet {
max-height: 1rem;
}
.max-height-2\.5\@tablet {
max-height: 1.25rem;
}
.max-height-3\@tablet {
max-height: 1.5rem;
}
.max-height-3\.5\@tablet {
max-height: 1.75rem;
}
.max-height-4\@tablet {
max-height: 2rem;
}
.max-height-4\.5\@tablet {
max-height: 2.25rem;
}
.max-height-5\@tablet {
max-height: 2.5rem;
}
.max-height-5\.5\@tablet {
max-height: 2.75rem;
}
.max-height-6\@tablet {
max-height: 3rem;
}
.max-height-6\.5\@tablet {
max-height: 3.25rem;
}
.max-height-7\@tablet {
max-height: 3.5rem;
}
.max-height-7\.5\@tablet {
max-height: 3.75rem;
}
.max-height-8\@tablet {
max-height: 4rem;
}
.max-height-8\.5\@tablet {
max-height: 4.25rem;
}
.max-height-9\@tablet {
max-height: 4.5rem;
}
.max-height-9\.5\@tablet {
max-height: 4.75rem;
}
.max-height-10\@tablet {
max-height: 5rem;
}
.max-height-10\.5\@tablet {
max-height: 5.25rem;
}
.max-height-11\@tablet {
max-height: 5.5rem;
}
.max-height-11\.5\@tablet {
max-height: 5.75rem;
}
.max-height-12\@tablet {
max-height: 6rem;
}
.max-height-12\.5\@tablet {
max-height: 6.25rem;
}
.max-height-13\@tablet {
max-height: 6.5rem;
}
.max-height-13\.5\@tablet {
max-height: 6.75rem;
}
.max-height-14\@tablet {
max-height: 7rem;
}
.max-height-14\.5\@tablet {
max-height: 7.25rem;
}
.max-height-15\@tablet {
max-height: 7.5rem;
}
.max-height-15\.5\@tablet {
max-height: 7.75rem;
}
.max-height-16\@tablet {
max-height: 8rem;
}
.max-height-16\.5\@tablet {
max-height: 8.25rem;
}
.max-height-17\@tablet {
max-height: 8.5rem;
}
.max-height-17\.5\@tablet {
max-height: 8.75rem;
}
.max-height-18\@tablet {
max-height: 9rem;
}
.max-height-18\.5\@tablet {
max-height: 9.25rem;
}
.max-height-19\@tablet {
max-height: 9.5rem;
}
.max-height-19\.5\@tablet {
max-height: 9.75rem;
}
.max-height-20\@tablet {
max-height: 10rem;
}
.max-height-20\.5\@tablet {
max-height: 10.25rem;
}
.max-height-21\@tablet {
max-height: 10.5rem;
}
.max-height-21\.5\@tablet {
max-height: 10.75rem;
}
.max-height-22\@tablet {
max-height: 11rem;
}
.max-height-22\.5\@tablet {
max-height: 11.25rem;
}
.max-height-23\@tablet {
max-height: 11.5rem;
}
.max-height-23\.5\@tablet {
max-height: 11.75rem;
}
.max-height-24\@tablet {
max-height: 12rem;
}
.max-height-24\.5\@tablet {
max-height: 12.25rem;
}
.max-height-25\@tablet {
max-height: 12.5rem;
}
.max-height-25\.5\@tablet {
max-height: 12.75rem;
}
.max-height-26\@tablet {
max-height: 13rem;
}
.max-height-26\.5\@tablet {
max-height: 13.25rem;
}
.max-height-27\@tablet {
max-height: 13.5rem;
}
.max-height-27\.5\@tablet {
max-height: 13.75rem;
}
.max-height-28\@tablet {
max-height: 14rem;
}
.max-height-28\.5\@tablet {
max-height: 14.25rem;
}
.max-height-29\@tablet {
max-height: 14.5rem;
}
.max-height-29\.5\@tablet {
max-height: 14.75rem;
}
.max-height-30\@tablet {
max-height: 15rem;
}
.max-height-10\%\@tablet {
max-height: 10%;
}
.max-height-20\%\@tablet {
max-height: 20%;
}
.max-height-30\%\@tablet {
max-height: 30%;
}
.max-height-40\%\@tablet {
max-height: 40%;
}
.max-height-50\%\@tablet {
max-height: 50%;
}
.max-height-60\%\@tablet {
max-height: 60%;
}
.max-height-70\%\@tablet {
max-height: 70%;
}
.max-height-80\%\@tablet {
max-height: 80%;
}
.max-height-90\%\@tablet {
max-height: 90%;
}
.max-height-100\%\@tablet {
max-height: 100%;
}
.max-height-50vh\@tablet {
max-height: 50vh;
}
.max-height-75vh\@tablet {
max-height: 75vh;
}
.max-height-100vh\@tablet {
max-height: 100vh;
}
.max-height-125vh\@tablet {
max-height: 125vh;
}
.max-height-150vh\@tablet {
max-height: 150vh;
}
}
@media (min-width: 57rem) {
.max-height-0\@laptop {
max-height: 0;
}
.max-height-0\.5\@laptop {
max-height: 0.25rem;
}
.max-height-1\@laptop {
max-height: 0.5rem;
}
.max-height-1\.5\@laptop {
max-height: 0.75rem;
}
.max-height-2\@laptop {
max-height: 1rem;
}
.max-height-2\.5\@laptop {
max-height: 1.25rem;
}
.max-height-3\@laptop {
max-height: 1.5rem;
}
.max-height-3\.5\@laptop {
max-height: 1.75rem;
}
.max-height-4\@laptop {
max-height: 2rem;
}
.max-height-4\.5\@laptop {
max-height: 2.25rem;
}
.max-height-5\@laptop {
max-height: 2.5rem;
}
.max-height-5\.5\@laptop {
max-height: 2.75rem;
}
.max-height-6\@laptop {
max-height: 3rem;
}
.max-height-6\.5\@laptop {
max-height: 3.25rem;
}
.max-height-7\@laptop {
max-height: 3.5rem;
}
.max-height-7\.5\@laptop {
max-height: 3.75rem;
}
.max-height-8\@laptop {
max-height: 4rem;
}
.max-height-8\.5\@laptop {
max-height: 4.25rem;
}
.max-height-9\@laptop {
max-height: 4.5rem;
}
.max-height-9\.5\@laptop {
max-height: 4.75rem;
}
.max-height-10\@laptop {
max-height: 5rem;
}
.max-height-10\.5\@laptop {
max-height: 5.25rem;
}
.max-height-11\@laptop {
max-height: 5.5rem;
}
.max-height-11\.5\@laptop {
max-height: 5.75rem;
}
.max-height-12\@laptop {
max-height: 6rem;
}
.max-height-12\.5\@laptop {
max-height: 6.25rem;
}
.max-height-13\@laptop {
max-height: 6.5rem;
}
.max-height-13\.5\@laptop {
max-height: 6.75rem;
}
.max-height-14\@laptop {
max-height: 7rem;
}
.max-height-14\.5\@laptop {
max-height: 7.25rem;
}
.max-height-15\@laptop {
max-height: 7.5rem;
}
.max-height-15\.5\@laptop {
max-height: 7.75rem;
}
.max-height-16\@laptop {
max-height: 8rem;
}
.max-height-16\.5\@laptop {
max-height: 8.25rem;
}
.max-height-17\@laptop {
max-height: 8.5rem;
}
.max-height-17\.5\@laptop {
max-height: 8.75rem;
}
.max-height-18\@laptop {
max-height: 9rem;
}
.max-height-18\.5\@laptop {
max-height: 9.25rem;
}
.max-height-19\@laptop {
max-height: 9.5rem;
}
.max-height-19\.5\@laptop {
max-height: 9.75rem;
}
.max-height-20\@laptop {
max-height: 10rem;
}
.max-height-20\.5\@laptop {
max-height: 10.25rem;
}
.max-height-21\@laptop {
max-height: 10.5rem;
}
.max-height-21\.5\@laptop {
max-height: 10.75rem;
}
.max-height-22\@laptop {
max-height: 11rem;
}
.max-height-22\.5\@laptop {
max-height: 11.25rem;
}
.max-height-23\@laptop {
max-height: 11.5rem;
}
.max-height-23\.5\@laptop {
max-height: 11.75rem;
}
.max-height-24\@laptop {
max-height: 12rem;
}
.max-height-24\.5\@laptop {
max-height: 12.25rem;
}
.max-height-25\@laptop {
max-height: 12.5rem;
}
.max-height-25\.5\@laptop {
max-height: 12.75rem;
}
.max-height-26\@laptop {
max-height: 13rem;
}
.max-height-26\.5\@laptop {
max-height: 13.25rem;
}
.max-height-27\@laptop {
max-height: 13.5rem;
}
.max-height-27\.5\@laptop {
max-height: 13.75rem;
}
.max-height-28\@laptop {
max-height: 14rem;
}
.max-height-28\.5\@laptop {
max-height: 14.25rem;
}
.max-height-29\@laptop {
max-height: 14.5rem;
}
.max-height-29\.5\@laptop {
max-height: 14.75rem;
}
.max-height-30\@laptop {
max-height: 15rem;
}
.max-height-10\%\@laptop {
max-height: 10%;
}
.max-height-20\%\@laptop {
max-height: 20%;
}
.max-height-30\%\@laptop {
max-height: 30%;
}
.max-height-40\%\@laptop {
max-height: 40%;
}
.max-height-50\%\@laptop {
max-height: 50%;
}
.max-height-60\%\@laptop {
max-height: 60%;
}
.max-height-70\%\@laptop {
max-height: 70%;
}
.max-height-80\%\@laptop {
max-height: 80%;
}
.max-height-90\%\@laptop {
max-height: 90%;
}
.max-height-100\%\@laptop {
max-height: 100%;
}
.max-height-25vh\@laptop {
max-height: 25vh;
}
.max-height-50vh\@laptop {
max-height: 50vh;
}
.max-height-75vh\@laptop {
max-height: 75vh;
}
.max-height-100vh\@laptop {
max-height: 100vh;
}
.max-height-125vh\@laptop {
max-height: 125vh;
}
.max-height-150vh\@laptop {
max-height: 150vh;
}
}
.width-0-on-phone {
width: 0;
}
.width-0\.5,
.width-0\.5-on-phone {
width: 0.25rem;
}
.width-1,
.width-1-on-phone {
width: 0.5rem;
}
.width-1\.5,
.width-1\.5-on-phone {
width: 0.75rem;
}
.width-2,
.width-2-on-phone {
width: 1rem;
}
.width-2\.5,
.width-2\.5-on-phone {
width: 1.25rem;
}
.width-3,
.width-3-on-phone {
width: 1.5rem;
}
.width-3\.5,
.width-3\.5-on-phone {
width: 1.75rem;
}
.width-4,
.width-4-on-phone {
width: 2rem;
}
.width-4\.5,
.width-4\.5-on-phone {
width: 2.25rem;
}
.width-5,
.width-5-on-phone {
width: 2.5rem;
}
.width-5\.5,
.width-5\.5-on-phone {
width: 2.75rem;
}
.width-6,
.width-6-on-phone {
width: 3rem;
}
.width-6\.5,
.width-6\.5-on-phone {
width: 3.25rem;
}
.width-7,
.width-7-on-phone {
width: 3.5rem;
}
.width-7\.5,
.width-7\.5-on-phone {
width: 3.75rem;
}
.width-8,
.width-8-on-phone {
width: 4rem;
}
.width-8\.5,
.width-8\.5-on-phone {
width: 4.25rem;
}
.width-9,
.width-9-on-phone {
width: 4.5rem;
}
.width-9\.5,
.width-9\.5-on-phone {
width: 4.75rem;
}
.width-10,
.width-10-on-phone {
width: 5rem;
}
.width-10\.5,
.width-10\.5-on-phone {
width: 5.25rem;
}
.width-11,
.width-11-on-phone {
width: 5.5rem;
}
.width-11\.5,
.width-11\.5-on-phone {
width: 5.75rem;
}
.width-12,
.width-12-on-phone {
width: 6rem;
}
.width-12\.5,
.width-12\.5-on-phone {
width: 6.25rem;
}
.width-13,
.width-13-on-phone {
width: 6.5rem;
}
.width-13\.5,
.width-13\.5-on-phone {
width: 6.75rem;
}
.width-14,
.width-14-on-phone {
width: 7rem;
}
.width-14\.5,
.width-14\.5-on-phone {
width: 7.25rem;
}
.width-15,
.width-15-on-phone {
width: 7.5rem;
}
.width-15\.5,
.width-15\.5\@phone {
width: 7.75rem;
}
.width-16,
.width-16\@phone {
width: 8rem;
}
.width-16\.5,
.width-16\.5\@phone {
width: 8.25rem;
}
.width-17,
.width-17\@phone {
width: 8.5rem;
}
.width-17\.5,
.width-17\.5\@phone {
width: 8.75rem;
}
.width-18,
.width-18\@phone {
width: 9rem;
}
.width-18\.5,
.width-18\.5\@phone {
width: 9.25rem;
}
.width-19,
.width-19\@phone {
width: 9.5rem;
}
.width-19\.5,
.width-19\.5\@phone {
width: 9.75rem;
}
.width-20,
.width-20\@phone {
width: 10rem;
}
.width-20\.5,
.width-20\.5\@phone {
width: 10.25rem;
}
.width-21,
.width-21\@phone {
width: 10.5rem;
}
.width-21\.5,
.width-21\.5\@phone {
width: 10.75rem;
}
.width-22,
.width-22\@phone {
width: 11rem;
}
.width-22\.5,
.width-22\.5\@phone {
width: 11.25rem;
}
.width-23,
.width-23\@phone {
width: 11.5rem;
}
.width-23\.5,
.width-23\.5\@phone {
width: 11.75rem;
}
.width-24,
.width-24\@phone {
width: 12rem;
}
.width-24\.5,
.width-24\.5\@phone {
width: 12.25rem;
}
.width-25,
.width-25\@phone {
width: 12.5rem;
}
.width-25\.5,
.width-25\.5\@phone {
width: 12.75rem;
}
.width-26,
.width-26\@phone {
width: 13rem;
}
.width-26\.5,
.width-26\.5\@phone {
width: 13.25rem;
}
.width-27,
.width-27\@phone {
width: 13.5rem;
}
.width-27\.5,
.width-27\.5\@phone {
width: 13.75rem;
}
.width-28,
.width-28\@phone {
width: 14rem;
}
.width-28\.5,
.width-28\.5\@phone {
width: 14.25rem;
}
.width-29,
.width-29\@phone {
width: 14.5rem;
}
.width-29\.5,
.width-29\.5\@phone {
width: 14.75rem;
}
.width-30,
.width-30\@phone {
width: 15rem;
}
.width-10\%,
.width-10\%-on-phone {
width: 10%;
}
.width-20\%,
.width-20\%-on-phone {
width: 20%;
}
.width-30\%,
.width-30\%-on-phone {
width: 30%;
}
.width-40\%,
.width-40\%-on-phone {
width: 40%;
}
.width-50\%,
.width-50\%-on-phone {
width: 50%;
}
.width-60\%,
.width-60\%-on-phone {
width: 60%;
}
.width-70\%,
.width-70\%-on-phone {
width: 70%;
}
.width-80\%,
.width-80\%-on-phone {
width: 80%;
}
.width-90\%,
.width-90\%-on-phone {
width: 90%;
}
.width-100\%,
.width-100\%-on-phone {
width: 100%;
}
.width-25vw,
.width-25vw-on-phone {
width: 25vw;
}
.width-50vw,
.width-50vw-on-phone {
width: 50vw;
}
.width-75vw,
.width-75vw-on-phone {
width: 75vw;
}
.width-100vw,
.width-100vw-on-phone {
width: 100vw;
}
.width-125vw,
.width-125vw-on-phone {
width: 125vw;
}
.width-150vw,
.width-150vw-on-phone {
width: 150vw;
}
@media (max-width: 21.875rem) {
.width-0-on-small-phone {
width: 0;
}
.width-0\.5-on-small-phone {
width: 0.25rem;
}
.width-1-on-small-phone {
width: 0.5rem;
}
.width-1\.5-on-small-phone {
width: 0.75rem;
}
.width-2-on-small-phone {
width: 1rem;
}
.width-2\.5-on-small-phone {
width: 1.25rem;
}
.width-3-on-small-phone {
width: 1.5rem;
}
.width-3\.5-on-small-phone {
width: 1.75rem;
}
.width-4-on-small-phone {
width: 2rem;
}
.width-4\.5-on-small-phone {
width: 2.25rem;
}
.width-5-on-small-phone {
width: 2.5rem;
}
.width-5\.5-on-small-phone {
width: 2.75rem;
}
.width-6-on-small-phone {
width: 3rem;
}
.width-6\.5-on-small-phone {
width: 3.25rem;
}
.width-7-on-small-phone {
width: 3.5rem;
}
.width-7\.5-on-small-phone {
width: 3.75rem;
}
.width-8-on-small-phone {
width: 4rem;
}
.width-8\.5-on-small-phone {
width: 4.25rem;
}
.width-9-on-small-phone {
width: 4.5rem;
}
.width-9\.5-on-small-phone {
width: 4.75rem;
}
.width-10-on-small-phone {
width: 5rem;
}
.width-10\.5-on-small-phone {
width: 5.25rem;
}
.width-11-on-small-phone {
width: 5.5rem;
}
.width-11\.5-on-small-phone {
width: 5.75rem;
}
.width-12-on-small-phone {
width: 6rem;
}
.width-12\.5-on-small-phone {
width: 6.25rem;
}
.width-13-on-small-phone {
width: 6.5rem;
}
.width-13\.5-on-small-phone {
width: 6.75rem;
}
.width-14-on-small-phone {
width: 7rem;
}
.width-14\.5-on-small-phone {
width: 7.25rem;
}
.width-15-on-small-phone {
width: 7.5rem;
}
.width-15\.5\@small-phone {
width: 7.75rem;
}
.width-16\@small-phone {
width: 8rem;
}
.width-16\.5\@small-phone {
width: 8.25rem;
}
.width-17\@small-phone {
width: 8.5rem;
}
.width-17\.5\@small-phone {
width: 8.75rem;
}
.width-18\@small-phone {
width: 9rem;
}
.width-18\.5\@small-phone {
width: 9.25rem;
}
.width-19\@small-phone {
width: 9.5rem;
}
.width-19\.5\@small-phone {
width: 9.75rem;
}
.width-20\@small-phone {
width: 10rem;
}
.width-20\.5\@small-phone {
width: 10.25rem;
}
.width-21\@small-phone {
width: 10.5rem;
}
.width-21\.5\@small-phone {
width: 10.75rem;
}
.width-22\@small-phone {
width: 11rem;
}
.width-22\.5\@small-phone {
width: 11.25rem;
}
.width-23\@small-phone {
width: 11.5rem;
}
.width-23\.5\@small-phone {
width: 11.75rem;
}
.width-24\@small-phone {
width: 12rem;
}
.width-24\.5\@small-phone {
width: 12.25rem;
}
.width-25\@small-phone {
width: 12.5rem;
}
.width-25\.5\@small-phone {
width: 12.75rem;
}
.width-26\@small-phone {
width: 13rem;
}
.width-26\.5\@small-phone {
width: 13.25rem;
}
.width-27\@small-phone {
width: 13.5rem;
}
.width-27\.5\@small-phone {
width: 13.75rem;
}
.width-28\@small-phone {
width: 14rem;
}
.width-28\.5\@small-phone {
width: 14.25rem;
}
.width-29\@small-phone {
width: 14.5rem;
}
.width-29\.5\@small-phone {
width: 14.75rem;
}
.width-30\@small-phone {
width: 15rem;
}
.width-10\%-on-small-phone {
width: 10%;
}
.width-20\%-on-small-phone {
width: 20%;
}
.width-30\%-on-small-phone {
width: 30%;
}
.width-40\%-on-small-phone {
width: 40%;
}
.width-50\%-on-small-phone {
width: 50%;
}
.width-60\%-on-small-phone {
width: 60%;
}
.width-70\%-on-small-phone {
width: 70%;
}
.width-80\%-on-small-phone {
width: 80%;
}
.width-90\%-on-small-phone {
width: 90%;
}
.width-100\%-on-small-phone {
width: 100%;
}
.width-25vw-on-small-phone {
width: 25vw;
}
.width-50vw-on-small-phone {
width: 50vw;
}
.width-75vw-on-small-phone {
width: 75vw;
}
.width-100vw-on-small-phone {
width: 100vw;
}
.width-125vw-on-small-phone {
width: 125vw;
}
.width-150vw-on-small-phone {
width: 150vw;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.width-0-on-tablet {
width: 0;
}
.width-0\.5-on-tablet {
width: 0.25rem;
}
.width-1-on-tablet {
width: 0.5rem;
}
.width-1\.5-on-tablet {
width: 0.75rem;
}
.width-2-on-tablet {
width: 1rem;
}
.width-2\.5-on-tablet {
width: 1.25rem;
}
.width-3-on-tablet {
width: 1.5rem;
}
.width-3\.5-on-tablet {
width: 1.75rem;
}
.width-4-on-tablet {
width: 2rem;
}
.width-4\.5-on-tablet {
width: 2.25rem;
}
.width-5-on-tablet {
width: 2.5rem;
}
.width-5\.5-on-tablet {
width: 2.75rem;
}
.width-6-on-tablet {
width: 3rem;
}
.width-6\.5-on-tablet {
width: 3.25rem;
}
.width-7-on-tablet {
width: 3.5rem;
}
.width-7\.5-on-tablet {
width: 3.75rem;
}
.width-8-on-tablet {
width: 4rem;
}
.width-8\.5-on-tablet {
width: 4.25rem;
}
.width-9-on-tablet {
width: 4.5rem;
}
.width-9\.5-on-tablet {
width: 4.75rem;
}
.width-10-on-tablet {
width: 5rem;
}
.width-10\.5-on-tablet {
width: 5.25rem;
}
.width-11-on-tablet {
width: 5.5rem;
}
.width-11\.5-on-tablet {
width: 5.75rem;
}
.width-12-on-tablet {
width: 6rem;
}
.width-12\.5-on-tablet {
width: 6.25rem;
}
.width-13-on-tablet {
width: 6.5rem;
}
.width-13\.5-on-tablet {
width: 6.75rem;
}
.width-14-on-tablet {
width: 7rem;
}
.width-14\.5-on-tablet {
width: 7.25rem;
}
.width-15-on-tablet {
width: 7.5rem;
}
.width-15\.5\@tablet {
width: 7.75rem;
}
.width-16\@tablet {
width: 8rem;
}
.width-16\.5\@tablet {
width: 8.25rem;
}
.width-17\@tablet {
width: 8.5rem;
}
.width-17\.5\@tablet {
width: 8.75rem;
}
.width-18\@tablet {
width: 9rem;
}
.width-18\.5\@tablet {
width: 9.25rem;
}
.width-19\@tablet {
width: 9.5rem;
}
.width-19\.5\@tablet {
width: 9.75rem;
}
.width-20\@tablet {
width: 10rem;
}
.width-20\.5\@tablet {
width: 10.25rem;
}
.width-21\@tablet {
width: 10.5rem;
}
.width-21\.5\@tablet {
width: 10.75rem;
}
.width-22\@tablet {
width: 11rem;
}
.width-22\.5\@tablet {
width: 11.25rem;
}
.width-23\@tablet {
width: 11.5rem;
}
.width-23\.5\@tablet {
width: 11.75rem;
}
.width-24\@tablet {
width: 12rem;
}
.width-24\.5\@tablet {
width: 12.25rem;
}
.width-25\@tablet {
width: 12.5rem;
}
.width-25\.5\@tablet {
width: 12.75rem;
}
.width-26\@tablet {
width: 13rem;
}
.width-26\.5\@tablet {
width: 13.25rem;
}
.width-27\@tablet {
width: 13.5rem;
}
.width-27\.5\@tablet {
width: 13.75rem;
}
.width-28\@tablet {
width: 14rem;
}
.width-28\.5\@tablet {
width: 14.25rem;
}
.width-29\@tablet {
width: 14.5rem;
}
.width-29\.5\@tablet {
width: 14.75rem;
}
.width-30\@tablet {
width: 15rem;
}
.width-10\%-on-tablet {
width: 10%;
}
.width-20\%-on-tablet {
width: 20%;
}
.width-30\%-on-tablet {
width: 30%;
}
.width-40\%-on-tablet {
width: 40%;
}
.width-50\%-on-tablet {
width: 50%;
}
.width-60\%-on-tablet {
width: 60%;
}
.width-70\%-on-tablet {
width: 70%;
}
.width-80\%-on-tablet {
width: 80%;
}
.width-90\%-on-tablet {
width: 90%;
}
.width-100\%-on-tablet {
width: 100%;
}
.width-25vw-on-tablet {
width: 25vw;
}
.width-50vw-on-tablet {
width: 50vw;
}
.width-75vw-on-tablet {
width: 75vw;
}
.width-100vw-on-tablet {
width: 100vw;
}
.width-125vw-on-tablet {
width: 125vw;
}
.width-150vw-on-tablet {
width: 150vw;
}
}
@media (min-width: 57rem) {
.width-0-on-laptop {
width: 0;
}
.width-0\.5-on-laptop {
width: 0.25rem;
}
.width-1-on-laptop {
width: 0.5rem;
}
.width-1\.5-on-laptop {
width: 0.75rem;
}
.width-2-on-laptop {
width: 1rem;
}
.width-2\.5-on-laptop {
width: 1.25rem;
}
.width-3-on-laptop {
width: 1.5rem;
}
.width-3\.5-on-laptop {
width: 1.75rem;
}
.width-4-on-laptop {
width: 2rem;
}
.width-4\.5-on-laptop {
width: 2.25rem;
}
.width-5-on-laptop {
width: 2.5rem;
}
.width-5\.5-on-laptop {
width: 2.75rem;
}
.width-6-on-laptop {
width: 3rem;
}
.width-6\.5-on-laptop {
width: 3.25rem;
}
.width-7-on-laptop {
width: 3.5rem;
}
.width-7\.5-on-laptop {
width: 3.75rem;
}
.width-8-on-laptop {
width: 4rem;
}
.width-8\.5-on-laptop {
width: 4.25rem;
}
.width-9-on-laptop {
width: 4.5rem;
}
.width-9\.5-on-laptop {
width: 4.75rem;
}
.width-10-on-laptop {
width: 5rem;
}
.width-10\.5-on-laptop {
width: 5.25rem;
}
.width-11-on-laptop {
width: 5.5rem;
}
.width-11\.5-on-laptop {
width: 5.75rem;
}
.width-12-on-laptop {
width: 6rem;
}
.width-12\.5-on-laptop {
width: 6.25rem;
}
.width-13-on-laptop {
width: 6.5rem;
}
.width-13\.5-on-laptop {
width: 6.75rem;
}
.width-14-on-laptop {
width: 7rem;
}
.width-14\.5-on-laptop {
width: 7.25rem;
}
.width-15-on-laptop {
width: 7.5rem;
}
.width-15\.5\@laptop {
width: 7.75rem;
}
.width-16\@laptop {
width: 8rem;
}
.width-16\.5\@laptop {
width: 8.25rem;
}
.width-17\@laptop {
width: 8.5rem;
}
.width-17\.5\@laptop {
width: 8.75rem;
}
.width-18\@laptop {
width: 9rem;
}
.width-18\.5\@laptop {
width: 9.25rem;
}
.width-19\@laptop {
width: 9.5rem;
}
.width-19\.5\@laptop {
width: 9.75rem;
}
.width-20\@laptop {
width: 10rem;
}
.width-20\.5\@laptop {
width: 10.25rem;
}
.width-21\@laptop {
width: 10.5rem;
}
.width-21\.5\@laptop {
width: 10.75rem;
}
.width-22\@laptop {
width: 11rem;
}
.width-22\.5\@laptop {
width: 11.25rem;
}
.width-23\@laptop {
width: 11.5rem;
}
.width-23\.5\@laptop {
width: 11.75rem;
}
.width-24\@laptop {
width: 12rem;
}
.width-24\.5\@laptop {
width: 12.25rem;
}
.width-25\@laptop {
width: 12.5rem;
}
.width-25\.5\@laptop {
width: 12.75rem;
}
.width-26\@laptop {
width: 13rem;
}
.width-26\.5\@laptop {
width: 13.25rem;
}
.width-27\@laptop {
width: 13.5rem;
}
.width-27\.5\@laptop {
width: 13.75rem;
}
.width-28\@laptop {
width: 14rem;
}
.width-28\.5\@laptop {
width: 14.25rem;
}
.width-29\@laptop {
width: 14.5rem;
}
.width-29\.5\@laptop {
width: 14.75rem;
}
.width-30\@laptop {
width: 15rem;
}
.width-10\%-on-laptop {
width: 10%;
}
.width-20\%-on-laptop {
width: 20%;
}
.width-30\%-on-laptop {
width: 30%;
}
.width-40\%-on-laptop {
width: 40%;
}
.width-50\%-on-laptop {
width: 50%;
}
.width-60\%-on-laptop {
width: 60%;
}
.width-70\%-on-laptop {
width: 70%;
}
.width-80\%-on-laptop {
width: 80%;
}
.width-90\%-on-laptop {
width: 90%;
}
.width-100\%-on-laptop {
width: 100%;
}
.width-25vw-on-laptop {
width: 25vw;
}
.width-50vw-on-laptop {
width: 50vw;
}
.width-75vw-on-laptop {
width: 75vw;
}
.width-100vw-on-laptop {
width: 100vw;
}
.width-125vw-on-laptop {
width: 125vw;
}
.width-150vw-on-laptop {
width: 150vw;
}
}
.min-width-0-on-phone {
min-width: 0;
}
.min-width-0\.5,
.min-width-0\.5-on-phone {
min-width: 0.25rem;
}
.min-width-1,
.min-width-1-on-phone {
min-width: 0.5rem;
}
.min-width-1\.5,
.min-width-1\.5-on-phone {
min-width: 0.75rem;
}
.min-width-2,
.min-width-2-on-phone {
min-width: 1rem;
}
.min-width-2\.5,
.min-width-2\.5-on-phone {
min-width: 1.25rem;
}
.min-width-3,
.min-width-3-on-phone {
min-width: 1.5rem;
}
.min-width-3\.5,
.min-width-3\.5-on-phone {
min-width: 1.75rem;
}
.min-width-4,
.min-width-4-on-phone {
min-width: 2rem;
}
.min-width-4\.5,
.min-width-4\.5-on-phone {
min-width: 2.25rem;
}
.min-width-5,
.min-width-5-on-phone {
min-width: 2.5rem;
}
.min-width-5\.5,
.min-width-5\.5-on-phone {
min-width: 2.75rem;
}
.min-width-6,
.min-width-6-on-phone {
min-width: 3rem;
}
.min-width-6\.5,
.min-width-6\.5-on-phone {
min-width: 3.25rem;
}
.min-width-7,
.min-width-7-on-phone {
min-width: 3.5rem;
}
.min-width-7\.5,
.min-width-7\.5-on-phone {
min-width: 3.75rem;
}
.min-width-8,
.min-width-8-on-phone {
min-width: 4rem;
}
.min-width-8\.5,
.min-width-8\.5-on-phone {
min-width: 4.25rem;
}
.min-width-9,
.min-width-9-on-phone {
min-width: 4.5rem;
}
.min-width-9\.5,
.min-width-9\.5-on-phone {
min-width: 4.75rem;
}
.min-width-10,
.min-width-10-on-phone {
min-width: 5rem;
}
.min-width-10\.5,
.min-width-10\.5-on-phone {
min-width: 5.25rem;
}
.min-width-11,
.min-width-11-on-phone {
min-width: 5.5rem;
}
.min-width-11\.5,
.min-width-11\.5-on-phone {
min-width: 5.75rem;
}
.min-width-12,
.min-width-12-on-phone {
min-width: 6rem;
}
.min-width-12\.5,
.min-width-12\.5-on-phone {
min-width: 6.25rem;
}
.min-width-13,
.min-width-13-on-phone {
min-width: 6.5rem;
}
.min-width-13\.5,
.min-width-13\.5-on-phone {
min-width: 6.75rem;
}
.min-width-14,
.min-width-14-on-phone {
min-width: 7rem;
}
.min-width-14\.5,
.min-width-14\.5-on-phone {
min-width: 7.25rem;
}
.min-width-15,
.min-width-15-on-phone {
min-width: 7.5rem;
}
.min-width-15\.5,
.min-width-15\.5\@phone {
min-width: 7.75rem;
}
.min-width-16,
.min-width-16\@phone {
min-width: 8rem;
}
.min-width-16\.5,
.min-width-16\.5\@phone {
min-width: 8.25rem;
}
.min-width-17,
.min-width-17\@phone {
min-width: 8.5rem;
}
.min-width-17\.5,
.min-width-17\.5\@phone {
min-width: 8.75rem;
}
.min-width-18,
.min-width-18\@phone {
min-width: 9rem;
}
.min-width-18\.5,
.min-width-18\.5\@phone {
min-width: 9.25rem;
}
.min-width-19,
.min-width-19\@phone {
min-width: 9.5rem;
}
.min-width-19\.5,
.min-width-19\.5\@phone {
min-width: 9.75rem;
}
.min-width-20,
.min-width-20\@phone {
min-width: 10rem;
}
.min-width-20\.5,
.min-width-20\.5\@phone {
min-width: 10.25rem;
}
.min-width-21,
.min-width-21\@phone {
min-width: 10.5rem;
}
.min-width-21\.5,
.min-width-21\.5\@phone {
min-width: 10.75rem;
}
.min-width-22,
.min-width-22\@phone {
min-width: 11rem;
}
.min-width-22\.5,
.min-width-22\.5\@phone {
min-width: 11.25rem;
}
.min-width-23,
.min-width-23\@phone {
min-width: 11.5rem;
}
.min-width-23\.5,
.min-width-23\.5\@phone {
min-width: 11.75rem;
}
.min-width-24,
.min-width-24\@phone {
min-width: 12rem;
}
.min-width-24\.5,
.min-width-24\.5\@phone {
min-width: 12.25rem;
}
.min-width-25,
.min-width-25\@phone {
min-width: 12.5rem;
}
.min-width-25\.5,
.min-width-25\.5\@phone {
min-width: 12.75rem;
}
.min-width-26,
.min-width-26\@phone {
min-width: 13rem;
}
.min-width-26\.5,
.min-width-26\.5\@phone {
min-width: 13.25rem;
}
.min-width-27,
.min-width-27\@phone {
min-width: 13.5rem;
}
.min-width-27\.5,
.min-width-27\.5\@phone {
min-width: 13.75rem;
}
.min-width-28,
.min-width-28\@phone {
min-width: 14rem;
}
.min-width-28\.5,
.min-width-28\.5\@phone {
min-width: 14.25rem;
}
.min-width-29,
.min-width-29\@phone {
min-width: 14.5rem;
}
.min-width-29\.5,
.min-width-29\.5\@phone {
min-width: 14.75rem;
}
.min-width-30,
.min-width-30\@phone {
min-width: 15rem;
}
.min-width-10\%,
.min-width-10\%-on-phone {
min-width: 10%;
}
.min-width-20\%,
.min-width-20\%-on-phone {
min-width: 20%;
}
.min-width-30\%,
.min-width-30\%-on-phone {
min-width: 30%;
}
.min-width-40\%,
.min-width-40\%-on-phone {
min-width: 40%;
}
.min-width-50\%,
.min-width-50\%-on-phone {
min-width: 50%;
}
.min-width-60\%,
.min-width-60\%-on-phone {
min-width: 60%;
}
.min-width-70\%,
.min-width-70\%-on-phone {
min-width: 70%;
}
.min-width-80\%,
.min-width-80\%-on-phone {
min-width: 80%;
}
.min-width-90\%,
.min-width-90\%-on-phone {
min-width: 90%;
}
.min-width-100\%,
.min-width-100\%-on-phone {
min-width: 100%;
}
.min-width-25vw,
.min-width-25vw-on-phone {
min-width: 25vw;
}
.min-width-50vw,
.min-width-50vw-on-phone {
min-width: 50vw;
}
.min-width-75vw,
.min-width-75vw-on-phone {
min-width: 75vw;
}
.min-width-100vw,
.min-width-100vw-on-phone {
min-width: 100vw;
}
.min-width-125vw,
.min-width-125vw-on-phone {
min-width: 125vw;
}
.min-width-150vw,
.min-width-150vw-on-phone {
min-width: 150vw;
}
@media (min-max-width: 21.875rem) {
.min-width-0-on-small-phone {
min-width: 0;
}
.min-width-0\.5-on-small-phone {
min-width: 0.25rem;
}
.min-width-1-on-small-phone {
min-width: 0.5rem;
}
.min-width-1\.5-on-small-phone {
min-width: 0.75rem;
}
.min-width-2-on-small-phone {
min-width: 1rem;
}
.min-width-2\.5-on-small-phone {
min-width: 1.25rem;
}
.min-width-3-on-small-phone {
min-width: 1.5rem;
}
.min-width-3\.5-on-small-phone {
min-width: 1.75rem;
}
.min-width-4-on-small-phone {
min-width: 2rem;
}
.min-width-4\.5-on-small-phone {
min-width: 2.25rem;
}
.min-width-5-on-small-phone {
min-width: 2.5rem;
}
.min-width-5\.5-on-small-phone {
min-width: 2.75rem;
}
.min-width-6-on-small-phone {
min-width: 3rem;
}
.min-width-6\.5-on-small-phone {
min-width: 3.25rem;
}
.min-width-7-on-small-phone {
min-width: 3.5rem;
}
.min-width-7\.5-on-small-phone {
min-width: 3.75rem;
}
.min-width-8-on-small-phone {
min-width: 4rem;
}
.min-width-8\.5-on-small-phone {
min-width: 4.25rem;
}
.min-width-9-on-small-phone {
min-width: 4.5rem;
}
.min-width-9\.5-on-small-phone {
min-width: 4.75rem;
}
.min-width-10-on-small-phone {
min-width: 5rem;
}
.min-width-10\.5-on-small-phone {
min-width: 5.25rem;
}
.min-width-11-on-small-phone {
min-width: 5.5rem;
}
.min-width-11\.5-on-small-phone {
min-width: 5.75rem;
}
.min-width-12-on-small-phone {
min-width: 6rem;
}
.min-width-12\.5-on-small-phone {
min-width: 6.25rem;
}
.min-width-13-on-small-phone {
min-width: 6.5rem;
}
.min-width-13\.5-on-small-phone {
min-width: 6.75rem;
}
.min-width-14-on-small-phone {
min-width: 7rem;
}
.min-width-14\.5-on-small-phone {
min-width: 7.25rem;
}
.min-width-15-on-small-phone {
min-width: 7.5rem;
}
.min-width-15\.5\@small-phone {
min-width: 7.75rem;
}
.min-width-16\@small-phone {
min-width: 8rem;
}
.min-width-16\.5\@small-phone {
min-width: 8.25rem;
}
.min-width-17\@small-phone {
min-width: 8.5rem;
}
.min-width-17\.5\@small-phone {
min-width: 8.75rem;
}
.min-width-18\@small-phone {
min-width: 9rem;
}
.min-width-18\.5\@small-phone {
min-width: 9.25rem;
}
.min-width-19\@small-phone {
min-width: 9.5rem;
}
.min-width-19\.5\@small-phone {
min-width: 9.75rem;
}
.min-width-20\@small-phone {
min-width: 10rem;
}
.min-width-20\.5\@small-phone {
min-width: 10.25rem;
}
.min-width-21\@small-phone {
min-width: 10.5rem;
}
.min-width-21\.5\@small-phone {
min-width: 10.75rem;
}
.min-width-22\@small-phone {
min-width: 11rem;
}
.min-width-22\.5\@small-phone {
min-width: 11.25rem;
}
.min-width-23\@small-phone {
min-width: 11.5rem;
}
.min-width-23\.5\@small-phone {
min-width: 11.75rem;
}
.min-width-24\@small-phone {
min-width: 12rem;
}
.min-width-24\.5\@small-phone {
min-width: 12.25rem;
}
.min-width-25\@small-phone {
min-width: 12.5rem;
}
.min-width-25\.5\@small-phone {
min-width: 12.75rem;
}
.min-width-26\@small-phone {
min-width: 13rem;
}
.min-width-26\.5\@small-phone {
min-width: 13.25rem;
}
.min-width-27\@small-phone {
min-width: 13.5rem;
}
.min-width-27\.5\@small-phone {
min-width: 13.75rem;
}
.min-width-28\@small-phone {
min-width: 14rem;
}
.min-width-28\.5\@small-phone {
min-width: 14.25rem;
}
.min-width-29\@small-phone {
min-width: 14.5rem;
}
.min-width-29\.5\@small-phone {
min-width: 14.75rem;
}
.min-width-30\@small-phone {
min-width: 15rem;
}
.min-width-10\%-on-small-phone {
min-width: 10%;
}
.min-width-20\%-on-small-phone {
min-width: 20%;
}
.min-width-30\%-on-small-phone {
min-width: 30%;
}
.min-width-40\%-on-small-phone {
min-width: 40%;
}
.min-width-50\%-on-small-phone {
min-width: 50%;
}
.min-width-60\%-on-small-phone {
min-width: 60%;
}
.min-width-70\%-on-small-phone {
min-width: 70%;
}
.min-width-80\%-on-small-phone {
min-width: 80%;
}
.min-width-90\%-on-small-phone {
min-width: 90%;
}
.min-width-100\%-on-small-phone {
min-width: 100%;
}
.min-width-25vw-on-small-phone {
min-width: 25vw;
}
.min-width-50vw-on-small-phone {
min-width: 50vw;
}
.min-width-75vw-on-small-phone {
min-width: 75vw;
}
.min-width-100vw-on-small-phone {
min-width: 100vw;
}
.min-width-125vw-on-small-phone {
min-width: 125vw;
}
.min-width-150vw-on-small-phone {
min-width: 150vw;
}
}
@media (min-min-width: 38.75rem) and (max-width: 57rem) {
.min-width-0-on-tablet {
min-width: 0;
}
.min-width-0\.5-on-tablet {
min-width: 0.25rem;
}
.min-width-1-on-tablet {
min-width: 0.5rem;
}
.min-width-1\.5-on-tablet {
min-width: 0.75rem;
}
.min-width-2-on-tablet {
min-width: 1rem;
}
.min-width-2\.5-on-tablet {
min-width: 1.25rem;
}
.min-width-3-on-tablet {
min-width: 1.5rem;
}
.min-width-3\.5-on-tablet {
min-width: 1.75rem;
}
.min-width-4-on-tablet {
min-width: 2rem;
}
.min-width-4\.5-on-tablet {
min-width: 2.25rem;
}
.min-width-5-on-tablet {
min-width: 2.5rem;
}
.min-width-5\.5-on-tablet {
min-width: 2.75rem;
}
.min-width-6-on-tablet {
min-width: 3rem;
}
.min-width-6\.5-on-tablet {
min-width: 3.25rem;
}
.min-width-7-on-tablet {
min-width: 3.5rem;
}
.min-width-7\.5-on-tablet {
min-width: 3.75rem;
}
.min-width-8-on-tablet {
min-width: 4rem;
}
.min-width-8\.5-on-tablet {
min-width: 4.25rem;
}
.min-width-9-on-tablet {
min-width: 4.5rem;
}
.min-width-9\.5-on-tablet {
min-width: 4.75rem;
}
.min-width-10-on-tablet {
min-width: 5rem;
}
.min-width-10\.5-on-tablet {
min-width: 5.25rem;
}
.min-width-11-on-tablet {
min-width: 5.5rem;
}
.min-width-11\.5-on-tablet {
min-width: 5.75rem;
}
.min-width-12-on-tablet {
min-width: 6rem;
}
.min-width-12\.5-on-tablet {
min-width: 6.25rem;
}
.min-width-13-on-tablet {
min-width: 6.5rem;
}
.min-width-13\.5-on-tablet {
min-width: 6.75rem;
}
.min-width-14-on-tablet {
min-width: 7rem;
}
.min-width-14\.5-on-tablet {
min-width: 7.25rem;
}
.min-width-15-on-tablet {
min-width: 7.5rem;
}
.min-width-15\.5\@tablet {
min-width: 7.75rem;
}
.min-width-16\@tablet {
min-width: 8rem;
}
.min-width-16\.5\@tablet {
min-width: 8.25rem;
}
.min-width-17\@tablet {
min-width: 8.5rem;
}
.min-width-17\.5\@tablet {
min-width: 8.75rem;
}
.min-width-18\@tablet {
min-width: 9rem;
}
.min-width-18\.5\@tablet {
min-width: 9.25rem;
}
.min-width-19\@tablet {
min-width: 9.5rem;
}
.min-width-19\.5\@tablet {
min-width: 9.75rem;
}
.min-width-20\@tablet {
min-width: 10rem;
}
.min-width-20\.5\@tablet {
min-width: 10.25rem;
}
.min-width-21\@tablet {
min-width: 10.5rem;
}
.min-width-21\.5\@tablet {
min-width: 10.75rem;
}
.min-width-22\@tablet {
min-width: 11rem;
}
.min-width-22\.5\@tablet {
min-width: 11.25rem;
}
.min-width-23\@tablet {
min-width: 11.5rem;
}
.min-width-23\.5\@tablet {
min-width: 11.75rem;
}
.min-width-24\@tablet {
min-width: 12rem;
}
.min-width-24\.5\@tablet {
min-width: 12.25rem;
}
.min-width-25\@tablet {
min-width: 12.5rem;
}
.min-width-25\.5\@tablet {
min-width: 12.75rem;
}
.min-width-26\@tablet {
min-width: 13rem;
}
.min-width-26\.5\@tablet {
min-width: 13.25rem;
}
.min-width-27\@tablet {
min-width: 13.5rem;
}
.min-width-27\.5\@tablet {
min-width: 13.75rem;
}
.min-width-28\@tablet {
min-width: 14rem;
}
.min-width-28\.5\@tablet {
min-width: 14.25rem;
}
.min-width-29\@tablet {
min-width: 14.5rem;
}
.min-width-29\.5\@tablet {
min-width: 14.75rem;
}
.min-width-30\@tablet {
min-width: 15rem;
}
.min-width-10\%-on-tablet {
min-width: 10%;
}
.min-width-20\%-on-tablet {
min-width: 20%;
}
.min-width-30\%-on-tablet {
min-width: 30%;
}
.min-width-40\%-on-tablet {
min-width: 40%;
}
.min-width-50\%-on-tablet {
min-width: 50%;
}
.min-width-60\%-on-tablet {
min-width: 60%;
}
.min-width-70\%-on-tablet {
min-width: 70%;
}
.min-width-80\%-on-tablet {
min-width: 80%;
}
.min-width-90\%-on-tablet {
min-width: 90%;
}
.min-width-100\%-on-tablet {
min-width: 100%;
}
.min-width-25vw-on-tablet {
min-width: 25vw;
}
.min-width-50vw-on-tablet {
min-width: 50vw;
}
.min-width-75vw-on-tablet {
min-width: 75vw;
}
.min-width-100vw-on-tablet {
min-width: 100vw;
}
.min-width-125vw-on-tablet {
min-width: 125vw;
}
.min-width-150vw-on-tablet {
min-width: 150vw;
}
}
@media (min-min-width: 57rem) {
.min-width-0-on-laptop {
min-width: 0;
}
.min-width-0\.5-on-laptop {
min-width: 0.25rem;
}
.min-width-1-on-laptop {
min-width: 0.5rem;
}
.min-width-1\.5-on-laptop {
min-width: 0.75rem;
}
.min-width-2-on-laptop {
min-width: 1rem;
}
.min-width-2\.5-on-laptop {
min-width: 1.25rem;
}
.min-width-3-on-laptop {
min-width: 1.5rem;
}
.min-width-3\.5-on-laptop {
min-width: 1.75rem;
}
.min-width-4-on-laptop {
min-width: 2rem;
}
.min-width-4\.5-on-laptop {
min-width: 2.25rem;
}
.min-width-5-on-laptop {
min-width: 2.5rem;
}
.min-width-5\.5-on-laptop {
min-width: 2.75rem;
}
.min-width-6-on-laptop {
min-width: 3rem;
}
.min-width-6\.5-on-laptop {
min-width: 3.25rem;
}
.min-width-7-on-laptop {
min-width: 3.5rem;
}
.min-width-7\.5-on-laptop {
min-width: 3.75rem;
}
.min-width-8-on-laptop {
min-width: 4rem;
}
.min-width-8\.5-on-laptop {
min-width: 4.25rem;
}
.min-width-9-on-laptop {
min-width: 4.5rem;
}
.min-width-9\.5-on-laptop {
min-width: 4.75rem;
}
.min-width-10-on-laptop {
min-width: 5rem;
}
.min-width-10\.5-on-laptop {
min-width: 5.25rem;
}
.min-width-11-on-laptop {
min-width: 5.5rem;
}
.min-width-11\.5-on-laptop {
min-width: 5.75rem;
}
.min-width-12-on-laptop {
min-width: 6rem;
}
.min-width-12\.5-on-laptop {
min-width: 6.25rem;
}
.min-width-13-on-laptop {
min-width: 6.5rem;
}
.min-width-13\.5-on-laptop {
min-width: 6.75rem;
}
.min-width-14-on-laptop {
min-width: 7rem;
}
.min-width-14\.5-on-laptop {
min-width: 7.25rem;
}
.min-width-15-on-laptop {
min-width: 7.5rem;
}
.min-width-15\.5\@laptop {
min-width: 7.75rem;
}
.min-width-16\@laptop {
min-width: 8rem;
}
.min-width-16\.5\@laptop {
min-width: 8.25rem;
}
.min-width-17\@laptop {
min-width: 8.5rem;
}
.min-width-17\.5\@laptop {
min-width: 8.75rem;
}
.min-width-18\@laptop {
min-width: 9rem;
}
.min-width-18\.5\@laptop {
min-width: 9.25rem;
}
.min-width-19\@laptop {
min-width: 9.5rem;
}
.min-width-19\.5\@laptop {
min-width: 9.75rem;
}
.min-width-20\@laptop {
min-width: 10rem;
}
.min-width-20\.5\@laptop {
min-width: 10.25rem;
}
.min-width-21\@laptop {
min-width: 10.5rem;
}
.min-width-21\.5\@laptop {
min-width: 10.75rem;
}
.min-width-22\@laptop {
min-width: 11rem;
}
.min-width-22\.5\@laptop {
min-width: 11.25rem;
}
.min-width-23\@laptop {
min-width: 11.5rem;
}
.min-width-23\.5\@laptop {
min-width: 11.75rem;
}
.min-width-24\@laptop {
min-width: 12rem;
}
.min-width-24\.5\@laptop {
min-width: 12.25rem;
}
.min-width-25\@laptop {
min-width: 12.5rem;
}
.min-width-25\.5\@laptop {
min-width: 12.75rem;
}
.min-width-26\@laptop {
min-width: 13rem;
}
.min-width-26\.5\@laptop {
min-width: 13.25rem;
}
.min-width-27\@laptop {
min-width: 13.5rem;
}
.min-width-27\.5\@laptop {
min-width: 13.75rem;
}
.min-width-28\@laptop {
min-width: 14rem;
}
.min-width-28\.5\@laptop {
min-width: 14.25rem;
}
.min-width-29\@laptop {
min-width: 14.5rem;
}
.min-width-29\.5\@laptop {
min-width: 14.75rem;
}
.min-width-30\@laptop {
min-width: 15rem;
}
.min-width-10\%-on-laptop {
min-width: 10%;
}
.min-width-20\%-on-laptop {
min-width: 20%;
}
.min-width-30\%-on-laptop {
min-width: 30%;
}
.min-width-40\%-on-laptop {
min-width: 40%;
}
.min-width-50\%-on-laptop {
min-width: 50%;
}
.min-width-60\%-on-laptop {
min-width: 60%;
}
.min-width-70\%-on-laptop {
min-width: 70%;
}
.min-width-80\%-on-laptop {
min-width: 80%;
}
.min-width-90\%-on-laptop {
min-width: 90%;
}
.min-width-100\%-on-laptop {
min-width: 100%;
}
.min-width-25vw-on-laptop {
min-width: 25vw;
}
.min-width-50vw-on-laptop {
min-width: 50vw;
}
.min-width-75vw-on-laptop {
min-width: 75vw;
}
.min-width-100vw-on-laptop {
min-width: 100vw;
}
.min-width-125vw-on-laptop {
min-width: 125vw;
}
.min-width-150vw-on-laptop {
min-width: 150vw;
}
}
.max-width-0-on-phone {
max-width: 0;
}
.max-width-0\.5,
.max-width-0\.5-on-phone {
max-width: 0.25rem;
}
.max-width-1,
.max-width-1-on-phone {
max-width: 0.5rem;
}
.max-width-1\.5,
.max-width-1\.5-on-phone {
max-width: 0.75rem;
}
.max-width-2,
.max-width-2-on-phone {
max-width: 1rem;
}
.max-width-2\.5,
.max-width-2\.5-on-phone {
max-width: 1.25rem;
}
.max-width-3,
.max-width-3-on-phone {
max-width: 1.5rem;
}
.max-width-3\.5,
.max-width-3\.5-on-phone {
max-width: 1.75rem;
}
.max-width-4,
.max-width-4-on-phone {
max-width: 2rem;
}
.max-width-4\.5,
.max-width-4\.5-on-phone {
max-width: 2.25rem;
}
.max-width-5,
.max-width-5-on-phone {
max-width: 2.5rem;
}
.max-width-5\.5,
.max-width-5\.5-on-phone {
max-width: 2.75rem;
}
.max-width-6,
.max-width-6-on-phone {
max-width: 3rem;
}
.max-width-6\.5,
.max-width-6\.5-on-phone {
max-width: 3.25rem;
}
.max-width-7,
.max-width-7-on-phone {
max-width: 3.5rem;
}
.max-width-7\.5,
.max-width-7\.5-on-phone {
max-width: 3.75rem;
}
.max-width-8,
.max-width-8-on-phone {
max-width: 4rem;
}
.max-width-8\.5,
.max-width-8\.5-on-phone {
max-width: 4.25rem;
}
.max-width-9,
.max-width-9-on-phone {
max-width: 4.5rem;
}
.max-width-9\.5,
.max-width-9\.5-on-phone {
max-width: 4.75rem;
}
.max-width-10,
.max-width-10-on-phone {
max-width: 5rem;
}
.max-width-10\.5,
.max-width-10\.5-on-phone {
max-width: 5.25rem;
}
.max-width-11,
.max-width-11-on-phone {
max-width: 5.5rem;
}
.max-width-11\.5,
.max-width-11\.5-on-phone {
max-width: 5.75rem;
}
.max-width-12,
.max-width-12-on-phone {
max-width: 6rem;
}
.max-width-12\.5,
.max-width-12\.5-on-phone {
max-width: 6.25rem;
}
.max-width-13,
.max-width-13-on-phone {
max-width: 6.5rem;
}
.max-width-13\.5,
.max-width-13\.5-on-phone {
max-width: 6.75rem;
}
.max-width-14,
.max-width-14-on-phone {
max-width: 7rem;
}
.max-width-14\.5,
.max-width-14\.5-on-phone {
max-width: 7.25rem;
}
.max-width-15,
.max-width-15-on-phone {
max-width: 7.5rem;
}
.max-width-15\.5,
.max-width-15\.5\@phone {
max-width: 7.75rem;
}
.max-width-16,
.max-width-16\@phone {
max-width: 8rem;
}
.max-width-16\.5,
.max-width-16\.5\@phone {
max-width: 8.25rem;
}
.max-width-17,
.max-width-17\@phone {
max-width: 8.5rem;
}
.max-width-17\.5,
.max-width-17\.5\@phone {
max-width: 8.75rem;
}
.max-width-18,
.max-width-18\@phone {
max-width: 9rem;
}
.max-width-18\.5,
.max-width-18\.5\@phone {
max-width: 9.25rem;
}
.max-width-19,
.max-width-19\@phone {
max-width: 9.5rem;
}
.max-width-19\.5,
.max-width-19\.5\@phone {
max-width: 9.75rem;
}
.max-width-20,
.max-width-20\@phone {
max-width: 10rem;
}
.max-width-20\.5,
.max-width-20\.5\@phone {
max-width: 10.25rem;
}
.max-width-21,
.max-width-21\@phone {
max-width: 10.5rem;
}
.max-width-21\.5,
.max-width-21\.5\@phone {
max-width: 10.75rem;
}
.max-width-22,
.max-width-22\@phone {
max-width: 11rem;
}
.max-width-22\.5,
.max-width-22\.5\@phone {
max-width: 11.25rem;
}
.max-width-23,
.max-width-23\@phone {
max-width: 11.5rem;
}
.max-width-23\.5,
.max-width-23\.5\@phone {
max-width: 11.75rem;
}
.max-width-24,
.max-width-24\@phone {
max-width: 12rem;
}
.max-width-24\.5,
.max-width-24\.5\@phone {
max-width: 12.25rem;
}
.max-width-25,
.max-width-25\@phone {
max-width: 12.5rem;
}
.max-width-25\.5,
.max-width-25\.5\@phone {
max-width: 12.75rem;
}
.max-width-26,
.max-width-26\@phone {
max-width: 13rem;
}
.max-width-26\.5,
.max-width-26\.5\@phone {
max-width: 13.25rem;
}
.max-width-27,
.max-width-27\@phone {
max-width: 13.5rem;
}
.max-width-27\.5,
.max-width-27\.5\@phone {
max-width: 13.75rem;
}
.max-width-28,
.max-width-28\@phone {
max-width: 14rem;
}
.max-width-28\.5,
.max-width-28\.5\@phone {
max-width: 14.25rem;
}
.max-width-29,
.max-width-29\@phone {
max-width: 14.5rem;
}
.max-width-29\.5,
.max-width-29\.5\@phone {
max-width: 14.75rem;
}
.max-width-30,
.max-width-30\@phone {
max-width: 15rem;
}
.max-width-10\%,
.max-width-10\%-on-phone {
max-width: 10%;
}
.max-width-20\%,
.max-width-20\%-on-phone {
max-width: 20%;
}
.max-width-30\%,
.max-width-30\%-on-phone {
max-width: 30%;
}
.max-width-40\%,
.max-width-40\%-on-phone {
max-width: 40%;
}
.max-width-50\%,
.max-width-50\%-on-phone {
max-width: 50%;
}
.max-width-60\%,
.max-width-60\%-on-phone {
max-width: 60%;
}
.max-width-70\%,
.max-width-70\%-on-phone {
max-width: 70%;
}
.max-width-80\%,
.max-width-80\%-on-phone {
max-width: 80%;
}
.max-width-90\%,
.max-width-90\%-on-phone {
max-width: 90%;
}
.max-width-100\%,
.max-width-100\%-on-phone {
max-width: 100%;
}
.max-width-25vw,
.max-width-25vw-on-phone {
max-width: 25vw;
}
.max-width-50vw,
.max-width-50vw-on-phone {
max-width: 50vw;
}
.max-width-75vw,
.max-width-75vw-on-phone {
max-width: 75vw;
}
.max-width-100vw,
.max-width-100vw-on-phone {
max-width: 100vw;
}
.max-width-125vw,
.max-width-125vw-on-phone {
max-width: 125vw;
}
.max-width-150vw,
.max-width-150vw-on-phone {
max-width: 150vw;
}
@media (max-max-width: 21.875rem) {
.max-width-0-on-small-phone {
max-width: 0;
}
.max-width-0\.5-on-small-phone {
max-width: 0.25rem;
}
.max-width-1-on-small-phone {
max-width: 0.5rem;
}
.max-width-1\.5-on-small-phone {
max-width: 0.75rem;
}
.max-width-2-on-small-phone {
max-width: 1rem;
}
.max-width-2\.5-on-small-phone {
max-width: 1.25rem;
}
.max-width-3-on-small-phone {
max-width: 1.5rem;
}
.max-width-3\.5-on-small-phone {
max-width: 1.75rem;
}
.max-width-4-on-small-phone {
max-width: 2rem;
}
.max-width-4\.5-on-small-phone {
max-width: 2.25rem;
}
.max-width-5-on-small-phone {
max-width: 2.5rem;
}
.max-width-5\.5-on-small-phone {
max-width: 2.75rem;
}
.max-width-6-on-small-phone {
max-width: 3rem;
}
.max-width-6\.5-on-small-phone {
max-width: 3.25rem;
}
.max-width-7-on-small-phone {
max-width: 3.5rem;
}
.max-width-7\.5-on-small-phone {
max-width: 3.75rem;
}
.max-width-8-on-small-phone {
max-width: 4rem;
}
.max-width-8\.5-on-small-phone {
max-width: 4.25rem;
}
.max-width-9-on-small-phone {
max-width: 4.5rem;
}
.max-width-9\.5-on-small-phone {
max-width: 4.75rem;
}
.max-width-10-on-small-phone {
max-width: 5rem;
}
.max-width-10\.5-on-small-phone {
max-width: 5.25rem;
}
.max-width-11-on-small-phone {
max-width: 5.5rem;
}
.max-width-11\.5-on-small-phone {
max-width: 5.75rem;
}
.max-width-12-on-small-phone {
max-width: 6rem;
}
.max-width-12\.5-on-small-phone {
max-width: 6.25rem;
}
.max-width-13-on-small-phone {
max-width: 6.5rem;
}
.max-width-13\.5-on-small-phone {
max-width: 6.75rem;
}
.max-width-14-on-small-phone {
max-width: 7rem;
}
.max-width-14\.5-on-small-phone {
max-width: 7.25rem;
}
.max-width-15-on-small-phone {
max-width: 7.5rem;
}
.max-width-15\.5\@small-phone {
max-width: 7.75rem;
}
.max-width-16\@small-phone {
max-width: 8rem;
}
.max-width-16\.5\@small-phone {
max-width: 8.25rem;
}
.max-width-17\@small-phone {
max-width: 8.5rem;
}
.max-width-17\.5\@small-phone {
max-width: 8.75rem;
}
.max-width-18\@small-phone {
max-width: 9rem;
}
.max-width-18\.5\@small-phone {
max-width: 9.25rem;
}
.max-width-19\@small-phone {
max-width: 9.5rem;
}
.max-width-19\.5\@small-phone {
max-width: 9.75rem;
}
.max-width-20\@small-phone {
max-width: 10rem;
}
.max-width-20\.5\@small-phone {
max-width: 10.25rem;
}
.max-width-21\@small-phone {
max-width: 10.5rem;
}
.max-width-21\.5\@small-phone {
max-width: 10.75rem;
}
.max-width-22\@small-phone {
max-width: 11rem;
}
.max-width-22\.5\@small-phone {
max-width: 11.25rem;
}
.max-width-23\@small-phone {
max-width: 11.5rem;
}
.max-width-23\.5\@small-phone {
max-width: 11.75rem;
}
.max-width-24\@small-phone {
max-width: 12rem;
}
.max-width-24\.5\@small-phone {
max-width: 12.25rem;
}
.max-width-25\@small-phone {
max-width: 12.5rem;
}
.max-width-25\.5\@small-phone {
max-width: 12.75rem;
}
.max-width-26\@small-phone {
max-width: 13rem;
}
.max-width-26\.5\@small-phone {
max-width: 13.25rem;
}
.max-width-27\@small-phone {
max-width: 13.5rem;
}
.max-width-27\.5\@small-phone {
max-width: 13.75rem;
}
.max-width-28\@small-phone {
max-width: 14rem;
}
.max-width-28\.5\@small-phone {
max-width: 14.25rem;
}
.max-width-29\@small-phone {
max-width: 14.5rem;
}
.max-width-29\.5\@small-phone {
max-width: 14.75rem;
}
.max-width-30\@small-phone {
max-width: 15rem;
}
.max-width-10\%-on-small-phone {
max-width: 10%;
}
.max-width-20\%-on-small-phone {
max-width: 20%;
}
.max-width-30\%-on-small-phone {
max-width: 30%;
}
.max-width-40\%-on-small-phone {
max-width: 40%;
}
.max-width-50\%-on-small-phone {
max-width: 50%;
}
.max-width-60\%-on-small-phone {
max-width: 60%;
}
.max-width-70\%-on-small-phone {
max-width: 70%;
}
.max-width-80\%-on-small-phone {
max-width: 80%;
}
.max-width-90\%-on-small-phone {
max-width: 90%;
}
.max-width-100\%-on-small-phone {
max-width: 100%;
}
.max-width-25vw-on-small-phone {
max-width: 25vw;
}
.max-width-50vw-on-small-phone {
max-width: 50vw;
}
.max-width-75vw-on-small-phone {
max-width: 75vw;
}
.max-width-100vw-on-small-phone {
max-width: 100vw;
}
.max-width-125vw-on-small-phone {
max-width: 125vw;
}
.max-width-150vw-on-small-phone {
max-width: 150vw;
}
}
@media (min-max-width: 38.75rem) and (max-width: 57rem) {
.max-width-0-on-tablet {
max-width: 0;
}
.max-width-0\.5-on-tablet {
max-width: 0.25rem;
}
.max-width-1-on-tablet {
max-width: 0.5rem;
}
.max-width-1\.5-on-tablet {
max-width: 0.75rem;
}
.max-width-2-on-tablet {
max-width: 1rem;
}
.max-width-2\.5-on-tablet {
max-width: 1.25rem;
}
.max-width-3-on-tablet {
max-width: 1.5rem;
}
.max-width-3\.5-on-tablet {
max-width: 1.75rem;
}
.max-width-4-on-tablet {
max-width: 2rem;
}
.max-width-4\.5-on-tablet {
max-width: 2.25rem;
}
.max-width-5-on-tablet {
max-width: 2.5rem;
}
.max-width-5\.5-on-tablet {
max-width: 2.75rem;
}
.max-width-6-on-tablet {
max-width: 3rem;
}
.max-width-6\.5-on-tablet {
max-width: 3.25rem;
}
.max-width-7-on-tablet {
max-width: 3.5rem;
}
.max-width-7\.5-on-tablet {
max-width: 3.75rem;
}
.max-width-8-on-tablet {
max-width: 4rem;
}
.max-width-8\.5-on-tablet {
max-width: 4.25rem;
}
.max-width-9-on-tablet {
max-width: 4.5rem;
}
.max-width-9\.5-on-tablet {
max-width: 4.75rem;
}
.max-width-10-on-tablet {
max-width: 5rem;
}
.max-width-10\.5-on-tablet {
max-width: 5.25rem;
}
.max-width-11-on-tablet {
max-width: 5.5rem;
}
.max-width-11\.5-on-tablet {
max-width: 5.75rem;
}
.max-width-12-on-tablet {
max-width: 6rem;
}
.max-width-12\.5-on-tablet {
max-width: 6.25rem;
}
.max-width-13-on-tablet {
max-width: 6.5rem;
}
.max-width-13\.5-on-tablet {
max-width: 6.75rem;
}
.max-width-14-on-tablet {
max-width: 7rem;
}
.max-width-14\.5-on-tablet {
max-width: 7.25rem;
}
.max-width-15-on-tablet {
max-width: 7.5rem;
}
.max-width-15\.5\@tablet {
max-width: 7.75rem;
}
.max-width-16\@tablet {
max-width: 8rem;
}
.max-width-16\.5\@tablet {
max-width: 8.25rem;
}
.max-width-17\@tablet {
max-width: 8.5rem;
}
.max-width-17\.5\@tablet {
max-width: 8.75rem;
}
.max-width-18\@tablet {
max-width: 9rem;
}
.max-width-18\.5\@tablet {
max-width: 9.25rem;
}
.max-width-19\@tablet {
max-width: 9.5rem;
}
.max-width-19\.5\@tablet {
max-width: 9.75rem;
}
.max-width-20\@tablet {
max-width: 10rem;
}
.max-width-20\.5\@tablet {
max-width: 10.25rem;
}
.max-width-21\@tablet {
max-width: 10.5rem;
}
.max-width-21\.5\@tablet {
max-width: 10.75rem;
}
.max-width-22\@tablet {
max-width: 11rem;
}
.max-width-22\.5\@tablet {
max-width: 11.25rem;
}
.max-width-23\@tablet {
max-width: 11.5rem;
}
.max-width-23\.5\@tablet {
max-width: 11.75rem;
}
.max-width-24\@tablet {
max-width: 12rem;
}
.max-width-24\.5\@tablet {
max-width: 12.25rem;
}
.max-width-25\@tablet {
max-width: 12.5rem;
}
.max-width-25\.5\@tablet {
max-width: 12.75rem;
}
.max-width-26\@tablet {
max-width: 13rem;
}
.max-width-26\.5\@tablet {
max-width: 13.25rem;
}
.max-width-27\@tablet {
max-width: 13.5rem;
}
.max-width-27\.5\@tablet {
max-width: 13.75rem;
}
.max-width-28\@tablet {
max-width: 14rem;
}
.max-width-28\.5\@tablet {
max-width: 14.25rem;
}
.max-width-29\@tablet {
max-width: 14.5rem;
}
.max-width-29\.5\@tablet {
max-width: 14.75rem;
}
.max-width-30\@tablet {
max-width: 15rem;
}
.max-width-10\%-on-tablet {
max-width: 10%;
}
.max-width-20\%-on-tablet {
max-width: 20%;
}
.max-width-30\%-on-tablet {
max-width: 30%;
}
.max-width-40\%-on-tablet {
max-width: 40%;
}
.max-width-50\%-on-tablet {
max-width: 50%;
}
.max-width-60\%-on-tablet {
max-width: 60%;
}
.max-width-70\%-on-tablet {
max-width: 70%;
}
.max-width-80\%-on-tablet {
max-width: 80%;
}
.max-width-90\%-on-tablet {
max-width: 90%;
}
.max-width-100\%-on-tablet {
max-width: 100%;
}
.max-width-25vw-on-tablet {
max-width: 25vw;
}
.max-width-50vw-on-tablet {
max-width: 50vw;
}
.max-width-75vw-on-tablet {
max-width: 75vw;
}
.max-width-100vw-on-tablet {
max-width: 100vw;
}
.max-width-125vw-on-tablet {
max-width: 125vw;
}
.max-width-150vw-on-tablet {
max-width: 150vw;
}
}
@media (min-max-width: 57rem) {
.max-width-0-on-laptop {
max-width: 0;
}
.max-width-0\.5-on-laptop {
max-width: 0.25rem;
}
.max-width-1-on-laptop {
max-width: 0.5rem;
}
.max-width-1\.5-on-laptop {
max-width: 0.75rem;
}
.max-width-2-on-laptop {
max-width: 1rem;
}
.max-width-2\.5-on-laptop {
max-width: 1.25rem;
}
.max-width-3-on-laptop {
max-width: 1.5rem;
}
.max-width-3\.5-on-laptop {
max-width: 1.75rem;
}
.max-width-4-on-laptop {
max-width: 2rem;
}
.max-width-4\.5-on-laptop {
max-width: 2.25rem;
}
.max-width-5-on-laptop {
max-width: 2.5rem;
}
.max-width-5\.5-on-laptop {
max-width: 2.75rem;
}
.max-width-6-on-laptop {
max-width: 3rem;
}
.max-width-6\.5-on-laptop {
max-width: 3.25rem;
}
.max-width-7-on-laptop {
max-width: 3.5rem;
}
.max-width-7\.5-on-laptop {
max-width: 3.75rem;
}
.max-width-8-on-laptop {
max-width: 4rem;
}
.max-width-8\.5-on-laptop {
max-width: 4.25rem;
}
.max-width-9-on-laptop {
max-width: 4.5rem;
}
.max-width-9\.5-on-laptop {
max-width: 4.75rem;
}
.max-width-10-on-laptop {
max-width: 5rem;
}
.max-width-10\.5-on-laptop {
max-width: 5.25rem;
}
.max-width-11-on-laptop {
max-width: 5.5rem;
}
.max-width-11\.5-on-laptop {
max-width: 5.75rem;
}
.max-width-12-on-laptop {
max-width: 6rem;
}
.max-width-12\.5-on-laptop {
max-width: 6.25rem;
}
.max-width-13-on-laptop {
max-width: 6.5rem;
}
.max-width-13\.5-on-laptop {
max-width: 6.75rem;
}
.max-width-14-on-laptop {
max-width: 7rem;
}
.max-width-14\.5-on-laptop {
max-width: 7.25rem;
}
.max-width-15-on-laptop {
max-width: 7.5rem;
}
.max-width-15\.5\@laptop {
max-width: 7.75rem;
}
.max-width-16\@laptop {
max-width: 8rem;
}
.max-width-16\.5\@laptop {
max-width: 8.25rem;
}
.max-width-17\@laptop {
max-width: 8.5rem;
}
.max-width-17\.5\@laptop {
max-width: 8.75rem;
}
.max-width-18\@laptop {
max-width: 9rem;
}
.max-width-18\.5\@laptop {
max-width: 9.25rem;
}
.max-width-19\@laptop {
max-width: 9.5rem;
}
.max-width-19\.5\@laptop {
max-width: 9.75rem;
}
.max-width-20\@laptop {
max-width: 10rem;
}
.max-width-20\.5\@laptop {
max-width: 10.25rem;
}
.max-width-21\@laptop {
max-width: 10.5rem;
}
.max-width-21\.5\@laptop {
max-width: 10.75rem;
}
.max-width-22\@laptop {
max-width: 11rem;
}
.max-width-22\.5\@laptop {
max-width: 11.25rem;
}
.max-width-23\@laptop {
max-width: 11.5rem;
}
.max-width-23\.5\@laptop {
max-width: 11.75rem;
}
.max-width-24\@laptop {
max-width: 12rem;
}
.max-width-24\.5\@laptop {
max-width: 12.25rem;
}
.max-width-25\@laptop {
max-width: 12.5rem;
}
.max-width-25\.5\@laptop {
max-width: 12.75rem;
}
.max-width-26\@laptop {
max-width: 13rem;
}
.max-width-26\.5\@laptop {
max-width: 13.25rem;
}
.max-width-27\@laptop {
max-width: 13.5rem;
}
.max-width-27\.5\@laptop {
max-width: 13.75rem;
}
.max-width-28\@laptop {
max-width: 14rem;
}
.max-width-28\.5\@laptop {
max-width: 14.25rem;
}
.max-width-29\@laptop {
max-width: 14.5rem;
}
.max-width-29\.5\@laptop {
max-width: 14.75rem;
}
.max-width-30\@laptop {
max-width: 15rem;
}
.max-width-10\%-on-laptop {
max-width: 10%;
}
.max-width-20\%-on-laptop {
max-width: 20%;
}
.max-width-30\%-on-laptop {
max-width: 30%;
}
.max-width-40\%-on-laptop {
max-width: 40%;
}
.max-width-50\%-on-laptop {
max-width: 50%;
}
.max-width-60\%-on-laptop {
max-width: 60%;
}
.max-width-70\%-on-laptop {
max-width: 70%;
}
.max-width-80\%-on-laptop {
max-width: 80%;
}
.max-width-90\%-on-laptop {
max-width: 90%;
}
.max-width-100\%-on-laptop {
max-width: 100%;
}
.max-width-25vw-on-laptop {
max-width: 25vw;
}
.max-width-50vw-on-laptop {
max-width: 50vw;
}
.max-width-75vw-on-laptop {
max-width: 75vw;
}
.max-width-100vw-on-laptop {
max-width: 100vw;
}
.max-width-125vw-on-laptop {
max-width: 125vw;
}
.max-width-150vw-on-laptop {
max-width: 150vw;
}
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
transition: box-shadow 1000ms linear;
}
.shadow-extrasmallX2 {
box-shadow: 0 0.12rem 0.2rem rgba(0, 0, 0, 0.1);
transition: box-shadow 1000ms linear;
}
.shadow-extrasmall {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
transition: box-shadow 1000ms linear;
}
.shadow-small {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
transition: box-shadow 1000ms linear;
}
.shadow-medium {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.35);
transition: box-shadow 1000ms linear;
}
.shadow-large {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.35);
transition: box-shadow 1000ms linear;
}
.shadow-extralarge {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
transition: box-shadow 1000ms linear;
}
.shadow-extralargeX2 {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
transition: box-shadow 1000ms linear;
}
.shadow-none {
box-shadow: none !important;
transition: box-shadow 1000ms linear;
}
.shadow\:hover:hover {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
transition: box-shadow 1000ms linear;
}
.shadow-extrasmallX2:hover {
box-shadow: 0 0.12rem 0.2rem rgba(0, 0, 0, 0.1);
transition: box-shadow 1000ms linear;
}
.shadow-extrasmall:hover {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
transition: box-shadow 1000ms linear;
}
.shadow-small\:hover:hover {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
transition: box-shadow 1000ms linear;
}
.shadow-medium\:hover:hover {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.35);
transition: box-shadow 1000ms linear;
}
.shadow-large\:hover:hover {
box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.4);
transition: box-shadow 1000ms linear;
}
.shadow-extralarge:hover {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
transition: box-shadow 1000ms linear;
}
.shadow-extralargeX2:hover {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
transition: box-shadow 1000ms linear;
}
.shadow-none\:hover:hover {
box-shadow: none !important;
transition: box-shadow 1000ms linear;
}
.shadow\:focus:focus {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
transition: box-shadow 1000ms linear;
}
.shadow-extrasmallX2:focus {
box-shadow: 0 0.12rem 0.2rem rgba(0, 0, 0, 0.1);
transition: box-shadow 1000ms linear;
}
.shadow-extrasmall:focus {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
transition: box-shadow 1000ms linear;
}
.shadow-small\:focus:focus {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
transition: box-shadow 1000ms linear;
}
.shadow-medium\:focus:focus {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.35);
transition: box-shadow 1000ms linear;
}
.shadow-large\:focus:focus {
box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.4);
transition: box-shadow 1000ms linear;
}
.shadow-extralarge:focus {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
transition: box-shadow 1000ms linear;
}
.shadow-extralargeX2:focus {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
transition: box-shadow 1000ms linear;
}
.shadow-none\:focus:focus {
box-shadow: none !important;
transition: box-shadow 1000ms linear;
}
.responsive,
.image-responsive,
.video-responsive {
width: 100%;
height: auto;
}
.circle, .image-circle {
border-radius: 50%;
}
.oval, .image-oval {
border-radius: 35%;
}
.opacity-0\.1 {
opacity: 0.1;
}
.opacity-0\.2 {
opacity: 0.2;
}
.opacity-0\.3 {
opacity: 0.3;
}
.opacity-0\.4 {
opacity: 0.4;
}
.opacity-0\.5 {
opacity: 0.5;
}
.opacity-0\.6 {
opacity: 0.6;
}
.opacity-0\.7 {
opacity: 0.7;
}
.opacity-0\.8 {
opacity: 0.8;
}
.opacity-0\.9 {
opacity: 0.9;
}
.opacity-1 {
opacity: 1;
}
.opacity-0\.1\:hover:hover {
opacity: 0.1;
}
.opacity-0\.2\:hover:hover {
opacity: 0.2;
}
.opacity-0\.3\:hover:hover {
opacity: 0.3;
}
.opacity-0\.4\:hover:hover {
opacity: 0.4;
}
.opacity-0\.5\:hover:hover {
opacity: 0.5;
}
.opacity-0\.6\:hover:hover {
opacity: 0.6;
}
.opacity-0\.7\:hover:hover {
opacity: 0.7;
}
.opacity-0\.8\:hover:hover {
opacity: 0.8;
}
.opacity-0\.9\:hover:hover {
opacity: 0.9;
}
.opacity-1\:hover:hover {
opacity: 1;
}
.opacity-0\.1\:focus:focus {
opacity: 0.1;
}
.opacity-0\.2\:focus:focus {
opacity: 0.2;
}
.opacity-0\.3\:focus:focus {
opacity: 0.3;
}
.opacity-0\.4\:focus:focus {
opacity: 0.4;
}
.opacity-0\.5\:focus:focus {
opacity: 0.5;
}
.opacity-0\.6\:focus:focus {
opacity: 0.6;
}
.opacity-0\.7\:focus:focus {
opacity: 0.7;
}
.opacity-0\.8\:focus:focus {
opacity: 0.8;
}
.opacity-0\.9\:focus:focus {
opacity: 0.9;
}
.opacity-1\:focus:focus {
opacity: 1;
}
.cursor-wait {
cursor: wait;
}
.cursor-progress {
cursor: progress;
}
.cursor-auto {
cursor: auto;
}
.cursor-pointer {
cursor: pointer;
}
.cursor-help {
cursor: help;
}
.cursor-none {
pointer-events: none;
}
button,
input,
textarea,
img,
video,
.image-responsive,
.video-responsive,
.navbar,
.ntp,
.notice,
.modal,
.card,
.table,
.list,
.alert,
.form,
.form-group,
.jumbotron,
.progress-bar {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
transition: box-shadow 1000ms linear;
}
button:hover,
input:hover,
textarea:hover,
img:hover,
video:hover,
.image-responsive:hover,
.video-responsive:hover,
.ntp:hover,
.notepad:hover,
.notice:hover,
.modal:hover,
.card:hover,
.table:hover,
.list:hover,
.alert:hover,
.form:hover,
.form-group:hover,
.jumbotron:hover,
.progress-bar:hover {
box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.4);
transition: box-shadow 1000ms linear;
}
.pagination {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
transition: box-shadow 1000ms linear;
}
.pagination button {
box-shadow: none;
transition: box-shadow 1000ms linear;
}
.fade {
animation: fade-animation 2s ease-out;
}
@keyframes fade-animation {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.spin {
animation: spin 2s linear infinite;
position: absolute;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.bounce {
animation: bounce-animation 0.5s ease infinite;
position: absolute;
}
@keyframes bounce-animation {
from {
transform: translateY(1rem);
}
to {
transform: translateY(0.5rem);
}
}
.pulse {
animation: pulse-animation 0.5s ease infinite;
}
@keyframes pulse-animation {
from {
font-size: 130%;
}
to {
font-size: 110%;
}
}
.x2 {
animation-iteration-count: 2;
}
.x3 {
animation-iteration-count: 3;
}
.x4 {
animation-iteration-count: 4;
}
.x5 {
animation-iteration-count: 5;
}
.x6 {
animation-iteration-count: 6;
}
.infinite {
animation-iteration-count: infinite;
}
.parallax {
background-attachment: fixed;
background-position: center;
background-repeat: repeat;
}
.overflow-scroll,
.overflow-scroll\@phone {
overflow: scroll;
}
.overflow-hidden,
.overflow-hidden\@phone {
overflow: hidden;
}
.overflow-visible,
.overflow-visible\@phone {
overflow: visible;
}
.overflow-auto,
.overflow-auto\@phone {
overflow: auto;
}
.overflow-x-scroll,
.overflow-x-scroll\@phone {
overflow-x: scroll;
}
.overflow-x-hidden,
.overflow-x-hidden\@phone {
overflow-x: hidden;
}
.overflow-x-visible,
.overflow-x-visible\@phone {
overflow-x: visible;
}
.overflow-x-auto,
.overflow-x-auto\@phone {
overflow-x: auto;
}
.overflow-y-scroll,
.overflow-y-scroll\@phone {
overflow-y: scroll;
}
.overflow-y-hidden,
.overflow-y-hidden\@phone {
overflow-y: hidden;
}
.overflow-y-visible,
.overflow-y-visible\@phone {
overflow-y: visible;
}
.overflow-y-auto,
.overflow-y-auto\@phone {
overflow-y: auto;
}
@media (max-width: 21.875rem) {
.overflow-scroll\@small-phone {
overflow: scroll;
}
.overflow-hidden\@small-phone {
overflow: hidden;
}
.overflow-visible\@small-phone {
overflow: visible;
}
.overflow-auto\@small-phone {
overflow: auto;
}
.overflow-x-scroll\@small-phone {
overflow-x: scroll;
}
.overflow-x-hidden\@small-phone {
overflow-x: hidden;
}
.overflow-x-visible\@small-phone {
overflow-x: visible;
}
.overflow-x-auto\@small-phone {
overflow-x: auto;
}
.overflow-y-scroll\@small-phone {
overflow-y: scroll;
}
.overflow-y-hidden\@small-phone {
overflow-y: hidden;
}
.overflow-y-visible\@small-phone {
overflow-y: visible;
}
.overflow-y-auto\@small-phone {
overflow-y: auto;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.overflow-scroll\@tablet {
overflow: scroll;
}
.overflow-hidden\@tablet {
overflow: hidden;
}
.overflow-visible\@tablet {
overflow: visible;
}
.overflow-auto\@tablet {
overflow: auto;
}
.overflow-x-scroll\@tablet {
overflow-x: scroll;
}
.overflow-x-hidden\@tablet {
overflow-x: hidden;
}
.overflow-x-visible\@tablet {
overflow-x: visible;
}
.overflow-x-auto\@tablet {
overflow-x: auto;
}
.overflow-y-scroll\@tablet {
overflow-y: scroll;
}
.overflow-y-hidden\@tablet {
overflow-y: hidden;
}
.overflow-y-visible\@tablet {
overflow-y: visible;
}
.overflow-y-auto\@tablet {
overflow-y: auto;
}
}
@media (min-width: 57rem) {
.overflow-scroll\@laptop {
overflow: scroll;
}
.overflow-hidden\@laptop {
overflow: hidden;
}
.overflow-visible\@laptop {
overflow: visible;
}
.overflow-auto\@laptop {
overflow: auto;
}
.overflow-x-scroll\@laptop {
overflow-x: scroll;
}
.overflow-x-hidden\@laptop {
overflow-x: hidden;
}
.overflow-x-visible\@laptop {
overflow-x: visible;
}
.overflow-x-auto\@laptop {
overflow-x: auto;
}
.overflow-y-scroll\@laptop {
overflow-y: scroll;
}
.overflow-y-hidden\@laptop {
overflow-y: hidden;
}
.overflow-y-visible\@laptop {
overflow-y: visible;
}
.overflow-y-auto\@laptop {
overflow-y: auto;
}
}
.z-index-extrabottomX2 {
z-index: 20;
}
.z-index-extrabottom {
z-index: 200;
}
.z-index-bottom {
z-index: 400;
}
.z-index-normal {
z-index: 500;
}
.z-index-top {
z-index: 700;
}
.z-index-extratop {
z-index: 900;
}
.z-index-extratopX2 {
z-index: 1000;
}
/*# sourceMappingURL=pendeza.css.map */ | pendeza.css | * {
box-sizing: border-box;
background-repeat: no-repeat;
outline: none;
padding: 0;
margin: 0;
}
html, body {
font-size: 100%;
line-height: 1.15;
font-family: sans-serif;
word-break: normal;
text-rendering: optimizeLegibility;
scroll-behavior: smooth;
}
body {
min-height: 100vh;
}
main,
header,
footer,
article,
aside,
section,
details {
display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
color: inherit;
line-height: inherit;
font-weight: inherit;
}
ul {
list-style: none;
}
ol {
list-style: decimal;
}
dt {
font-weight: bold;
}
hr {
height: 0;
width: 100%;
overflow: hidden;
border: 0;
border-top: 1px solid;
margin-top: 0.5em;
margin-bottom: 1em;
color: currentColor;
}
address {
font-style: inherit;
}
a {
background-color: transparent;
color: inherit;
cursor: pointer;
text-decoration: none;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
pre,
code,
samp,
kbd {
font-family: monospace;
font-size: 90%;
}
small,
sub,
sup {
font-size: 80%;
}
sub,
sup {
line-height: 0;
}
sup {
vertical-align: super;
}
sub {
vertical-align: sub;
}
blockquote {
font-family: sans-serif;
font-style: italic;
padding-left: 1em;
}
u {
text-decoration: underline;
}
s {
text-decoration: line-through;
}
canvas,
iframe,
svg,
img,
video,
audio {
display: inline-block;
vertical-align: middle;
border-style: none;
height: auto;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
background-color: transparent;
border-radius: 0;
}
textarea {
min-height: 2em;
overflow: auto;
resize: vertical;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
appearance: button;
}
[type=checkbox] {
-webkit-appearance: checkbox;
appearance: checkbox;
}
[type=radio] {
-webkit-appearance: radio;
appearance: radio;
}
select {
text-transform: none;
}
button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
cursor: not-allowed;
}
fieldset {
font-family: inherit;
border: none;
}
input {
overflow: hidden;
}
label {
display: inline-block;
font-size: inherit;
font-weight: inherit;
}
legend {
display: table;
color: inherit;
max-width: 100%;
}
progress {
vertical-align: baseline;
}
summary {
display: list-item;
}
template,
noscript,
[hidden] {
display: none;
}
input[readonly],
select[readonly],
textarea[readonly] {
border-color: rgba(0, 0, 0, 0.12);
color: rgba(0, 0, 0, 0.54);
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
background-color: lightgrey;
cursor: not-allowed;
}
@media (prefers-reduced-motion: reduce) {
* {
-webkit-transition: none;
transition: none;
}
html {
scroll-behavior: auto;
}
}
/***************************************************************************
* * Pendeza - https://pendeza.github.io
* * Licensed under the MIT license - https://opensource.org/licenses/MIT
* * Copyright (c) 2020 <NAME> */
/***************************************************************************/
:root {
--pendeza-h1: 2.5rem;
--pendeza-h2: 2.25rem;
--pendeza-h3: 2rem;
--pendeza-h4: 1.75rem;
--pendeza-h5: 1.5rem;
--pendeza-h6: 1.35rem;
--pendeza-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--pendeza-serif: Georgia, Times, "Times New Roman", serif;
--pendeza-helvetica: Arial, Helvetica, sans-serif;
--pendeza-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
--pendeza-primary: #1779ba;
--pendeza-secondary: #126195;
--pendeza-success: #3adb76;
--pendeza-danger: #a53b2a;
--pendeza-warning: #cc8b00;
--pendeza-muted: #535353;
--pendeza-dark: #2f3640;
--pendeza-light: ghostwhite;
--pendeza-blue: #0000fc;
--pendeza-green: #007d00;
--pendeza-yellow: #fcfc00;
--pendeza-orange: #fca300;
--pendeza-pink: #ffbdc9;
--pendeza-red: #fc0000;
--pendeza-purple: #7d007d;
--pendeza-teal: #007d7d;
--pendeza-indigo: #4a007f;
--pendeza-brown: #a32929;
--pendeza-violet: #ee80ee;
--pendeza-grey: #7f7f7f;
--pendeza-black: rgb(0,0,0);
--pendeza-primary: #1779ba;
--pendeza-primary-lighten-1: #1a88d1;
--pendeza-primary-lighten-2: #2196e3;
--pendeza-primary-lighten-3: #37a0e6;
--pendeza-primary-lighten-4: #4eabe9;
--pendeza-primary-darken-1: #146aa3;
--pendeza-primary-darken-2: #115b8d;
--pendeza-primary-darken-3: #0f4d76;
--pendeza-primary-darken-4: #0c3e5f;
--pendeza-secondary-lighten-1: #1570ac;
--pendeza-secondary-lighten-2: #177fc3;
--pendeza-secondary-lighten-3: #1a8dd9;
--pendeza-secondary-lighten-4: #289ae5;
--pendeza-secondary-darken-1: #0f527e;
--pendeza-secondary-darken-2: #0d4367;
--pendeza-secondary-darken-3: #0a3551;
--pendeza-secondary-darken-4: #07263a;
--pendeza-success-lighten-1: #50df85;
--pendeza-success-lighten-2: #65e394;
--pendeza-success-lighten-3: #7be7a3;
--pendeza-success-lighten-4: #90ebb2;
--pendeza-success-darken-1: #27d568;
--pendeza-success-darken-2: #23bf5d;
--pendeza-success-darken-3: #1faa53;
--pendeza-success-darken-4: #1b9448;
--pendeza-danger-lighten-1: #b9422f;
--pendeza-danger-lighten-2: #cc4b36;
--pendeza-danger-lighten-3: #d15d4a;
--pendeza-danger-lighten-4: #d66f5f;
--pendeza-danger-darken-1: #913425;
--pendeza-danger-darken-2: #7c2c20;
--pendeza-danger-darken-3: #68251a;
--pendeza-danger-darken-4: #541e15;
--pendeza-warning-lighten-1: #e69c00;
--pendeza-warning-lighten-2: #ffae00;
--pendeza-warning-lighten-3: #ffb61a;
--pendeza-warning-lighten-4: #ffbe33;
--pendeza-warning-darken-1: #b37a00;
--pendeza-warning-darken-2: #996800;
--pendeza-warning-darken-3: #805700;
--pendeza-warning-darken-4: #664600;
--pendeza-muted-lighten-1: #606060;
--pendeza-muted-lighten-2: #6d6d6d;
--pendeza-muted-lighten-3: #797979;
--pendeza-muted-lighten-4: #868686;
--pendeza-muted-darken-1: #464646;
--pendeza-muted-darken-2: #3a3a3a;
--pendeza-muted-darken-3: #2d2d2d;
--pendeza-muted-darken-4: #202020;
--pendeza-dark-lighten-1: #3a424f;
--pendeza-dark-lighten-2: #454f5d;
--pendeza-dark-lighten-3: #4f5b6c;
--pendeza-dark-lighten-4: #5a687b;
--pendeza-dark-darken-1: #242a31;
--pendeza-dark-darken-2: #191d23;
--pendeza-dark-darken-3: #0f1114;
--pendeza-dark-darken-4: #040405;
--pendeza-light-lighten-1: white;
--pendeza-light-lighten-2: white;
--pendeza-light-lighten-3: white;
--pendeza-light-lighten-4: white;
--pendeza-light-darken-1: #dfdfff;
--pendeza-light-darken-2: #c5c5ff;
--pendeza-light-darken-3: #acacff;
--pendeza-light-darken-4: #9292ff;
--pendeza-blue-lighten-1: #1717ff;
--pendeza-blue-lighten-2: #3030ff;
--pendeza-blue-lighten-3: #4a4aff;
--pendeza-blue-lighten-4: #6363ff;
--pendeza-blue-darken-1: #0000e3;
--pendeza-blue-darken-2: #0000c9;
--pendeza-blue-darken-3: #0000b0;
--pendeza-blue-darken-4: #000096;
--pendeza-green-lighten-1: #009700;
--pendeza-green-lighten-2: #00b000;
--pendeza-green-lighten-3: #00ca00;
--pendeza-green-lighten-4: #00e300;
--pendeza-green-darken-1: darkgreen;
--pendeza-green-darken-2: #004a00;
--pendeza-green-darken-3: #003100;
--pendeza-green-darken-4: #001700;
--pendeza-yellow-lighten-1: #ffff17;
--pendeza-yellow-lighten-2: #ffff30;
--pendeza-yellow-lighten-3: #ffff4a;
--pendeza-yellow-lighten-4: #ffff63;
--pendeza-yellow-darken-1: #e3e300;
--pendeza-yellow-darken-2: #c9c900;
--pendeza-yellow-darken-3: #b0b000;
--pendeza-yellow-darken-4: #969600;
--pendeza-orange-lighten-1: #ffad17;
--pendeza-orange-lighten-2: #ffb630;
--pendeza-orange-lighten-3: #ffbf4a;
--pendeza-orange-lighten-4: #ffc863;
--pendeza-orange-darken-1: #e39300;
--pendeza-orange-darken-2: #c98200;
--pendeza-orange-darken-3: #b07200;
--pendeza-orange-darken-4: #966100;
--pendeza-pink-lighten-1: #ffd7de;
--pendeza-pink-lighten-2: #fff0f3;
--pendeza-pink-lighten-3: white;
--pendeza-pink-lighten-4: white;
--pendeza-pink-darken-1: #ffa4b4;
--pendeza-pink-darken-2: #ff8a9f;
--pendeza-pink-darken-3: #ff718a;
--pendeza-pink-darken-4: #ff5776;
--pendeza-red-lighten-1: #ff1717;
--pendeza-red-lighten-2: #ff3030;
--pendeza-red-lighten-3: #ff4a4a;
--pendeza-red-lighten-4: #ff6363;
--pendeza-red-darken-1: #e30000;
--pendeza-red-darken-2: #c90000;
--pendeza-red-darken-3: #b00000;
--pendeza-red-darken-4: #960000;
--pendeza-purple-lighten-1: #970097;
--pendeza-purple-lighten-2: #b000b0;
--pendeza-purple-lighten-3: #ca00ca;
--pendeza-purple-lighten-4: #e300e3;
--pendeza-purple-darken-1: #640064;
--pendeza-purple-darken-2: #4a004a;
--pendeza-purple-darken-3: #310031;
--pendeza-purple-darken-4: #170017;
--pendeza-teal-lighten-1: #009797;
--pendeza-teal-lighten-2: #00b0b0;
--pendeza-teal-lighten-3: #00caca;
--pendeza-teal-lighten-4: #00e3e3;
--pendeza-teal-darken-1: #006464;
--pendeza-teal-darken-2: #004a4a;
--pendeza-teal-darken-3: #003131;
--pendeza-teal-darken-4: #001717;
--pendeza-indigo-lighten-1: #590099;
--pendeza-indigo-lighten-2: #6800b2;
--pendeza-indigo-lighten-3: #7700cc;
--pendeza-indigo-lighten-4: #8500e5;
--pendeza-indigo-darken-1: #3b0066;
--pendeza-indigo-darken-2: #2c004c;
--pendeza-indigo-darken-3: #1d0033;
--pendeza-indigo-darken-4: #0f0019;
--pendeza-brown-lighten-1: #b72e2e;
--pendeza-brown-lighten-2: #cc3333;
--pendeza-brown-lighten-3: #d14848;
--pendeza-brown-lighten-4: #d65c5c;
--pendeza-brown-darken-1: #8f2424;
--pendeza-brown-darken-2: #7a1f1f;
--pendeza-brown-darken-3: #661a1a;
--pendeza-brown-darken-4: #521515;
--pendeza-violet-lighten-1: #f196f1;
--pendeza-violet-lighten-2: #f4adf4;
--pendeza-violet-lighten-3: #f7c3f7;
--pendeza-violet-lighten-4: #fadafa;
--pendeza-violet-darken-1: #eb6aeb;
--pendeza-violet-darken-2: #e853e8;
--pendeza-violet-darken-3: #e853e8;
--pendeza-violet-darken-4: #e226e2;
--pendeza-grey-lighten-1: #8c8c8c;
--pendeza-grey-lighten-2: #999999;
--pendeza-grey-lighten-3: #a5a5a5;
--pendeza-grey-lighten-4: #b2b2b2;
--pendeza-grey-darken-1: #727272;
--pendeza-grey-darken-2: #666666;
--pendeza-grey-darken-3: #595959;
--pendeza-grey-darken-4: #4c4c4c;
--pendeza-black-lighten-1: #0d0d0d;
--pendeza-black-lighten-2: #1a1a1a;
--pendeza-black-lighten-3: #262626;
--pendeza-black-lighten-4: #333333;
--pendeza-black-darken-1: black;
--pendeza-black-darken-2: black;
--pendeza-black-darken-3: black;
--pendeza-black-darken-4: black;
--pendeza-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--pendeza-shadow-1: 0 0.12rem 0.2rem rgba(0, 0, 0, 0.1);
--pendeza-shadow-2: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
--pendeza-shadow-3: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
--pendeza-shadow-4: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.4);
--pendeza-shadow-5: 0 1rem 3rem rgba(0, 0, 0, 0.5);
--pendeza-margin-bottom: 1rem;
}
.wrapper,
.wrapper-responsive,
.wrapper-extrasmallX2,
.wrapper-extrasmall,
.wrapper-small,
.wrapper-large,
.wrapper-extralargeX2,
.wrapper-xxl {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
margin-left: auto;
margin-right: auto;
position: relative;
}
@media (min-width: 36rem) {
.wrapper {
max-width: 33.75rem;
}
}
@media (min-width: 48rem) {
.wrapper {
max-width: 45rem;
}
}
@media (min-width: 62rem) {
.wrapper {
max-width: 60rem;
}
}
@media (min-width: 75rem) {
.wrapper {
max-width: 71.25rem;
}
}
@media (min-width: 87.5rem) {
.wrapper {
max-width: 82.5rem;
}
}
.wrapper-extrasmallX2 {
max-width: 30rem;
}
.wrapper-extrasmall {
max-width: 35rem;
}
.wrapper-small {
max-width: 40rem;
}
.wrapper-medium {
max-width: 50rem;
}
.wrapper-large {
max-width: 60rem;
}
.wrapper-extralarge {
max-width: 70rem;
}
.wrapper-extrasmallX2 {
max-width: 80rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-weight: 250;
font-family: Arial, Helvetica, sans-serif;
}
h1,
.h1,
.title {
font-size: 2.5rem;
}
h2,
.h2,
.subtitle {
font-size: 2.25rem;
}
h3,
.h3 {
font-size: 2rem;
}
h4,
.h4 {
font-size: 1.75rem;
}
h5,
.h5 {
font-size: 1.5rem;
}
h6,
.h6 {
font-size: 1.35rem;
}
@media only screen and (max-width: 45rem) {
h1,
.h1 {
font-size: 2rem;
}
h2,
.h2 {
font-size: 1.75rem;
}
h3,
.h3 {
font-size: 1.5rem;
}
h4,
.h4 {
font-size: 1.45rem;
}
h5,
.h5 {
font-size: 1.2rem;
}
h6,
.h6 {
font-size: 1.15rem;
}
}
p,
.text-lead {
line-height: 1.7rem;
font-size: 1rem;
letter-spacing: 0.055rem;
}
.text-sans-serif {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.text-serif {
font-family: Georgia, Times, "Times New Roman", serif;
}
.text-monospace {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.text-helvetica {
font-family: Arial, Helvetica, sans-serif;
}
.text-extrasmallX2 {
font-size: 0.65rem !important;
}
.text-extrasmall {
font-size: 0.8rem !important;
}
.text-small {
font-size: 0.9rem !important;
}
.text-medium {
font-size: 1rem !important;
}
.text-large {
font-size: 1.1rem !important;
}
.text-extralarge {
font-size: 1.25rem !important;
}
.text-extralargeX2 {
font-size: 1.5rem !important;
}
.text-align-left {
text-align: left !important;
}
.text-align-center {
text-align: center !important;
}
.text-align-right {
text-align: right !important;
}
.text-align-justify {
text-align: justify !important;
}
.text-transform-uppercase {
text-transform: uppercase !important;
}
.text-transform-lowercase {
text-transform: lowercase !important;
}
.text-transform-capitalize {
text-transform: capitalize !important;
}
.text-decoration-line-underline {
text-decoration-line: underline !important;
}
.text-decoration-line-line-through {
text-decoration-line: line-through !important;
}
.text-decoration-line-none {
text-decoration-line: none !important;
}
.text-decoration-line-overline {
text-decoration-line: overline !important;
}
.text-decoration-line-initial {
text-decoration-line: initial !important;
}
.text-decoration-line-inherit {
text-decoration-line: inherit !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-orientation-mixed {
text-orientation: mixed !important;
}
.text-orientation-upright {
text-orientation: upright !important;
}
.text-orientation-sideways {
text-orientation: sideways !important;
}
.text-link, .link {
cursor: pointer;
}
.text-link:hover, .link:hover {
text-decoration: underline;
transition: text-decoration 0.5s ease;
}
.text-primary {
color: #1779ba;
}
.text-primary.lighten-1 {
color: #1a88d1;
}
.text-primary.lighten-2 {
color: #2196e3;
}
.text-primary.lighten-3 {
color: #37a0e6;
}
.text-primary.lighten-4 {
color: #4eabe9;
}
.text-primary.darken-1 {
color: #146aa3;
}
.text-primary.darken-2 {
color: #115b8d;
}
.text-primary.darken-3 {
color: #0f4d76;
}
.text-primary.darken-4 {
color: #0c3e5f;
}
.text-secondary {
color: #126195;
}
.text-secondary.lighten-1 {
color: #1570ac;
}
.text-secondary.lighten-2 {
color: #177fc3;
}
.text-secondary.lighten-3 {
color: #1a8dd9;
}
.text-secondary.lighten-4 {
color: #289ae5;
}
.text-secondary.darken-1 {
color: #0f527e;
}
.text-secondary.darken-2 {
color: #0d4367;
}
.text-secondary.darken-3 {
color: #0a3551;
}
.text-secondary.darken-4 {
color: #07263a;
}
.text-success {
color: #3adb76;
}
.text-success.lighten-1 {
color: #50df85;
}
.text-success.lighten-2 {
color: #65e394;
}
.text-success.lighten-3 {
color: #7be7a3;
}
.text-success.lighten-4 {
color: #90ebb2;
}
.text-success.darken-1 {
color: #27d568;
}
.text-success.darken-2 {
color: #23bf5d;
}
.text-success.darken-3 {
color: #1faa53;
}
.text-success.darken-4 {
color: #1b9448;
}
.text-danger {
color: #a53b2a;
}
.text-danger.lighten-1 {
color: #b9422f;
}
.text-danger.lighten-2 {
color: #cc4b36;
}
.text-danger.lighten-3 {
color: #d15d4a;
}
.text-danger.lighten-4 {
color: #d66f5f;
}
.text-danger.darken-1 {
color: #913425;
}
.text-danger.darken-2 {
color: #7c2c20;
}
.text-danger.darken-3 {
color: #68251a;
}
.text-danger.darken-4 {
color: #541e15;
}
.text-warning {
color: #cc8b00;
}
.text-warning.lighten-1 {
color: #e69c00;
}
.text-warning.lighten-2 {
color: #ffae00;
}
.text-warning.lighten-3 {
color: #ffb61a;
}
.text-warning.lighten-4 {
color: #ffbe33;
}
.text-warning.darken-1 {
color: #b37a00;
}
.text-warning.darken-2 {
color: #996800;
}
.text-warning.darken-3 {
color: #805700;
}
.text-warning.darken-4 {
color: #664600;
}
.text-muted {
color: #535353;
}
.text-muted.lighten-1 {
color: #606060;
}
.text-muted.lighten-2 {
color: #6d6d6d;
}
.text-muted.lighten-3 {
color: #797979;
}
.text-muted.lighten-4 {
color: #868686;
}
.text-muted.darken-1 {
color: #464646;
}
.text-muted.darken-2 {
color: #3a3a3a;
}
.text-muted.darken-3 {
color: #2d2d2d;
}
.text-muted.darken-4 {
color: #202020;
}
.text-dark {
color: #2f3640;
}
.text-dark.lighten-1 {
color: #3a424f;
}
.text-dark.lighten-2 {
color: #454f5d;
}
.text-dark.lighten-3 {
color: #4f5b6c;
}
.text-dark.lighten-4 {
color: #5a687b;
}
.text-dark.darken-1 {
color: #242a31;
}
.text-dark.darken-2 {
color: #191d23;
}
.text-dark.darken-3 {
color: #0f1114;
}
.text-dark.darken-4 {
color: #040405;
}
.text-light {
color: ghostwhite;
}
.text-light.lighten-1 {
color: white;
}
.text-light.lighten-2 {
color: white;
}
.text-light.lighten-3 {
color: white;
}
.text-light.lighten-4 {
color: white;
}
.text-light.darken-1 {
color: #dfdfff;
}
.text-light.darken-2 {
color: #c5c5ff;
}
.text-light.darken-3 {
color: #acacff;
}
.text-light.darken-4 {
color: #9292ff;
}
.text-blue {
color: #0000fc;
}
.text-blue.lighten-1 {
color: #1717ff;
}
.text-blue.lighten-2 {
color: #3030ff;
}
.text-blue.lighten-3 {
color: #4a4aff;
}
.text-blue.lighten-4 {
color: #6363ff;
}
.text-blue.darken-1 {
color: #0000e3;
}
.text-blue.darken-2 {
color: #0000c9;
}
.text-blue.darken-3 {
color: #0000b0;
}
.text-blue.darken-4 {
color: #000096;
}
.text-green {
color: #007d00;
}
.text-green.lighten-1 {
color: #009700;
}
.text-green.lighten-2 {
color: #00b000;
}
.text-green.lighten-3 {
color: #00ca00;
}
.text-green.lighten-4 {
color: #00e300;
}
.text-green.darken-1 {
color: darkgreen;
}
.text-green.darken-2 {
color: #004a00;
}
.text-green.darken-3 {
color: #003100;
}
.text-green.darken-4 {
color: #001700;
}
.text-yellow {
color: #fcfc00;
}
.text-yellow.lighten-1 {
color: #ffff17;
}
.text-yellow.lighten-2 {
color: #ffff30;
}
.text-yellow.lighten-3 {
color: #ffff4a;
}
.text-yellow.lighten-4 {
color: #ffff63;
}
.text-yellow.darken-1 {
color: #e3e300;
}
.text-yellow.darken-2 {
color: #c9c900;
}
.text-yellow.darken-3 {
color: #b0b000;
}
.text-yellow.darken-4 {
color: #969600;
}
.text-orange {
color: #fca300;
}
.text-orange.lighten-1 {
color: #ffad17;
}
.text-orange.lighten-2 {
color: #ffb630;
}
.text-orange.lighten-3 {
color: #ffbf4a;
}
.text-orange.lighten-4 {
color: #ffc863;
}
.text-orange.darken-1 {
color: #e39300;
}
.text-orange.darken-2 {
color: #c98200;
}
.text-orange.darken-3 {
color: #b07200;
}
.text-orange.darken-4 {
color: #966100;
}
.text-pink {
color: #ffbdc9;
}
.text-pink.lighten-1 {
color: #ffd7de;
}
.text-pink.lighten-2 {
color: #fff0f3;
}
.text-pink.lighten-3 {
color: white;
}
.text-pink.lighten-4 {
color: white;
}
.text-pink.darken-1 {
color: #ffa4b4;
}
.text-pink.darken-2 {
color: #ff8a9f;
}
.text-pink.darken-3 {
color: #ff718a;
}
.text-pink.darken-4 {
color: #ff5776;
}
.text-red {
color: #fc0000;
}
.text-red.lighten-1 {
color: #ff1717;
}
.text-red.lighten-2 {
color: #ff3030;
}
.text-red.lighten-3 {
color: #ff4a4a;
}
.text-red.lighten-4 {
color: #ff6363;
}
.text-red.darken-1 {
color: #e30000;
}
.text-red.darken-2 {
color: #c90000;
}
.text-red.darken-3 {
color: #b00000;
}
.text-red.darken-4 {
color: #960000;
}
.text-purple {
color: #7d007d;
}
.text-purple.lighten-1 {
color: #970097;
}
.text-purple.lighten-2 {
color: #b000b0;
}
.text-purple.lighten-3 {
color: #ca00ca;
}
.text-purple.lighten-4 {
color: #e300e3;
}
.text-purple.darken-1 {
color: #640064;
}
.text-purple.darken-2 {
color: #4a004a;
}
.text-purple.darken-3 {
color: #310031;
}
.text-purple.darken-4 {
color: #170017;
}
.text-teal {
color: #007d7d;
}
.text-teal.lighten-1 {
color: #009797;
}
.text-teal.lighten-2 {
color: #00b0b0;
}
.text-teal.lighten-3 {
color: #00caca;
}
.text-teal.lighten-4 {
color: #00e3e3;
}
.text-teal.darken-1 {
color: #006464;
}
.text-teal.darken-2 {
color: #004a4a;
}
.text-teal.darken-3 {
color: #003131;
}
.text-teal.darken-4 {
color: #001717;
}
.text-indigo {
color: #4a007f;
}
.text-indigo.lighten-1 {
color: #590099;
}
.text-indigo.lighten-2 {
color: #6800b2;
}
.text-indigo.lighten-3 {
color: #7700cc;
}
.text-indigo.lighten-4 {
color: #8500e5;
}
.text-indigo.darken-1 {
color: #3b0066;
}
.text-indigo.darken-2 {
color: #2c004c;
}
.text-indigo.darken-3 {
color: #1d0033;
}
.text-indigo.darken-4 {
color: #0f0019;
}
.text-brown {
color: #a32929;
}
.text-brown.lighten-1 {
color: #b72e2e;
}
.text-brown.lighten-2 {
color: #cc3333;
}
.text-brown.lighten-3 {
color: #d14848;
}
.text-brown.lighten-4 {
color: #d65c5c;
}
.text-brown.darken-1 {
color: #8f2424;
}
.text-brown.darken-2 {
color: #7a1f1f;
}
.text-brown.darken-3 {
color: #661a1a;
}
.text-brown.darken-4 {
color: #521515;
}
.text-violet {
color: #ee80ee;
}
.text-violet.lighten-1 {
color: #f196f1;
}
.text-violet.lighten-2 {
color: #f4adf4;
}
.text-violet.lighten-3 {
color: #f7c3f7;
}
.text-violet.lighten-4 {
color: #fadafa;
}
.text-violet.darken-1 {
color: #eb6aeb;
}
.text-violet.darken-2 {
color: #e853e8;
}
.text-violet.darken-3 {
color: #e853e8;
}
.text-violet.darken-4 {
color: #e226e2;
}
.text-grey {
color: #7f7f7f;
}
.text-grey.lighten-1 {
color: #8c8c8c;
}
.text-grey.lighten-2 {
color: #999999;
}
.text-grey.lighten-3 {
color: #a5a5a5;
}
.text-grey.lighten-4 {
color: #b2b2b2;
}
.text-grey.darken-1 {
color: #727272;
}
.text-grey.darken-2 {
color: #666666;
}
.text-grey.darken-3 {
color: #595959;
}
.text-grey.darken-4 {
color: #4c4c4c;
}
.text-black {
color: black;
}
.text-black.lighten-1 {
color: #0d0d0d;
}
.text-black.lighten-2 {
color: #1a1a1a;
}
.text-black.lighten-3 {
color: #262626;
}
.text-black.lighten-4 {
color: #333333;
}
.text-black.darken-1 {
color: black;
}
.text-black.darken-2 {
color: black;
}
.text-black.darken-3 {
color: black;
}
.text-black.darken-4 {
color: black;
}
.text-primary\:hover:hover {
color: #1779ba;
}
.text-primary\:hover:hover.lighten-1\:hover:hover {
color: #1a88d1;
}
.text-primary\:hover:hover.lighten-2\:hover:hover {
color: #2196e3;
}
.text-primary.lighten-3\:hover:hover {
color: #37a0e6;
}
.text-primary\:hover:hover.lighten-4\:hover:hover {
color: #4eabe9;
}
.text-primary\:hover:hover.darken-1\:hover:hover {
color: #146aa3;
}
.text-primary\:hover:hover.darken-2\:hover:hover {
color: #115b8d;
}
.text-primary\:hover:hover.darken-3\:hover:hover {
color: #0f4d76;
}
.text-primary\:hover:hover.darken-4\:hover:hover {
color: #0c3e5f;
}
.text-secondary\:hover:hover {
color: #126195;
}
.text-secondary\:hover:hover.lighten-1\:hover:hover {
color: #1570ac;
}
.text-secondary\:hover:hover.lighten-2\:hover:hover {
color: #177fc3;
}
.text-secondary\:hover:hover.lighten-3\:hover:hover {
color: #1a8dd9;
}
.text-secondary\:hover:hover.lighten-4\:hover:hover {
color: #289ae5;
}
.text-secondary\:hover:hover.darken-1\:hover:hover {
color: #0f527e;
}
.text-secondary\:hover:hover.darken-2\:hover:hover {
color: #0d4367;
}
.text-secondary\:hover:hover.darken-3\:hover:hover {
color: #0a3551;
}
.text-secondary\:hover:hover.darken-4\:hover:hover {
color: #07263a;
}
.text-success\:hover:hover {
color: #3adb76;
}
.text-success\:hover:hover.lighten-1\:hover:hover {
color: #50df85;
}
.text-success\:hover:hover.lighten-2\:hover:hover {
color: #65e394;
}
.text-success\:hover:hover.lighten-3\:hover:hover {
color: #7be7a3;
}
.text-success\:hover:hover.lighten-4\:hover:hover {
color: #90ebb2;
}
.text-success\:hover:hover.darken-1\:hover:hover {
color: #27d568;
}
.text-success\:hover:hover.darken-2\:hover:hover {
color: #23bf5d;
}
.text-success\:hover:hover.darken-3\:hover:hover {
color: #1faa53;
}
.text-success\:hover:hover.darken-4\:hover:hover {
color: #1b9448;
}
.text-danger\:hover:hover {
color: #a53b2a;
}
.text-danger\:hover:hover.lighten-1\:hover:hover {
color: #b9422f;
}
.text-danger\:hover:hover.lighten-2\:hover:hover {
color: #cc4b36;
}
.text-danger\:hover:hover.lighten-3\:hover:hover {
color: #d15d4a;
}
.text-danger\:hover:hover.lighten-4\:hover:hover {
color: #d66f5f;
}
.text-danger\:hover:hover.darken-1\:hover:hover {
color: #913425;
}
.text-danger\:hover:hover.darken-2\:hover:hover {
color: #7c2c20;
}
.text-danger\:hover:hover.darken-3\:hover:hover {
color: #68251a;
}
.text-danger\:hover:hover.darken-4\:hover:hover {
color: #541e15;
}
.text-warning\:hover:hover {
color: #cc8b00;
}
.text-warning\:hover:hover.lighten-1\:hover:hover {
color: #e69c00;
}
.text-warning\:hover:hover.lighten-2\:hover:hover {
color: #ffae00;
}
.text-warning\:hover:hover.lighten-3\:hover:hover {
color: #ffb61a;
}
.text-warning\:hover:hover.lighten-4\:hover:hover {
color: #ffbe33;
}
.text-warning\:hover:hover.darken-1\:hover:hover {
color: #b37a00;
}
.text-warning\:hover:hover.darken-2\:hover:hover {
color: #996800;
}
.text-warning\:hover:hover.darken-3\:hover:hover {
color: #805700;
}
.text-warning\:hover:hover.darken-4\:hover:hover {
color: #664600;
}
.text-muted\:hover:hover {
color: #535353;
}
.text-muted\:hover:hover.lighten-1\:hover:hover {
color: #606060;
}
.text-muted\:hover:hover.lighten-2\:hover:hover {
color: #6d6d6d;
}
.text-muted\:hover:hover.lighten-3\:hover:hover {
color: #797979;
}
.text-muted\:hover:hover.lighten-4\:hover:hover {
color: #868686;
}
.text-muted\:hover:hover.darken-1\:hover:hover {
color: #464646;
}
.text-muted\:hover:hover.darken-2\:hover:hover {
color: #3a3a3a;
}
.text-muted\:hover:hover.darken-3\:hover:hover {
color: #2d2d2d;
}
.text-muted\:hover:hover.darken-4\:hover:hover {
color: #202020;
}
.text-dark\:hover:hover {
color: #2f3640;
}
.text-dark\:hover:hover.lighten-1\:hover:hover {
color: #3a424f;
}
.text-dark\:hover:hover.lighten-2\:hover:hover {
color: #454f5d;
}
.text-dark\:hover:hover.lighten-3\:hover:hover {
color: #4f5b6c;
}
.text-dark\:hover:hover.lighten-4\:hover:hover {
color: #5a687b;
}
.text-dark\:hover:hover.darken-1\:hover:hover {
color: #242a31;
}
.text-dark\:hover:hover.darken-2\:hover:hover {
color: #191d23;
}
.text-dark\:hover:hover.darken-3\:hover:hover {
color: #0f1114;
}
.text-dark\:hover:hover.darken-4\:hover:hover {
color: #040405;
}
.text-light\:hover:hover {
color: ghostwhite;
}
.text-light\:hover:hover.lighten-1\:hover:hover {
color: white;
}
.text-light\:hover:hover.lighten-2\:hover:hover {
color: white;
}
.text-light\:hover:hover.lighten-3\:hover:hover {
color: white;
}
.text-light\:hover:hover.lighten-4\:hover:hover {
color: white;
}
.text-light\:hover:hover.darken-1\:hover:hover {
color: #dfdfff;
}
.text-light\:hover:hover.darken-2\:hover:hover {
color: #c5c5ff;
}
.text-light\:hover:hover.darken-3\:hover:hover {
color: #acacff;
}
.text-light\:hover:hover.darken-4\:hover:hover {
color: #9292ff;
}
.text-blue\:hover:hover {
color: #0000fc;
}
.text-blue\:hover:hover.lighten-1\:hover:hover {
color: #1717ff;
}
.text-blue\:hover:hover.lighten-2\:hover:hover {
color: #3030ff;
}
.text-blue\:hover:hover.lighten-3\:hover:hover {
color: #4a4aff;
}
.text-blue\:hover:hover.lighten-4\:hover:hover {
color: #6363ff;
}
.text-blue\:hover:hover.darken-1\:hover:hover {
color: #0000e3;
}
.text-blue\:hover:hover.darken-2\:hover:hover {
color: #0000c9;
}
.text-blue\:hover:hover.darken-3\:hover:hover {
color: #0000b0;
}
.text-blue\:hover:hover.darken-4\:hover:hover {
color: #000096;
}
.text-green\:hover:hover {
color: #007d00;
}
.text-green\:hover:hover.lighten-1\:hover:hover {
color: #009700;
}
.text-green\:hover:hover.lighten-2\:hover:hover {
color: #00b000;
}
.text-green\:hover:hover.lighten-3\:hover:hover {
color: #00ca00;
}
.text-green\:hover:hover.lighten-4\:hover:hover {
color: #00e300;
}
.text-green\:hover:hover.darken-1\:hover:hover {
color: darkgreen;
}
.text-green\:hover:hover.darken-2\:hover:hover {
color: #004a00;
}
.text-green\:hover:hover.darken-3\:hover:hover {
color: #003100;
}
.text-green\:hover:hover.darken-4\:hover:hover {
color: #001700;
}
.text-yellow\:hover:hover {
color: #fcfc00;
}
.text-yellow\:hover:hover.lighten-1\:hover:hover {
color: #ffff17;
}
.text-yellow\:hover:hover.lighten-2\:hover:hover {
color: #ffff30;
}
.text-yellow\:hover:hover.lighten-3\:hover:hover {
color: #ffff4a;
}
.text-yellow\:hover:hover.lighten-4\:hover:hover {
color: #ffff63;
}
.text-yellow\:hover:hover.darken-1\:hover:hover {
color: #e3e300;
}
.text-yellow\:hover:hover.darken-2\:hover:hover {
color: #c9c900;
}
.text-yellow\:hover:hover.darken-3\:hover:hover {
color: #b0b000;
}
.text-yellow\:hover:hover.darken-4\:hover:hover {
color: #969600;
}
.text-orange\:hover:hover {
color: #fca300;
}
.text-orange\:hover:hover.lighten-1\:hover:hover {
color: #ffad17;
}
.text-orange\:hover:hover.lighten-2\:hover:hover {
color: #ffb630;
}
.text-orange\:hover:hover.lighten-3\:hover:hover {
color: #ffbf4a;
}
.text-orange\:hover:hover.lighten-4\:hover:hover {
color: #ffc863;
}
.text-orange\:hover:hover.darken-1\:hover:hover {
color: #e39300;
}
.text-orange\:hover:hover.darken-2\:hover:hover {
color: #c98200;
}
.text-orange\:hover:hover.darken-3\:hover:hover {
color: #b07200;
}
.text-orange\:hover:hover.darken-4\:hover:hover {
color: #966100;
}
.text-pink\:hover:hover {
color: #ffbdc9;
}
.text-pink\:hover:hover.lighten-1\:hover:hover {
color: #ffd7de;
}
.text-pink\:hover:hover.lighten-2\:hover:hover {
color: #fff0f3;
}
.text-pink\:hover:hover.lighten-3\:hover:hover {
color: white;
}
.text-pink\:hover:hover.lighten-4\:hover:hover {
color: white;
}
.text-pink\:hover:hover.darken-1\:hover:hover {
color: #ffa4b4;
}
.text-pink\:hover:hover.darken-2\:hover:hover {
color: #ff8a9f;
}
.text-pink\:hover:hover.darken-3\:hover:hover {
color: #ff718a;
}
.text-pink\:hover:hover.darken-4\:hover:hover {
color: #ff5776;
}
.text-red\:hover:hover {
color: #fc0000;
}
.text-red\:hover:hover.lighten-1\:hover:hover {
color: #ff1717;
}
.text-red\:hover:hover.lighten-2\:hover:hover {
color: #ff3030;
}
.text-red\:hover:hover.lighten-3\:hover:hover {
color: #ff4a4a;
}
.text-red\:hover:hover.lighten-4\:hover:hover {
color: #ff6363;
}
.text-red\:hover:hover.darken-1\:hover:hover {
color: #e30000;
}
.text-red\:hover:hover.darken-2\:hover:hover {
color: #c90000;
}
.text-red\:hover:hover.darken-3\:hover:hover {
color: #b00000;
}
.text-red\:hover:hover.darken-4\:hover:hover {
color: #960000;
}
.text-purple\:hover:hover {
color: #7d007d;
}
.text-purple\:hover:hover.lighten-1\:hover:hover {
color: #970097;
}
.text-purple\:hover:hover.lighten-2\:hover:hover {
color: #b000b0;
}
.text-purple\:hover:hover.lighten-3\:hover:hover {
color: #ca00ca;
}
.text-purple\:hover:hover.lighten-4\:hover:hover {
color: #e300e3;
}
.text-purple\:hover:hover.darken-1\:hover:hover {
color: #640064;
}
.text-purple\:hover:hover.darken-2\:hover:hover {
color: #4a004a;
}
.text-purple\:hover:hover.darken-3\:hover:hover {
color: #310031;
}
.text-purple\:hover:hover.darken-4\:hover:hover {
color: #170017;
}
.text-teal\:hover:hover {
color: #007d7d;
}
.text-teal\:hover:hover.lighten-1\:hover:hover {
color: #009797;
}
.text-teal\:hover:hover.lighten-2\:hover:hover {
color: #00b0b0;
}
.text-teal\:hover:hover.lighten-3\:hover:hover {
color: #00caca;
}
.text-teal\:hover:hover.lighten-4\:hover:hover {
color: #00e3e3;
}
.text-teal\:hover:hover.darken-1\:hover:hover {
color: #006464;
}
.text-teal\:hover:hover.darken-2\:hover:hover {
color: #004a4a;
}
.text-teal\:hover:hover.darken-3\:hover:hover {
color: #003131;
}
.text-teal\:hover:hover.darken-4\:hover:hover {
color: #001717;
}
.text-indigo\:hover:hover {
color: #4a007f;
}
.text-indigo\:hover:hover.lighten-1\:hover:hover {
color: #590099;
}
.text-indigo\:hover:hover.lighten-2\:hover:hover {
color: #6800b2;
}
.text-indigo\:hover:hover.lighten-3\:hover:hover {
color: #7700cc;
}
.text-indigo\:hover:hover.lighten-4\:hover:hover {
color: #8500e5;
}
.text-indigo\:hover:hover.darken-1\:hover:hover {
color: #3b0066;
}
.text-indigo\:hover:hover.darken-2\:hover:hover {
color: #2c004c;
}
.text-indigo\:hover:hover.darken-3\:hover:hover {
color: #1d0033;
}
.text-indigo\:hover:hover.darken-4\:hover:hover {
color: #0f0019;
}
.text-brown\:hover:hover {
color: #a32929;
}
.text-brown\:hover:hover.lighten-1\:hover:hover {
color: #b72e2e;
}
.text-brown\:hover:hover.lighten-2\:hover:hover {
color: #cc3333;
}
.text-brown\:hover:hover.lighten-3\:hover:hover {
color: #d14848;
}
.text-brown\:hover:hover.lighten-4\:hover:hover {
color: #d65c5c;
}
.text-brown\:hover:hover.darken-1\:hover:hover {
color: #8f2424;
}
.text-brown\:hover:hover.darken-2\:hover:hover {
color: #7a1f1f;
}
.text-brown\:hover:hover.darken-3\:hover:hover {
color: #661a1a;
}
.text-brown\:hover:hover.darken-4\:hover:hover {
color: #521515;
}
.text-violet\:hover:hover {
color: #ee80ee;
}
.text-violet\:hover:hover.lighten-1\:hover:hover {
color: #f196f1;
}
.text-violet\:hover:hover.lighten-2\:hover:hover {
color: #f4adf4;
}
.text-violet\:hover:hover.lighten-3\:hover:hover {
color: #f7c3f7;
}
.text-violet\:hover:hover.lighten-4\:hover:hover {
color: #fadafa;
}
.text-violet\:hover:hover.darken-1\:hover:hover {
color: #eb6aeb;
}
.text-violet\:hover:hover.darken-2\:hover:hover {
color: #e853e8;
}
.text-violet\:hover:hover.darken-3\:hover:hover {
color: #e853e8;
}
.text-violet\:hover:hover.darken-4\:hover:hover {
color: #e226e2;
}
.text-grey\:hover:hover {
color: #7f7f7f;
}
.text-grey\:hover:hover.lighten-1\:hover:hover {
color: #8c8c8c;
}
.text-grey\:hover:hover.lighten-2\:hover:hover {
color: #999999;
}
.text-grey\:hover:hover.lighten-3\:hover:hover {
color: #a5a5a5;
}
.text-grey\:hover:hover.lighten-4\:hover:hover {
color: #b2b2b2;
}
.text-grey\:hover:hover.darken-1\:hover:hover {
color: #727272;
}
.text-grey\:hover:hover.darken-2\:hover:hover {
color: #666666;
}
.text-grey\:hover:hover.darken-3\:hover:hover {
color: #595959;
}
.text-grey\:hover:hover.darken-4\:hover:hover {
color: #4c4c4c;
}
.text-black\:hover:hover {
color: black;
}
.text-black\:hover:hover.lighten-1\:hover:hover {
color: #0d0d0d;
}
.text-black\:hover:hover.lighten-2\:hover:hover {
color: #1a1a1a;
}
.text-black\:hover:hover.lighten-3\:hover:hover {
color: #262626;
}
.text-black\:hover:hover.lighten-4\:hover:hover {
color: #333333;
}
.text-black\:hover:hover.darken-1\:hover:hover {
color: black;
}
.text-black\:hover:hover.darken-2\:hover:hover {
color: black;
}
.text-black\:hover:hover.darken-3\:hover:hover {
color: black;
}
.text-black\:hover:hover.darken-4\:hover:hover {
color: black;
}
.text-primary\:focus:focus {
color: #1779ba;
}
.text-primary\:focus:focus.lighten-1\:focus:focus {
color: #1a88d1;
}
.text-primary\:focus:focus.lighten-2\:focus:focus {
color: #2196e3;
}
.text-primary.lighten-3\:focus:focus {
color: #37a0e6;
}
.text-primary\:focus:focus.lighten-4\:focus:focus {
color: #4eabe9;
}
.text-primary\:focus:focus.darken-1\:focus:focus {
color: #146aa3;
}
.text-primary\:focus:focus.darken-2\:focus:focus {
color: #115b8d;
}
.text-primary\:focus:focus.darken-3\:focus:focus {
color: #0f4d76;
}
.text-primary\:focus:focus.darken-4\:focus:focus {
color: #0c3e5f;
}
.text-secondary\:focus:focus {
color: #126195;
}
.text-secondary\:focus:focus.lighten-1\:focus:focus {
color: #1570ac;
}
.text-secondary\:focus:focus.lighten-2\:focus:focus {
color: #177fc3;
}
.text-secondary\:focus:focus.lighten-3\:focus:focus {
color: #1a8dd9;
}
.text-secondary\:focus:focus.lighten-4\:focus:focus {
color: #289ae5;
}
.text-secondary\:focus:focus.darken-1\:focus:focus {
color: #0f527e;
}
.text-secondary\:focus:focus.darken-2\:focus:focus {
color: #0d4367;
}
.text-secondary\:focus:focus.darken-3\:focus:focus {
color: #0a3551;
}
.text-secondary\:focus:focus.darken-4\:focus:focus {
color: #07263a;
}
.text-success\:focus:focus {
color: #3adb76;
}
.text-success\:focus:focus.lighten-1\:focus:focus {
color: #50df85;
}
.text-success\:focus:focus.lighten-2\:focus:focus {
color: #65e394;
}
.text-success\:focus:focus.lighten-3\:focus:focus {
color: #7be7a3;
}
.text-success\:focus:focus.lighten-4\:focus:focus {
color: #90ebb2;
}
.text-success\:focus:focus.darken-1\:focus:focus {
color: #27d568;
}
.text-success\:focus:focus.darken-2\:focus:focus {
color: #23bf5d;
}
.text-success\:focus:focus.darken-3\:focus:focus {
color: #1faa53;
}
.text-success\:focus:focus.darken-4\:focus:focus {
color: #1b9448;
}
.text-danger\:focus:focus {
color: #a53b2a;
}
.text-danger\:focus:focus.lighten-1\:focus:focus {
color: #b9422f;
}
.text-danger\:focus:focus.lighten-2\:focus:focus {
color: #cc4b36;
}
.text-danger\:focus:focus.lighten-3\:focus:focus {
color: #d15d4a;
}
.text-danger\:focus:focus.lighten-4\:focus:focus {
color: #d66f5f;
}
.text-danger\:focus:focus.darken-1\:focus:focus {
color: #913425;
}
.text-danger\:focus:focus.darken-2\:focus:focus {
color: #7c2c20;
}
.text-danger\:focus:focus.darken-3\:focus:focus {
color: #68251a;
}
.text-danger\:focus:focus.darken-4\:focus:focus {
color: #541e15;
}
.text-warning\:focus:focus {
color: #cc8b00;
}
.text-warning\:focus:focus.lighten-1\:focus:focus {
color: #e69c00;
}
.text-warning\:focus:focus.lighten-2\:focus:focus {
color: #ffae00;
}
.text-warning\:focus:focus.lighten-3\:focus:focus {
color: #ffb61a;
}
.text-warning\:focus:focus.lighten-4\:focus:focus {
color: #ffbe33;
}
.text-warning\:focus:focus.darken-1\:focus:focus {
color: #b37a00;
}
.text-warning\:focus:focus.darken-2\:focus:focus {
color: #996800;
}
.text-warning\:focus:focus.darken-3\:focus:focus {
color: #805700;
}
.text-warning\:focus:focus.darken-4\:focus:focus {
color: #664600;
}
.text-muted\:focus:focus {
color: #535353;
}
.text-muted\:focus:focus.lighten-1\:focus:focus {
color: #606060;
}
.text-muted\:focus:focus.lighten-2\:focus:focus {
color: #6d6d6d;
}
.text-muted\:focus:focus.lighten-3\:focus:focus {
color: #797979;
}
.text-muted\:focus:focus.lighten-4\:focus:focus {
color: #868686;
}
.text-muted\:focus:focus.darken-1\:focus:focus {
color: #464646;
}
.text-muted\:focus:focus.darken-2\:focus:focus {
color: #3a3a3a;
}
.text-muted\:focus:focus.darken-3\:focus:focus {
color: #2d2d2d;
}
.text-muted\:focus:focus.darken-4\:focus:focus {
color: #202020;
}
.text-dark\:focus:focus {
color: #2f3640;
}
.text-dark\:focus:focus.lighten-1\:focus:focus {
color: #3a424f;
}
.text-dark\:focus:focus.lighten-2\:focus:focus {
color: #454f5d;
}
.text-dark\:focus:focus.lighten-3\:focus:focus {
color: #4f5b6c;
}
.text-dark\:focus:focus.lighten-4\:focus:focus {
color: #5a687b;
}
.text-dark\:focus:focus.darken-1\:focus:focus {
color: #242a31;
}
.text-dark\:focus:focus.darken-2\:focus:focus {
color: #191d23;
}
.text-dark\:focus:focus.darken-3\:focus:focus {
color: #0f1114;
}
.text-dark\:focus:focus.darken-4\:focus:focus {
color: #040405;
}
.text-light\:focus:focus {
color: ghostwhite;
}
.text-light\:focus:focus.lighten-1\:focus:focus {
color: white;
}
.text-light\:focus:focus.lighten-2\:focus:focus {
color: white;
}
.text-light\:focus:focus.lighten-3\:focus:focus {
color: white;
}
.text-light\:focus:focus.lighten-4\:focus:focus {
color: white;
}
.text-light\:focus:focus.darken-1\:focus:focus {
color: #dfdfff;
}
.text-light\:focus:focus.darken-2\:focus:focus {
color: #c5c5ff;
}
.text-light\:focus:focus.darken-3\:focus:focus {
color: #acacff;
}
.text-light\:focus:focus.darken-4\:focus:focus {
color: #9292ff;
}
.text-blue\:focus:focus {
color: #0000fc;
}
.text-blue\:focus:focus.lighten-1\:focus:focus {
color: #1717ff;
}
.text-blue\:focus:focus.lighten-2\:focus:focus {
color: #3030ff;
}
.text-blue\:focus:focus.lighten-3\:focus:focus {
color: #4a4aff;
}
.text-blue\:focus:focus.lighten-4\:focus:focus {
color: #6363ff;
}
.text-blue\:focus:focus.darken-1\:focus:focus {
color: #0000e3;
}
.text-blue\:focus:focus.darken-2\:focus:focus {
color: #0000c9;
}
.text-blue\:focus:focus.darken-3\:focus:focus {
color: #0000b0;
}
.text-blue\:focus:focus.darken-4\:focus:focus {
color: #000096;
}
.text-green\:focus:focus {
color: #007d00;
}
.text-green\:focus:focus.lighten-1\:focus:focus {
color: #009700;
}
.text-green\:focus:focus.lighten-2\:focus:focus {
color: #00b000;
}
.text-green\:focus:focus.lighten-3\:focus:focus {
color: #00ca00;
}
.text-green\:focus:focus.lighten-4\:focus:focus {
color: #00e300;
}
.text-green\:focus:focus.darken-1\:focus:focus {
color: darkgreen;
}
.text-green\:focus:focus.darken-2\:focus:focus {
color: #004a00;
}
.text-green\:focus:focus.darken-3\:focus:focus {
color: #003100;
}
.text-green\:focus:focus.darken-4\:focus:focus {
color: #001700;
}
.text-yellow\:focus:focus {
color: #fcfc00;
}
.text-yellow\:focus:focus.lighten-1\:focus:focus {
color: #ffff17;
}
.text-yellow\:focus:focus.lighten-2\:focus:focus {
color: #ffff30;
}
.text-yellow\:focus:focus.lighten-3\:focus:focus {
color: #ffff4a;
}
.text-yellow\:focus:focus.lighten-4\:focus:focus {
color: #ffff63;
}
.text-yellow\:focus:focus.darken-1\:focus:focus {
color: #e3e300;
}
.text-yellow\:focus:focus.darken-2\:focus:focus {
color: #c9c900;
}
.text-yellow\:focus:focus.darken-3\:focus:focus {
color: #b0b000;
}
.text-yellow\:focus:focus.darken-4\:focus:focus {
color: #969600;
}
.text-orange\:focus:focus {
color: #fca300;
}
.text-orange\:focus:focus.lighten-1\:focus:focus {
color: #ffad17;
}
.text-orange\:focus:focus.lighten-2\:focus:focus {
color: #ffb630;
}
.text-orange\:focus:focus.lighten-3\:focus:focus {
color: #ffbf4a;
}
.text-orange\:focus:focus.lighten-4\:focus:focus {
color: #ffc863;
}
.text-orange\:focus:focus.darken-1\:focus:focus {
color: #e39300;
}
.text-orange\:focus:focus.darken-2\:focus:focus {
color: #c98200;
}
.text-orange\:focus:focus.darken-3\:focus:focus {
color: #b07200;
}
.text-orange\:focus:focus.darken-4\:focus:focus {
color: #966100;
}
.text-pink\:focus:focus {
color: #ffbdc9;
}
.text-pink\:focus:focus.lighten-1\:focus:focus {
color: #ffd7de;
}
.text-pink\:focus:focus.lighten-2\:focus:focus {
color: #fff0f3;
}
.text-pink\:focus:focus.lighten-3\:focus:focus {
color: white;
}
.text-pink\:focus:focus.lighten-4\:focus:focus {
color: white;
}
.text-pink\:focus:focus.darken-1\:focus:focus {
color: #ffa4b4;
}
.text-pink\:focus:focus.darken-2\:focus:focus {
color: #ff8a9f;
}
.text-pink\:focus:focus.darken-3\:focus:focus {
color: #ff718a;
}
.text-pink\:focus:focus.darken-4\:focus:focus {
color: #ff5776;
}
.text-red\:focus:focus {
color: #fc0000;
}
.text-red\:focus:focus.lighten-1\:focus:focus {
color: #ff1717;
}
.text-red\:focus:focus.lighten-2\:focus:focus {
color: #ff3030;
}
.text-red\:focus:focus.lighten-3\:focus:focus {
color: #ff4a4a;
}
.text-red\:focus:focus.lighten-4\:focus:focus {
color: #ff6363;
}
.text-red\:focus:focus.darken-1\:focus:focus {
color: #e30000;
}
.text-red\:focus:focus.darken-2\:focus:focus {
color: #c90000;
}
.text-red\:focus:focus.darken-3\:focus:focus {
color: #b00000;
}
.text-red\:focus:focus.darken-4\:focus:focus {
color: #960000;
}
.text-purple\:focus:focus {
color: #7d007d;
}
.text-purple\:focus:focus.lighten-1\:focus:focus {
color: #970097;
}
.text-purple\:focus:focus.lighten-2\:focus:focus {
color: #b000b0;
}
.text-purple\:focus:focus.lighten-3\:focus:focus {
color: #ca00ca;
}
.text-purple\:focus:focus.lighten-4\:focus:focus {
color: #e300e3;
}
.text-purple\:focus:focus.darken-1\:focus:focus {
color: #640064;
}
.text-purple\:focus:focus.darken-2\:focus:focus {
color: #4a004a;
}
.text-purple\:focus:focus.darken-3\:focus:focus {
color: #310031;
}
.text-purple\:focus:focus.darken-4\:focus:focus {
color: #170017;
}
.text-teal\:focus:focus {
color: #007d7d;
}
.text-teal\:focus:focus.lighten-1\:focus:focus {
color: #009797;
}
.text-teal\:focus:focus.lighten-2\:focus:focus {
color: #00b0b0;
}
.text-teal\:focus:focus.lighten-3\:focus:focus {
color: #00caca;
}
.text-teal\:focus:focus.lighten-4\:focus:focus {
color: #00e3e3;
}
.text-teal\:focus:focus.darken-1\:focus:focus {
color: #006464;
}
.text-teal\:focus:focus.darken-2\:focus:focus {
color: #004a4a;
}
.text-teal\:focus:focus.darken-3\:focus:focus {
color: #003131;
}
.text-teal\:focus:focus.darken-4\:focus:focus {
color: #001717;
}
.text-indigo\:focus:focus {
color: #4a007f;
}
.text-indigo\:focus:focus.lighten-1\:focus:focus {
color: #590099;
}
.text-indigo\:focus:focus.lighten-2\:focus:focus {
color: #6800b2;
}
.text-indigo\:focus:focus.lighten-3\:focus:focus {
color: #7700cc;
}
.text-indigo\:focus:focus.lighten-4\:focus:focus {
color: #8500e5;
}
.text-indigo\:focus:focus.darken-1\:focus:focus {
color: #3b0066;
}
.text-indigo\:focus:focus.darken-2\:focus:focus {
color: #2c004c;
}
.text-indigo\:focus:focus.darken-3\:focus:focus {
color: #1d0033;
}
.text-indigo\:focus:focus.darken-4\:focus:focus {
color: #0f0019;
}
.text-brown\:focus:focus {
color: #a32929;
}
.text-brown\:focus:focus.lighten-1\:focus:focus {
color: #b72e2e;
}
.text-brown\:focus:focus.lighten-2\:focus:focus {
color: #cc3333;
}
.text-brown\:focus:focus.lighten-3\:focus:focus {
color: #d14848;
}
.text-brown\:focus:focus.lighten-4\:focus:focus {
color: #d65c5c;
}
.text-brown\:focus:focus.darken-1\:focus:focus {
color: #8f2424;
}
.text-brown\:focus:focus.darken-2\:focus:focus {
color: #7a1f1f;
}
.text-brown\:focus:focus.darken-3\:focus:focus {
color: #661a1a;
}
.text-brown\:focus:focus.darken-4\:focus:focus {
color: #521515;
}
.text-violet\:focus:focus {
color: #ee80ee;
}
.text-violet\:focus:focus.lighten-1\:focus:focus {
color: #f196f1;
}
.text-violet\:focus:focus.lighten-2\:focus:focus {
color: #f4adf4;
}
.text-violet\:focus:focus.lighten-3\:focus:focus {
color: #f7c3f7;
}
.text-violet\:focus:focus.lighten-4\:focus:focus {
color: #fadafa;
}
.text-violet\:focus:focus.darken-1\:focus:focus {
color: #eb6aeb;
}
.text-violet\:focus:focus.darken-2\:focus:focus {
color: #e853e8;
}
.text-violet\:focus:focus.darken-3\:focus:focus {
color: #e853e8;
}
.text-violet\:focus:focus.darken-4\:focus:focus {
color: #e226e2;
}
.text-grey\:focus:focus {
color: #7f7f7f;
}
.text-grey\:focus:focus.lighten-1\:focus:focus {
color: #8c8c8c;
}
.text-grey\:focus:focus.lighten-2\:focus:focus {
color: #999999;
}
.text-grey\:focus:focus.lighten-3\:focus:focus {
color: #a5a5a5;
}
.text-grey\:focus:focus.lighten-4\:focus:focus {
color: #b2b2b2;
}
.text-grey\:focus:focus.darken-1\:focus:focus {
color: #727272;
}
.text-grey\:focus:focus.darken-2\:focus:focus {
color: #666666;
}
.text-grey\:focus:focus.darken-3\:focus:focus {
color: #595959;
}
.text-grey\:focus:focus.darken-4\:focus:focus {
color: #4c4c4c;
}
.text-black\:focus:focus {
color: black;
}
.text-black\:focus:focus.lighten-1\:focus:focus {
color: #0d0d0d;
}
.text-black\:focus:focus.lighten-2\:focus:focus {
color: #1a1a1a;
}
.text-black\:focus:focus.lighten-3\:focus:focus {
color: #262626;
}
.text-black\:focus:focus.lighten-4\:focus:focus {
color: #333333;
}
.text-black\:focus:focus.darken-1\:focus:focus {
color: black;
}
.text-black\:focus:focus.darken-2\:focus:focus {
color: black;
}
.text-black\:focus:focus.darken-3\:focus:focus {
color: black;
}
.text-black\:focus:focus.darken-4\:focus:focus {
color: black;
}
.background-primary {
background-color: #1779ba;
}
.background-primary.lighten-1 {
background-color: #1a88d1;
}
.background-primary.lighten-2 {
background-color: #2196e3;
}
.background-primary.lighten-3 {
background-color: #37a0e6;
}
.background-primary.lighten-4 {
background-color: #4eabe9;
}
.background-primary.darken-1 {
background-color: #146aa3;
}
.background-primary.darken-2 {
background-color: #115b8d;
}
.background-primary.darken-3 {
background-color: #0f4d76;
}
.background-primary.darken-4 {
background-color: #0c3e5f;
}
.background-secondary {
background-color: #126195;
}
.background-secondary.lighten-1 {
background-color: #1570ac;
}
.background-secondary.lighten-2 {
background-color: #177fc3;
}
.background-secondary.lighten-3 {
background-color: #1a8dd9;
}
.background-secondary.lighten-4 {
background-color: #289ae5;
}
.background-secondary.darken-1 {
background-color: #0f527e;
}
.background-secondary.darken-2 {
background-color: #0d4367;
}
.background-secondary.darken-3 {
background-color: #0a3551;
}
.background-secondary.darken-4 {
background-color: #07263a;
}
.background-success {
background-color: #3adb76;
}
.background-success.lighten-1 {
background-color: #50df85;
}
.background-success.lighten-2 {
background-color: #65e394;
}
.background-success.lighten-3 {
background-color: #7be7a3;
}
.background-success.lighten-4 {
background-color: #90ebb2;
}
.background-success.darken-1 {
background-color: #27d568;
}
.background-success.darken-2 {
background-color: #23bf5d;
}
.background-success.darken-3 {
background-color: #1faa53;
}
.background-success.darken-4 {
background-color: #1b9448;
}
.background-danger {
background-color: #a53b2a;
}
.background-danger.lighten-1 {
background-color: #b9422f;
}
.background-danger.lighten-2 {
background-color: #cc4b36;
}
.background-danger.lighten-3 {
background-color: #d15d4a;
}
.background-danger.lighten-4 {
background-color: #d66f5f;
}
.background-danger.darken-1 {
background-color: #913425;
}
.background-danger.darken-2 {
background-color: #7c2c20;
}
.background-danger.darken-3 {
background-color: #68251a;
}
.background-danger.darken-4 {
background-color: #541e15;
}
.background-warning {
background-color: #cc8b00;
}
.background-warning.lighten-1 {
background-color: #e69c00;
}
.background-warning.lighten-2 {
background-color: #ffae00;
}
.background-warning.lighten-3 {
background-color: #ffb61a;
}
.background-warning.lighten-4 {
background-color: #ffbe33;
}
.background-warning.darken-1 {
background-color: #b37a00;
}
.background-warning.darken-2 {
background-color: #996800;
}
.background-warning.darken-3 {
background-color: #805700;
}
.background-warning.darken-4 {
background-color: #664600;
}
.background-muted {
background-color: #535353;
}
.background-muted.lighten-1 {
background-color: #606060;
}
.background-muted.lighten-2 {
background-color: #6d6d6d;
}
.background-muted.lighten-3 {
background-color: #797979;
}
.background-muted.lighten-4 {
background-color: #868686;
}
.background-muted.darken-1 {
background-color: #464646;
}
.background-muted.darken-2 {
background-color: #3a3a3a;
}
.background-muted.darken-3 {
background-color: #2d2d2d;
}
.background-muted.darken-4 {
background-color: #202020;
}
.background-dark {
background-color: #2f3640;
}
.background-dark.lighten-1 {
background-color: #3a424f;
}
.background-dark.lighten-2 {
background-color: #454f5d;
}
.background-dark.lighten-3 {
background-color: #4f5b6c;
}
.background-dark.lighten-4 {
background-color: #5a687b;
}
.background-dark.darken-1 {
background-color: #242a31;
}
.background-dark.darken-2 {
background-color: #191d23;
}
.background-dark.darken-3 {
background-color: #0f1114;
}
.background-dark.darken-4 {
background-color: #040405;
}
.background-light {
background-color: ghostwhite;
}
.background-light.lighten-1 {
background-color: white;
}
.background-light.lighten-2 {
background-color: white;
}
.background-light.lighten-3 {
background-color: white;
}
.background-light.lighten-4 {
background-color: white;
}
.background-light.darken-1 {
background-color: #dfdfff;
}
.background-light.darken-2 {
background-color: #c5c5ff;
}
.background-light.darken-3 {
background-color: #acacff;
}
.background-light.darken-4 {
background-color: #9292ff;
}
.background-blue {
background-color: #0000fc;
}
.background-blue.lighten-1 {
background-color: #1717ff;
}
.background-blue.lighten-2 {
background-color: #3030ff;
}
.background-blue.lighten-3 {
background-color: #4a4aff;
}
.background-blue.lighten-4 {
background-color: #6363ff;
}
.background-blue.darken-1 {
background-color: #0000e3;
}
.background-blue.darken-2 {
background-color: #0000c9;
}
.background-blue.darken-3 {
background-color: #0000b0;
}
.background-blue.darken-4 {
background-color: #000096;
}
.background-green {
background-color: #007d00;
}
.background-green.lighten-1 {
background-color: #009700;
}
.background-green.lighten-2 {
background-color: #00b000;
}
.background-green.lighten-3 {
background-color: #00ca00;
}
.background-green.lighten-4 {
background-color: #00e300;
}
.background-green.darken-1 {
background-color: darkgreen;
}
.background-green.darken-2 {
background-color: #004a00;
}
.background-green.darken-3 {
background-color: #003100;
}
.background-green.darken-4 {
background-color: #001700;
}
.background-yellow {
background-color: #fcfc00;
}
.background-yellow.lighten-1 {
background-color: #ffff17;
}
.background-yellow.lighten-2 {
background-color: #ffff30;
}
.background-yellow.lighten-3 {
background-color: #ffff4a;
}
.background-yellow.lighten-4 {
background-color: #ffff63;
}
.background-yellow.darken-1 {
background-color: #e3e300;
}
.background-yellow.darken-2 {
background-color: #c9c900;
}
.background-yellow.darken-3 {
background-color: #b0b000;
}
.background-yellow.darken-4 {
background-color: #969600;
}
.background-orange {
background-color: #fca300;
}
.background-orange.lighten-1 {
background-color: #ffad17;
}
.background-orange.lighten-2 {
background-color: #ffb630;
}
.background-orange.lighten-3 {
background-color: #ffbf4a;
}
.background-orange.lighten-4 {
background-color: #ffc863;
}
.background-orange.darken-1 {
background-color: #e39300;
}
.background-orange.darken-2 {
background-color: #c98200;
}
.background-orange.darken-3 {
background-color: #b07200;
}
.background-orange.darken-4 {
background-color: #966100;
}
.background-pink {
background-color: #ffbdc9;
}
.background-pink.lighten-1 {
background-color: #ffd7de;
}
.background-pink.lighten-2 {
background-color: #fff0f3;
}
.background-pink.lighten-3 {
background-color: white;
}
.background-pink.lighten-4 {
background-color: white;
}
.background-pink.darken-1 {
background-color: #ffa4b4;
}
.background-pink.darken-2 {
background-color: #ff8a9f;
}
.background-pink.darken-3 {
background-color: #ff718a;
}
.background-pink.darken-4 {
background-color: #ff5776;
}
.background-red {
background-color: #fc0000;
}
.background-red.lighten-1 {
background-color: #ff1717;
}
.background-red.lighten-2 {
background-color: #ff3030;
}
.background-red.lighten-3 {
background-color: #ff4a4a;
}
.background-red.lighten-4 {
background-color: #ff6363;
}
.background-red.darken-1 {
background-color: #e30000;
}
.background-red.darken-2 {
background-color: #c90000;
}
.background-red.darken-3 {
background-color: #b00000;
}
.background-red.darken-4 {
background-color: #960000;
}
.background-purple {
background-color: #7d007d;
}
.background-purple.lighten-1 {
background-color: #970097;
}
.background-purple.lighten-2 {
background-color: #b000b0;
}
.background-purple.lighten-3 {
background-color: #ca00ca;
}
.background-purple.lighten-4 {
background-color: #e300e3;
}
.background-purple.darken-1 {
background-color: #640064;
}
.background-purple.darken-2 {
background-color: #4a004a;
}
.background-purple.darken-3 {
background-color: #310031;
}
.background-purple.darken-4 {
background-color: #170017;
}
.background-teal {
background-color: #007d7d;
}
.background-teal.lighten-1 {
background-color: #009797;
}
.background-teal.lighten-2 {
background-color: #00b0b0;
}
.background-teal.lighten-3 {
background-color: #00caca;
}
.background-teal.lighten-4 {
background-color: #00e3e3;
}
.background-teal.darken-1 {
background-color: #006464;
}
.background-teal.darken-2 {
background-color: #004a4a;
}
.background-teal.darken-3 {
background-color: #003131;
}
.background-teal.darken-4 {
background-color: #001717;
}
.background-indigo {
background-color: #4a007f;
}
.background-indigo.lighten-1 {
background-color: #590099;
}
.background-indigo.lighten-2 {
background-color: #6800b2;
}
.background-indigo.lighten-3 {
background-color: #7700cc;
}
.background-indigo.lighten-4 {
background-color: #8500e5;
}
.background-indigo.darken-1 {
background-color: #3b0066;
}
.background-indigo.darken-2 {
background-color: #2c004c;
}
.background-indigo.darken-3 {
background-color: #1d0033;
}
.background-indigo.darken-4 {
background-color: #0f0019;
}
.background-brown {
background-color: #a32929;
}
.background-brown.lighten-1 {
background-color: #b72e2e;
}
.background-brown.lighten-2 {
background-color: #cc3333;
}
.background-brown.lighten-3 {
background-color: #d14848;
}
.background-brown.lighten-4 {
background-color: #d65c5c;
}
.background-brown.darken-1 {
background-color: #8f2424;
}
.background-brown.darken-2 {
background-color: #7a1f1f;
}
.background-brown.darken-3 {
background-color: #661a1a;
}
.background-brown.darken-4 {
background-color: #521515;
}
.background-violet {
background-color: #ee80ee;
}
.background-violet.lighten-1 {
background-color: #f196f1;
}
.background-violet.lighten-2 {
background-color: #f4adf4;
}
.background-violet.lighten-3 {
background-color: #f7c3f7;
}
.background-violet.lighten-4 {
background-color: #fadafa;
}
.background-violet.darken-1 {
background-color: #eb6aeb;
}
.background-violet.darken-2 {
background-color: #e853e8;
}
.background-violet.darken-3 {
background-color: #e853e8;
}
.background-violet.darken-4 {
background-color: #e226e2;
}
.background-grey {
background-color: #7f7f7f;
}
.background-grey.lighten-1 {
background-color: #8c8c8c;
}
.background-grey.lighten-2 {
background-color: #999999;
}
.background-grey.lighten-3 {
background-color: #a5a5a5;
}
.background-grey.lighten-4 {
background-color: #b2b2b2;
}
.background-grey.darken-1 {
background-color: #727272;
}
.background-grey.darken-2 {
background-color: #666666;
}
.background-grey.darken-3 {
background-color: #595959;
}
.background-grey.darken-4 {
background-color: #4c4c4c;
}
.background-black {
background-color: black;
}
.background-black.lighten-1 {
background-color: #0d0d0d;
}
.background-black.lighten-2 {
background-color: #1a1a1a;
}
.background-black.lighten-3 {
background-color: #262626;
}
.background-black.lighten-4 {
background-color: #333333;
}
.background-black.darken-1 {
background-color: black;
}
.background-black.darken-2 {
background-color: black;
}
.background-black.darken-3 {
background-color: black;
}
.background-black.darken-4 {
background-color: black;
}
.background-primary\:hover:hover {
background-color: #1779ba;
}
.background-primary\:hover:hover.lighten-1\:hover:hover {
background-color: #1a88d1;
}
.background-primary\:hover:hover.lighten-2\:hover:hover {
background-color: #2196e3;
}
.background-primary\:hover:hover.lighten-3\:hover:hover {
background-color: #37a0e6;
}
.background-primary\:hover:hover.lighten-4\:hover:hover {
background-color: #4eabe9;
}
.background-primary\:hover:hover.darken-1\:hover:hover {
background-color: #146aa3;
}
.background-primary\:hover:hover.darken-2\:hover:hover {
background-color: #115b8d;
}
.background-primary\:hover:hover.darken-3\:hover:hover {
background-color: #0f4d76;
}
.background-primary\:hover:hover.darken-4\:hover:hover {
background-color: #0c3e5f;
}
.background-secondary\:hover:hover {
background-color: #126195;
}
.background-secondary\:hover:hover.lighten-1\:hover:hover {
background-color: #1570ac;
}
.background-secondary\:hover:hover.lighten-2\:hover:hover {
background-color: #177fc3;
}
.background-secondary\:hover:hover.lighten-3\:hover:hover {
background-color: #1a8dd9;
}
.background-secondary\:hover:hover.lighten-4\:hover:hover {
background-color: #289ae5;
}
.background-secondary\:hover:hover.darken-1\:hover:hover {
background-color: #0f527e;
}
.background-secondary\:hover:hover.darken-2\:hover:hover {
background-color: #0d4367;
}
.background-secondary\:hover:hover.darken-3\:hover:hover {
background-color: #0a3551;
}
.background-secondary\:hover:hover.darken-4\:hover:hover {
background-color: #07263a;
}
.background-success\:hover:hover {
background-color: #3adb76;
}
.background-success\:hover:hover.lighten-1\:hover:hover {
background-color: #50df85;
}
.background-success\:hover:hover.lighten-2\:hover:hover {
background-color: #65e394;
}
.background-success\:hover:hover.lighten-3\:hover:hover {
background-color: #7be7a3;
}
.background-success\:hover:hover.lighten-4\:hover:hover {
background-color: #90ebb2;
}
.background-success\:hover:hover.darken-1\:hover:hover {
background-color: #27d568;
}
.background-success\:hover:hover.darken-2\:hover:hover {
background-color: #23bf5d;
}
.background-success\:hover:hover.darken-3\:hover:hover {
background-color: #1faa53;
}
.background-success\:hover:hover.darken-4\:hover:hover {
background-color: #1b9448;
}
.background-danger\:hover:hover {
background-color: #a53b2a;
}
.background-danger\:hover:hover.lighten-1\:hover:hover {
background-color: #b9422f;
}
.background-danger\:hover:hover.lighten-2\:hover:hover {
background-color: #cc4b36;
}
.background-danger\:hover:hover.lighten-3\:hover:hover {
background-color: #d15d4a;
}
.background-danger\:hover:hover.lighten-4\:hover:hover {
background-color: #d66f5f;
}
.background-danger\:hover:hover.darken-1\:hover:hover {
background-color: #913425;
}
.background-danger\:hover:hover.darken-2\:hover:hover {
background-color: #7c2c20;
}
.background-danger\:hover:hover.darken-3\:hover:hover {
background-color: #68251a;
}
.background-danger\:hover:hover.darken-4\:hover:hover {
background-color: #541e15;
}
.background-warning\:hover:hover {
background-color: #cc8b00;
}
.background-warning\:hover:hover.lighten-1\:hover:hover {
background-color: #e69c00;
}
.background-warning\:hover:hover.lighten-2\:hover:hover {
background-color: #ffae00;
}
.background-warning\:hover:hover.lighten-3\:hover:hover {
background-color: #ffb61a;
}
.background-warning\:hover:hover.lighten-4\:hover:hover {
background-color: #ffbe33;
}
.background-warning\:hover:hover.darken-1\:hover:hover {
background-color: #b37a00;
}
.background-warning\:hover:hover.darken-2\:hover:hover {
background-color: #996800;
}
.background-warning\:hover:hover.darken-3\:hover:hover {
background-color: #805700;
}
.background-warning\:hover:hover.darken-4\:hover:hover {
background-color: #664600;
}
.background-muted\:hover:hover {
background-color: #535353;
}
.background-muted\:hover:hover.lighten-1\:hover:hover {
background-color: #606060;
}
.background-muted\:hover:hover.lighten-2\:hover:hover {
background-color: #6d6d6d;
}
.background-muted\:hover:hover.lighten-3\:hover:hover {
background-color: #797979;
}
.background-muted\:hover:hover.lighten-4\:hover:hover {
background-color: #868686;
}
.background-muted\:hover:hover.darken-1\:hover:hover {
background-color: #464646;
}
.background-muted\:hover:hover.darken-2\:hover:hover {
background-color: #3a3a3a;
}
.background-muted\:hover:hover.darken-3\:hover:hover {
background-color: #2d2d2d;
}
.background-muted\:hover:hover.darken-4\:hover:hover {
background-color: #202020;
}
.background-dark\:hover:hover {
background-color: #2f3640;
}
.background-dark\:hover:hover.lighten-1\:hover:hover {
background-color: #3a424f;
}
.background-dark\:hover:hover.lighten-2\:hover:hover {
background-color: #454f5d;
}
.background-dark\:hover:hover.lighten-3\:hover:hover {
background-color: #4f5b6c;
}
.background-dark\:hover:hover.lighten-4\:hover:hover {
background-color: #5a687b;
}
.background-dark\:hover:hover.darken-1\:hover:hover {
background-color: #242a31;
}
.background-dark\:hover:hover.darken-2\:hover:hover {
background-color: #191d23;
}
.background-dark\:hover:hover.darken-3\:hover:hover {
background-color: #0f1114;
}
.background-dark\:hover:hover.darken-4\:hover:hover {
background-color: #040405;
}
.background-light\:hover:hover {
background-color: ghostwhite;
}
.background-light\:hover:hover.lighten-1\:hover:hover {
background-color: white;
}
.background-light\:hover:hover.lighten-2\:hover:hover {
background-color: white;
}
.background-light\:hover:hover.lighten-3\:hover:hover {
background-color: white;
}
.background-light\:hover:hover.lighten-4\:hover:hover {
background-color: white;
}
.background-light\:hover:hover.darken-1\:hover:hover {
background-color: #dfdfff;
}
.background-light\:hover:hover.darken-2\:hover:hover {
background-color: #c5c5ff;
}
.background-light\:hover:hover.darken-3\:hover:hover {
background-color: #acacff;
}
.background-light\:hover:hover.darken-4\:hover:hover {
background-color: #9292ff;
}
.background-blue\:hover:hover {
background-color: #0000fc;
}
.background-blue\:hover:hover.lighten-1\:hover:hover {
background-color: #1717ff;
}
.background-blue\:hover:hover.lighten-2\:hover:hover {
background-color: #3030ff;
}
.background-blue\:hover:hover.lighten-3\:hover:hover {
background-color: #4a4aff;
}
.background-blue\:hover:hover.lighten-4\:hover:hover {
background-color: #6363ff;
}
.background-blue\:hover:hover.darken-1\:hover:hover {
background-color: #0000e3;
}
.background-blue\:hover:hover.darken-2\:hover:hover {
background-color: #0000c9;
}
.background-blue\:hover:hover.darken-3\:hover:hover {
background-color: #0000b0;
}
.background-blue\:hover:hover.darken-4\:hover:hover {
background-color: #000096;
}
.background-green\:hover:hover {
background-color: #007d00;
}
.background-green\:hover:hover.lighten-1\:hover:hover {
background-color: #009700;
}
.background-green\:hover:hover.lighten-2\:hover:hover {
background-color: #00b000;
}
.background-green\:hover:hover.lighten-3\:hover:hover {
background-color: #00ca00;
}
.background-green\:hover:hover.lighten-4\:hover:hover {
background-color: #00e300;
}
.background-green\:hover:hover.darken-1\:hover:hover {
background-color: darkgreen;
}
.background-green\:hover:hover.darken-2\:hover:hover {
background-color: #004a00;
}
.background-green\:hover:hover.darken-3\:hover:hover {
background-color: #003100;
}
.background-green\:hover:hover.darken-4\:hover:hover {
background-color: #001700;
}
.background-yellow\:hover:hover {
background-color: #fcfc00;
}
.background-yellow\:hover:hover.lighten-1\:hover:hover {
background-color: #ffff17;
}
.background-yellow\:hover:hover.lighten-2\:hover:hover {
background-color: #ffff30;
}
.background-yellow\:hover:hover.lighten-3\:hover:hover {
background-color: #ffff4a;
}
.background-yellow\:hover:hover.lighten-4\:hover:hover {
background-color: #ffff63;
}
.background-yellow\:hover:hover.darken-1\:hover:hover {
background-color: #e3e300;
}
.background-yellow\:hover:hover.darken-2\:hover:hover {
background-color: #c9c900;
}
.background-yellow\:hover:hover.darken-3\:hover:hover {
background-color: #b0b000;
}
.background-yellow\:hover:hover.darken-4\:hover:hover {
background-color: #969600;
}
.background-orange\:hover:hover {
background-color: #fca300;
}
.background-orange\:hover:hover.lighten-1\:hover:hover {
background-color: #ffad17;
}
.background-orange\:hover:hover.lighten-2\:hover:hover {
background-color: #ffb630;
}
.background-orange\:hover:hover.lighten-3\:hover:hover {
background-color: #ffbf4a;
}
.background-orange\:hover:hover.lighten-4\:hover:hover {
background-color: #ffc863;
}
.background-orange\:hover:hover.darken-1\:hover:hover {
background-color: #e39300;
}
.background-orange\:hover:hover.darken-2\:hover:hover {
background-color: #c98200;
}
.background-orange\:hover:hover.darken-3\:hover:hover {
background-color: #b07200;
}
.background-orange\:hover:hover.darken-4\:hover:hover {
background-color: #966100;
}
.background-pink\:hover:hover {
background-color: #ffbdc9;
}
.background-pink\:hover:hover.lighten-1\:hover:hover {
background-color: #ffd7de;
}
.background-pink\:hover:hover.lighten-2\:hover:hover {
background-color: #fff0f3;
}
.background-pink\:hover:hover.lighten-3\:hover:hover {
background-color: white;
}
.background-pink\:hover:hover.lighten-4\:hover:hover {
background-color: white;
}
.background-pink\:hover:hover.darken-1\:hover:hover {
background-color: #ffa4b4;
}
.background-pink\:hover:hover.darken-2\:hover:hover {
background-color: #ff8a9f;
}
.background-pink\:hover:hover.darken-3\:hover:hover {
background-color: #ff718a;
}
.background-pink\:hover:hover.darken-4\:hover:hover {
background-color: #ff5776;
}
.background-red\:hover:hover {
background-color: #fc0000;
}
.background-red\:hover:hover.lighten-1\:hover:hover {
background-color: #ff1717;
}
.background-red\:hover:hover.lighten-2\:hover:hover {
background-color: #ff3030;
}
.background-red\:hover:hover.lighten-3\:hover:hover {
background-color: #ff4a4a;
}
.background-red\:hover:hover.lighten-4\:hover:hover {
background-color: #ff6363;
}
.background-red\:hover:hover.darken-1\:hover:hover {
background-color: #e30000;
}
.background-red\:hover:hover.darken-2\:hover:hover {
background-color: #c90000;
}
.background-red\:hover:hover.darken-3\:hover:hover {
background-color: #b00000;
}
.background-red\:hover:hover.darken-4\:hover:hover {
background-color: #960000;
}
.background-purple\:hover:hover {
background-color: #7d007d;
}
.background-purple\:hover:hover.lighten-1\:hover:hover {
background-color: #970097;
}
.background-purple\:hover:hover.lighten-2\:hover:hover {
background-color: #b000b0;
}
.background-purple\:hover:hover.lighten-3\:hover:hover {
background-color: #ca00ca;
}
.background-purple\:hover:hover.lighten-4\:hover:hover {
background-color: #e300e3;
}
.background-purple\:hover:hover.darken-1\:hover:hover {
background-color: #640064;
}
.background-purple\:hover:hover.darken-2\:hover:hover {
background-color: #4a004a;
}
.background-purple\:hover:hover.darken-3\:hover:hover {
background-color: #310031;
}
.background-purple\:hover:hover.darken-4\:hover:hover {
background-color: #170017;
}
.background-teal\:hover:hover {
background-color: #007d7d;
}
.background-teal\:hover:hover.lighten-1\:hover:hover {
background-color: #009797;
}
.background-teal\:hover:hover.lighten-2\:hover:hover {
background-color: #00b0b0;
}
.background-teal\:hover:hover.lighten-3\:hover:hover {
background-color: #00caca;
}
.background-teal\:hover:hover.lighten-4\:hover:hover {
background-color: #00e3e3;
}
.background-teal\:hover:hover.darken-1\:hover:hover {
background-color: #006464;
}
.background-teal\:hover:hover.darken-2\:hover:hover {
background-color: #004a4a;
}
.background-teal\:hover:hover.darken-3\:hover:hover {
background-color: #003131;
}
.background-teal\:hover:hover.darken-4\:hover:hover {
background-color: #001717;
}
.background-indigo\:hover:hover {
background-color: #4a007f;
}
.background-indigo\:hover:hover.lighten-1\:hover:hover {
background-color: #590099;
}
.background-indigo\:hover:hover.lighten-2\:hover:hover {
background-color: #6800b2;
}
.background-indigo\:hover:hover.lighten-3\:hover:hover {
background-color: #7700cc;
}
.background-indigo\:hover:hover.lighten-4\:hover:hover {
background-color: #8500e5;
}
.background-indigo\:hover:hover.darken-1\:hover:hover {
background-color: #3b0066;
}
.background-indigo\:hover:hover.darken-2\:hover:hover {
background-color: #2c004c;
}
.background-indigo-\:hover:hover.darken-3\:hover:hover {
background-color: #1d0033;
}
.background-indigo\:hover:hover.darken-4\:hover:hover {
background-color: #0f0019;
}
.background-brown\:hover:hover {
background-color: #a32929;
}
.background-brown\:hover:hover.lighten-1\:hover:hover {
background-color: #b72e2e;
}
.background-brown\:hover:hover.lighten-2\:hover:hover {
background-color: #cc3333;
}
.background-brown\:hover:hover.lighten-3\:hover:hover {
background-color: #d14848;
}
.background-brown\:hover:hover.lighten-4\:hover:hover {
background-color: #d65c5c;
}
.background-brown\:hover:hover.darken-1\:hover:hover {
background-color: #8f2424;
}
.background-brown\:hover:hover.darken-2\:hover:hover {
background-color: #7a1f1f;
}
.background-brown\:hover:hover.darken-3\:hover:hover {
background-color: #661a1a;
}
.background-brown\:hover:hover.darken-4\:hover:hover {
background-color: #521515;
}
.background-violet\:hover:hover:hover:hover {
background-color: #ee80ee;
}
.background-violet\:hover:hover.lighten-1\:hover:hover {
background-color: #f196f1;
}
.background-violet\:hover:hover.lighten-2\:hover:hover {
background-color: #f4adf4;
}
.background-violet\:hover:hover.lighten-3\:hover:hover {
background-color: #f7c3f7;
}
.background-violet\:hover:hover.lighten-4\:hover:hover {
background-color: #fadafa;
}
.background-violet\:hover:hover.darken-1\:hover:hover {
background-color: #eb6aeb;
}
.background-violet\:hover:hover.darken-2\:hover:hover {
background-color: #e853e8;
}
.background-violet\:hover:hover.darken-3\:hover:hover {
background-color: #e853e8;
}
.background-violet\:hover:hover.darken-4\:hover:hover {
background-color: #e226e2;
}
.background-grey\:hover:hover {
background-color: #7f7f7f;
}
.background-grey\:hover:hover.lighten-1\:hover:hover {
background-color: #8c8c8c;
}
.background-grey\:hover:hover.lighten-2\:hover:hover {
background-color: #999999;
}
.background-grey\:hover:hover.lighten-3\:hover:hover {
background-color: #a5a5a5;
}
.background-grey\:hover:hover.lighten-4\:hover:hover {
background-color: #b2b2b2;
}
.background-grey\:hover:hover.darken-1\:hover:hover {
background-color: #727272;
}
.background-grey\:hover:hover.darken-2\:hover:hover {
background-color: #666666;
}
.background-grey\:hover:hover.darken-3\:hover:hover {
background-color: #595959;
}
.background-grey\:hover:hover.darken-4\:hover:hover {
background-color: #4c4c4c;
}
.background-black\:hover:hover {
background-color: black;
}
.background-black\:hover:hover.lighten-1\:hover:hover {
background-color: #0d0d0d;
}
.background-black\:hover:hover.lighten-2\:hover:hover {
background-color: #1a1a1a;
}
.background-black\:hover:hover.lighten-3\:hover:hover {
background-color: #262626;
}
.background-black\:hover:hover.lighten-4\:hover:hover {
background-color: #333333;
}
.background-black\:hover:hover.darken-1\:hover:hover {
background-color: black;
}
.background-black\:hover:hover.darken-2\:hover:hover {
background-color: black;
}
.background-black\:hover:hover.darken-3\:hover:hover {
background-color: black;
}
.background-black\:hover:hover.darken-4\:hover:hover {
background-color: black;
}
.background-primary\:focus:focus {
background-color: #1779ba;
}
.background-primary\:focus:focus.lighten-1\:focus:focus {
background-color: #1a88d1;
}
.background-primary\:focus:focus.lighten-2\:focus:focus {
background-color: #2196e3;
}
.background-primary\:focus:focus.lighten-3\:focus:focus {
background-color: #37a0e6;
}
.background-primary\:focus:focus.lighten-4\:focus:focus {
background-color: #4eabe9;
}
.background-primary\:focus:focus.darken-1\:focus:focus {
background-color: #146aa3;
}
.background-primary\:focus:focus.darken-2\:focus:focus {
background-color: #115b8d;
}
.background-primary\:focus:focus.darken-3\:focus:focus {
background-color: #0f4d76;
}
.background-primary\:focus:focus.darken-4\:focus:focus {
background-color: #0c3e5f;
}
.background-secondary\:focus:focus {
background-color: #126195;
}
.background-secondary\:focus:focus.lighten-1\:focus:focus {
background-color: #1570ac;
}
.background-secondary\:focus:focus.lighten-2\:focus:focus {
background-color: #177fc3;
}
.background-secondary\:focus:focus.lighten-3\:focus:focus {
background-color: #1a8dd9;
}
.background-secondary\:focus:focus.lighten-4\:focus:focus {
background-color: #289ae5;
}
.background-secondary\:focus:focus.darken-1\:focus:focus {
background-color: #0f527e;
}
.background-secondary\:focus:focus.darken-2\:focus:focus {
background-color: #0d4367;
}
.background-secondary\:focus:focus.darken-3\:focus:focus {
background-color: #0a3551;
}
.background-secondary\:focus:focus.darken-4\:focus:focus {
background-color: #07263a;
}
.background-success\:focus:focus {
background-color: #3adb76;
}
.background-success\:focus:focus.lighten-1\:focus:focus {
background-color: #50df85;
}
.background-success\:focus:focus.lighten-2\:focus:focus {
background-color: #65e394;
}
.background-success\:focus:focus.lighten-3\:focus:focus {
background-color: #7be7a3;
}
.background-success\:focus:focus.lighten-4\:focus:focus {
background-color: #90ebb2;
}
.background-success\:focus:focus.darken-1\:focus:focus {
background-color: #27d568;
}
.background-success\:focus:focus.darken-2\:focus:focus {
background-color: #23bf5d;
}
.background-success\:focus:focus.darken-3\:focus:focus {
background-color: #1faa53;
}
.background-success\:focus:focus.darken-4\:focus:focus {
background-color: #1b9448;
}
.background-danger\:focus:focus {
background-color: #a53b2a;
}
.background-danger\:focus:focus.lighten-1\:focus:focus {
background-color: #b9422f;
}
.background-danger\:focus:focus.lighten-2\:focus:focus {
background-color: #cc4b36;
}
.background-danger\:focus:focus.lighten-3\:focus:focus {
background-color: #d15d4a;
}
.background-danger\:focus:focus.lighten-4\:focus:focus {
background-color: #d66f5f;
}
.background-danger\:focus:focus.darken-1\:focus:focus {
background-color: #913425;
}
.background-danger\:focus:focus.darken-2\:focus:focus {
background-color: #7c2c20;
}
.background-danger\:focus:focus.darken-3\:focus:focus {
background-color: #68251a;
}
.background-danger\:focus:focus.darken-4\:focus:focus {
background-color: #541e15;
}
.background-warning\:focus:focus {
background-color: #cc8b00;
}
.background-warning\:focus:focus.lighten-1\:focus:focus {
background-color: #e69c00;
}
.background-warning\:focus:focus.lighten-2\:focus:focus {
background-color: #ffae00;
}
.background-warning\:focus:focus.lighten-3\:focus:focus {
background-color: #ffb61a;
}
.background-warning\:focus:focus.lighten-4\:focus:focus {
background-color: #ffbe33;
}
.background-warning\:focus:focus.darken-1\:focus:focus {
background-color: #b37a00;
}
.background-warning\:focus:focus.darken-2\:focus:focus {
background-color: #996800;
}
.background-warning\:focus:focus.darken-3\:focus:focus {
background-color: #805700;
}
.background-warning\:focus:focus.darken-4\:focus:focus {
background-color: #664600;
}
.background-muted\:focus:focus {
background-color: #535353;
}
.background-muted\:focus:focus.lighten-1\:focus:focus {
background-color: #606060;
}
.background-muted\:focus:focus.lighten-2\:focus:focus {
background-color: #6d6d6d;
}
.background-muted\:focus:focus.lighten-3\:focus:focus {
background-color: #797979;
}
.background-muted\:focus:focus.lighten-4\:focus:focus {
background-color: #868686;
}
.background-muted\:focus:focus.darken-1\:focus:focus {
background-color: #464646;
}
.background-muted\:focus:focus.darken-2\:focus:focus {
background-color: #3a3a3a;
}
.background-muted\:focus:focus.darken-3\:focus:focus {
background-color: #2d2d2d;
}
.background-muted\:focus:focus.darken-4\:focus:focus {
background-color: #202020;
}
.background-dark\:focus:focus {
background-color: #2f3640;
}
.background-dark\:focus:focus.lighten-1\:focus:focus {
background-color: #3a424f;
}
.background-dark\:focus:focus.lighten-2\:focus:focus {
background-color: #454f5d;
}
.background-dark\:focus:focus.lighten-3\:focus:focus {
background-color: #4f5b6c;
}
.background-dark\:focus:focus.lighten-4\:focus:focus {
background-color: #5a687b;
}
.background-dark\:focus:focus.darken-1\:focus:focus {
background-color: #242a31;
}
.background-dark\:focus:focus.darken-2\:focus:focus {
background-color: #191d23;
}
.background-dark\:focus:focus.darken-3\:focus:focus {
background-color: #0f1114;
}
.background-dark\:focus:focus.darken-4\:focus:focus {
background-color: #040405;
}
.background-light\:focus:focus {
background-color: ghostwhite;
}
.background-light\:focus:focus.lighten-1\:focus:focus {
background-color: white;
}
.background-light\:focus:focus.lighten-2\:focus:focus {
background-color: white;
}
.background-light\:focus:focus.lighten-3\:focus:focus {
background-color: white;
}
.background-light\:focus:focus.lighten-4\:focus:focus {
background-color: white;
}
.background-light\:focus:focus.darken-1\:focus:focus {
background-color: #dfdfff;
}
.background-light\:focus:focus.darken-2\:focus:focus {
background-color: #c5c5ff;
}
.background-light\:focus:focus.darken-3\:focus:focus {
background-color: #acacff;
}
.background-light\:focus:focus.darken-4\:focus:focus {
background-color: #9292ff;
}
.background-blue\:focus:focus {
background-color: #0000fc;
}
.background-blue\:focus:focus.lighten-1\:focus:focus {
background-color: #1717ff;
}
.background-blue\:focus:focus.lighten-2\:focus:focus {
background-color: #3030ff;
}
.background-blue\:focus:focus.lighten-3\:focus:focus {
background-color: #4a4aff;
}
.background-blue\:focus:focus.lighten-4\:focus:focus {
background-color: #6363ff;
}
.background-blue\:focus:focus.darken-1\:focus:focus {
background-color: #0000e3;
}
.background-blue\:focus:focus.darken-2\:focus:focus {
background-color: #0000c9;
}
.background-blue\:focus:focus.darken-3\:focus:focus {
background-color: #0000b0;
}
.background-blue\:focus:focus.darken-4\:focus:focus {
background-color: #000096;
}
.background-green\:focus:focus {
background-color: #007d00;
}
.background-green\:focus:focus.lighten-1\:focus:focus {
background-color: #009700;
}
.background-green\:focus:focus.lighten-2\:focus:focus {
background-color: #00b000;
}
.background-green\:focus:focus.lighten-3\:focus:focus {
background-color: #00ca00;
}
.background-green\:focus:focus.lighten-4\:focus:focus {
background-color: #00e300;
}
.background-green\:focus:focus.darken-1\:focus:focus {
background-color: darkgreen;
}
.background-green\:focus:focus.darken-2\:focus:focus {
background-color: #004a00;
}
.background-green\:focus:focus.darken-3\:focus:focus {
background-color: #003100;
}
.background-green\:focus:focus.darken-4\:focus:focus {
background-color: #001700;
}
.background-yellow\:focus:focus {
background-color: #fcfc00;
}
.background-yellow\:focus:focus.lighten-1\:focus:focus {
background-color: #ffff17;
}
.background-yellow\:focus:focus.lighten-2\:focus:focus {
background-color: #ffff30;
}
.background-yellow\:focus:focus.lighten-3\:focus:focus {
background-color: #ffff4a;
}
.background-yellow\:focus:focus.lighten-4\:focus:focus {
background-color: #ffff63;
}
.background-yellow\:focus:focus.darken-1\:focus:focus {
background-color: #e3e300;
}
.background-yellow\:focus:focus.darken-2\:focus:focus {
background-color: #c9c900;
}
.background-yellow\:focus:focus.darken-3\:focus:focus {
background-color: #b0b000;
}
.background-yellow\:focus:focus.darken-4\:focus:focus {
background-color: #969600;
}
.background-orange\:focus:focus {
background-color: #fca300;
}
.background-orange\:focus:focus.lighten-1\:focus:focus {
background-color: #ffad17;
}
.background-orange\:focus:focus.lighten-2\:focus:focus {
background-color: #ffb630;
}
.background-orange\:focus:focus.lighten-3\:focus:focus {
background-color: #ffbf4a;
}
.background-orange\:focus:focus.lighten-4\:focus:focus {
background-color: #ffc863;
}
.background-orange\:focus:focus.darken-1\:focus:focus {
background-color: #e39300;
}
.background-orange\:focus:focus.darken-2\:focus:focus {
background-color: #c98200;
}
.background-orange\:focus:focus.darken-3\:focus:focus {
background-color: #b07200;
}
.background-orange\:focus:focus.darken-4\:focus:focus {
background-color: #966100;
}
.background-pink\:focus:focus {
background-color: #ffbdc9;
}
.background-pink\:focus:focus.lighten-1\:focus:focus {
background-color: #ffd7de;
}
.background-pink\:focus:focus.lighten-2\:focus:focus {
background-color: #fff0f3;
}
.background-pink\:focus:focus.lighten-3\:focus:focus {
background-color: white;
}
.background-pink\:focus:focus.lighten-4\:focus:focus {
background-color: white;
}
.background-pink\:focus:focus.darken-1\:focus:focus {
background-color: #ffa4b4;
}
.background-pink\:focus:focus.darken-2\:focus:focus {
background-color: #ff8a9f;
}
.background-pink\:focus:focus.darken-3\:focus:focus {
background-color: #ff718a;
}
.background-pink\:focus:focus.darken-4\:focus:focus {
background-color: #ff5776;
}
.background-red\:focus:focus {
background-color: #fc0000;
}
.background-red\:focus:focus.lighten-1\:focus:focus {
background-color: #ff1717;
}
.background-red\:focus:focus.lighten-2\:focus:focus {
background-color: #ff3030;
}
.background-red\:focus:focus.lighten-3\:focus:focus {
background-color: #ff4a4a;
}
.background-red\:focus:focus.lighten-4\:focus:focus {
background-color: #ff6363;
}
.background-red\:focus:focus.darken-1\:focus:focus {
background-color: #e30000;
}
.background-red\:focus:focus.darken-2\:focus:focus {
background-color: #c90000;
}
.background-red\:focus:focus.darken-3\:focus:focus {
background-color: #b00000;
}
.background-red\:focus:focus.darken-4\:focus:focus {
background-color: #960000;
}
.background-purple\:focus:focus {
background-color: #7d007d;
}
.background-purple\:focus:focus.lighten-1\:focus:focus {
background-color: #970097;
}
.background-purple\:focus:focus.lighten-2\:focus:focus {
background-color: #b000b0;
}
.background-purple\:focus:focus.lighten-3\:focus:focus {
background-color: #ca00ca;
}
.background-purple\:focus:focus.lighten-4\:focus:focus {
background-color: #e300e3;
}
.background-purple\:focus:focus.darken-1\:focus:focus {
background-color: #640064;
}
.background-purple\:focus:focus.darken-2\:focus:focus {
background-color: #4a004a;
}
.background-purple\:focus:focus.darken-3\:focus:focus {
background-color: #310031;
}
.background-purple\:focus:focus.darken-4\:focus:focus {
background-color: #170017;
}
.background-teal\:focus:focus {
background-color: #007d7d;
}
.background-teal\:focus:focus.lighten-1\:focus:focus {
background-color: #009797;
}
.background-teal\:focus:focus.lighten-2\:focus:focus {
background-color: #00b0b0;
}
.background-teal\:focus:focus.lighten-3\:focus:focus {
background-color: #00caca;
}
.background-teal\:focus:focus.lighten-4\:focus:focus {
background-color: #00e3e3;
}
.background-teal\:focus:focus.darken-1\:focus:focus {
background-color: #006464;
}
.background-teal\:focus:focus.darken-2\:focus:focus {
background-color: #004a4a;
}
.background-teal\:focus:focus.darken-3\:focus:focus {
background-color: #003131;
}
.background-teal\:focus:focus.darken-4\:focus:focus {
background-color: #001717;
}
.background-indigo\:focus:focus {
background-color: #4a007f;
}
.background-indigo\:focus:focus.lighten-1\:focus:focus {
background-color: #590099;
}
.background-indigo\:focus:focus.lighten-2\:focus:focus {
background-color: #6800b2;
}
.background-indigo\:focus:focus.lighten-3\:focus:focus {
background-color: #7700cc;
}
.background-indigo\:focus:focus.lighten-4\:focus:focus {
background-color: #8500e5;
}
.background-indigo\:focus:focus.darken-1\:focus:focus {
background-color: #3b0066;
}
.background-indigo\:focus:focus.darken-2\:focus:focus {
background-color: #2c004c;
}
.background-indigo\:focus:focus.darken-3\:focus:focus {
background-color: #1d0033;
}
.background-indigo\:focus:focus.darken-4\:focus:focus {
background-color: #0f0019;
}
.background-brown\:focus:focus {
background-color: #a32929;
}
.background-brown\:focus:focus.lighten-1\:focus:focus {
background-color: #b72e2e;
}
.background-brown\:focus:focus.lighten-2\:focus-hovered {
background-color: #cc3333;
}
.background-brown\:focus:focus.lighten-3\:focus:focus {
background-color: #d14848;
}
.background-brown\:focus:focus.lighten-4\:focus:focus {
background-color: #d65c5c;
}
.background-brown\:focus:focus.darken-1\:focus:focus {
background-color: #8f2424;
}
.background-brown\:focus:focus.darken-2\:focus:focus {
background-color: #7a1f1f;
}
.background-brown\:focus:focus.darken-3\:focus:focus {
background-color: #661a1a;
}
.background-brown\:focus:focus.darken-4\:focus:focus {
background-color: #521515;
}
.background-violet\:focus:focus:focus:focus {
background-color: #ee80ee;
}
.background-violet\:focus:focus.lighten-1\:focus:focus {
background-color: #f196f1;
}
.background-violet\:focus:focus.lighten-2\:focus:focus {
background-color: #f4adf4;
}
.background-violet\:focus:focus.lighten-3\:focus:focus {
background-color: #f7c3f7;
}
.background-violet\:focus:focus.lighten-4\:focus:focus {
background-color: #fadafa;
}
.background-violet\:focus:focus.darken-1\:focus:focus {
background-color: #eb6aeb;
}
.background-violet\:focus:focus.darken-2\:focus:focus {
background-color: #e853e8;
}
.background-violet\:focus:focus.darken-3\:focus:focus {
background-color: #e853e8;
}
.background-violet\:focus:focus.darken-4\:focus:focus {
background-color: #e226e2;
}
.background-grey\:focus:focus {
background-color: #7f7f7f;
}
.background-grey\:focus:focus.lighten-1\:focus:focus {
background-color: #8c8c8c;
}
.background-grey\:focus:focus.lighten-2\:focus:focus {
background-color: #999999;
}
.background-grey\:focus:focus.lighten-3\:focus:focus {
background-color: #a5a5a5;
}
.background-grey\:focus:focus.lighten-4\:focus:focus {
background-color: #b2b2b2;
}
.background-grey\:focus:focus.darken-1\:focus:focus {
background-color: #727272;
}
.background-grey\:focus:focus.darken-2\:focus:focus {
background-color: #666666;
}
.background-grey\:focus:focus.darken-3\:focus:focus {
background-color: #595959;
}
.background-grey\:focus:focus.darken-4\:focus:focus {
background-color: #4c4c4c;
}
.background-black\:focus:focus {
background-color: black;
}
.background-black\:focus:focus.lighten-1\:focus:focus {
background-color: #0d0d0d;
}
.background-black\:focus:focus.lighten-2\:focus:focus {
background-color: #1a1a1a;
}
.background-black\:focus:focus.lighten-3\:focus:focus {
background-color: #262626;
}
.background-black\:focus:focus.lighten-4\:focus:focus {
background-color: #333333;
}
.background-black\:focus:focus.darken-1\:focus:focus {
background-color: black;
}
.background-black\:focus:focus.darken-2\:focus:focus {
background-color: black;
}
.background-black\:focus:focus.darken-3\:focus:focus {
background-color: black;
}
.background-black\:focus:focus.darken-4\:focus:focus {
background-color: black;
}
.border {
border-color: var(--pendeza-black);
border-style: solid;
border-width: 0.1rem;
}
.border-style-none {
border-style: none;
}
.border-style-dotted {
border-style: dotted;
}
.border-style-dashed {
border-style: dashed;
}
.border-style-solid {
border-style: solid;
}
.border-style-groove {
border-style: groove;
}
.border-style-ridge {
border-style: ridge;
}
.border-style-double {
border-style: double;
}
.border-style-inset {
border-style: inset;
}
.border-style-outset {
border-style: outset;
}
.border-1 {
border-width: 0.1rem;
}
.border-1\.5 {
border-width: 0.2rem;
}
.border-2 {
border-width: 0.3rem;
}
.border-2\.5 {
border-width: 0.4rem;
}
.border-3 {
border-width: 0.5rem;
}
.border-3\.5 {
border-width: 0.6rem;
}
.border-4 {
border-width: 0.7rem;
}
.border-5\.5 {
border-width: 0.8rem;
}
.border-6 {
border-width: 0.9rem;
}
.border-6\.5 {
border-width: 1rem;
}
.border-7 {
border-width: 1.1rem;
}
.border-7\.5 {
border-width: 1.2rem;
}
.border-8 {
border-width: 1.3rem;
}
.border-8\.5 {
border-width: 1.4rem;
}
.border-9 {
border-width: 1.5rem;
}
.border-9\.5 {
border-width: 1.6rem;
}
.border-10 {
border-width: 1.7rem;
}
.border-10\.5 {
border-width: 1.8rem;
}
.border-11 {
border-width: 1.9rem;
}
.border-11\.5 {
border-width: 2rem;
}
.border-12 {
border-width: 2.1rem;
}
.border-12\.5 {
border-width: 2.2rem;
}
.border-13 {
border-width: 2.3rem;
}
.border-13\.5 {
border-width: 2.4rem;
}
.border-14 {
border-width: 2.5rem;
}
.border-14\.5 {
border-width: 2.6rem;
}
.border-15 {
border-width: 2.7rem;
}
.border-primary {
border-color: var(--pendeza-primary);
}
.border-primary.lighten-1 {
border-color: var(--pendeza-primary-lighten-1);
}
.border-primary.lighten-2 {
border-color: var(--pendeza-primary-lighten-2);
}
.border-primary.lighten-3 {
border-color: var(--pendeza-primary-lighten-3);
}
.border-primary.lighten-4 {
border-color: var(--pendeza-primary-lighten-4);
}
.border-primary.darken-1 {
border-color: var(--pendeza-primary-darken-1);
}
.border-primary.darken-2 {
border-color: var(--pendeza-primary-darken-2);
}
.border-primary.darken-3 {
border-color: var(--pendeza-primary-darken-3);
}
.border-primary.darken-4 {
border-color: var(--pendeza-primary-darken-4);
}
.border-secondary {
border-color: var(--pendeza-secondary);
}
.border-secondary.lighten-1 {
border-color: var(--pendeza-secondary-lighten-1);
}
.border-secondary.lighten-2 {
border-color: var(--pendeza-secondary-lighten-2);
}
.border-secondary.lighten-3 {
border-color: var(--pendeza-secondary-lighten-3);
}
.border-secondary.lighten-4 {
border-color: var(--pendeza-secondary-lighten-4);
}
.border-secondary.darken-1 {
border-color: var(--pendeza-secondary-darken-1);
}
.border-secondary.darken-2 {
border-color: var(--pendeza-secondary-darken-2);
}
.border-secondary.darken-3 {
border-color: var(--pendeza-secondary-darken-3);
}
.border-secondary.darken-4 {
border-color: var(--pendeza-secondary-darken-4);
}
.border-success {
border-color: var(--pendeza-success);
}
.border-success.lighten-1 {
border-color: var(--pendeza-success-lighten-1);
}
.border-success.lighten-2 {
border-color: var(--pendeza-success-lighten-2);
}
.border-success.lighten-3 {
border-color: var(--pendeza-success-lighten-3);
}
.border-success.lighten-4 {
border-color: var(--pendeza-success-lighten-4);
}
.border-success.darken-1 {
border-color: var(--pendeza-success-darken-1);
}
.border-success.darken-2 {
border-color: var(--pendeza-success-darken-2);
}
.border-success.darken-3 {
border-color: var(--pendeza-success-darken-3);
}
.border-success.darken-4 {
border-color: var(--pendeza-success-darken-4);
}
.border-danger {
border-color: var(--pendeza-danger);
}
.border-danger.lighten-1 {
border-color: var(--pendeza-danger-lighten-1);
}
.border-danger.lighten-2 {
border-color: var(--pendeza-danger-lighten-2);
}
.border-danger.lighten-3 {
border-color: var(--pendeza-danger-lighten-3);
}
.border-danger.lighten-4 {
border-color: var(--pendeza-danger-lighten-4);
}
.border-danger.darken-1 {
border-color: var(--pendeza-danger-darken-1);
}
.border-danger.darken-2 {
border-color: var(--pendeza-danger-darken-2);
}
.border-danger.darken-3 {
border-color: var(--pendeza-danger-darken-3);
}
.border-danger.darken-4 {
border-color: var(--pendeza-danger-darken-4);
}
.border-warning {
border-color: var(--pendeza-warning);
}
.border-warning.lighten-1 {
border-color: var(--pendeza-warning-lighten-1);
}
.border-warning.lighten-2 {
border-color: var(--pendeza-warning-lighten-2);
}
.border-warning.lighten-3 {
border-color: var(--pendeza-warning-lighten-3);
}
.border-warning.lighten-4 {
border-color: var(--pendeza-warning-lighten-4);
}
.border-warning.darken-1 {
border-color: var(--pendeza-warning-darken-1);
}
.border-warning.darken-2 {
border-color: var(--pendeza-warning-darken-2);
}
.border-warning.darken-3 {
border-color: var(--pendeza-warning-darken-3);
}
.border-warning.darken-4 {
border-color: var(--pendeza-warning-darken-4);
}
.border-muted {
border-color: var(--pendeza-muted);
}
.border-muted.lighten-1 {
border-color: var(--pendeza-muted-lighten-1);
}
.border-muted.lighten-2 {
border-color: var(--pendeza-muted-lighten-2);
}
.border-muted.lighten-3 {
border-color: var(--pendeza-muted-lighten-3);
}
.border-muted.lighten-4 {
border-color: var(--pendeza-muted-lighten-4);
}
.border-muted.darken-1 {
border-color: var(--pendeza-muted-darken-1);
}
.border-muted.darken-2 {
border-color: var(--pendeza-muted-darken-2);
}
.border-muted.darken-3 {
border-color: var(--pendeza-muted-darken-3);
}
.border-muted.darken-4 {
border-color: var(--pendeza-muted-darken-4);
}
.border-dark {
border-color: var(--pendeza-dark);
}
.border-dark.lighten-1 {
border-color: var(--pendeza-dark-lighten-1);
}
.border-dark.lighten-2 {
border-color: var(--pendeza-dark-lighten-2);
}
.border-dark.lighten-3 {
border-color: var(--pendeza-dark-lighten-3);
}
.border-dark.lighten-4 {
border-color: var(--pendeza-dark-lighten-4);
}
.border-dark.darken-1 {
border-color: var(--pendeza-dark-darken-1);
}
.border-dark.darken-2 {
border-color: var(--pendeza-dark-darken-2);
}
.border-dark.darken-3 {
border-color: var(--pendeza-dark-darken-3);
}
.border-dark.darken-4 {
border-color: var(--pendeza-dark-darken-4);
}
.border-light {
border-color: var(--pendeza-light);
}
.border-light.lighten-1 {
border-color: var(--pendeza-light-lighten-1);
}
.border-light.lighten-2 {
border-color: var(--pendeza-light-lighten-2);
}
.border-light.lighten-3 {
border-color: var(--pendeza-light-lighten-3);
}
.border-light.lighten-4 {
border-color: var(--pendeza-light-lighten-4);
}
.border-light.darken-1 {
border-color: var(--pendeza-light-darken-1);
}
.border-light.darken-2 {
border-color: var(--pendeza-light-darken-2);
}
.border-light.darken-3 {
border-color: var(--pendeza-light-darken-3);
}
.border-light.darken-4 {
border-color: var(--pendeza-light-darken-4);
}
.border-blue {
border-color: var(--pendeza-blue);
}
.border-blue.lighten-1 {
border-color: var(--pendeza-blue-lighten-1);
}
.border-blue.lighten-2 {
border-color: var(--pendeza-blue-lighten-2);
}
.border-blue.lighten-3 {
border-color: var(--pendeza-blue-lighten-3);
}
.border-blue.lighten-4 {
border-color: var(--pendeza-blue-lighten-4);
}
.border-blue.darken-1 {
border-color: var(--pendeza-blue-darken-1);
}
.border-blue.darken-2 {
border-color: var(--pendeza-blue-darken-2);
}
.border-blue.darken-3 {
border-color: var(--pendeza-blue-darken-3);
}
.border-blue.darken-4 {
border-color: var(--pendeza-blue-darken-4);
}
.border-green {
border-color: var(--pendeza-green);
}
.border-green.lighten-1 {
border-color: var(--pendeza-green-lighten-1);
}
.border-green.lighten-2 {
border-color: var(--pendeza-green-lighten-2);
}
.border-green.lighten-3 {
border-color: var(--pendeza-green-lighten-3);
}
.border-green.lighten-4 {
border-color: var(--pendeza-green-lighten-4);
}
.border-green.darken-1 {
border-color: var(--pendeza-green-darken-1);
}
.border-green.darken-2 {
border-color: var(--pendeza-green-darken-2);
}
.border-green.darken-3 {
border-color: var(--pendeza-green-darken-3);
}
.border-green.darken-4 {
border-color: var(--pendeza-green-darken-4);
}
.border-yellow {
border-color: var(--pendeza-yellow);
}
.border-yellow.lighten-1 {
border-color: var(--pendeza-yellow-lighten-1);
}
.border-yellow.lighten-2 {
border-color: var(--pendeza-yellow-lighten-2);
}
.border-yellow.lighten-3 {
border-color: var(--pendeza-yellow-lighten-3);
}
.border-yellow.lighten-4 {
border-color: var(--pendeza-yellow-lighten-4);
}
.border-yellow.darken-1 {
border-color: var(--pendeza-yellow-darken-1);
}
.border-yellow.darken-2 {
border-color: var(--pendeza-yellow-darken-2);
}
.border-yellow.darken-3 {
border-color: var(--pendeza-yellow-darken-3);
}
.border-yellow.darken-4 {
border-color: var(--pendeza-yellow-darken-4);
}
.border-orange {
border-color: var(--pendeza-orange);
}
.border-orange.lighten-1 {
border-color: var(--pendeza-orange-lighten-1);
}
.border-orange.lighten-2 {
border-color: var(--pendeza-orange-lighten-2);
}
.border-orange.lighten-3 {
border-color: var(--pendeza-orange-lighten-3);
}
.border-orange.lighten-4 {
border-color: var(--pendeza-orange-lighten-4);
}
.border-orange.darken-1 {
border-color: var(--pendeza-orange-darken-1);
}
.border-orange.darken-2 {
border-color: var(--pendeza-orange-darken-2);
}
.border-orange.darken-3 {
border-color: var(--pendeza-orange-darken-3);
}
.border-orange.darken-4 {
border-color: var(--pendeza-orange-darken-4);
}
.border-pink {
border-color: var(--pendeza-pink);
}
.border-pink.lighten-1 {
border-color: var(--pendeza-pink-lighten-1);
}
.border-pink.lighten-2 {
border-color: var(--pendeza-pink-lighten-2);
}
.border-pink.lighten-3 {
border-color: var(--pendeza-pink-lighten-3);
}
.border-pink.lighten-4 {
border-color: var(--pendeza-pink-lighten-4);
}
.border-pink.darken-1 {
border-color: var(--pendeza-pink-darken-1);
}
.border-pink.darken-2 {
border-color: var(--pendeza-pink-darken-2);
}
.border-pink.darken-3 {
border-color: var(--pendeza-pink-darken-3);
}
.border-pink.darken-4 {
border-color: var(--pendeza-pink-darken-4);
}
.border-red {
border-color: var(--pendeza-red);
}
.border-red.lighten-1 {
border-color: var(--pendeza-red-lighten-1);
}
.border-red.lighten-2 {
border-color: var(--pendeza-red-lighten-2);
}
.border-red.lighten-3 {
border-color: var(--pendeza-red-lighten-3);
}
.border-red.lighten-4 {
border-color: var(--pendeza-red-lighten-4);
}
.border-red.darken-1 {
border-color: var(--pendeza-red-darken-1);
}
.border-red.darken-2 {
border-color: var(--pendeza-red-darken-2);
}
.border-red.darken-3 {
border-color: var(--pendeza-red-darken-3);
}
.border-red.darken-4 {
border-color: var(--pendeza-red-darken-4);
}
.border-purple {
border-color: var(--pendeza-purple);
}
.border-purple.lighten-1 {
border-color: var(--pendeza-purple-lighten-1);
}
.border-purple.lighten-2 {
border-color: var(--pendeza-purple-lighten-2);
}
.border-purple.lighten-3 {
border-color: var(--pendeza-purple-lighten-3);
}
.border-purple.lighten-4 {
border-color: var(--pendeza-purple-lighten-4);
}
.border-purple.darken-1 {
border-color: var(--pendeza-purple-darken-1);
}
.border-purple.darken-2 {
border-color: var(--pendeza-purple-darken-2);
}
.border-purple.darken-3 {
border-color: var(--pendeza-purple-darken-3);
}
.border-purple.darken-4 {
border-color: var(--pendeza-purple-darken-4);
}
.border-teal {
border-color: var(--pendeza-teal);
}
.border-teal.lighten-1 {
border-color: var(--pendeza-teal-lighten-1);
}
.border-teal.lighten-2 {
border-color: var(--pendeza-teal-lighten-2);
}
.border-teal.lighten-3 {
border-color: var(--pendeza-teal-lighten-3);
}
.border-teal.lighten-4 {
border-color: var(--pendeza-teal-lighten-4);
}
.border-teal.darken-1 {
border-color: var(--pendeza-teal-darken-1);
}
.border-teal.darken-2 {
border-color: var(--pendeza-teal-darken-2);
}
.border-teal.darken-3 {
border-color: var(--pendeza-teal-darken-3);
}
.border-teal.darken-4 {
border-color: var(--pendeza-teal-darken-4);
}
.border-indigo {
border-color: var(--pendeza-indigo);
}
.border-indigo.lighten-1 {
border-color: var(--pendeza-indigo-lighten-1);
}
.border-indigo.lighten-2 {
border-color: var(--pendeza-indigo-lighten-2);
}
.border-indigo.lighten-3 {
border-color: var(--pendeza-indigo-lighten-3);
}
.border-indigo.lighten-4 {
border-color: var(--pendeza-indigo-lighten-4);
}
.border-indigo.darken-1 {
border-color: var(--pendeza-indigo-darken-1);
}
.border-indigo.darken-2 {
border-color: var(--pendeza-indigo-darken-2);
}
.border-indigo.darken-3 {
border-color: var(--pendeza-indigo-darken-3);
}
.border-indigo.darken-4 {
border-color: var(--pendeza-indigo-darken-4);
}
.border-brown {
border-color: var(--pendeza-brown);
}
.border-brown.lighten-1 {
border-color: var(--pendeza-brown-lighten-1);
}
.border-brown.lighten-2 {
border-color: var(--pendeza-brown-lighten-2);
}
.border-brown.lighten-3 {
border-color: var(--pendeza-brown-lighten-3);
}
.border-brown.lighten-4 {
border-color: var(--pendeza-brown-lighten-4);
}
.border-brown.darken-1 {
border-color: var(--pendeza-brown-darken-1);
}
.border-brown.darken-2 {
border-color: var(--pendeza-brown-darken-2);
}
.border-brown.darken-3 {
border-color: var(--pendeza-brown-darken-3);
}
.border-brown.darken-4 {
border-color: var(--pendeza-brown-darken-4);
}
.border-violet {
border-color: var(--pendeza-violet);
}
.border-violet.lighten-1 {
border-color: var(--pendeza-violet-lighten-1);
}
.border-violet.lighten-2 {
border-color: var(--pendeza-violet-lighten-2);
}
.border-violet.lighten-3 {
border-color: var(--pendeza-violet-lighten-3);
}
.border-violet.lighten-4 {
border-color: var(--pendeza-violet-lighten-4);
}
.border-violet.darken-1 {
border-color: var(--pendeza-violet-darken-1);
}
.border-violet.darken-2 {
border-color: var(--pendeza-violet-darken-2);
}
.border-violet.darken-3 {
border-color: var(--pendeza-violet-darken-3);
}
.border-violet.darken-4 {
border-color: var(--pendeza-violet-darken-4);
}
.border-grey {
border-color: var(--pendeza-grey);
}
.border-grey.lighten-1 {
border-color: var(--pendeza-grey-lighten-1);
}
.border-grey.lighten-2 {
border-color: var(--pendeza-grey-lighten-2);
}
.border-grey.lighten-3 {
border-color: var(--pendeza-grey-lighten-3);
}
.border-grey.lighten-4 {
border-color: var(--pendeza-grey-lighten-4);
}
.border-grey.darken-1 {
border-color: var(--pendeza-grey-darken-1);
}
.border-grey.darken-2 {
border-color: var(--pendeza-grey-darken-2);
}
.border-grey.darken-3 {
border-color: var(--pendeza-grey-darken-3);
}
.border-grey.darken-4 {
border-color: var(--pendeza-grey-darken-4);
}
.border-black {
border-color: var(--pendeza-black);
}
.border-black.lighten-1 {
border-color: var(--pendeza-black-lighten-1);
}
.border-black.lighten-2 {
border-color: var(--pendeza-black-lighten-2);
}
.border-black.lighten-3 {
border-color: var(--pendeza-black-lighten-3);
}
.border-black.lighten-4 {
border-color: var(--pendeza-black-lighten-4);
}
.border-black.darken-1 {
border-color: var(--pendeza-black-darken-1);
}
.border-black.darken-2 {
border-color: var(--pendeza-black-darken-2);
}
.border-black.darken-3 {
border-color: var(--pendeza-black-darken-3);
}
.border-black.darken-4 {
border-color: var(--pendeza-black-darken-4);
}
.border-primary\:hover:hover {
border-color: var(--pendeza-primary);
}
.border-primary\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-primary-lighten-1);
}
.border-primary\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-primary-lighten-2);
}
.border-primary\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-primary-lighten-3);
}
.border-primary\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-primary-lighten-4);
}
.border-primary\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-primary-darken-1);
}
.border-primary\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-primary-darken-2);
}
.border-primary\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-primary-darken-3);
}
.border-primary\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-primary-darken-4);
}
.border-secondary\:hover:hover {
border-color: var(--pendeza-secondary);
}
.border-secondary\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-secondary-lighten-1);
}
.border-secondary\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-secondary-lighten-2);
}
.border-secondary\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-secondary-lighten-3);
}
.border-secondary\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-secondary-lighten-4);
}
.border-secondary\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-secondary-darken-1);
}
.border-secondary\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-secondary-darken-2);
}
.border-secondary\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-secondary-darken-3);
}
.border-secondary\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-secondary-darken-4);
}
.border-success\:hover:hover {
border-color: var(--pendeza-success);
}
.border-success\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-success-lighten-1);
}
.border-success\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-success-lighten-2);
}
.border-success\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-success-lighten-3);
}
.border-success\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-success-lighten-4);
}
.border-success\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-success-darken-1);
}
.border-success\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-success-darken-2);
}
.border-success\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-success-darken-3);
}
.border-success\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-success-darken-4);
}
.border-danger\:hover:hover {
border-color: var(--pendeza-danger);
}
.border-danger\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-danger-lighten-1);
}
.border-danger\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-danger-lighten-2);
}
.border-danger\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-danger-lighten-3);
}
.border-danger\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-danger-lighten-4);
}
.border-danger\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-danger-darken-1);
}
.border-danger\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-danger-darken-2);
}
.border-danger\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-danger-darken-3);
}
.border-danger\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-danger-darken-4);
}
.border-warning\:hover:hover {
border-color: var(--pendeza-warning);
}
.border-warning\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-warning-lighten-1);
}
.border-warning\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-warning-lighten-2);
}
.border-warning\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-warning-lighten-3);
}
.border-warning\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-warning-lighten-4);
}
.border-warning\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-warning-darken-1);
}
.border-warning\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-warning-darken-2);
}
.border-warning\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-warning-darken-3);
}
.border-warning\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-warning-darken-4);
}
.border-muted\:hover:hover {
border-color: var(--pendeza-muted);
}
.border-muted\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-muted-lighten-1);
}
.border-muted\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-muted-lighten-2);
}
.border-muted\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-muted-lighten-3);
}
.border-muted\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-muted-lighten-4);
}
.border-muted\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-muted-daredken-1);
}
.border-muted\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-muted-darken-2);
}
.border-muted\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-muted-darken-3);
}
.border-muted\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-muted-darken-4);
}
.border-dark\:hover:hover {
border-color: var(--pendeza-dark);
}
.border-dark\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-dark-lighten-1);
}
.border-dark\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-dark-lighten-2);
}
.border-dark\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-dark-lighten-3);
}
.border-dark\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-dark-lighten-4);
}
.border-dark\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-dark-darken-1);
}
.border-dark\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-dark-darken-2);
}
.border-dark\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-dark-darken-3);
}
.border-dark\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-dark-darken-4);
}
.border-light\:hover:hover {
border-color: var(--pendeza-light);
}
.border-light\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-light-lighten-1);
}
.border-light\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-light-lighten-2);
}
.border-light\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-light-lighten-3);
}
.border-light\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-light-lighten-4);
}
.border-light\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-light-darken-1);
}
.border-light\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-light-darken-2);
}
.border-light\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-light-darken-3);
}
.border-light\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-light-darken-4);
}
.border-blue\:hover:hover {
border-color: var(--pendeza-blue);
}
.border-blue\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-blue-lighten-1);
}
.border-blue\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-blue-lighten-2);
}
.border-blue\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-blue-lighten-3);
}
.border-blue\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-blue-lighten-4);
}
.border-blue\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-blue-darken-1);
}
.border-blue\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-blue-darken-2);
}
.border-blue\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-blue-darken-3);
}
.border-blue\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-blue-darken-4);
}
.border-green\:hover:hover {
border-color: var(--pendeza-green);
}
.border-green\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-green-lighten-1);
}
.border-green\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-green-lighten-2);
}
.border-green\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-green-lighten-3);
}
.border-green\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-green-lighten-4);
}
.border-green\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-green-darken-1);
}
.border-green\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-green-darken-2);
}
.border-green\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-green-darken-3);
}
.border-green\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-green-darken-4);
}
.border-yellow\:hover:hover {
border-color: var(--pendeza-yellow);
}
.border-yellow\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-yellow-lighten-1);
}
.border-yellow\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-yellow-lighten-2);
}
.border-yellow\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-yellow-lighten-3);
}
.border-yellow\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-yellow-lighten-4);
}
.border-yellow\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-yellow-darken-1);
}
.border-yellow\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-yellow-darken-2);
}
.border-yellow\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-yellow-darken-3);
}
.border-yellow\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-yellow-darken-4);
}
.border-orange\:hover:hover {
border-color: var(--pendeza-orange);
}
.border-orange\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-orange-lighten-1);
}
.border-orange\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-orange-lighten-2);
}
.border-orange\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-orange-lighten-3);
}
.border-orange\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-orange-lighten-4);
}
.border-orange\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-orange-darken-1);
}
.border-orange\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-orange-darken-2);
}
.border-orange\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-orange-darken-3);
}
.border-orange\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-orange-darken-4);
}
.border-pink\:hover:hover {
border-color: var(--pendeza-pink);
}
.border-pink\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-pink-lighten-1);
}
.border-pink\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-pink-lighten-2);
}
.border-pink\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-pink-lighten-3);
}
.border-pink\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-pink-lighten-4);
}
.border-pink\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-pink-darken-1);
}
.border-pink\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-pink-darken-2);
}
.border-pink\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-pink-darken-3);
}
.border-pink\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-pink-darken-4);
}
.border-red\:hover:hover {
border-color: var(--pendeza-red);
}
.border-red\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-red-lighten-1);
}
.border-red\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-red-lighten-2);
}
.border-red\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-red-lighten-3);
}
.border-red\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-red-lighten-4);
}
.border-red\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-red-darken-1);
}
.border-red\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-red-darken-2);
}
.border-red\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-red-darken-3);
}
.border-red\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-red-darken-4);
}
.border-purple\:hover:hover {
border-color: var(--pendeza-purple);
}
.border-purple\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-purple-lighten-1);
}
.border-purple\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-purple-lighten-2);
}
.border-purple\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-purple-lighten-3);
}
.border-purple\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-purple-lighten-4);
}
.border-purple\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-purple-darken-1);
}
.border-purple\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-purple-darken-2);
}
.border-purple\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-purple-darken-3);
}
.border-purple\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-purple-darken-4);
}
.border-teal\:hover:hover {
border-color: var(--pendeza-teal);
}
.border-teal\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-teal-lighten-1);
}
.border-teal\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-teal-lighten-2);
}
.border-teal\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-teal-lighten-3);
}
.border-teal\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-teal-lighten-4);
}
.border-teal\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-teal-darken-1);
}
.border-teal\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-teal-darken-2);
}
.border-teal\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-teal-darken-3);
}
.border-teal\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-teal-darken-4);
}
.border-indigo\:hover:hover {
border-color: var(--pendeza-indigo);
}
.border-indigo\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-indigo-lighten-1);
}
.border-indigo\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-indigo-lighten-2);
}
.border-indigo\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-indigo-lighten-3);
}
.border-indigo\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-indigo-lighten-4);
}
.border-indigo\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-indigo-darken-1);
}
.border-indigo\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-indigo-darken-2);
}
.border-indigo\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-indigo-darken-3);
}
.border-indigo\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-indigo-darken-4);
}
.border-brown\:hover:hover {
border-color: var(--pendeza-brown);
}
.border-brown\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-brown-lighten-1);
}
.border-brown\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-brown-lighten-2);
}
.border-brown\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-brown-lighten-3);
}
.border-brown\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-brown-lighten-4);
}
.border-brown\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-brown-darken-1);
}
.border-brown\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-brown-darken-2);
}
.border-brown\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-brown-darken-3);
}
.border-brown\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-brown-darken-4);
}
.border-violet\:hover:hover {
border-color: var(--pendeza-violet);
}
.border-violet\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-violet-lighten-1);
}
.border-violet\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-violet-lighten-2);
}
.border-violet\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-violet-lighten-3);
}
.border-violet\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-violet-lighten-4);
}
.border-violet\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-violet-darken-1);
}
.border-violet\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-violet-darken-2);
}
.border-violet\:hover\:hover.darken-3\:hover:hover {
border-color: var(--pendeza-violet-darken-3);
}
.border-violet\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-violet-darken-4);
}
.border-grey\:hover:hover {
border-color: var(--pendeza-grey);
}
.border-grey\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-grey-lighten-1);
}
.border-grey\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-grey-lighten-2);
}
.border-grey\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-grey-lighten-3);
}
.border-grey\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-grey-lighten-4);
}
.border-grey\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-grey-darken-1);
}
.border-grey\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-grey-darken-2);
}
.border-grey\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-grey-darken-3);
}
.border-grey\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-grey-darken-4);
}
.border-black\:hover:hover {
border-color: var(--pendeza-black);
}
.border-black\:hover:hover.lighten-1\:hover:hover {
border-color: var(--pendeza-black-lighten-1);
}
.border-black\:hover:hover.lighten-2\:hover:hover {
border-color: var(--pendeza-black-lighten-2);
}
.border-black\:hover:hover.lighten-3\:hover:hover {
border-color: var(--pendeza-black-lighten-3);
}
.border-black\:hover:hover.lighten-4\:hover:hover {
border-color: var(--pendeza-black-lighten-4);
}
.border-black\:hover:hover.darken-1\:hover:hover {
border-color: var(--pendeza-black-darken-1);
}
.border-black\:hover:hover.darken-2\:hover:hover {
border-color: var(--pendeza-black-darken-2);
}
.border-black\:hover:hover.darken-3\:hover:hover {
border-color: var(--pendeza-black-darken-3);
}
.border-black\:hover:hover.darken-4\:hover:hover {
border-color: var(--pendeza-black-darken-4);
}
.border-primary\:focus:focus {
border-color: var(--pendeza-primary);
}
.border-primary\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-primary-lighten-1);
}
.border-primary\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-primary-lighten-2);
}
.border-primary\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-primary-lighten-3);
}
.border-primary\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-primary-lighten-4);
}
.border-primary\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-primary-darken-1);
}
.border-primary\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-primary-darken-2);
}
.border-primary\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-primary-darken-3);
}
.border-primary\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-primary-darken-4);
}
.border-secondary\:focus:focus {
border-color: var(--pendeza-secondary);
}
.border-secondary\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-secondary-lighten-1);
}
.border-secondary\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-secondary-lighten-2);
}
.border-secondary\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-secondary-lighten-3);
}
.border-secondary\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-secondary-lighten-4);
}
.border-secondary\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-secondary-darken-1);
}
.border-secondary\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-secondary-darken-2);
}
.border-secondary\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-secondary-darken-3);
}
.border-secondary\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-secondary-darken-4);
}
.border-success\:focus:focus {
border-color: var(--pendeza-success);
}
.border-success\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-success-lighten-1);
}
.border-success\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-success-lighten-2);
}
.border-success\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-success-lighten-3);
}
.border-success\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-success-lighten-4);
}
.border-success\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-success-darken-1);
}
.border-success\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-success-darken-2);
}
.border-success\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-success-darken-3);
}
.border-success\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-success-darken-4);
}
.border-danger\:focus:focus {
border-color: var(--pendeza-danger);
}
.border-danger\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-danger-lighten-1);
}
.border-danger\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-danger-lighten-2);
}
.border-danger\:focus\:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-danger-lighten-3);
}
.border-danger\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-danger-lighten-4);
}
.border-danger\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-danger-darken-1);
}
.border-danger\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-danger-darken-2);
}
.border-danger\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-danger-darken-3);
}
.border-danger\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-danger-darken-4);
}
.border-warning\:focus:focus {
border-color: var(--pendeza-warning);
}
.border-warning\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-warning-lighten-1);
}
.border-warning\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-warning-lighten-2);
}
.border-warning\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-warning-lighten-3);
}
.border-warning\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-warning-lighten-4);
}
.border-warning\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-warning-darken-1);
}
.border-warning\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-warning-darken-2);
}
.border-warning\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-warning-darken-3);
}
.border-warning\:focus\:focus.darken-4\:focus:focus {
border-color: var(--pendeza-warning-darken-4);
}
.border-muted\:focus:focus {
border-color: var(--pendeza-muted);
}
.border-muted\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-muted-lighten-1);
}
.border-muted\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-muted-lighten-2);
}
.border-muted\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-muted-lighten-3);
}
.border-muted\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-muted-lighten-4);
}
.border-muted\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-muted-darken-1);
}
.border-muted\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-muted-darken-2);
}
.border-muted\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-muted-darken-3);
}
.border-muted\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-muted-darken-4);
}
.border-dark\:focus:focus {
border-color: var(--pendeza-dark);
}
.border-dark\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-dark-lighten-1);
}
.border-dark\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-dark-lighten-2);
}
.border-dark\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-dark-lighten-3);
}
.border-dark\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-dark-lighten-4);
}
.border-dark\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-dark-darken-1);
}
.border-dark\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-dark-darken-2);
}
.border-dark\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-dark-darken-3);
}
.border-dark\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-dark-darken-4);
}
.border-light\:focus:focus {
border-color: var(--pendeza-light);
}
.border-light\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-light-lighten-1);
}
.border-light\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-light-lighten-2);
}
.border-light\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-light-lighten-3);
}
.border-light\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-light-lighten-4);
}
.border-light\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-light-darken-1);
}
.border-light\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-light-darken-2);
}
.border-light\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-light-darken-3);
}
.border-light\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-light-darken-4);
}
.border-blue\:focus:focus {
border-color: var(--pendeza-blue);
}
.border-blue\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-blue-lighten-1);
}
.border-blue\:focus:focus.lighten-2\:focus\:focus {
border-color: var(--pendeza-blue-lighten-2);
}
.border-blue\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-blue-lighten-3);
}
.border-blue\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-blue-lighten-4);
}
.border-blue\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-blue-darken-1);
}
.border-blue\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-blue-darken-2);
}
.border-blue\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-blue-darken-3);
}
.border-blue\:focus:focus.darken-4\:focus\:focus {
border-color: var(--pendeza-blue-darken-4);
}
.border-green\:focus:focus {
border-color: var(--pendeza-green);
}
.border-green\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-green-lighten-1);
}
.border-green\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-green-lighten-2);
}
.border-green\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-green-lighten-3);
}
.border-green\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-green-lighten-4);
}
.border-green\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-green-darken-1);
}
.border-green\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-green-darken-2);
}
.border-green\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-green-darken-3);
}
.border-green\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-green-darken-4);
}
.border-yellow\:focus:focus {
border-color: var(--pendeza-yellow);
}
.border-yellow\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-yellow-lighten-1);
}
.border-yellow\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-yellow-lighten-2);
}
.border-yellow\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-yellow-lighten-3);
}
.border-yellow\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-yellow-lighten-4);
}
.border-yellow\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-yellow-darken-1);
}
.border-yellow\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-yellow-darken-2);
}
.border-yellow\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-yellow-darken-3);
}
.border-yellow\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-yellow-darken-4);
}
.border-orange\:focus:focus {
border-color: var(--pendeza-orange);
}
.border-orange\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-orange-lighten-1);
}
.border-orange\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-orange-lighten-2);
}
.border-orange\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-orange-lighten-3);
}
.border-orange\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-orange-lighten-4);
}
.border-orange\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-orange-darken-1);
}
.border-orange\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-orange-darken-2);
}
.border-orange\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-orange-darken-3);
}
.border-orange\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-orange-darken-4);
}
.border-pink\:focus:focus {
border-color: var(--pendeza-pink);
}
.border-pink\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-pink-lighten-1);
}
.border-pink\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-pink-lighten-2);
}
.border-pink\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-pink-lighten-3);
}
.border-pink\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-pink-lighten-4);
}
.border-pink\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-pink-darken-1);
}
.border-pink\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-pink-darken-2);
}
.border-pink\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-pink-darken-3);
}
.border-pink\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-pink-darken-4);
}
.border-red\:focus:focus {
border-color: var(--pendeza-red);
}
.border-red\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-red-lighten-1);
}
.border-red\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-red-lighten-2);
}
.border-red\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-red-lighten-3);
}
.border-red\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-red-lighten-4);
}
.border-red\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-red-darken-1);
}
.border-red\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-red-darken-2);
}
.border-red\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-red-darken-3);
}
.border-red\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-red-darken-4);
}
.border-purple\:focus:focus {
border-color: var(--pendeza-purple);
}
.border-purple\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-purple-lighten-1);
}
.border-purple\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-purple-lighten-2);
}
.border-purple\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-purple-lighten-3);
}
.border-purple\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-purple-lighten-4);
}
.border-purple\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-purple-darken-1);
}
.border-purple\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-purple-darken-2);
}
.border-purple\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-purple-darken-3);
}
.border-purple\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-purple-darken-4);
}
.border-teal\:focus:focus {
border-color: var(--pendeza-teal);
}
.border-teal\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-teal-lighten-1);
}
.border-teal\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-teal-lighten-2);
}
.border-teal\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-teal-lighten-3);
}
.border-teal\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-teal-lighten-4);
}
.border-teal\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-teal-darken-1);
}
.border-teal\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-teal-darken-2);
}
.border-teal\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-teal-darken-3);
}
.border-teal\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-teal-darken-4);
}
.border-indigo\:focus:focus {
border-color: var(--pendeza-indigo);
}
.border-indigo\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-indigo-lighten-1);
}
.border-indigo\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-indigo-lighten-2);
}
.border-indigo\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-indigo-lighten-3);
}
.border-indigo\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-indigo-lighten-4);
}
.border-indigo\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-indigo-darken-1);
}
.border-indigo\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-indigo-darken-2);
}
.border-indigo\:focus\:focus.darken-3\:focus:focus {
border-color: var(--pendeza-indigo-darken-3);
}
.border-indigo\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-indigo-darken-4);
}
.border-brown\:focus:focus {
border-color: var(--pendeza-brown);
}
.border-brown\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-brown-lighten-1);
}
.border-brown\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-brown-lighten-2);
}
.border-brown\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-brown-lighten-3);
}
.border-brown\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-brown-lighten-4);
}
.border-brown\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-brown-darken-1);
}
.border-brown\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-brown-darken-2);
}
.border-brown\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-brown-darken-3);
}
.border-brown\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-brown-darken-4);
}
.border-violet\:focus:focus {
border-color: var(--pendeza-violet);
}
.border-violet\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-violet-lighten-1);
}
.border-violet\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-violet-lighten-2);
}
.border-violet\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-violet-lighten-3);
}
.border-violet\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-violet-lighten-4);
}
.border-violet\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-violet-darken-1);
}
.border-violet\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-violet-darken-2);
}
.border-violet\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-violet-darken-3);
}
.border-violet\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-violet-darken-4);
}
.border-grey\:focus:focus {
border-color: var(--pendeza-grey);
}
.border-grey\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-grey-lighten-1);
}
.border-grey\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-grey-lighten-2);
}
.border-grey\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-grey-lighten-3);
}
.border-grey\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-grey-lighten-4);
}
.border-grey\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-grey-darken-1);
}
.border-grey\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-grey-darken-2);
}
.border-grey\:focus:focus.darken-3\:focus:focus {
border-color: var(--pendeza-grey-darken-3);
}
.border-grey\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-grey-darken-4);
}
.border-black\:focus:focus {
border-color: var(--pendeza-black);
}
.border-black\:focus:focus.lighten-1\:focus:focus {
border-color: var(--pendeza-black-lighten-1);
}
.border-black\:focus:focus.lighten-2\:focus:focus {
border-color: var(--pendeza-black-lighten-2);
}
.border-black\:focus:focus.lighten-3\:focus:focus {
border-color: var(--pendeza-black-lighten-3);
}
.border-black\:focus:focus.lighten-4\:focus:focus {
border-color: var(--pendeza-black-lighten-4);
}
.border-black\:focus:focus.darken-1\:focus:focus {
border-color: var(--pendeza-black-darken-1);
}
.border-black\:focus:focus.darken-2\:focus:focus {
border-color: var(--pendeza-black-darken-2);
}
.border-black\:focus\:focus.darken-3\:focus:focus {
border-color: var(--pendeza-black-darken-3);
}
.border-black\:focus:focus.darken-4\:focus:focus {
border-color: var(--pendeza-black-darken-4);
}
.float-left,
.float-left\@phone {
float: left;
}
.float-right,
.float-right\@phone {
float: right;
}
.float-none,
.float-none\@phone {
float: none;
}
.clearfix,
.clearfix\@phone {
clear: both;
}
@media (max-width: 21.875rem) {
.float-left\@small-phone {
float: left;
}
.float-right\@small-phone {
float: right;
}
.float-none\@small-phone {
float: none;
}
.clearfix\@small-phone {
clear: both;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.float-left\@tablet {
float: left;
}
.float-right\@tablet {
float: right;
}
.float-none\@tablet {
float: none;
}
.clearfix\@tablet {
clear: both;
}
}
@media (min-width: 57rem) {
.float-left\@laptop {
float: left;
}
.float-right\@laptop {
float: right;
}
.float-none\@laptop {
float: none;
}
.clearfix\@laptop {
clear: both;
}
}
.list .list-item {
padding: 0.35rem 1rem;
}
.list .list-item:hover {
opacity: 0.9;
transition: opacity 0.7s ease-out;
}
.list-unstyled {
list-style: none;
}
.list-disc {
list-style: disc;
}
.list-decimal {
list-style: decimal;
}
.list-cirlce {
list-style: circle;
}
.list-square {
list-style: square;
}
.button {
border: #2f3640 solid 0.1rem;
border-radius: 0.25rem;
padding: 0.35rem 2.5rem;
cursor: pointer;
text-align: center;
}
.button.button-link:hover {
text-decoration: underline;
-webkit-transition: -webkit-text-decoration 0.5s ease;
transition: -webkit-text-decoration 0.5s ease;
transition: text-decoration 0.5s ease;
transition: text-decoration 0.5s ease, -webkit-text-decoration 0.5s ease;
}
.button.active {
background-color: #1779ba;
}
.button.disabled {
background-color: #535353;
cursor: not-allowed;
}
.button.button-extrasmallX2 {
font-size: 0.7rem;
}
.button.button-extrasmall {
font-size: 0.8rem;
}
.button.button-small {
font-size: 0.9rem;
}
.button.button-medium {
font-size: 1rem;
}
.button.button-large {
font-size: 1.1rem;
}
.button.button-extralarge {
font-size: 1.2rem;
}
.button.button-extralargeX2 {
font-size: 1.3rem;
}
.button-group {
display: flex;
flex-wrap: wrap;
align-items: stretch;
position: relative;
overflow: hidden;
}
.button-group .button.button-group-item {
margin: 0;
}
ul.pagination {
box-shadow: none;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
ul.pagination li.pagination-item {
cursor: pointer;
}
ul.pagination li.pagination-item * {
margin: 0;
}
ul.pagination li.pagination-item.active {
background-color: #1779ba;
}
ul.pagination li.pagination-item.disabled {
background-color: #535353;
cursor: not-allowed;
}
.navbar .navbar-body {
padding-top: 1rem;
padding-bottom: 1rem;
display: flex;
justify-content: space-between;
}
.navbar .navbar-body .navbar-brand {
font-weight: 500;
cursor: pointer;
}
.navbar .navbar-body .navbar-button {
cursor: pointer;
margin-bottom: 0;
}
.navbar .navbar-body .navbar-button:hover {
opacity: 90%;
}
.navbar .navbar-body .navbar-input {
margin-bottom: 0;
border-color: #262626;
}
.navbar .navbar-body ul {
display: flex;
flex-wrap: wrap;
}
.navbar .navbar-body ul li {
cursor: pointer;
}
.navbar .navbar-body ul li:not(first-child) {
margin-left: 2rem;
}
.footer {
margin-top: 0.5rem;
}
.footer .footer-body {
padding-top: 1rem;
padding-bottom: 1rem;
display: flex;
justify-content: space-between;
}
.footer .footer-body .footer-brand {
font-weight: 500;
cursor: pointer;
}
.footer .footer-body .footer-button {
cursor: pointer;
margin-bottom: 0;
}
.footer .footer-body .footer-button:hover {
opacity: 90%;
}
.footer .footer-body .footer-input {
margin-bottom: 0;
border-color: #262626;
}
.footer .footer-body nav ul {
display: flex;
flex-wrap: wrap;
}
.footer .footer-body nav ul li {
cursor: pointer;
}
.footer .footer-body nav ul li:not(first-child) {
margin-left: 0.4rem;
}
.card {
width: 100%;
min-height: 3rem;
}
.card .card-body {
padding: 1rem 0.8rem;
}
.card .card-body .card-title {
font-weight: inherit;
font-size: 1.3rem;
}
.card .card-body .card-subtitle {
font-weight: inherit;
font-size: 1.2rem;
}
.card .card-body .card-text {
font-size: inherit;
}
.card .card-body .card-image {
width: 100%;
height: auto;
}
.card .card-body .card-video {
width: 100%;
height: auto;
}
.card-group {
display: flex;
flex-wrap: wrap;
align-items: stretch;
position: relative;
}
.card-group .card-group-item {
margin: 0;
}
.notepad {
border-left: 0.6rem solid #1a1a1a;
border-top-left-radius: 0.7rem;
border-bottom-left-radius: 0.7rem;
padding: 1rem 0.8rem;
min-height: 3em;
}
.notepad .notepad-text {
font-weight: inherit;
}
.notepad.notepad-primary {
border-color: #1779ba;
}
.notepad.notepad-secondary {
border-color: #126195;
}
.notepad.notepad-success {
border-color: #3adb76;
}
.notepad.notepad-danger {
border-color: #a53b2a;
}
.notepad.notepad-warning {
border-color: #cc8b00;
}
.notepad.notepad-muted {
border-color: #535353;
}
.notepad.notepad-dark {
border-color: #2f3640;
}
.notepad.notepad-light {
border-color: ghostwhite;
}
.notepad.notepad-blue {
border-color: #0000fc;
}
.notepad.notepad-green {
border-color: #007d00;
}
.notepad.notepad-yellow {
border-color: #fcfc00;
}
.notepad.notepad-orange {
border-color: #fca300;
}
.notepad.notepad-pink {
border-color: #ffbdc9;
}
.notepad.notepad-red {
border-color: #fc0000;
}
.notepad.notepad-purple {
border-color: #7d007d;
}
.notepad.notepad-teal {
border-color: #007d7d;
}
.notepad.notepad-indigo {
border-color: #4a007f;
}
.notepad.notepad-brown {
border-color: #a32929;
}
.notepad.notepad-violet {
border-color: #ee80ee;
}
.notepad.notepad-grey {
border-color: #7f7f7f;
}
.notepad.notepad-black {
border-color: black;
}
.notepad.notepad-primary-lighten-1 {
border-color: #1a88d1;
}
.notepad.notepad-primary-lighten-2 {
border-color: #2196e3;
}
.notepad.notepad-primary-lighten-3 {
border-color: #37a0e6;
}
.notepad.notepad-primary-lighten-4 {
border-color: #4eabe9;
}
.notepad.notepad-primary-darken-1 {
border-color: #146aa3;
}
.notepad.notepad-primary-darken-2 {
border-color: #115b8d;
}
.notepad.notepad-primary-darken-3 {
border-color: #0f4d76;
}
.notepad.notepad-primary-darken-4 {
border-color: #0c3e5f;
}
.notepad.notepad-secondary-lighten-1 {
border-color: #1570ac;
}
.notepad.notepad-secondary-lighten-2 {
border-color: #177fc3;
}
.notepad.notepad-secondary-lighten-3 {
border-color: #1a8dd9;
}
.notepad.notepad-secondary-lighten-4 {
border-color: #289ae5;
}
.notepad.notepad-secondary-darken-1 {
border-color: #0f527e;
}
.notepad.notepad-secondary-darken-2 {
border-color: #0d4367;
}
.notepad.notepad-secondary-darken-3 {
border-color: #0a3551;
}
.notepad.notepad-secondary-darken-4 {
border-color: #07263a;
}
.notepad.notepad-success-lighten-1 {
border-color: #50df85;
}
.notepad.notepad-success-lighten-2 {
border-color: #65e394;
}
.notepad.notepad-success-lighten-3 {
border-color: #7be7a3;
}
.notepad.notepad-success-lighten-4 {
border-color: #90ebb2;
}
.notepad.notepad-success-darken-1 {
border-color: #27d568;
}
.notepad.notepad-success-darken-2 {
border-color: #23bf5d;
}
.notepad.notepad-success-darken-3 {
border-color: #1faa53;
}
.notepad.notepad-success-darken-4 {
border-color: #1b9448;
}
.notepad.notepad-danger-lighten-1 {
border-color: #b9422f;
}
.notepad.notepad-danger-lighten-2 {
border-color: #cc4b36;
}
.notepad.notepad-danger-lighten-3 {
border-color: #d15d4a;
}
.notepad.notepad-danger-lighten-4 {
border-color: #d66f5f;
}
.notepad.notepad-danger-darken-1 {
border-color: #913425;
}
.notepad.notepad-danger-darken-2 {
border-color: #7c2c20;
}
.notepad.notepad-danger-darken-3 {
border-color: #68251a;
}
.notepad.notepad-danger-darken-4 {
border-color: #541e15;
}
.notepad.notepad-warning-lighten-1 {
border-color: #e69c00;
}
.notepad.notepad-warning-lighten-2 {
border-color: #ffae00;
}
.notepad.notepad-warning-lighten-3 {
border-color: #ffb61a;
}
.notepad.notepad-warning-lighten-4 {
border-color: #ffbe33;
}
.notepad.notepad-warning-darken-1 {
border-color: #b37a00;
}
.notepad.notepad-warning-darken-2 {
border-color: #996800;
}
.notepad.notepad-warning-darken-3 {
border-color: #805700;
}
.notepad.notepad-warning-darken-4 {
border-color: #664600;
}
.notepad.notepad-muted-lighten-1 {
border-color: #606060;
}
.notepad.notepad-muted-lighten-2 {
border-color: #6d6d6d;
}
.notepad.notepad-muted-lighten-3 {
border-color: #797979;
}
.notepad.notepad-muted-lighten-4 {
border-color: #868686;
}
.notepad.notepad-muted-darken-1 {
border-color: #464646;
}
.notepad.notepad-muted-darken-2 {
border-color: #3a3a3a;
}
.notepad.notepad-muted-darken-3 {
border-color: #2d2d2d;
}
.notepad.notepad-muted-darken-4 {
border-color: #202020;
}
.notepad.notepad-dark-lighten-1 {
border-color: #3a424f;
}
.notepad.notepad-dark-lighten-2 {
border-color: #454f5d;
}
.notepad.notepad-dark-lighten-3 {
border-color: #4f5b6c;
}
.notepad.notepad-dark-lighten-4 {
border-color: #5a687b;
}
.notepad.notepad-dark-darken-1 {
border-color: #242a31;
}
.notepad.notepad-dark-darken-2 {
border-color: #191d23;
}
.notepad.notepad-dark-darken-3 {
border-color: #0f1114;
}
.notepad.notepad-dark-darken-4 {
border-color: #040405;
}
.notepad.notepad-light-lighten-1,
.notepad.notepad-light-lighten-2,
.notepad.notepad-light-lighten-3,
.notepad.notepad-light-lighten-4 {
border-color: white;
}
.notepad.notepad-light-darken-1 {
border-color: #dfdfff;
}
.notepad.notepad-light-darken-2 {
border-color: #c5c5ff;
}
.notepad.notepad-light-darken-3 {
border-color: #acacff;
}
.notepad.notepad-light-darken-4 {
border-color: #9292ff;
}
.notepad.notepad-blue-lighten-1 {
border-color: #1717ff;
}
.notepad.notepad-blue-lighten-2 {
border-color: #3030ff;
}
.notepad.notepad-blue-lighten-3 {
border-color: #4a4aff;
}
.notepad.notepad-blue-lighten-4 {
border-color: #6363ff;
}
.notepad.notepad-blue-darken-1 {
border-color: #0000e3;
}
.notepad.notepad-blue-darken-2 {
border-color: #0000c9;
}
.notepad.notepad-blue-darken-3 {
border-color: #0000b0;
}
.notepad.notepad-blue-darken-4 {
border-color: #000096;
}
.notepad.notepad-green-lighten-1 {
border-color: #009700;
}
.notepad.notepad-green-lighten-2 {
border-color: #00b000;
}
.notepad.notepad-green-lighten-3 {
border-color: #00ca00;
}
.notepad.notepad-green-lighten-4 {
border-color: #00e300;
}
.notepad.notepad-green-darken-1 {
border-color: darkgreen;
}
.notepad.notepad-green-darken-2 {
border-color: #004a00;
}
.notepad.notepad-green-darken-3 {
border-color: #003100;
}
.notepad.notepad-green-darken-4 {
border-color: #001700;
}
.notepad.notepad-yellow-lighten-1 {
border-color: #ffff17;
}
.notepad.notepad-yellow-lighten-2 {
border-color: #ffff30;
}
.notepad.notepad-yellow-lighten-3 {
border-color: #ffff4a;
}
.notepad.notepad-yellow-lighten-4 {
border-color: #ffff63;
}
.notepad.notepad-yellow-darken-1 {
border-color: #e3e300;
}
.notepad.notepad-yellow-darken-2 {
border-color: #c9c900;
}
.notepad.notepad-yellow-darken-3 {
border-color: #b0b000;
}
.notepad.notepad-yellow-darken-4 {
border-color: #969600;
}
.notepad.notepad-orange-lighten-1 {
border-color: #ffad17;
}
.notepad.notepad-orange-lighten-2 {
border-color: #ffb630;
}
.notepad.notepad-orange-lighten-3 {
border-color: #ffbf4a;
}
.notepad.notepad-orange-lighten-4 {
border-color: #ffc863;
}
.notepad.notepad-orange-darken-1 {
border-color: #e39300;
}
.notepad.notepad-orange-darken-2 {
border-color: #c98200;
}
.notepad.notepad-orange-darken-3 {
border-color: #b07200;
}
.notepad.notepad-orange-darken-4 {
border-color: #966100;
}
.notepad.notepad-pink-lighten-1 {
border-color: #ffd7de;
}
.notepad.notepad-pink-lighten-2 {
border-color: #fff0f3;
}
.notepad.notepad-pink-lighten-3 {
border-color: white;
}
.notepad.notepad-pink-lighten-4 {
border-color: white;
}
.notepad.notepad-pink-darken-1 {
border-color: #ffa4b4;
}
.notepad.notepad-pink-darken-2 {
border-color: #ff8a9f;
}
.notepad.notepad-pink-darken-3 {
border-color: #ff718a;
}
.notepad.notepad-pink-darken-4 {
border-color: #ff5776;
}
.notepad.notepad-red-lighten-1 {
border-color: #ff1717;
}
.notepad.notepad-red-lighten-2 {
border-color: #ff3030;
}
.notepad.notepad-red-lighten-3 {
border-color: #ff4a4a;
}
.notepad.notepad-red-lighten-4 {
border-color: #ff6363;
}
.notepad.notepad-red-darken-1 {
border-color: #e30000;
}
.notepad.notepad-red-darken-2 {
border-color: #c90000;
}
.notepad.notepad-red-darken-3 {
border-color: #b00000;
}
.notepad.notepad-red-darken-4 {
border-color: #960000;
}
.notepad.notepad-purple-lighten-1 {
border-color: #970097;
}
.notepad.notepad-purple-lighten-2 {
border-color: #b000b0;
}
.notepad.notepad-purple-lighten-3 {
border-color: #ca00ca;
}
.notepad.notepad-purple-lighten-4 {
border-color: #e300e3;
}
.notepad.notepad-purple-darken-1 {
border-color: #640064;
}
.notepad.notepad-purple-darken-2 {
border-color: #4a004a;
}
.notepad.notepad-purple-darken-3 {
border-color: #310031;
}
.notepad.notepad-purple-darken-4 {
border-color: #170017;
}
.notepad.notepad-teal-lighten-1 {
border-color: #009797;
}
.notepad.notepad-teal-lighten-2 {
border-color: #00b0b0;
}
.notepad.notepad-teal-lighten-3 {
border-color: #00caca;
}
.notepad.notepad-teal-lighten-4 {
border-color: #00e3e3;
}
.notepad.notepad-teal-darken-1 {
border-color: #006464;
}
.notepad.notepad-teal-darken-2 {
border-color: #004a4a;
}
.notepad.notepad-teal-darken-3 {
border-color: #003131;
}
.notepad.notepad-teal-darken-4 {
border-color: #001717;
}
.notepad.notepad-indigo-lighten-1 {
border-color: #590099;
}
.notepad.notepad-indigo-lighten-2 {
border-color: #6800b2;
}
.notepad.notepad-indigo-lighten-3 {
border-color: #7700cc;
}
.notepad.notepad-indigo-lighten-4 {
border-color: #8500e5;
}
.notepad.notepad-indigo-darken-1 {
border-color: #3b0066;
}
.notepad.notepad-indigo-darken-2 {
border-color: #2c004c;
}
.notepad.notepad-indigo-darken-3 {
border-color: #1d0033;
}
.notepad.notepad-indigo-darken-4 {
border-color: #0f0019;
}
.notepad.notepad-brown-lighten-1 {
border-color: #b72e2e;
}
.notepad.notepad-brown-lighten-2 {
border-color: #cc3333;
}
.notepad.notepad-brown-lighten-3 {
border-color: #d14848;
}
.notepad.notepad-brown-lighten-4 {
border-color: #d65c5c;
}
.notepad.notepad-brown-darken-1 {
border-color: #8f2424;
}
.notepad.notepad-brown-darken-2 {
border-color: #7a1f1f;
}
.notepad.notepad-brown-darken-3 {
border-color: #661a1a;
}
.notepad.notepad-brown-darken-4 {
border-color: #521515;
}
.notepad.notepad-violet-lighten-1 {
border-color: #f196f1;
}
.notepad.notepad-violet-lighten-2 {
border-color: #f4adf4;
}
.notepad.notepad-violet-lighten-3 {
border-color: #f7c3f7;
}
.notepad.notepad-violet-lighten-4 {
border-color: #fadafa;
}
.notepad.notepad-violet-darken-1 {
border-color: #eb6aeb;
}
.notepad.notepad-violet-darken-2 {
border-color: #e853e8;
}
.notepad.notepad-violet-darken-3 {
border-color: #e853e8;
}
.notepad.notepad-violet-darken-4 {
border-color: #e226e2;
}
.notepad.notepad-grey-lighten-1 {
border-color: #8c8c8c;
}
.notepad.notepad-grey-lighten-2 {
border-color: #999999;
}
.notepad.notepad-grey-lighten-3 {
border-color: #a5a5a5;
}
.notepad.notepad-grey-lighten-4 {
border-color: #b2b2b2;
}
.notepad.notepad-grey-darken-1 {
border-color: #727272;
}
.notepad.notepad-grey-darken-2 {
border-color: #666666;
}
.notepad.notepad-grey-darken-3 {
border-color: #595959;
}
.notepad.notepad-grey-darken-4 {
border-color: #4c4c4c;
}
.notepad.notepad-black-lighten-1 {
border-color: #0d0d0d;
}
.notepad.notepad-black-lighten-2 {
border-color: #1a1a1a;
}
.notepad.notepad-black-lighten-3 {
border-color: #262626;
}
.notepad.notepad-black-lighten-4 {
border-color: #333333;
}
.notepad.notepad-black-darken-1,
.notepad.notepad-black-darken-2,
.notepad.notepad-black-darken-3,
.notepad.notepad-black-darken-4 {
border-color: black;
}
.notification {
min-height: 3rem;
width: 100%;
z-index: 1000;
min-height: 5rem;
}
.notification .notification-body {
position: relative;
padding: 1rem 0.8rem;
border-bottom: 2px solid lightgrey;
}
.notification .notification-body .notification-title {
font-weight: inherit;
font-size: 1.3rem;
margin-bottom: 0.5rem;
}
.notification .notification-body .notification-subtitle {
font-weight: inherit;
font-size: 1.2rem;
margin-bottom: 0.5rem;
}
.notification .notification-body .notification-text {
font-size: inherit;
margin-bottom: 0.5rem;
}
.alert {
opacity: 90%;
display: none;
min-height: 3rem;
width: 20rem;
position: absolute;
right: 0 !important;
top: 0.5rem;
z-index: 1500;
}
.alert .alert-body {
padding: 1rem 0.8rem;
padding-top: 1rem;
border-bottom: 2px solid lightgrey;
}
.alert .alert-body .alert-title {
font-weight: inherit;
font-size: 1.3rem;
margin-bottom: 0.5rem;
}
.alert .alert-body .alert-subtitle {
font-weight: inherit;
font-size: 1.2rem;
margin-bottom: 0.4rem;
}
.alert .alert-body .alert-text {
font-size: inherit;
margin-bottom: 0.4rem;
}
.alert .alert-body .alert-toggler {
position: absolute;
font-weight: 900;
right: 10px;
top: 7px;
font-size: 120%;
cursor: pointer;
content: "x";
color: inherit;
}
.alert .alert-body .alert-toggler:hover {
color: #a53b2a;
}
.alert.alert-show {
display: block;
}
.modal {
position: absolute;
top: 2rem;
left: 30%;
width: 20rem;
display: none;
z-index: 1500;
min-height: 6rem;
background-color: white;
transition: display 0.5s ease-in;
}
.modal .modal-body {
padding: 1rem 0.8rem;
padding-top: 1rem;
border-bottom: 2px solid lightgrey;
}
.modal .modal-body .modal-title {
font-weight: inherit;
font-size: 1.3rem;
margin-bottom: 0.5rem;
}
.modal .modal-body .modal-subtitle {
font-weight: inherit;
font-size: 1.2rem;
margin-bottom: 0.5rem;
}
.modal .modal-body .modal-text {
font-size: inherit;
margin-bottom: 0.5rem;
}
.modal .modal-body .modal-toggler {
position: absolute;
font-weight: 900;
font-size: 120%;
right: 10px;
top: 7px;
cursor: pointer;
content: "x";
color: #262626;
}
.modal .modal-body .modal-toggler:hover {
color: #330000;
}
.modal.modal-show {
display: block;
}
.sidebar {
position: absolute;
max-width: 45%;
min-width: 20%;
min-height: 100vh;
left: -90%;
z-index: 1000;
transition: left 0.7s ease-in;
}
.sidebar .sidebar-title {
font-weight: inherit;
font-size: 1.15rem;
}
.sidebar .sidebar-subtitle {
font-weight: inherit;
font-size: 1rem;
}
.sidebar .sidebar-toggler {
position: absolute;
font-weight: 900;
font-size: 3rem;
right: 10px;
top: 7px;
font-size: 24px;
cursor: pointer;
content: "x";
color: #262626;
}
.sidebar .sidebar-toggler:hover {
color: #330000;
}
.sidebar.sidebar-show {
left: 2px;
}
.tooltip {
position: absolute;
display: none;
bottom: 110%;
padding: 0.8rem;
background-color: #262626;
border-radius: 0.2rem;
font-size: 0.8rem;
color: white;
}
.tooltip:after {
position: absolute;
content: "";
top: 100%;
left: 5%;
border-top: 5px solid;
border-top-color: #262626;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid transparent;
}
.tooltip.tooltip-primary {
background-color: #1779ba;
}
.tooltip.tooltip-primary:after {
border-top-color: #1779ba;
}
.tooltip.tooltip-secondary {
background-color: #126195;
}
.tooltip.tooltip-secondary:after {
border-top-color: #126195;
}
.tooltip.tooltip-success {
background-color: #3adb76;
}
.tooltip.tooltip-success:after {
border-top-color: #3adb76;
}
.tooltip.tooltip-danger {
background-color: #a53b2a;
}
.tooltip.tooltip-danger:after {
border-top-color: #a53b2a;
}
.tooltip.tooltip-warning {
background-color: #cc8b00;
}
.tooltip.tooltip-warning:after {
border-top-color: #cc8b00;
}
.tooltip.tooltip-muted {
background-color: #535353;
}
.tooltip.tooltip-muted:after {
border-top-color: #535353;
}
.tooltip.tooltip-dark {
background-color: #2f3640;
}
.tooltip.tooltip-dark:after {
border-top-color: #2f3640;
}
.tooltip.tooltip-light {
background-color: ghostwhite;
color: black;
}
.tooltip.tooltip-light:after {
border-top-color: ghostwhite;
}
.tooltip.tooltip-blue {
background-color: #0000fc;
}
.tooltip.tooltip-blue:after {
border-top-color: #0000fc;
}
.tooltip.tooltip-green {
background-color: #007d00;
}
.tooltip.tooltip-green:after {
border-top-color: #007d00;
}
.tooltip.tooltip-yellow {
background-color: #fcfc00;
}
.tooltip.tooltip-yellow:after {
border-top-color: #fcfc00;
}
.tooltip.tooltip-orange {
background-color: #fca300;
}
.tooltip.tooltip-orange:after {
border-top-color: #fca300;
}
.tooltip.tooltip-pink {
background-color: #ffbdc9;
}
.tooltip.tooltip-pink:after {
border-top-color: #ffbdc9;
}
.tooltip.tooltip-red {
background-color: #fc0000;
}
.tooltip.tooltip-red:after {
border-top-color: #fc0000;
}
.tooltip.tooltip-purple {
background-color: #7d007d;
}
.tooltip.tooltip-purple:after {
border-top-color: #7d007d;
}
.tooltip.tooltip-teal {
background-color: #007d7d;
}
.tooltip.tooltip-teal:after {
border-top-color: #007d7d;
}
.tooltip.tooltip-indigo {
background-color: #4a007f;
}
.tooltip.tooltip-indigo:after {
border-top-color: #4a007f;
}
.tooltip.tooltip-brown {
background-color: #a32929;
}
.tooltip.tooltip-brown:after {
border-top-color: #a32929;
}
.tooltip.tooltip-violet {
background-color: #ee80ee;
}
.tooltip.tooltip-violet:after {
border-top-color: #ee80ee;
}
.tooltip.tooltip-grey {
background-color: #7f7f7f;
}
.tooltip.tooltip-grey:after {
border-top-color: #7f7f7f;
}
.tooltip.tooltip-black {
background-color: black;
}
.tooltip.tooltip-black:after {
border-top-color: black;
}
.tooltip.tooltip-primary-lighten-1 {
background-color: #1a88d1;
}
.tooltip.tooltip-primary-lighten-1:after {
border-top-color: #1a88d1;
}
.tooltip.tooltip-primary-lighten-2 {
background-color: #2196e3;
}
.tooltip.tooltip-primary-lighten-2:after {
border-top-color: #2196e3;
}
.tooltip.tooltip-primary-lighten-3 {
background-color: #37a0e6;
}
.tooltip.tooltip-primary-lighten-3:after {
border-top-color: #37a0e6;
}
.tooltip.tooltip-primary-lighten-4 {
background-color: #4eabe9;
}
.tooltip.tooltip-primary-lighten-4:after {
border-top-color: #4eabe9;
}
.tooltip.tooltip-primary-darken-1 {
background-color: #146aa3;
}
.tooltip.tooltip-primary-darken-1:after {
border-top-color: #146aa3;
}
.tooltip.tooltip-primary-darken-2 {
background-color: #115b8d;
}
.tooltip.tooltip-primary-darken-2:after {
border-top-color: #115b8d;
}
.tooltip.tooltip-primary-darken-3 {
background-color: #0f4d76;
}
.tooltip.tooltip-primary-darken-3:after {
border-top-color: #0f4d76;
}
.tooltip.tooltip-primary-darken-4 {
background-color: #0c3e5f;
}
.tooltip.tooltip-primary-darken-4:after {
border-top-color: #0c3e5f;
}
.tooltip.tooltip-secondary-lighten-1 {
background-color: #1570ac;
}
.tooltip.tooltip-secondary-lighten-1:after {
border-top-color: #1570ac;
}
.tooltip.tooltip-secondary-lighten-2 {
background-color: #177fc3;
}
.tooltip.tooltip-secondary-lighten-2:after {
border-top-color: #177fc3;
}
.tooltip.tooltip-secondary-lighten-3 {
background-color: #1a8dd9;
}
.tooltip.tooltip-secondary-lighten-3:after {
border-top-color: #1a8dd9;
}
.tooltip.tooltip-secondary-lighten-4 {
background-color: #289ae5;
}
.tooltip.tooltip-secondary-lighten-4:after {
border-top-color: #289ae5;
}
.tooltip.tooltip-secondary-darken-1 {
background-color: #0f527e;
}
.tooltip.tooltip-secondary-darken-1:after {
border-top-color: #0f527e;
}
.tooltip.tooltip-secondary-darken-2 {
background-color: #0d4367;
}
.tooltip.tooltip-secondary-darken-2:after {
border-top-color: #0d4367;
}
.tooltip.tooltip-secondary-darken-3 {
background-color: #0a3551;
}
.tooltip.tooltip-secondary-darken-3:after {
border-top-color: #0a3551;
}
.tooltip.tooltip-secondary-darken-4 {
background-color: #07263a;
}
.tooltip.tooltip-secondary-darken-4:after {
border-top-color: #07263a;
}
.tooltip.tooltip-success-lighten-1 {
background-color: #50df85;
}
.tooltip.tooltip-success-lighten-1:after {
border-top-color: #50df85;
}
.tooltip.tooltip-success-lighten-2 {
background-color: #65e394;
}
.tooltip.tooltip-success-lighten-2:after {
border-top-color: #65e394;
}
.tooltip.tooltip-success-lighten-3 {
background-color: #7be7a3;
}
.tooltip.tooltip-success-lighten-3:after {
border-top-color: #7be7a3;
}
.tooltip.tooltip-success-lighten-4 {
background-color: #90ebb2;
}
.tooltip.tooltip-success-lighten-4:after {
border-top-color: #90ebb2;
}
.tooltip.tooltip-success-darken-1 {
background-color: #27d568;
}
.tooltip.tooltip-success-darken-1:after {
border-top-color: #27d568;
}
.tooltip.tooltip-success-darken-2 {
background-color: #23bf5d;
}
.tooltip.tooltip-success-darken-2:after {
border-top-color: #23bf5d;
}
.tooltip.tooltip-success-darken-3 {
background-color: #1faa53;
}
.tooltip.tooltip-success-darken-3:after {
border-top-color: #1faa53;
}
.tooltip.tooltip-success-darken-4 {
background-color: #1b9448;
}
.tooltip.tooltip-success-darken-4:after {
border-top-color: #1b9448;
}
.tooltip.tooltip-danger-lighten-1 {
background-color: #b9422f;
}
.tooltip.tooltip-danger-lighten-1:after {
border-top-color: #b9422f;
}
.tooltip.tooltip-danger-lighten-2 {
background-color: #cc4b36;
}
.tooltip.tooltip-danger-lighten-2:after {
border-top-color: #cc4b36;
}
.tooltip.tooltip-danger-lighten-3 {
background-color: #d15d4a;
}
.tooltip.tooltip-danger-lighten-3:after {
border-top-color: #d15d4a;
}
.tooltip.tooltip-danger-lighten-4 {
background-color: #d66f5f;
}
.tooltip.tooltip-danger-lighten-4:after {
border-top-color: #d66f5f;
}
.tooltip.tooltip-danger-darken-1 {
background-color: #913425;
}
.tooltip.tooltip-danger-darken-1:after {
border-top-color: #913425;
}
.tooltip.tooltip-danger-darken-2 {
background-color: #7c2c20;
}
.tooltip.tooltip-danger-darken-2:after {
border-top-color: #7c2c20;
}
.tooltip.tooltip-danger-darken-3 {
background-color: #68251a;
}
.tooltip.tooltip-danger-darken-3:after {
border-top-color: #68251a;
}
.tooltip.tooltip-danger-darken-4 {
background-color: #541e15;
}
.tooltip.tooltip-danger-darken-4:after {
border-top-color: #541e15;
}
.tooltip.tooltip-warning-lighten-1 {
background-color: #e69c00;
}
.tooltip.tooltip-warning-lighten-1:after {
border-top-color: #e69c00;
}
.tooltip.tooltip-warning-lighten-2 {
background-color: #ffae00;
}
.tooltip.tooltip-warning-lighten-2:after {
border-top-color: #ffae00;
}
.tooltip.tooltip-warning-lighten-3 {
background-color: #ffb61a;
}
.tooltip.tooltip-warning-lighten-3:after {
border-top-color: #ffb61a;
}
.tooltip.tooltip-warning-lighten-4 {
background-color: #ffbe33;
}
.tooltip.tooltip-warning-lighten-4:after {
border-top-color: #ffbe33;
}
.tooltip.tooltip-warning-darken-1 {
background-color: #b37a00;
}
.tooltip.tooltip-warning-darken-1:after {
border-top-color: #b37a00;
}
.tooltip.tooltip-warning-darken-2 {
background-color: #996800;
}
.tooltip.tooltip-warning-darken-2:after {
border-top-color: #996800;
}
.tooltip.tooltip-warning-darken-3 {
background-color: #805700;
}
.tooltip.tooltip-warning-darken-3:after {
border-top-color: #805700;
}
.tooltip.tooltip-warning-darken-4 {
background-color: #664600;
}
.tooltip.tooltip-warning-darken-4:after {
border-top-color: #664600;
}
.tooltip.tooltip-muted-lighten-1 {
background-color: #606060;
}
.tooltip.tooltip-muted-lighten-1:after {
border-top-color: #606060;
}
.tooltip.tooltip-muted-lighten-2 {
background-color: #6d6d6d;
}
.tooltip.tooltip-muted-lighten-2:after {
border-top-color: #6d6d6d;
}
.tooltip.tooltip-muted-lighten-3 {
background-color: #797979;
}
.tooltip.tooltip-muted-lighten-3:after {
border-top-color: #797979;
}
.tooltip.tooltip-muted-lighten-4 {
background-color: #868686;
}
.tooltip.tooltip-muted-lighten-4:after {
border-top-color: #868686;
}
.tooltip.tooltip-muted-darken-1 {
background-color: #464646;
}
.tooltip.tooltip-muted-darken-1:after {
border-top-color: #464646;
}
.tooltip.tooltip-muted-darken-2 {
background-color: #3a3a3a;
}
.tooltip.tooltip-muted-darken-2:after {
border-top-color: #3a3a3a;
}
.tooltip.tooltip-muted-darken-3 {
background-color: #2d2d2d;
}
.tooltip.tooltip-muted-darken-3:after {
border-top-color: #2d2d2d;
}
.tooltip.tooltip-muted-darken-4 {
background-color: #202020;
}
.tooltip.tooltip-muted-darken-4:after {
border-top-color: #202020;
}
.tooltip.tooltip-dark-lighten-1 {
background-color: #3a424f;
}
.tooltip.tooltip-dark-lighten-1:after {
border-top-color: #3a424f;
}
.tooltip.tooltip-dark-lighten-2 {
background-color: #454f5d;
}
.tooltip.tooltip-dark-lighten-2:after {
border-top-color: #454f5d;
}
.tooltip.tooltip-dark-lighten-3 {
background-color: #4f5b6c;
}
.tooltip.tooltip-dark-lighten-3:after {
border-top-color: #4f5b6c;
}
.tooltip.tooltip-dark-lighten-4 {
background-color: #5a687b;
}
.tooltip.tooltip-dark-lighten-4:after {
border-top-color: #5a687b;
}
.tooltip.tooltip-dark-darken-1 {
background-color: #242a31;
}
.tooltip.tooltip-dark-darken-1:after {
border-top-color: #242a31;
}
.tooltip.tooltip-dark-darken-2 {
background-color: #191d23;
}
.tooltip.tooltip-dark-darken-2:after {
border-top-color: #191d23;
}
.tooltip.tooltip-dark-darken-3 {
background-color: #0f1114;
}
.tooltip.tooltip-dark-darken-3:after {
border-top-color: #0f1114;
}
.tooltip.tooltip-dark-darken-4 {
background-color: #040405;
}
.tooltip.tooltip-dark-darken-4:after {
border-top-color: #040405;
}
.tooltip.tooltip-light-lighten-1,
.tooltip.tooltip-light-lighten-2,
.tooltip.tooltip-light-lighten-3,
.tooltip.tooltip-light-lighten-4 {
background-color: white;
}
.tooltip.tooltip-light-lighten-1:after,
.tooltip.tooltip-light-lighten-2:after,
.tooltip.tooltip-light-lighten-3:after,
.tooltip.tooltip-light-lighten-4:after {
border-top-color: white;
}
.tooltip.tooltip-light-darken-1 {
background-color: #dfdfff;
}
.tooltip.tooltip-light-darken-1:after {
border-top-color: #dfdfff;
}
.tooltip.tooltip-light-darken-2 {
background-color: #c5c5ff;
}
.tooltip.tooltip-light-darken-2:after {
border-top-color: #c5c5ff;
}
.tooltip.tooltip-light-darken-3 {
background-color: #acacff;
}
.tooltip.tooltip-light-darken-3:after {
border-top-color: #acacff;
}
.tooltip.tooltip-light-darken-4 {
background-color: #9292ff;
}
.tooltip.tooltip-light-darken-4:after {
border-top-color: #9292ff;
}
.tooltip.tooltip-blue-lighten-1 {
background-color: #1717ff;
}
.tooltip.tooltip-blue-lighten-1:after {
border-top-color: #1717ff;
}
.tooltip.tooltip-blue-lighten-2 {
background-color: #3030ff;
}
.tooltip.tooltip-blue-lighten-2:after {
border-top-color: #3030ff;
}
.tooltip.tooltip-blue-lighten-3 {
background-color: #4a4aff;
}
.tooltip.tooltip-blue-lighten-3:after {
border-top-color: #4a4aff;
}
.tooltip.tooltip-blue-lighten-4 {
background-color: #6363ff;
}
.tooltip.tooltip-blue-lighten-4:after {
border-top-color: #6363ff;
}
.tooltip.tooltip-blue-darken-1 {
background-color: #0000e3;
}
.tooltip.tooltip-blue-darken-1:after {
border-top-color: #0000e3;
}
.tooltip.tooltip-blue-darken-2 {
background-color: #0000c9;
}
.tooltip.tooltip-blue-darken-2:after {
border-top-color: #0000c9;
}
.tooltip.tooltip-blue-darken-3 {
background-color: #0000b0;
}
.tooltip.tooltip-blue-darken-3:after {
border-top-color: #0000b0;
}
.tooltip.tooltip-blue-darken-4 {
background-color: #000096;
}
.tooltip.tooltip-blue-darken-4:after {
border-top-color: #000096;
}
.tooltip.tooltip-green-lighten-1 {
background-color: #009700;
}
.tooltip.tooltip-green-lighten-1:after {
border-top-color: #009700;
}
.tooltip.tooltip-green-lighten-2 {
background-color: #00b000;
}
.tooltip.tooltip-green-lighten-2:after {
border-top-color: #00b000;
}
.tooltip.tooltip-green-lighten-3 {
background-color: #00ca00;
}
.tooltip.tooltip-green-lighten-3:after {
border-top-color: #00ca00;
}
.tooltip.tooltip-green-lighten-4 {
background-color: #00e300;
}
.tooltip.tooltip-green-lighten-4:after {
border-top-color: #00e300;
}
.tooltip.tooltip-green-darken-1 {
background-color: darkgreen;
}
.tooltip.tooltip-green-darken-1:after {
border-top-color: darkgreen;
}
.tooltip.tooltip-green-darken-2 {
background-color: #004a00;
}
.tooltip.tooltip-green-darken-2:after {
border-top-color: #004a00;
}
.tooltip.tooltip-green-darken-3 {
background-color: #003100;
}
.tooltip.tooltip-green-darken-3:after {
border-top-color: #003100;
}
.tooltip.tooltip-green-darken-4 {
background-color: #001700;
}
.tooltip.tooltip-green-darken-4:after {
border-top-color: #001700;
}
.tooltip.tooltip-yellow-lighten-1 {
background-color: #ffff17;
}
.tooltip.tooltip-yellow-lighten-1:after {
border-top-color: #ffff17;
}
.tooltip.tooltip-yellow-lighten-2 {
background-color: #ffff30;
}
.tooltip.tooltip-yellow-lighten-2:after {
border-top-color: #ffff30;
}
.tooltip.tooltip-yellow-lighten-3 {
background-color: #ffff4a;
}
.tooltip.tooltip-yellow-lighten-3:after {
border-top-color: #ffff4a;
}
.tooltip.tooltip-yellow-lighten-4 {
background-color: #ffff63;
}
.tooltip.tooltip-yellow-lighten-4:after {
border-top-color: #ffff63;
}
.tooltip.tooltip-yellow-darken-1 {
background-color: #e3e300;
}
.tooltip.tooltip-yellow-darken-1:after {
border-top-color: #e3e300;
}
.tooltip.tooltip-yellow-darken-2 {
background-color: #c9c900;
}
.tooltip.tooltip-yellow-darken-2:after {
border-top-color: #c9c900;
}
.tooltip.tooltip-yellow-darken-3 {
background-color: #b0b000;
}
.tooltip.tooltip-yellow-darken-3:after {
border-top-color: #b0b000;
}
.tooltip.tooltip-yellow-darken-4 {
background-color: #969600;
}
.tooltip.tooltip-yellow-darken-4:after {
border-top-color: #969600;
}
.tooltip.tooltip-orange-lighten-1 {
background-color: #ffad17;
}
.tooltip.tooltip-orange-lighten-1:after {
border-top-color: #ffad17;
}
.tooltip.tooltip-orange-lighten-2 {
background-color: #ffb630;
}
.tooltip.tooltip-orange-lighten-2:after {
border-top-color: #ffb630;
}
.tooltip.tooltip-orange-lighten-3 {
background-color: #ffbf4a;
}
.tooltip.tooltip-orange-lighten-3:after {
border-top-color: #ffbf4a;
}
.tooltip.tooltip-orange-lighten-4 {
background-color: #ffc863;
}
.tooltip.tooltip-orange-lighten-4:after {
border-top-color: #ffc863;
}
.tooltip.tooltip-orange-darken-1 {
background-color: #e39300;
}
.tooltip.tooltip-orange-darken-1:after {
border-top-color: #e39300;
}
.tooltip.tooltip-orange-darken-2 {
background-color: #c98200;
}
.tooltip.tooltip-orange-darken-2:after {
border-top-color: #c98200;
}
.tooltip.tooltip-orange-darken-3 {
background-color: #b07200;
}
.tooltip.tooltip-orange-darken-3:after {
border-top-color: #b07200;
}
.tooltip.tooltip-orange-darken-4 {
background-color: #966100;
}
.tooltip.tooltip-orange-darken-4:after {
border-top-color: #966100;
}
.tooltip.tooltip-pink-lighten-1 {
background-color: #ffd7de;
}
.tooltip.tooltip-pink-lighten-1:after {
border-top-color: #ffd7de;
}
.tooltip.tooltip-pink-lighten-2 {
background-color: #fff0f3;
}
.tooltip.tooltip-pink-lighten-2:after {
border-top-color: #fff0f3;
}
.tooltip.tooltip-pink-lighten-3 {
background-color: white;
}
.tooltip.tooltip-pink-lighten-3:after {
border-top-color: white;
}
.tooltip.tooltip-pink-lighten-4 {
background-color: white;
}
.tooltip.tooltip-pink-lighten-4:after {
border-top-color: white;
}
.tooltip.tooltip-pink-darken-1 {
background-color: #ffa4b4;
}
.tooltip.tooltip-pink-darken-1:after {
border-top-color: #ffa4b4;
}
.tooltip.tooltip-pink-darken-2 {
background-color: #ff8a9f;
}
.tooltip.tooltip-pink-darken-2:after {
border-top-color: #ff8a9f;
}
.tooltip.tooltip-pink-darken-3 {
background-color: #ff718a;
}
.tooltip.tooltip-pink-darken-3:after {
border-top-color: #ff718a;
}
.tooltip.tooltip-pink-darken-4 {
background-color: #ff5776;
}
.tooltip.tooltip-pink-darken-4:after {
border-top-color: #ff5776;
}
.tooltip.tooltip-red-lighten-1 {
background-color: #ff1717;
}
.tooltip.tooltip-red-lighten-1:after {
border-top-color: #ff1717;
}
.tooltip.tooltip-red-lighten-2 {
background-color: #ff3030;
}
.tooltip.tooltip-red-lighten-2:after {
border-top-color: #ff3030;
}
.tooltip.tooltip-red-lighten-3 {
background-color: #ff4a4a;
}
.tooltip.tooltip-red-lighten-3:after {
border-top-color: #ff4a4a;
}
.tooltip.tooltip-red-lighten-4 {
background-color: #ff6363;
}
.tooltip.tooltip-red-lighten-4:after {
border-top-color: #ff6363;
}
.tooltip.tooltip-red-darken-1 {
background-color: #e30000;
}
.tooltip.tooltip-red-darken-1:after {
border-top-color: #e30000;
}
.tooltip.tooltip-red-darken-2 {
background-color: #c90000;
}
.tooltip.tooltip-red-darken-2:after {
border-top-color: #c90000;
}
.tooltip.tooltip-red-darken-3 {
background-color: #b00000;
}
.tooltip.tooltip-red-darken-3:after {
border-top-color: #b00000;
}
.tooltip.tooltip-red-darken-4 {
background-color: #960000;
}
.tooltip.tooltip-red-darken-4:after {
border-top-color: #960000;
}
.tooltip.tooltip-purple-lighten-1 {
background-color: #970097;
}
.tooltip.tooltip-purple-lighten-1:after {
border-top-color: #970097;
}
.tooltip.tooltip-purple-lighten-2 {
background-color: #b000b0;
}
.tooltip.tooltip-purple-lighten-2:after {
border-top-color: #b000b0;
}
.tooltip.tooltip-purple-lighten-3 {
background-color: #ca00ca;
}
.tooltip.tooltip-purple-lighten-3:after {
border-top-color: #ca00ca;
}
.tooltip.tooltip-purple-lighten-4 {
background-color: #e300e3;
}
.tooltip.tooltip-purple-lighten-4:after {
border-top-color: #e300e3;
}
.tooltip.tooltip-purple-darken-1 {
background-color: #640064;
}
.tooltip.tooltip-purple-darken-1:after {
border-top-color: #640064;
}
.tooltip.tooltip-purple-darken-2 {
background-color: #4a004a;
}
.tooltip.tooltip-purple-darken-2:after {
border-top-color: #4a004a;
}
.tooltip.tooltip-purple-darken-3 {
background-color: #310031;
}
.tooltip.tooltip-purple-darken-3:after {
border-top-color: #310031;
}
.tooltip.tooltip-purple-darken-4 {
background-color: #170017;
}
.tooltip.tooltip-purple-darken-4:after {
border-top-color: #170017;
}
.tooltip.tooltip-teal-lighten-1 {
background-color: #009797;
}
.tooltip.tooltip-teal-lighten-1:after {
border-top-color: #009797;
}
.tooltip.tooltip-teal-lighten-2 {
background-color: #00b0b0;
}
.tooltip.tooltip-teal-lighten-2:after {
border-top-color: #00b0b0;
}
.tooltip.tooltip-teal-lighten-3 {
background-color: #00caca;
}
.tooltip.tooltip-teal-lighten-3:after {
border-top-color: #00caca;
}
.tooltip.tooltip-teal-lighten-4 {
background-color: #00e3e3;
}
.tooltip.tooltip-teal-lighten-4:after {
border-top-color: #00e3e3;
}
.tooltip.tooltip-teal-darken-1 {
background-color: #006464;
}
.tooltip.tooltip-teal-darken-1:after {
border-top-color: #006464;
}
.tooltip.tooltip-teal-darken-2 {
background-color: #004a4a;
}
.tooltip.tooltip-teal-darken-2:after {
border-top-color: #004a4a;
}
.tooltip.tooltip-teal-darken-3 {
background-color: #003131;
}
.tooltip.tooltip-teal-darken-3:after {
border-top-color: #003131;
}
.tooltip.tooltip-teal-darken-4 {
background-color: #001717;
}
.tooltip.tooltip-teal-darken-4:after {
border-top-color: #001717;
}
.tooltip.tooltip-indigo-lighten-1 {
background-color: #590099;
}
.tooltip.tooltip-indigo-lighten-1:after {
border-top-color: #590099;
}
.tooltip.tooltip-indigo-lighten-2 {
background-color: #6800b2;
}
.tooltip.tooltip-indigo-lighten-2:after {
border-top-color: #6800b2;
}
.tooltip.tooltip-indigo-lighten-3 {
background-color: #7700cc;
}
.tooltip.tooltip-indigo-lighten-3:after {
border-top-color: #7700cc;
}
.tooltip.tooltip-indigo-lighten-4 {
background-color: #8500e5;
}
.tooltip.tooltip-indigo-lighten-4:after {
border-top-color: #8500e5;
}
.tooltip.tooltip-indigo-darken-1 {
background-color: #3b0066;
}
.tooltip.tooltip-indigo-darken-1:after {
border-top-color: #3b0066;
}
.tooltip.tooltip-indigo-darken-2 {
background-color: #2c004c;
}
.tooltip.tooltip-indigo-darken-2:after {
border-top-color: #2c004c;
}
.tooltip.tooltip-indigo-darken-3 {
background-color: #1d0033;
}
.tooltip.tooltip-indigo-darken-3:after {
border-top-color: #1d0033;
}
.tooltip.tooltip-indigo-darken-4 {
background-color: #0f0019;
}
.tooltip.tooltip-indigo-darken-4:after {
border-top-color: #0f0019;
}
.tooltip.tooltip-brown-lighten-1 {
background-color: #b72e2e;
}
.tooltip.tooltip-brown-lighten-1:after {
border-top-color: #b72e2e;
}
.tooltip.tooltip-brown-lighten-2 {
background-color: #cc3333;
}
.tooltip.tooltip-brown-lighten-2:after {
border-top-color: #cc3333;
}
.tooltip.tooltip-brown-lighten-3 {
background-color: #d14848;
}
.tooltip.tooltip-brown-lighten-3:after {
border-top-color: #d14848;
}
.tooltip.tooltip-brown-lighten-4 {
background-color: #d65c5c;
}
.tooltip.tooltip-brown-lighten-4:after {
border-top-color: #d65c5c;
}
.tooltip.tooltip-brown-darken-1 {
background-color: #8f2424;
}
.tooltip.tooltip-brown-darken-1:after {
border-top-color: #8f2424;
}
.tooltip.tooltip-brown-darken-2 {
background-color: #7a1f1f;
}
.tooltip.tooltip-brown-darken-2:after {
border-top-color: #7a1f1f;
}
.tooltip.tooltip-brown-darken-3 {
background-color: #661a1a;
}
.tooltip.tooltip-brown-darken-3:after {
border-top-color: #661a1a;
}
.tooltip.tooltip-brown-darken-4 {
background-color: #521515;
}
.tooltip.tooltip-brown-darken-4:after {
border-top-color: #521515;
}
.tooltip.tooltip-violet-lighten-1 {
background-color: #f196f1;
}
.tooltip.tooltip-violet-lighten-1:after {
border-top-color: #f196f1;
}
.tooltip.tooltip-violet-lighten-2 {
background-color: #f4adf4;
}
.tooltip.tooltip-violet-lighten-2:after {
border-top-color: #f4adf4;
}
.tooltip.tooltip-violet-lighten-3 {
background-color: #f7c3f7;
}
.tooltip.tooltip-violet-lighten-3:after {
border-top-color: #f7c3f7;
}
.tooltip.tooltip-violet-lighten-4 {
background-color: #fadafa;
}
.tooltip.tooltip-violet-lighten-4:after {
border-top-color: #fadafa;
}
.tooltip.tooltip-violet-darken-1 {
background-color: #eb6aeb;
}
.tooltip.tooltip-violet-darken-1:after {
border-top-color: #eb6aeb;
}
.tooltip.tooltip-violet-darken-2 {
background-color: #e853e8;
}
.tooltip.tooltip-violet-darken-2:after {
border-top-color: #e853e8;
}
.tooltip.tooltip-violet-darken-3 {
background-color: #e853e8;
}
.tooltip.tooltip-violet-darken-3:after {
border-top-color: #e853e8;
}
.tooltip.tooltip-violet-darken-4 {
background-color: #e226e2;
}
.tooltip.tooltip-violet-darken-4:after {
border-top-color: #e226e2;
}
.tooltip.tooltip-grey-lighten-1 {
background-color: #8c8c8c;
}
.tooltip.tooltip-grey-lighten-1:after {
border-top-color: #8c8c8c;
}
.tooltip.tooltip-grey-lighten-2 {
background-color: #999999;
}
.tooltip.tooltip-grey-lighten-2:after {
border-top-color: #999999;
}
.tooltip.tooltip-grey-lighten-3 {
background-color: #a5a5a5;
}
.tooltip.tooltip-grey-lighten-3:after {
border-top-color: #a5a5a5;
}
.tooltip.tooltip-grey-lighten-4 {
background-color: #b2b2b2;
}
.tooltip.tooltip-grey-lighten-4:after {
border-top-color: #b2b2b2;
}
.tooltip.tooltip-grey-darken-1 {
background-color: #727272;
}
.tooltip.tooltip-grey-darken-1:after {
border-top-color: #727272;
}
.tooltip.tooltip-grey-darken-2 {
background-color: #666666;
}
.tooltip.tooltip-grey-darken-2:after {
border-top-color: #666666;
}
.tooltip.tooltip-grey-darken-3 {
background-color: #595959;
}
.tooltip.tooltip-grey-darken-3:after {
border-top-color: #595959;
}
.tooltip.tooltip-grey-darken-4 {
background-color: #4c4c4c;
}
.tooltip.tooltip-grey-darken-4:after {
border-top-color: #4c4c4c;
}
.tooltip.tooltip-black-lighten-1 {
background-color: #0d0d0d;
}
.tooltip.tooltip-black-lighten-1:after {
border-top-color: #0d0d0d;
}
.tooltip.tooltip-black-lighten-2 {
background-color: #1a1a1a;
}
.tooltip.tooltip-black-lighten-2:after {
border-top-color: #1a1a1a;
}
.tooltip.tooltip-black-lighten-3 {
background-color: #262626;
}
.tooltip.tooltip-black-lighten-3:after {
border-top-color: #262626;
}
.tooltip.tooltip-black-lighten-4 {
background-color: #333333;
}
.tooltip.tooltip-black-lighten-4:after {
border-top-color: #333333;
}
.tooltip.tooltip-black-darken-1,
.tooltip.tooltip-black-darken-2,
.tooltip.tooltip-black-darken-3,
.tooltip.tooltip-black-darken-4 {
background-color: black;
}
.tooltip.tooltip-black-darken-1:after,
.tooltip.tooltip-black-darken-2:after,
.tooltip.tooltip-black-darken-3:after,
.tooltip.tooltip-black-darken-4:after {
border-top-color: black;
}
*:hover > .tooltip {
display: block;
}
.tooltip.tooltip-show {
display: block;
}
* {
position: relative;
}
* ul.dropstart {
background-color: inherit;
color: inherit;
min-width: 5rem;
position: absolute;
transition: all 0.5s ease;
right: 3.3rem;
top: 0;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
z-index: 1500;
display: none;
opacity: 0;
visibility: hidden;
}
* ul.dropstart li.dropstart-item {
clear: both;
width: 100%;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
cursor: pointer;
padding-left: 0.5rem;
}
* ul.dropstart li.dropstart-item:not(last-child) {
border-bottom: 0.15px #2f3640 solid;
}
* ul.dropstart.dropstart-show {
opacity: 1;
visibility: visible;
display: block;
}
* ul.dropstart:hover {
box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.4);
}
* {
position: relative;
}
* ul.dropup {
background-color: inherit;
color: inherit;
min-width: 5rem;
position: absolute;
bottom: 1.5rem;
transition: all 0.5s ease;
margin-top: 0.5rem;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
z-index: 1500;
display: none;
opacity: 0;
visibility: hidden;
}
* ul.dropup li.dropup-item {
clear: both;
width: 100%;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
cursor: pointer;
padding-left: 0.5rem;
}
* ul.dropup li.dropup-item:not(last-child) {
border-bottom: 0.15px #2f3640 solid;
}
* ul.dropup.dropup-show {
opacity: 1;
visibility: visible;
display: block;
}
* ul.dropup:hover {
box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.4);
}
* {
position: relative;
}
* ul.dropdown {
background-color: inherit;
color: inherit;
min-width: 5rem;
position: absolute;
transition: all 0.5s ease;
margin-top: 0.5rem;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
z-index: 1500;
display: none;
opacity: 0;
visibility: hidden;
}
* ul.dropdown li.dropdown-item {
clear: both;
width: 100%;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
cursor: pointer;
padding-left: 0.5rem;
}
* ul.dropdown li.dropdown-item:not(last-child) {
border-bottom: 0.15px #2f3640 solid;
}
* ul.dropdown.dropdown-show {
opacity: 1;
visibility: visible;
display: block;
}
* ul.dropdown:hover {
box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.4);
}
* {
position: relative;
}
* ul.dropend {
background-color: inherit;
color: inherit;
min-width: 5rem;
position: absolute;
transition: all 0.5s ease;
left: 4.1rem;
top: 0;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
z-index: 1500;
display: none;
opacity: 0;
visibility: hidden;
}
* ul.dropend li.dropend-item {
clear: both;
width: 100%;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
cursor: pointer;
padding-left: 0.5rem;
}
* ul.dropend li.dropend-item:not(last-child) {
border-bottom: 0.15px #2f3640 solid;
}
* ul.dropend.dropend-show {
opacity: 1;
visibility: visible;
display: block;
}
* ul.dropend:hover {
box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.4);
}
.carousel {
width: 100%;
position: relative;
min-height: 8rem;
}
.carousel .carousel-item {
position: absolute;
height: 100%;
width: 100%;
display: none;
}
.carousel .carousel-item.active {
display: block;
}
.carousel .carousel-slide {
transition: transform 1.5s ease-out;
transition-delay: 0.4s;
transform: translateX(-100%);
}
.progress-bar {
background-color: #dbd5d5;
width: 15rem;
height: 2rem;
border: 1px solid #1a1a1a;
}
.progress-bar .progress-bar-meter {
width: 15%;
height: 100%;
background-color: #1a1a1a;
}
.progress-bar .progress-bar-meter .progress-bar-text {
padding: 0.1rem 0.4rem 0.2rem 0.4rem;
font-weight: bold;
color: white;
}
.progress-bar .progress-bar-meter.fill-10\% {
width: 10%;
}
.progress-bar .progress-bar-meter.fill-20\% {
width: 20%;
}
.progress-bar .progress-bar-meter.fill-30\% {
width: 30%;
}
.progress-bar .progress-bar-meter.fill-40\% {
width: 40%;
}
.progress-bar .progress-bar-meter.fill-50\% {
width: 50%;
}
.progress-bar .progress-bar-meter.fill-60\% {
width: 60%;
}
.progress-bar .progress-bar-meter.fill-70\% {
width: 70%;
}
.progress-bar .progress-bar-meter.fill-80\% {
width: 80%;
}
.progress-bar .progress-bar-meter.fill-90\% {
width: 90%;
}
.progress-bar .progress-bar-meter.fill-100\% {
width: 100%;
}
.progress-bar .progress-bar-meter.fill-bar {
width: 100%;
animation: fill-bar-animation 3s linear;
}
.progress-bar .progress-bar-meter.fill-bar.slow {
width: 100%;
animation: fill-bar-animation 4s linear;
}
.progress-bar .progress-bar-meter.fill-bar.fast {
width: 100%;
animation: fill-bar-animation 2s linear;
}
.progress-bar .progress-bar-meter.fill-bar.slower {
width: 100%;
animation: fill-bar-animation 5s linear;
}
.progress-bar .progress-bar-meter.fill-bar.faster {
width: 100%;
animation: fill-bar-animation 1s linear;
}
@keyframes fill-bar-animation {
1% {
width: 1%;
}
100% {
width: 100%;
}
}
table,
.table {
border-top: 1px solid rgba(0, 0, 0, 0.5);
}
table caption,
.table caption {
padding: 0.5rem 0rem;
}
table thead th,
.table thead th {
border: 0;
border-bottom: 2px solid rgba(0, 0, 0, 0.5);
text-align: left;
}
table tr,
.table tr {
margin-bottom: 0.5rem;
}
table tr th:not(last-child),
table tr td:not(last-child),
.table tr th:not(last-child),
.table tr td:not(last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
padding: 16px;
vertical-align: inherit;
}
table tr tr:last-child th,
.table tr tr:last-child th {
border-bottom: 0;
}
table tr tr:last-child tr,
.table tr tr:last-child tr {
border-bottom: 0;
}
table tfoot tr,
.table tfoot tr {
text-align: left;
}
table tfoot td,
.table tfoot td {
color: rgba(0, 0, 0, 0.6);
padding: 1rem 4px;
}
table:last-child,
.table:last-child {
border-bottom: 0;
}
table tr:hover {
opacity: 90%;
}
table.striped tr:nth-of-type(odd) {
background-color: #f0f0f0;
}
.table,
.responsive {
width: 100%;
}
.label {
font-size: 100%;
margin-bottom: 1rem;
}
.input {
border: 2px solid #262626;
border-radius: 5px;
padding: 8px;
transition: border-color 0.5s ease-in;
}
.input-success {
border-color: #3adb76;
}
.input-warning {
border-color: #cc8b00;
}
.input-danger {
border-color: #a53b2a;
}
.input.active {
border-color: #1779ba;
}
.input.disabled {
border-color: #535353;
cursor: not-allowed;
}
.message-success, .message-error, .message-warning {
position: absolute;
display: none;
visibility: hidden;
}
.message-success {
color: #3adb76;
}
.message-error {
color: #cc4b36;
}
.message-warning {
color: #cc8b00;
}
.message-success.message-show,
.message-error.message-show,
.message-warning.message-show {
display: block;
visibility: visible;
}
.display-block,
.display-block\@phone {
display: block !important;
}
.display-none,
.display-none\@phone {
display: none !important;
}
.display-flex,
.display-flex\@phone {
display: flex !important;
}
.display-grid,
.display-grid\@phone {
display: grid !important;
}
.display-inline,
.display-inline\@phone {
display: inline !important;
}
.display-inline-block,
.display-inline-block\@phone {
display: inline-block !important;
}
.display-inline-flex,
.display-inline-flex\@phone {
display: inline-flex !important;
}
.display-table,
.display-table\@phone {
display: table !important;
}
@media (max-width: 21.875rem) {
.display-block\@small-phone {
display: block !important;
}
.display-none\@small-phone {
display: none !important;
}
.display-flex\@small-phone {
display: flex !important;
}
.display-grid\@small-phone {
display: grid !important;
}
.display-inline\@small-phone {
display: inline !important;
}
.display-inline-block\@small-phone {
display: inline-block !important;
}
.display-inline-flex\@small-phone {
display: inline-flex !important;
}
.display-table\@small-phone {
display: table !important;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.display-block\@tablet {
display: block !important;
}
.display-none\@tablet {
display: none !important;
}
.display-flex\@tablet {
display: flex !important;
}
.display-grid\@tablet {
display: grid !important;
}
.display-inline\@tablet {
display: inline !important;
}
.display-inline-block\@tablet {
display: inline-block !important;
}
.display-inline-flex\@tablet {
display: inline-flex !important;
}
.display-table\@tablet {
display: table !important;
}
}
@media (min-width: 57rem) {
.display-block\@laptop {
display: block !important;
}
.display-none\@laptop {
display: none !important;
}
.display-flex\@laptop {
display: flex !important;
}
.display-grid\@laptop {
display: grid !important;
}
.display-inline\@tablet {
display: inline !important;
}
.display-inline-block\@laptop {
display: inline-block !important;
}
.display-inline-flex\@laptop {
display: inline-flex !important;
}
.display-table\@laptop {
display: table !important;
}
}
.position-relative,
.position-relative\@phone .relative,
.relative\@phone {
position: relative !important;
}
.position-absolute,
.position-absolute\@phone .absolute,
.absolute\@phone {
position: absolute !important;
}
.position-fixed,
.position-fixed\@phone {
position: fixed !important;
}
.position-sticky,
.position-sticky\@phone {
position: sticky !important;
}
.position-static,
.position-static\@phone,
.static,
.static\@phone {
position: static !important;
}
.sticky-top,
.sticky-top\@phone {
position: sticky;
z-index: 1000;
top: 0;
width: 100%;
}
.sticky-bottom,
.sticky-bottom\@phone {
position: sticky;
z-index: 1000;
bottom: 0;
width: 100%;
}
.fixed-top,
.fixed-top\@phone {
position: fixed;
z-index: 1000;
top: 0;
}
.fixed-bottom,
.fixed-bottom\@phone {
position: fixed;
z-index: 1000;
bottom: 0;
}
@media (max-width: 21.875rem) {
.position-relative\@small-phone,
.relative\@small-phone {
position: relative !important;
}
.position-absolute\@small-phone,
.absolute\@small-phone {
position: absolute !important;
}
.position-fixed\@small-phone {
position: fixed !important;
}
.position-sticky\@small-phone {
position: sticky !important;
}
.position-static\@small-phone,
.static\@small-phone {
position: static !important;
}
.sticky-top\@small-phone {
position: sticky;
z-index: 1000;
top: 0;
width: 100%;
}
.sticky-bottom\@small-phone {
position: sticky;
z-index: 1000;
bottom: 0;
width: 100%;
}
.fixed-top\@small-phone {
position: fixed;
z-index: 1000;
top: 0;
}
.fixed-bottom\@small-phone {
position: fixed;
z-index: 1000;
bottom: 0;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.position-relative\@tablet,
.relative\@tablet {
position: relative !important;
}
.position-absolute\@tablet,
.absolute\@tablet {
position: absolute !important;
}
.position-fixed\@tablet {
position: fixed !important;
}
.position-sticky\@tablet {
position: sticky !important;
}
.position-static\@tablet,
.static\@tablet {
position: static !important;
}
.sticky-top\@tablet {
position: sticky;
z-index: 1000;
top: 0;
width: 100%;
}
.sticky-bottom\@tablet {
position: sticky;
z-index: 1000;
bottom: 0;
width: 100%;
}
.fixed-top\@tablet {
position: fixed;
z-index: 1000;
top: 0;
}
.fixed-bottom\@tablet {
position: fixed;
z-index: 1000;
bottom: 0;
}
}
@media (min-width: 57rem) {
.position-relative\@laptop,
.relative\@laptop {
position: relative !important;
}
.position-absolute\@laptop,
.absolute\@laptop {
position: absolute !important;
}
.position-fixed\@laptop {
position: fixed !important;
}
.position-sticky\@laptop {
position: sticky !important;
}
.position-static\@laptop,
.static\@laptop {
position: static !important;
}
.sticky-top\@laptop {
position: sticky;
z-index: 1000;
top: 0;
width: 100%;
}
.sticky-bottom\@laptop {
position: sticky;
z-index: 1000;
bottom: 0;
width: 100%;
}
.fixed-top\@laptop {
position: fixed;
z-index: 1000;
top: 0;
}
.fixed-bottom\@laptop {
position: fixed;
z-index: 1000;
bottom: 0;
}
}
.flex-wrap,
.flex-wrap\@phone {
flex-wrap: wrap;
}
.flex-row,
.flex-row\@phone {
flex-direction: row;
}
.flex-column,
.flex-column\@phone {
flex-direction: column;
}
.flex-wrap-reverse,
.flex-wrap-reverse\@phone {
flex-wrap: wrap-reverse;
}
.flex-row-reverse,
.flex-row-reverse\@phone {
flex-direction: row-reverse;
}
.flex-column-reverse,
.flex-column-reverse\@phone {
flex-direction: column-reverse;
}
.justify-content-start,
.justify-content-start\@phone {
justify-content: flex-start;
}
.justify-content-center,
.justify-content-center\@phone {
justify-content: center;
}
.justify-content-end,
.justify-content-end\@phone {
justify-content: flex-end;
}
.justify-content-between,
.justify-content-between\@phone {
justify-content: space-between;
}
.justify-content-around,
.justify-content-around\@phone {
justify-content: space-around;
}
.justify-content-evenly,
.justify-content-evenly\@phone {
justify-content: space-evenly;
}
.justify-self-auto,
.justify-self-auto\@phone {
justify-self: auto;
}
.justify-self-start,
.justify-self-start\@phone {
justify-self: start;
}
.justify-self-center,
.justify-self-center\@phone {
justify-self: center;
}
.justify-self-end,
.justify-self-end\@phone {
justify-self: end;
}
.justify-self-stretch,
.justify-self-stretch\@phone {
justify-self: stretch;
}
.appear-1,
.appear-1\@phone {
order: 1;
}
.appear-2,
.appear-2\@phone {
order: 2;
}
.appear-3,
.appear-3\@phone {
order: 3;
}
.appear-4,
.appear-4\@phone {
order: 4;
}
.appear-5,
.appear-5\@phone {
order: 5;
}
.appear-6,
.appear-6\@phone {
order: 6;
}
.appear-7,
.appear-7\@phone {
order: 7;
}
.appear-8,
.appear-8\@phone {
order: 8;
}
.appear-9,
.appear-9\@phone {
order: 9;
}
.appear-10,
.appear-10\@phone {
order: 10;
}
.appear-11,
.appear-11\@phone {
order: 11;
}
.appear-12,
.appear-12\@phone {
order: 12;
}
@media (max-width: 21.875rem) {
.flex-wrap\@small-phone {
flex-wrap: wrap;
}
.flex-row\@small-phone {
flex-direction: row;
}
.flex-column\@small-phone {
flex-direction: column;
}
.flex-wrap-reverse\@small-phone {
flex-wrap: wrap-reverse;
}
.flex-row-reverse\@small-phone {
flex-direction: row-reverse;
}
.flex-column-reverse\@small-phone {
flex-direction: column-reverse;
}
.justify-content-start\@small-phone {
justify-content: flex-start;
}
.justify-content-center\@small-phone {
justify-content: center;
}
.justify-content-end\@small-phone {
justify-content: flex-end;
}
.justify-content-between\@small-phone {
justify-content: space-between;
}
.justify-content-around\@small-phone {
justify-content: space-around;
}
.justify-content-evenly\@small-phone {
justify-content: space-evenly;
}
.justify-self-auto\@small-phone {
justify-self: auto;
}
.justify-self-start\@small-phone {
justify-self: start;
}
.justify-self-center\@small-phone {
justify-self: center;
}
.justify-self-end\@small-phone {
justify-self: end;
}
.justify-self-stretch\@small-phone {
justify-self: stretch;
}
.appear-1\@small-phone {
order: 1;
}
.appear-2\@small-phone {
order: 2;
}
.appear-3\@small-phone {
order: 3;
}
.appear-4\@small-phone {
order: 4;
}
.appear-5\@small-phone {
order: 5;
}
.appear-6\@small-phone {
order: 6;
}
.appear-7\@small-phone {
order: 7;
}
.appear-8\@small-phone {
order: 8;
}
.appear-9\@small-phone {
order: 9;
}
.appear-10\@small-phone {
order: 10;
}
.appear-11\@small-phone {
order: 11;
}
.appear-12\@small-phone {
order: 12;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.flex-wrap\@tablet {
flex-wrap: wrap;
}
.flex-row\@tablet {
flex-direction: row;
}
.flex-column\@tablet {
flex-direction: column;
}
.flex-wrap-reverse\@tablet {
flex-wrap: wrap-reverse;
}
.flex-row-reverse\@tablet {
flex-direction: row-reverse;
}
.flex-column-reverse\@tablet {
flex-direction: column-reverse;
}
.justify-content-start\@tablet {
justify-content: flex-start;
}
.justify-content-center\@tablet {
justify-content: center;
}
.justify-content-end\@tablet {
justify-content: flex-end;
}
.justify-content-between\@tablet {
justify-content: space-between;
}
.justify-content-around\@tablet {
justify-content: space-around;
}
.justify-content-evenly\@tablet {
justify-content: space-evenly;
}
.justify-self-auto\@tablet {
justify-self: auto;
}
.justify-self-start\@tablet {
justify-self: start;
}
.justify-self-center\@tablet {
justify-self: center;
}
.justify-self-end\@tablet {
justify-self: end;
}
.justify-self-stretch\@tablet {
justify-self: stretch;
}
.appear-1\@tablet {
order: 1;
}
.appear-2\@tablet {
order: 2;
}
.appear-3\@tablet {
order: 3;
}
.appear-4\@tablet {
order: 4;
}
.appear-5\@tablet {
order: 5;
}
.appear-6\@tablet {
order: 6;
}
.appear-7\@tablet {
order: 7;
}
.appear-8\@tablet {
order: 8;
}
.appear-9\@tablet {
order: 9;
}
.appear-10\@tablet {
order: 10;
}
.appear-11\@tablet {
order: 11;
}
.appear-12\@tablet {
order: 12;
}
}
@media (min-width: 57rem) {
.flex-wrap\@laptop {
flex-wrap: wrap;
}
.flex-row\@laptop {
flex-direction: row;
}
.flex-column\@laptop {
flex-direction: column;
}
.flex-wrap-reverse\@laptop {
flex-wrap: wrap-reverse;
}
.flex-row-reverse\@laptop {
flex-direction: row-reverse;
}
.flex-column-reverse\@laptop {
flex-direction: column-reverse;
}
.justify-content-start\@laptop {
justify-content: flex-start;
}
.justify-content-center\@laptop {
justify-content: center;
}
.justify-content-end\@laptop {
justify-content: flex-end;
}
.justify-content-between\@laptop {
justify-content: space-between;
}
.justify-content-around\@laptop {
justify-content: space-around;
}
.justify-content-evenly\@tablet {
justify-content: space-evenly;
}
.justify-self-auto\@laptop {
justify-self: auto;
}
.justify-self-start\@laptop {
justify-self: start;
}
.justify-self-center\@laptop {
justify-self: center;
}
.justify-self-end\@laptop {
justify-self: end;
}
.justify-self-stretch\@laptop {
justify-self: stretch;
}
.appear-1\@laptop {
order: 1;
}
.appear-2\@laptop {
order: 2;
}
.appear-3\@laptop {
order: 3;
}
.appear-4\@laptop {
order: 4;
}
.appear-5\@laptop {
order: 5;
}
.appear-6\@laptop {
order: 6;
}
.appear-7\@laptop {
order: 7;
}
.appear-8\@laptop {
order: 8;
}
.appear-9\@laptop {
order: 9;
}
.appear-10\@laptop {
order: 10;
}
.appear-11\@laptop {
order: 11;
}
.appear-12\@laptop {
order: 12;
}
}
.grid-template-columns-2,
.grid-template-columns-2\@phone {
grid-template-columns: repeat(2, 1fr);
}
.grid-template-columns-3,
.grid-template-columns-3\@phone {
grid-template-columns: repeat(3, 1fr);
}
.grid-template-columns-4,
.grid-template-columns-4\@phone {
grid-template-columns: repeat(4, 1fr);
}
.grid-template-columns-5,
.grid-template-columns-5\@phone {
grid-template-columns: repeat(5, 1fr);
}
.grid-template-columns-6,
.grid-template-columns-6\@phone {
grid-template-columns: repeat(6, 1fr);
}
.grid-template-columns-7,
.grid-template-columns-7\@phone {
grid-template-columns: repeat(7, 1fr);
}
.grid-template-columns-8,
.grid-template-columns-8\@phone {
grid-template-columns: repeat(8, 1fr);
}
.grid-template-columns-9,
.grid-template-columns-9\@phone {
grid-template-columns: repeat(9, 1fr);
}
.grid-template-columns-10,
.grid-template-columns-10\@phone {
grid-template-columns: repeat(10, 1fr);
}
.grid-template-columns-11,
.grid-template-columns-11\@phone {
grid-template-columns: repeat(11, 1fr);
}
.grid-template-columns-12,
.grid-template-columns-12\@phone {
grid-template-columns: repeat(12, 1fr);
}
.grid- gap-1,
.grid- gap-1\@phone {
grid-gap: 0.25rem;
}
.grid- gap-2,
.grid- gap-2\@phone {
grid-gap: 0.5rem;
}
.grid- gap-3,
.grid- gap-3\@phone {
grid-gap: 0.75rem;
}
.grid- gap-4,
.grid- gap-4\@phone {
grid-gap: 1rem;
}
.grid- gap-5,
.grid- gap-5\@phone {
grid-gap: 1.25rem;
}
.grid- gap-6,
.grid-gap-6\@phone {
grid-gap: 1.5rem;
}
.grid-gap-7,
.grid-gap-7\@phone {
grid-gap: 1.75rem;
}
.grid-gap-8,
.grid-gap-8\@phone {
grid-gap: 2rem;
}
.grid-gap-9,
.grid-gap-9\@phone {
grid-gap: 2.25rem;
}
.grid-gap-10,
.grid-gap-10\@phone {
grid-gap: 2.5rem;
}
.grid-row-gap-1,
.grid-row-gap-1\@phone {
grid-row-gap: 0.25rem;
}
.grid-row-gap-2,
.grid-row-gap-2\@phone {
grid-row-gap: 0.5rem;
}
.grid-row-gap-3,
.grid-row-gap-3\@phone {
grid-row-gap: 0.75rem;
}
.grid-row-gap-4,
.grid-row-gap-4\@phone {
grid-row-gap: 1rem;
}
.grid-row-gap-5,
.grid-row-gap-5\@phone {
grid-row-gap: 1.25rem;
}
.grid-row-gap-6,
.grid-row-gap-6\@phone {
grid-row-gap: 1.5rem;
}
.grid-row-gap-7,
.grid-row-gap-7\@phone {
grid-row-gap: 1.75rem;
}
.grid-row-gap-8,
.grid-row-gap-8\@phone {
grid-row-gap: 2rem;
}
.grid-row-gap-9,
.grid-row-gap-9\@phone {
grid-row-gap: 2.25rem;
}
.grid-row-gap-10,
.grid-row-gap-10\@phone {
grid-row-gap: 2.5rem;
}
.grid-column-gap-1,
.grid-column-gap-1\@phone {
grid-column-gap: 0.25rem;
}
.grid-column-gap-2,
.grid-column-gap-2\@phone {
grid-column-gap: 0.5rem;
}
.grid-column-gap-3,
.grid-column-gap-3\@phone {
grid-column-gap: 0.75rem;
}
.grid-column-gap-4,
.grid-column-gap-4\@phone {
grid-column-gap: 1rem;
}
.grid-column-gap-5,
.grid-column-gap-5\@phone {
grid-column-gap: 1.25rem;
}
.grid-column-gap-6,
.grid-column-gap-6\@phone {
grid-column-gap: 1.5rem;
}
.grid-column-gap-7,
.grid-column-gap-7\@phone {
grid-column-gap: 1.75rem;
}
.grid-column-gap-8,
.grid-column-gap-8\@phone {
grid-column-gap: 2rem;
}
.grid-column-gap-9,
.grid-column-gap-9\@phone {
grid-column-gap: 2.25rem;
}
.grid-column-gap-10,
.grid-column-gap-10\@phone {
grid-column-gap: 2.5rem;
}
@media (max-width: 21.875rem) {
.grid-template-columns-2\@small-phone {
grid-template-columns: repeat(2, 1fr);
}
.grid-template-columns-3\@small-phone {
grid-template-columns: repeat(3, 1fr);
}
.grid-template-columns-4\@small-phone {
grid-template-columns: repeat(4, 1fr);
}
.grid-template-columns-5\@small-phone {
grid-template-columns: repeat(5, 1fr);
}
.grid-template-columns-6\@small-phone {
grid-template-columns: repeat(6, 1fr);
}
.grid-template-columns-7\@small-phone {
grid-template-columns: repeat(7, 1fr);
}
.grid-template-columns-8\@small-phone {
grid-template-columns: repeat(8, 1fr);
}
.grid-template-columns-9\@small-phone {
grid-template-columns: repeat(9, 1fr);
}
.grid-template-columns-10\@small-phone {
grid-template-columns: repeat(10, 1fr);
}
.grid-template-columns-11\@small-phone {
grid-template-columns: repeat(11, 1fr);
}
.grid-template-columns-12\@small-phone {
grid-template-columns: repeat(12, 1fr);
}
.grid-gap-1\@small-phone {
grid-gap: 0.25rem;
}
.grid-gap-2\@small-phone {
grid-gap: 0.5rem;
}
.grid-gap-3\@small-phone {
grid-gap: 0.75rem;
}
.grid-gap-4\@small-phone {
grid-gap: 1rem;
}
.grid-gap-5\@small-phone {
grid-gap: 1.25rem;
}
.grid-gap-6\@small-phone {
grid-gap: 1.5rem;
}
.grid-gap-7\@small-phone {
grid-gap: 1.75rem;
}
.grid-gap-8\@small-phone {
grid-gap: 2rem;
}
.grid-gap-9\@small-phone {
grid-gap: 2.25rem;
}
.grid-gap-10\@small-phone {
grid-gap: 2.5rem;
}
.grid-row-gap-1\@small-phone {
grid-row-gap: 0.25rem;
}
.grid-row-gap-2\@small-phone {
grid-row-gap: 0.5rem;
}
.grid-row-gap-3\@small-phone {
grid-row-gap: 0.75rem;
}
.grid-row-gap-4\@small-phone {
grid-row-gap: 1rem;
}
.grid-row-gap-5\@small-phone {
grid-row-gap: 1.25rem;
}
.grid-row-gap-6\@small-phone {
grid-row-gap: 1.5rem;
}
.grid-row-gap-7\@small-phone {
grid-row-gap: 1.75rem;
}
.grid-row-gap-8\@small-phone {
grid-row-gap: 2rem;
}
.grid-row-gap-9\@small-phone {
grid-row-gap: 2.25rem;
}
.grid-row-gap-10\@small-phone {
grid-row-gap: 2.5rem;
}
.grid-column-gap-1\@small-phone {
grid-column-gap: 0.25rem;
}
.grid-column-gap-2\@small-phone {
grid-column-gap: 0.5rem;
}
.grid-column-gap-3\@small-phone {
grid-column-gap: 0.75rem;
}
.grid-column-gap-4\@small-phone {
grid-column-gap: 1rem;
}
.grid-column-gap-5\@small-phone {
grid-column-gap: 1.25rem;
}
.grid-column-gap-6\@small-phone {
grid-column-gap: 1.5rem;
}
.grid-column-gap-7\@small-phone {
grid-column-gap: 1.75rem;
}
.grid-column-gap-8\@small-phone {
grid-column-gap: 2rem;
}
.grid-column-gap-9\@small-phone {
grid-column-gap: 2.25rem;
}
.grid-column-gap-10\@small-phone {
grid-column-gap: 2.5rem;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.grid-template-columns-2\@tablet {
grid-template-columns: repeat(2, 1fr);
}
.grid-template-columns-3\@tablet {
grid-template-columns: repeat(3, 1fr);
}
.grid-template-columns-4\@tablet {
grid-template-columns: repeat(4, 1fr);
}
.grid-template-columns-5\@tablet {
grid-template-columns: repeat(5, 1fr);
}
.grid-template-columns-6\@tablet {
grid-template-columns: repeat(6, 1fr);
}
.grid-template-columns-7\@tablet {
grid-template-columns: repeat(7, 1fr);
}
.grid-template-columns-8\@tablet {
grid-template-columns: repeat(8, 1fr);
}
.grid-template-columns-9\@tablet {
grid-template-columns: repeat(9, 1fr);
}
.grid-template-columns-10\@tablet {
grid-template-columns: repeat(10, 1fr);
}
.grid-template-columns-11\@tablet {
grid-template-columns: repeat(11, 1fr);
}
.grid-template-columns-12\@tablet {
grid-template-columns: repeat(12, 1fr);
}
.grid-gap-1\@tablet {
grid-gap: 0.25rem;
}
.grid-gap-2\@tablet {
grid-gap: 0.5rem;
}
.grid-gap-3\@tablet {
grid-gap: 0.75rem;
}
.grid-gap-4\@tablet {
grid-gap: 1rem;
}
.grid-gap-5\@tablet {
grid-gap: 1.25rem;
}
.grid-gap-6\@tablet {
grid-gap: 1.5rem;
}
.grid-gap-7\@tablet {
grid-gap: 1.75rem;
}
.grid-gap-8\@tablet {
grid-gap: 2rem;
}
.grid-gap-9\@tablet {
grid-gap: 2.25rem;
}
.grid-gap-10\@tablet {
grid-gap: 2.5rem;
}
.grid-row-gap-1\@tablet {
grid-row-gap: 0.25rem;
}
.grid-row-gap-2\@tablet {
grid-row-gap: 0.5rem;
}
.grid-row-gap-3\@tablet {
grid-row-gap: 0.75rem;
}
.grid-row-gap-4\@tablet {
grid-row-gap: 1rem;
}
.grid-row-gap-5\@tablet {
grid-row-gap: 1.25rem;
}
.grid-row-gap-6\@tablet {
grid-row-gap: 1.5rem;
}
.grid-row-gap-7\@tablet {
grid-row-gap: 1.75rem;
}
.grid-row-gap-8\@tablet {
grid-row-gap: 2rem;
}
.grid-row-gap-9\@tablet {
grid-row-gap: 2.25rem;
}
.grid-row-gap-10\@tablet {
grid-row-gap: 2.5rem;
}
.grid-column-gap-1\@tablet {
grid-column-gap: 0.25rem;
}
.grid-column-gap-2\@tablet {
grid-column-gap: 0.5rem;
}
.grid-column-gap-3\@tablet {
grid-column-gap: 0.75rem;
}
.grid-column-gap-4\@tablet {
grid-column-gap: 1rem;
}
.grid-column-gap-5\@tablet {
grid-column-gap: 1.25rem;
}
.grid-column-gap-6\@tablet {
grid-column-gap: 1.5rem;
}
.grid-column-gap-7\@tablet {
grid-column-gap: 1.75rem;
}
.grid-column-gap-8\@tablet {
grid-column-gap: 2rem;
}
.grid-column-gap-9\@tablet {
grid-column-gap: 2.25rem;
}
.grid-column-gap-10\@tablet {
grid-column-gap: 2.5rem;
}
}
@media (min-width: 57rem) {
.grid-template-columns-2\@laptop {
grid-template-columns: repeat(2, 1fr);
}
.grid-template-columns-3\@laptop {
grid-template-columns: repeat(3, 1fr);
}
.grid-template-columns-4\@laptop {
grid-template-columns: repeat(4, 1fr);
}
.grid-template-columns-5\@laptop {
grid-template-columns: repeat(5, 1fr);
}
.grid-template-columns-6\@laptop {
grid-template-columns: repeat(6, 1fr);
}
.grid-template-columns-7\@laptop {
grid-template-columns: repeat(7, 1fr);
}
.grid-template-columns-8\@laptop {
grid-template-columns: repeat(8, 1fr);
}
.grid-template-columns-9\@laptop {
grid-template-columns: repeat(9, 1fr);
}
.grid-template-columns-10\@laptop {
grid-template-columns: repeat(10, 1fr);
}
.grid-template-columns-11\@laptop {
grid-template-columns: repeat(11, 1fr);
}
.grid-template-columns-12\@laptop {
grid-template-columns: repeat(12, 1fr);
}
.grid-gap-1\@laptop {
grid-gap: 0.25rem;
}
.grid-gap-2\@laptop {
grid-gap: 0.5rem;
}
.grid-gap-3\@laptop {
grid-gap: 0.75rem;
}
.grid-gap-4\@laptop {
grid-gap: 1rem;
}
.grid-gap-5\@laptop {
grid-gap: 1.25rem;
}
.grid-gap-6\@laptop {
grid-gap: 1.5rem;
}
.grid-gap-7\@laptop {
grid-gap: 1.75rem;
}
.grid-gap-8\@laptop {
grid-gap: 2rem;
}
.grid-gap-9\@laptop {
grid-gap: 2.25rem;
}
.grid-gap-10\@laptop {
grid-gap: 2.5rem;
}
.grid-row-gap-1\@laptop {
grid-row-gap: 0.25rem;
}
.grid-row-gap-2\@laptop {
grid-row-gap: 0.5rem;
}
.grid-row-gap-3\@laptop {
grid-row-gap: 0.75rem;
}
.grid-row-gap-4\@laptop {
grid-row-gap: 1rem;
}
.grid-row-gap-5\@laptop {
grid-row-gap: 1.25rem;
}
.grid-row-gap-6\@laptop {
grid-row-gap: 1.5rem;
}
.grid-row-gap-7\@laptop {
grid-row-gap: 1.75rem;
}
.grid-row-gap-8\@laptop {
grid-row-gap: 2rem;
}
.grid-row-gap-9\@laptop {
grid-row-gap: 2.25rem;
}
.grid-row-gap-10\@laptop {
grid-row-gap: 2.5rem;
}
.grid-column-gap-1\@laptop {
grid-column-gap: 0.25rem;
}
.grid-column-gap-2\@laptop {
grid-column-gap: 0.5rem;
}
.grid-column-gap-3\@laptop {
grid-column-gap: 0.75rem;
}
.grid-column-gap-4\@laptop {
grid-column-gap: 1rem;
}
.grid-column-gap-5\@laptop {
grid-column-gap: 1.25rem;
}
.grid-column-gap-6\@laptop {
grid-column-gap: 1.5rem;
}
.grid-column-gap-7\@laptop {
grid-column-gap: 1.75rem;
}
.grid-column-gap-8\@laptop {
grid-column-gap: 2rem;
}
.grid-column-gap-9\@laptop {
grid-column-gap: 2.25rem;
}
.grid-column-gap-10\@laptop {
grid-column-gap: 2.5rem;
}
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
canvas,
button,
table,
input,
label,
textarea,
.title,
.subtitle,
.video-responsive,
.img-responsive,
.list,
.pagination,
.navbar,
.card,
.card-group,
.jumargin-bottomotron,
.ntp,
.notice,
.alert,
.modal,
.progress-bar {
margin-bottom: 1rem;
}
.margin-0,
.margin-0\@phone {
margin: 0;
}
.margin-0\.5,
.margin-0\.5\@phone {
margin: 0.25rem;
}
.margin-1,
.margin-1\@phone {
margin: 0.5rem;
}
.margin-1\.5,
.margin-1\.5\@phone {
margin: 0.75rem;
}
.margin-2,
.margin-2\@phone {
margin: 1rem;
}
.margin-2\.5,
.margin-2\.5\@phone {
margin: 1.25rem;
}
.margin-3,
.margin-3\@phone {
margin: 1.5rem;
}
.margin-3\.5,
.margin-3\.5\@phone {
margin: 1.75rem;
}
.margin-4,
.margin-4\@phone {
margin: 2rem;
}
.margin-4\.5,
.margin-4\.5\@phone {
margin: 2.25rem;
}
.margin-5,
.margin-5\@phone {
margin: 2.5rem;
}
.margin-5\.5,
.margin-5\.5\@phone {
margin: 2.75rem;
}
.margin-6,
.margin-6\@phone {
margin: 3rem;
}
.margin-6\.5,
.margin-6\.5\@phone {
margin: 3.25rem;
}
.margin-7,
.margin-7\@phone {
margin: 3.5rem;
}
.margin-7\.5,
.margin-7\.5\@phone {
margin: 3.75rem;
}
.margin-8,
.margin-8\@phone {
margin: 4rem;
}
.margin-8\.5,
.margin-8\.5\@phone {
margin: 4.25rem;
}
.margin-9,
.margin-9\@phone {
margin: 4.5rem;
}
.margin-9\.5,
.margin-9\.5\@phone {
margin: 4.75rem;
}
.margin-10,
.margin-10\@phone {
margin: 5rem;
}
.margin-10\.5,
.margin-10\.5\@phone {
margin: 5.25rem;
}
.margin-11,
.margin-11\@phone {
margin: 5.5rem;
}
.margin-11\.5,
.margin-11\.5\@phone {
margin: 5.75rem;
}
.margin-12,
.margin-12\@phone {
margin: 6rem;
}
.margin-12\.5,
.margin-12\.5\@phone {
margin: 6.25rem;
}
.margin-13,
.margin-13\@phone {
margin: 6.5rem;
}
.margin-13\.5,
.margin-13\.5\@phone {
margin: 6.75rem;
}
.margin-14,
.margin-14\@phone {
margin: 7rem;
}
.margin-14\.5,
.margin-14\.5\@phone {
margin: 7.25rem;
}
.margin-15,
.margin-15\@phone {
margin: 7.5rem;
}
.margin-15\.5,
.margin-15\.5\@phone {
margin: 7.75rem;
}
.margin-16,
.margin-16\@phone {
margin: 8rem;
}
.margin-16\.5,
.margin-16\.5\@phone {
margin: 8.25rem;
}
.margin-17,
.margin-17\@phone {
margin: 8.5rem;
}
.margin-17\.5,
.margin-17\.5\@phone {
margin: 8.75rem;
}
.margin-18,
.margin-18\@phone {
margin: 9rem;
}
.margin-18\.5,
.margin-18\.5\@phone {
margin: 9.25rem;
}
.margin-19,
.margin-19\@phone {
margin: 9.5rem;
}
.margin-19\.5,
.margin-19\.5\@phone {
margin: 9.75rem;
}
.margin-20,
.margin-20\@phone {
margin: 10rem;
}
.margin-20\.5,
.margin-20\.5\@phone {
margin: 10.25rem;
}
.margin-21,
.margin-21\@phone {
margin: 10.5rem;
}
.margin-21\.5,
.margin-21\.5\@phone {
margin: 10.75rem;
}
.margin-22,
.margin-22\@phone {
margin: 11rem;
}
.margin-22\.5,
.margin-22\.5\@phone {
margin: 11.25rem;
}
.margin-23,
.margin-23\@phone {
margin: 11.5rem;
}
.margin-23\.5,
.margin-23\.5\@phone {
margin: 11.75rem;
}
.margin-24,
.margin-24\@phone {
margin: 12rem;
}
.margin-24\.5,
.margin-24\.5\@phone {
margin: 12.25rem;
}
.margin-25,
.margin-25\@phone {
margin: 12.5rem;
}
.margin-25\.5,
.margin-25\.5\@phone {
margin: 12.75rem;
}
.margin-26,
.margin-26\@phone {
margin: 13rem;
}
.margin-26\.5,
.margin-26\.5\@phone {
margin: 13.25rem;
}
.margin-27,
.margin-27\@phone {
margin: 13.5rem;
}
.margin-27\.5,
.margin-27\.5\@phone {
margin: 13.75rem;
}
.margin-28,
.margin-28\@phone {
margin: 14rem;
}
.margin-28\.5,
.margin-28\.5\@phone {
margin: 14.25rem;
}
.margin-29,
.margin-29\@phone {
margin: 14.5rem;
}
.margin-29\.5,
.margin-29\.5\@phone {
margin: 14.75rem;
}
.margin-30,
.margin-30\@phone {
margin: 15rem;
}
.margin-auto,
.margin-auto\@phone {
margin: auto;
}
.margin-top-0,
.margin-top-0\@phone {
margin-top: 0;
}
.margin-top-0\.5,
.margin-top-0\.5\@phone {
margin-top: 0.25rem;
}
.margin-top-1,
.margin-top-1\@phone {
margin-top: 0.5rem;
}
.margin-top-1\.5,
.margin-top-1\.5\@phone {
margin-top: 0.75rem;
}
.margin-top-2,
.margin-top-2\@phone {
margin-top: 1rem;
}
.margin-top-2\.5,
.margin-top-2\.5\@phone {
margin-top: 1.25rem;
}
.margin-top-3,
.margin-top-3\@phone {
margin-top: 1.5rem;
}
.margin-top-3\.5,
.margin-top-3\.5\@phone {
margin-top: 1.75rem;
}
.margin-top-4,
.margin-top-4\@phone {
margin-top: 2rem;
}
.margin-top-4\.5,
.margin-top-4\.5\@phone {
margin-top: 2.25rem;
}
.margin-top-5,
.margin-top-5\@phone {
margin-top: 2.5rem;
}
.margin-top-5\.5,
.margin-top-5\.5\@phone {
margin-top: 2.75rem;
}
.margin-top-6,
.margin-top-6\@phone {
margin-top: 3rem;
}
.margin-top-6\.5,
.margin-top-6\.5\@phone {
margin-top: 3.25rem;
}
.margin-top-7,
.margin-top-7\@phone {
margin-top: 3.5rem;
}
.margin-top-7\.5,
.margin-top-7\.5\@phone {
margin-top: 3.75rem;
}
.margin-top-8,
.margin-top-8\@phone {
margin-top: 4rem;
}
.margin-top-8\.5,
.margin-top-8\.5\@phone {
margin-top: 4.25rem;
}
.margin-top-9,
.margin-top-9\@phone {
margin-top: 4.5rem;
}
.margin-top-9\.5,
.margin-top-9\.5\@phone {
margin-top: 4.75rem;
}
.margin-top-10,
.margin-top-10\@phone {
margin-top: 5rem;
}
.margin-top-10\.5,
.margin-top-10\.5\@phone {
margin-top: 5.25rem;
}
.margin-top-11,
.margin-top-11\@phone {
margin-top: 5.5rem;
}
.margin-top-11\.5,
.margin-top-11\.5\@phone {
margin-top: 5.75rem;
}
.margin-top-12,
.margin-top-12\@phone {
margin-top: 6rem;
}
.margin-top-12\.5,
.margin-top-12\.5\@phone {
margin-top: 6.25rem;
}
.margin-top-13,
.margin-top-13\@phone {
margin-top: 6.5rem;
}
.margin-top-13\.5,
.margin-top-13\.5\@phone {
margin-top: 6.75rem;
}
.margin-top-14,
.margin-top-14\@phone {
margin-top: 7rem;
}
.margin-top-14\.5,
.margin-top-14\.5\@phone {
margin-top: 7.25rem;
}
.margin-top-15,
.margin-top-15\@phone {
margin-top: 7.5rem;
}
.margin-top-15\.5,
.margin-top-15\.5\@phone {
margin-top: 7.75rem;
}
.margin-top-16,
.margin-top-16\@phone {
margin-top: 8rem;
}
.margin-top-16\.5,
.margin-top-16\.5\@phone {
margin-top: 8.25rem;
}
.margin-top-17,
.margin-top-17\@phone {
margin-top: 8.5rem;
}
.margin-top-17\.5,
.margin-top-17\.5\@phone {
margin-top: 8.75rem;
}
.margin-top-18,
.margin-top-18\@phone {
margin-top: 9rem;
}
.margin-top-18\.5,
.margin-top-18\.5\@phone {
margin-top: 9.25rem;
}
.margin-top-19,
.margin-top-19\@phone {
margin-top: 9.5rem;
}
.margin-top-19\.5,
.margin-top-19\.5\@phone {
margin-top: 9.75rem;
}
.margin-top-20,
.margin-top-20\@phone {
margin-top: 10rem;
}
.margin-top-20\.5,
.margin-top-20\.5\@phone {
margin-top: 10.25rem;
}
.margin-top-21,
.margin-top-21\@phone {
margin-top: 10.5rem;
}
.margin-top-21\.5,
.margin-top-21\.5\@phone {
margin-top: 10.75rem;
}
.margin-top-22,
.margin-top-22\@phone {
margin-top: 11rem;
}
.margin-top-22\.5,
.margin-top-22\.5\@phone {
margin-top: 11.25rem;
}
.margin-top-23,
.margin-top-23\@phone {
margin-top: 11.5rem;
}
.margin-top-23\.5,
.margin-top-23\.5\@phone {
margin-top: 11.75rem;
}
.margin-top-24,
.margin-top-24\@phone {
margin-top: 12rem;
}
.margin-top-24\.5,
.margin-top-24\.5\@phone {
margin-top: 12.25rem;
}
.margin-top-25,
.margin-top-25\@phone {
margin-top: 12.5rem;
}
.margin-top-25\.5,
.margin-top-25\.5\@phone {
margin-top: 12.75rem;
}
.margin-top-26,
.margin-top-26\@phone {
margin-top: 13rem;
}
.margin-top-26\.5,
.margin-top-26\.5\@phone {
margin-top: 13.25rem;
}
.margin-top-27,
.margin-top-27\@phone {
margin-top: 13.5rem;
}
.margin-top-27\.5,
.margin-top-27\.5\@phone {
margin-top: 13.75rem;
}
.margin-top-28,
.margin-top-28\@phone {
margin-top: 14rem;
}
.margin-top-28\.5,
.margin-top-28\.5\@phone {
margin-top: 14.25rem;
}
.margin-top-29,
.margin-top-29\@phone {
margin-top: 14.5rem;
}
.margin-top-29\.5,
.margin-top-29\.5\@phone {
margin-top: 14.75rem;
}
.margin-top-30,
.margin-top-30\@phone {
margin-top: 15rem;
}
.margin-top-auto,
.margin-top-auto\@phone {
margin-top: auto;
}
.margin-right-0,
.margin-right-0\@phone {
margin-right: 0;
}
.margin-right-0\.5,
.margin-right-0\.5\@phone {
margin-right: 0.25rem;
}
.margin-right-1,
.margin-right-1\@phone {
margin-right: 0.5rem;
}
.margin-right-1\.5,
.margin-right-1\.5\@phone {
margin-right: 0.75rem;
}
.margin-right-2,
.margin-right-2\@phone {
margin-right: 1rem;
}
.margin-right-2\.5,
.margin-right-2\.5\@phone {
margin-right: 1.25rem;
}
.margin-right-3,
.margin-right-3\@phone {
margin-right: 1.5rem;
}
.margin-right-3\.5,
.margin-right-3\.5\@phone {
margin-right: 1.75rem;
}
.margin-right-4,
.margin-right-4\@phone {
margin-right: 2rem;
}
.margin-right-4\.5,
.margin-right-4\.5\@phone {
margin-right: 2.25rem;
}
.margin-right-5,
.margin-right-5\@phone {
margin-right: 2.5rem;
}
.margin-right-5\.5,
.margin-right-5\.5\@phone {
margin-right: 2.75rem;
}
.margin-right-6,
.margin-right-6\@phone {
margin-right: 3rem;
}
.margin-right-6\.5,
.margin-right-6\.5\@phone {
margin-right: 3.25rem;
}
.margin-right-7,
.margin-right-7\@phone {
margin-right: 3.5rem;
}
.margin-right-7\.5,
.margin-right-7\.5\@phone {
margin-right: 3.75rem;
}
.margin-right-8,
.margin-right-8\@phone {
margin-right: 4rem;
}
.margin-right-8\.5,
.margin-right-8\.5\@phone {
margin-right: 4.25rem;
}
.margin-right-9,
.margin-right-9\@phone {
margin-right: 4.5rem;
}
.margin-right-9\.5,
.margin-right-9\.5\@phone {
margin-right: 4.75rem;
}
.margin-right-10,
.margin-right-10\@phone {
margin-right: 5rem;
}
.margin-right-10\.5,
.margin-right-10\.5\@phone {
margin-right: 5.25rem;
}
.margin-right-11,
.margin-right-11\@phone {
margin-right: 5.5rem;
}
.margin-right-11\.5,
.margin-right-11\.5\@phone {
margin-right: 5.75rem;
}
.margin-right-12,
.margin-right-12\@phone {
margin-right: 6rem;
}
.margin-right-12\.5,
.margin-right-12\.5\@phone {
margin-right: 6.25rem;
}
.margin-right-13,
.margin-right-13\@phone {
margin-right: 6.5rem;
}
.margin-right-13\.5,
.margin-right-13\.5\@phone {
margin-right: 6.75rem;
}
.margin-right-14,
.margin-right-14\@phone {
margin-right: 7rem;
}
.margin-right-14\.5,
.margin-right-14\.5\@phone {
margin-right: 7.25rem;
}
.margin-right-15,
.margin-right-15\@phone {
margin-right: 7.5rem;
}
.margin-right-15\.5,
.margin-right-15\.5\@phone {
margin-right: 7.75rem;
}
.margin-right-16,
.margin-right-16\@phone {
margin-right: 8rem;
}
.margin-right-16\.5,
.margin-right-16\.5\@phone {
margin-right: 8.25rem;
}
.margin-right-17,
.margin-right-17\@phone {
margin-right: 8.5rem;
}
.margin-right-17\.5,
.margin-right-17\.5\@phone {
margin-right: 8.75rem;
}
.margin-right-18,
.margin-right-18\@phone {
margin-right: 9rem;
}
.margin-right-18\.5,
.margin-right-18\.5\@phone {
margin-right: 9.25rem;
}
.margin-right-19,
.margin-right-19\@phone {
margin-right: 9.5rem;
}
.margin-right-19\.5,
.margin-right-19\.5\@phone {
margin-right: 9.75rem;
}
.margin-right-20,
.margin-right-20\@phone {
margin-right: 10rem;
}
.margin-right-20\.5,
.margin-right-20\.5\@phone {
margin-right: 10.25rem;
}
.margin-right-21,
.margin-right-21\@phone {
margin-right: 10.5rem;
}
.margin-right-21\.5,
.margin-right-21\.5\@phone {
margin-right: 10.75rem;
}
.margin-right-22,
.margin-right-22\@phone {
margin-right: 11rem;
}
.margin-right-22\.5,
.margin-right-22\.5\@phone {
margin-right: 11.25rem;
}
.margin-right-23,
.margin-right-23\@phone {
margin-right: 11.5rem;
}
.margin-right-23\.5,
.margin-right-23\.5\@phone {
margin-right: 11.75rem;
}
.margin-right-24,
.margin-right-24\@phone {
margin-right: 12rem;
}
.margin-right-24\.5,
.margin-right-24\.5\@phone {
margin-right: 12.25rem;
}
.margin-right-25,
.margin-right-25\@phone {
margin-right: 12.5rem;
}
.margin-right-25\.5,
.margin-right-25\.5\@phone {
margin-right: 12.75rem;
}
.margin-right-26,
.margin-right-26\@phone {
margin-right: 13rem;
}
.margin-right-26\.5,
.margin-right-26\.5\@phone {
margin-right: 13.25rem;
}
.margin-right-27,
.margin-right-27\@phone {
margin-right: 13.5rem;
}
.margin-right-27\.5,
.margin-right-27\.5\@phone {
margin-right: 13.75rem;
}
.margin-right-28,
.margin-right-28\@phone {
margin-right: 14rem;
}
.margin-right-28\.5,
.margin-right-28\.5\@phone {
margin-right: 14.25rem;
}
.margin-right-29,
.margin-right-29\@phone {
margin-right: 14.5rem;
}
.margin-right-29\.5,
.margin-right-29\.5\@phone {
margin-right: 14.75rem;
}
.margin-right-30,
.margin-right-30\@phone {
margin-right: 15rem;
}
.margin-right-auto,
.margin-right-auto\@phone {
margin-right: auto;
}
.margin-bottom-0,
.margin-bottom-0\@phone {
margin-bottom: 0;
}
.margin-bottom-0\.5,
.margin-bottom-0\.5\@phone {
margin-bottom: 0.25rem;
}
.margin-bottom-1,
.margin-bottom-1\@phone {
margin-bottom: 0.5rem;
}
.margin-bottom-1\.5,
.margin-bottom-1\.5\@phone {
margin-bottom: 0.75rem;
}
.margin-bottom-2,
.margin-bottom-2\@phone {
margin-bottom: 1rem;
}
.margin-bottom-2\.5,
.margin-bottom-2\.5\@phone {
margin-bottom: 1.25rem;
}
.margin-bottom-3,
.margin-bottom-3\@phone {
margin-bottom: 1.5rem;
}
.margin-bottom-3\.5,
.margin-bottom-3\.5\@phone {
margin-bottom: 1.75rem;
}
.margin-bottom-4,
.margin-bottom-4\@phone {
margin-bottom: 2rem;
}
.margin-bottom-4\.5,
.margin-bottom-4\.5\@phone {
margin-bottom: 2.25rem;
}
.margin-bottom-5,
.margin-bottom-5\@phone {
margin-bottom: 2.5rem;
}
.margin-bottom-5\.5,
.margin-bottom-5\.5\@phone {
margin-bottom: 2.75rem;
}
.margin-bottom-6,
.margin-bottom-6\@phone {
margin-bottom: 3rem;
}
.margin-bottom-6\.5,
.margin-bottom-6\.5\@phone {
margin-bottom: 3.25rem;
}
.margin-bottom-7,
.margin-bottom-7\@phone {
margin-bottom: 3.5rem;
}
.margin-bottom-7\.5,
.margin-bottom-7\.5\@phone {
margin-bottom: 3.75rem;
}
.margin-bottom-8,
.margin-bottom-8\@phone {
margin-bottom: 4rem;
}
.margin-bottom-8\.5,
.margin-bottom-8\.5\@phone {
margin-bottom: 4.25rem;
}
.margin-bottom-9,
.margin-bottom-9\@phone {
margin-bottom: 4.5rem;
}
.margin-bottom-9\.5,
.margin-bottom-9\.5\@phone {
margin-bottom: 4.75rem;
}
.margin-bottom-10,
.margin-bottom-10\@phone {
margin-bottom: 5rem;
}
.margin-bottom-10\.5,
.margin-bottom-10\.5\@phone {
margin-bottom: 5.25rem;
}
.margin-bottom-11,
.margin-bottom-11\@phone {
margin-bottom: 5.5rem;
}
.margin-bottom-11\.5,
.margin-bottom-11\.5\@phone {
margin-bottom: 5.75rem;
}
.margin-bottom-12,
.margin-bottom-12\@phone {
margin-bottom: 6rem;
}
.margin-bottom-12\.5,
.margin-bottom-12\.5\@phone {
margin-bottom: 6.25rem;
}
.margin-bottom-13,
.margin-bottom-13\@phone {
margin-bottom: 6.5rem;
}
.margin-bottom-13\.5,
.margin-bottom-13\.5\@phone {
margin-bottom: 6.75rem;
}
.margin-bottom-14,
.margin-bottom-14\@phone {
margin-bottom: 7rem;
}
.margin-bottom-14\.5,
.margin-bottom-14\.5\@phone {
margin-bottom: 7.25rem;
}
.margin-bottom-15,
.margin-bottom-15\@phone {
margin-bottom: 7.5rem;
}
.margin-bottom-15\.5,
.margin-bottom-15\.5\@phone {
margin-bottom: 7.75rem;
}
.margin-bottom-16,
.margin-bottom-16\@phone {
margin-bottom: 8rem;
}
.margin-bottom-16\.5,
.margin-bottom-16\.5\@phone {
margin-bottom: 8.25rem;
}
.margin-bottom-17,
.margin-bottom-17\@phone {
margin-bottom: 8.5rem;
}
.margin-bottom-17\.5,
.margin-bottom-17\.5\@phone {
margin-bottom: 8.75rem;
}
.margin-bottom-18,
.margin-bottom-18\@phone {
margin-bottom: 9rem;
}
.margin-bottom-18\.5,
.margin-bottom-18\.5\@phone {
margin-bottom: 9.25rem;
}
.margin-bottom-19,
.margin-bottom-19\@phone {
margin-bottom: 9.5rem;
}
.margin-bottom-19\.5,
.margin-bottom-19\.5\@phone {
margin-bottom: 9.75rem;
}
.margin-bottom-20,
.margin-bottom-20\@phone {
margin-bottom: 10rem;
}
.margin-bottom-20\.5,
.margin-bottom-20\.5\@phone {
margin-bottom: 10.25rem;
}
.margin-bottom-21,
.margin-bottom-21\@phone {
margin-bottom: 10.5rem;
}
.margin-bottom-21\.5,
.margin-bottom-21\.5\@phone {
margin-bottom: 10.75rem;
}
.margin-bottom-22,
.margin-bottom-22\@phone {
margin-bottom: 11rem;
}
.margin-bottom-22\.5,
.margin-bottom-22\.5\@phone {
margin-bottom: 11.25rem;
}
.margin-bottom-23,
.margin-bottom-23\@phone {
margin-bottom: 11.5rem;
}
.margin-bottom-23\.5,
.margin-bottom-23\.5\@phone {
margin-bottom: 11.75rem;
}
.margin-bottom-24,
.margin-bottom-24\@phone {
margin-bottom: 12rem;
}
.margin-bottom-24\.5,
.margin-bottom-24\.5\@phone {
margin-bottom: 12.25rem;
}
.margin-bottom-25,
.margin-bottom-25\@phone {
margin-bottom: 12.5rem;
}
.margin-bottom-25\.5,
.margin-bottom-25\.5\@phone {
margin-bottom: 12.75rem;
}
.margin-bottom-26,
.margin-bottom-26\@phone {
margin-bottom: 13rem;
}
.margin-bottom-26\.5,
.margin-bottom-26\.5\@phone {
margin-bottom: 13.25rem;
}
.margin-bottom-27,
.margin-bottom-27\@phone {
margin-bottom: 13.5rem;
}
.margin-bottom-27\.5,
.margin-bottom-27\.5\@phone {
margin-bottom: 13.75rem;
}
.margin-bottom-28,
.margin-bottom-28\@phone {
margin-bottom: 14rem;
}
.margin-bottom-28\.5,
.margin-bottom-28\.5\@phone {
margin-bottom: 14.25rem;
}
.margin-bottom-29,
.margin-bottom-29\@phone {
margin-bottom: 14.5rem;
}
.margin-bottom-29\.5,
.margin-bottom-29\.5\@phone {
margin-bottom: 14.75rem;
}
.margin-bottom-30,
.margin-bottom-30\@phone {
margin-bottom: 15rem;
}
.margin-bottom-auto,
.margin-bottom-auto\@phone {
margin-bottom: auto;
}
.margin-left-0,
.margin-left-0\@phone {
margin-left: 0;
}
.margin-left-0\.5,
.margin-left-0\.5\@phone {
margin-left: 0.25rem;
}
.margin-left-1,
.margin-left-1\@phone {
margin-left: 0.5rem;
}
.margin-left-1\.5,
.margin-left-1\.5\@phone {
margin-left: 0.75rem;
}
.margin-left-2,
.margin-left-2\@phone {
margin-left: 1rem;
}
.margin-left-2\.5,
.margin-left-2\.5\@phone {
margin-left: 1.25rem;
}
.margin-left-3,
.margin-left-3\@phone {
margin-left: 1.5rem;
}
.margin-left-3\.5,
.margin-left-3\.5\@phone {
margin-left: 1.75rem;
}
.margin-left-4,
.margin-left-4\@phone {
margin-left: 2rem;
}
.margin-left-4\.5,
.margin-left-4\.5\@phone {
margin-left: 2.25rem;
}
.margin-left-5,
.margin-left-5\@phone {
margin-left: 2.5rem;
}
.margin-left-5\.5,
.margin-left-5\.5\@phone {
margin-left: 2.75rem;
}
.margin-left-6,
.margin-left-6\@phone {
margin-left: 3rem;
}
.margin-left-6\.5,
.margin-left-6\.5\@phone {
margin-left: 3.25rem;
}
.margin-left-7,
.margin-left-7\@phone {
margin-left: 3.5rem;
}
.margin-left-7\.5,
.margin-left-7\.5\@phone {
margin-left: 3.75rem;
}
.margin-left-8,
.margin-left-8\@phone {
margin-left: 4rem;
}
.margin-left-8\.5,
.margin-left-8\.5\@phone {
margin-left: 4.25rem;
}
.margin-left-9,
.margin-left-9\@phone {
margin-left: 4.5rem;
}
.margin-left-9\.5,
.margin-left-9\.5\@phone {
margin-left: 4.75rem;
}
.margin-left-10,
.margin-left-10\@phone {
margin-left: 5rem;
}
.margin-left-10\.5,
.margin-left-10\.5\@phone {
margin-left: 5.25rem;
}
.margin-left-11,
.margin-left-11\@phone {
margin-left: 5.5rem;
}
.margin-left-11\.5,
.margin-left-11\.5\@phone {
margin-left: 5.75rem;
}
.margin-left-12,
.margin-left-12\@phone {
margin-left: 6rem;
}
.margin-left-12\.5,
.margin-left-12\.5\@phone {
margin-left: 6.25rem;
}
.margin-left-13,
.margin-left-13\@phone {
margin-left: 6.5rem;
}
.margin-left-13\.5,
.margin-left-13\.5\@phone {
margin-left: 6.75rem;
}
.margin-left-14,
.margin-left-14\@phone {
margin-left: 7rem;
}
.margin-left-14\.5,
.margin-left-14\.5\@phone {
margin-left: 7.25rem;
}
.margin-left-15,
.margin-left-15\@phone {
margin-left: 7.5rem;
}
.margin-left-15\.5,
.margin-left-15\.5\@phone {
margin-left: 7.75rem;
}
.margin-left-16,
.margin-left-16\@phone {
margin-left: 8rem;
}
.margin-left-16\.5,
.margin-left-16\.5\@phone {
margin-left: 8.25rem;
}
.margin-left-17,
.margin-left-17\@phone {
margin-left: 8.5rem;
}
.margin-left-17\.5,
.margin-left-17\.5\@left {
margin-bottom: 8.75rem;
}
.margin-left-18,
.margin-left-18\@phone {
margin-left: 9rem;
}
.margin-left-18\.5,
.margin-left-18\.5\@phone {
margin-left: 9.25rem;
}
.margin-left-19,
.margin-left-19\@phone {
margin-left: 9.5rem;
}
.margin-left-19\.5,
.margin-left-19\.5\@phone {
margin-left: 9.75rem;
}
.margin-left-20,
.margin-left-20\@phone {
margin-left: 10rem;
}
.margin-left-20\.5,
.margin-left-20\.5\@phone {
margin-left: 10.25rem;
}
.margin-left-21,
.margin-left-21\@phone {
margin-left: 10.5rem;
}
.margin-left-21\.5,
.margin-left-21\.5\@phone {
margin-left: 10.75rem;
}
.margin-left-22,
.margin-left-22\@phone {
margin-left: 11rem;
}
.margin-left-22\.5,
.margin-left-22\.5\@phone {
margin-left: 11.25rem;
}
.margin-left-23,
.margin-left-23\@phone {
margin-left: 11.5rem;
}
.margin-left-23\.5,
.margin-left-23\.5\@phone {
margin-left: 11.75rem;
}
.margin-left-24,
.margin-left-24\@phone {
margin-left: 12rem;
}
.margin-left-24\.5,
.margin-left-24\.5\@phone {
margin-left: 12.25rem;
}
.margin-left-25,
.margin-left-25\@phone {
margin-left: 12.5rem;
}
.margin-left-25\.5,
.margin-left-25\.5\@phone {
margin-left: 12.75rem;
}
.margin-left-26,
.margin-left-26\@phone {
margin-left: 13rem;
}
.margin-left-26\.5,
.margin-left-26\.5\@phone {
margin-left: 13.25rem;
}
.margin-left-27,
.margin-left-27\@phone {
margin-left: 13.5rem;
}
.margin-left-27\.5,
.margin-left-27\.5\@phone {
margin-left: 13.75rem;
}
.margin-left-28,
.margin-left-28\@phone {
margin-left: 14rem;
}
.margin-left-28\.5,
.margin-left-28\.5\@phone {
margin-left: 14.25rem;
}
.margin-left-29,
.margin-left-29\@phone {
margin-left: 14.5rem;
}
.margin-left-29\.5,
.margin-left-29\.5\@phone {
margin-left: 14.75rem;
}
.margin-left-30,
.margin-left-30\@phone {
margin-left: 15rem;
}
.margin-left-auto,
.margin-left-auto\@phone {
margin-left: auto;
}
.margin-y-0,
.margin-y-0\@phone {
margin-top: 0;
margin-bottom: 0;
}
.margin-y-0\.5,
.margin-y-0\.5\@phone {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.margin-y-1,
.margin-y-1\@phone {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.margin-y-1\.5,
.margin-y-1\.5\@phone {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.margin-y-2,
.margin-y-2\@phone {
margin-top: 1rem;
margin-bottom: 1rem;
}
.margin-y-2\.5,
.margin-y-2\.5\@phone {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.margin-y-3,
.margin-y-3\@phone {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.margin-y-3\.5,
.margin-y-3\.5\@phone {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.margin-y-4,
.margin-y-4\@phone {
margin-top: 2rem;
margin-bottom: 2rem;
}
.margin-y-4\.5,
.margin-y-4\.5\@phone {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.margin-y-5,
.margin-y-5\@phone {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.margin-y-5\.5,
.margin-y-5\.5\@phone {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.margin-y-6,
.margin-y-6\@phone {
margin-top: 3rem;
margin-bottom: 3rem;
}
.margin-y-6\.5,
.margin-y-6\.5\@phone {
margin-top: 3.25rem;
margin-bottom: 3.25rem;
}
.margin-y-7,
.margin-y-7\@phone {
margin-top: 3.5rem;
margin-bottom: 3.5rem;
}
.margin-y-7\.5,
.margin-y-7\.5\@phone {
margin-top: 3.75rem;
margin-bottom: 3.75rem;
}
.margin-y-8,
.margin-y-8\@phone {
margin-top: 4rem;
margin-bottom: 4rem;
}
.margin-y-8\.5,
.margin-y-8\.5\@phone {
margin-top: 4.25rem;
margin-bottom: 4.25rem;
}
.margin-y-9,
.margin-y-9\@phone {
margin-top: 4.5rem;
margin-bottom: 4.5rem;
}
.margin-y-9\.5,
.margin-y-9\.5\@phone {
margin-top: 4.75rem;
margin-bottom: 4.75rem;
}
.margin-y-10,
.margin-y-10\@phone {
margin-top: 5rem;
margin-bottom: 5rem;
}
.margin-y-10\.5,
.margin-y-10\.5\@phone {
margin-top: 5.25rem;
margin-bottom: 5.25rem;
}
.margin-y-11,
.margin-y-11\@phone {
margin-top: 5.5rem;
margin-bottom: 5.5rem;
}
.margin-y-11\.5,
.margin-y-11\.5\@phone {
margin-top: 5.75rem;
margin-bottom: 5.75rem;
}
.margin-y-12,
.margin-y-12\@phone {
margin-top: 6rem;
margin-bottom: 6rem;
}
.margin-y-12\.5,
.margin-y-12\.5\@phone {
margin-top: 6.25rem;
margin-bottom: 6.25rem;
}
.margin-y-13,
.margin-y-13\@phone {
margin-top: 6.55rem;
margin-bottom: 6.55rem;
}
.margin-y-13\.5,
.margin-y-13\.5\@phone {
margin-top: 6.75rem;
margin-bottom: 6.75rem;
}
.margin-y-14,
.margin-y-14\@phone {
margin-top: 7rem;
margin-bottom: 7rem;
}
.margin-y-14\.5,
.margin-y-14\.5\@phone {
margin-top: 7.25rem;
margin-bottom: 7.25rem;
}
.margin-y-15,
.margin-y-15\@phone {
margin-top: 7.25rem;
margin-bottom: 7.25rem;
}
.margin-y-15\.5,
.margin-y-15\.5\@phone {
margin-top: 7.75rem;
margin-bottom: 7.75rem;
}
.margin-y-16,
.margin-y-16\@phone {
margin-top: 8rem;
margin-bottom: 8rem;
}
.margin-y-16\.5,
.margin-y-16\.5\@phone {
margin-top: 8.25rem;
margin-bottom: 8.25rem;
}
.margin-y-17,
.margin-y-17\@phone {
margin-top: 8.5rem;
margin-bottom: 8.5rem;
}
.margin-y-17\.5,
.margin-y-17\.5\@phone {
margin-top: 8.75rem;
margin-bottom: 8.75rem;
}
.margin-y-18,
.margin-y-18\@phone {
margin-top: 9rem;
margin-bottom: 9rem;
}
.margin-y-18\.5,
.margin-y-18\.5\@phone {
margin-top: 9.25rem;
margin-bottom: 9.25rem;
}
.margin-y-19,
.margin-y-19\@phone {
margin-top: 9.5rem;
margin-bottom: 9.5rem;
}
.margin-y-19\.5,
.margin-y-19\.5\@phone {
margin-top: 9.75rem;
margin-bottom: 9.75rem;
}
.margin-y-20,
.margin-y-20\@phone {
margin-top: 10rem;
margin-bottom: 10rem;
}
.margin-y-20\.5,
.margin-y-20\.5\@phone {
margin-top: 10.25rem;
margin-bottom: 10.25rem;
}
.margin-y-21,
.margin-y-21\@phone {
margin-top: 10.5rem;
margin-bottom: 10.5rem;
}
.margin-y-21\.5,
.margin-y-21\.5\@phone {
margin-top: 10.75rem;
margin-bottom: 10.75rem;
}
.margin-y-22,
.margin-y-22\@phone {
margin-top: 11rem;
margin-bottom: 11rem;
}
.margin-y-22\.5,
.margin-y-22\.5\@phone {
margin-top: 11.25rem;
margin-bottom: 11.25rem;
}
.margin-y-23,
.margin-y-23\@phone {
margin-top: 11.5rem;
margin-bottom: 11.5rem;
}
.margin-y-23\.5,
.margin-y-23\.5\@phone {
margin-top: 11.75rem;
margin-bottom: 11.75rem;
}
.margin-y-24,
.margin-y-24\@phone {
margin-top: 12rem;
margin-bottom: 12rem;
}
.margin-y-24\.5,
.margin-y-24\.5\@phone {
margin-top: 12.25rem;
margin-bottom: 12.25rem;
}
.margin-y-25,
.margin-y-25\@phone {
margin-top: 12.5rem;
margin-bottom: 12.5rem;
}
.margin-y-25\.5,
.margin-y-25\.5\@phone {
margin-top: 12.75rem;
margin-bottom: 12.75rem;
}
.margin-y-26,
.margin-y-26\@phone {
margin-top: 13rem;
margin-bottom: 13rem;
}
.margin-y-26\.5,
.margin-y-26\.5\@phone {
margin-top: 13.25rem;
margin-bottom: 13.25rem;
}
.margin-y-27,
.margin-y-27\@phone {
margin-top: 13.5rem;
margin-bottom: 13.5rem;
}
.margin-y-28\.5,
.margin-y-28\.5\@phone {
margin-top: 13.75rem;
margin-bottom: 13.75rem;
}
.margin-y-28,
.margin-y-28\@phone {
margin-top: 14rem;
margin-bottom: 14rem;
}
.margin-y-28\.5,
.margin-y-28\.5\@phone {
margin-top: 14.25rem;
margin-bottom: 14.25rem;
}
.margin-y-29,
.margin-y-29\@phone {
margin-top: 14.5rem;
margin-bottom: 14.5rem;
}
.margin-y-29\.5,
.margin-y-29\.5\@phone {
margin-top: 14.75rem;
margin-bottom: 14.75rem;
}
.margin-y-30,
.margin-y-30\@phone {
margin-top: 15rem;
margin-bottom: 15rem;
}
.margin-y-auto,
.margin-y-auto\@phone {
margin-top: auto;
margin-bottom: auto;
}
.margin-x-0,
.margin-x-0\@phone {
margin-right: 0;
margin-left: 0;
}
.margin-x-0\.5,
.margin-x-0\.5\@phone {
margin-right: 0.25rem;
margin-left: 0.25rem;
}
.margin-x-1,
.margin-x-1\@phone {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.margin-x-1\.5,
.margin-x-1\.5\@phone {
margin-right: 0.75rem;
margin-left: 0.75rem;
}
.margin-x-2,
.margin-x-2\@phone {
margin-right: 1rem;
margin-left: 1rem;
}
.margin-x-2\.5,
.margin-x-2\.5\@phone {
margin-right: 1.25rem;
margin-left: 1.25rem;
}
.margin-x-3,
.margin-x-3\@phone {
margin-right: 1.5rem;
margin-left: 1.5rem;
}
.margin-x-3\.5,
.margin-x-3\.5\@phone {
margin-right: 1.75rem;
margin-left: 1.75rem;
}
.margin-x-4,
.margin-x-4\@phone {
margin-right: 2rem;
margin-left: 2rem;
}
.margin-x-4\.5,
.margin-x-4\.5\@phone {
margin-right: 2.25rem;
margin-left: 2.25rem;
}
.margin-x-5,
.margin-x-5\@phone {
margin-right: 2.5rem;
margin-left: 2.5rem;
}
.margin-x-5\.5,
.margin-x-5\.5\@phone {
margin-right: 2.75rem;
margin-left: 2.75rem;
}
.margin-x-6,
.margin-x-6\@phone {
margin-right: 3rem;
margin-left: 3rem;
}
.margin-x-6\.5,
.margin-x-6\.5\@phone {
margin-right: 3.25rem;
margin-left: 3.25rem;
}
.margin-x-7,
.margin-x-7\@phone {
margin-right: 3.5rem;
margin-left: 3.5rem;
}
.margin-x-7\.5,
.margin-x-7\.5\@phone {
margin-right: 3.75rem;
margin-left: 3.75rem;
}
.margin-x-8,
.margin-x-8\@phone {
margin-right: 4rem;
margin-left: 4rem;
}
.margin-x-8\.5,
.margin-x-8\.5\@phone {
margin-right: 4.25rem;
margin-left: 4.25rem;
}
.margin-x-9,
.margin-x-9\@phone {
margin-right: 4.5rem;
margin-left: 4.5rem;
}
.margin-x-9\.5,
.margin-x-9\.5\@phone {
margin-right: 4.75rem;
margin-left: 4.75rem;
}
.margin-x-10,
.margin-x-10\@phone {
margin-right: 5rem;
margin-left: 5rem;
}
.margin-x-10\.5,
.margin-x-10\.5\@phone {
margin-right: 5.25rem;
margin-left: 5.25rem;
}
.margin-x-11,
.margin-x-11\@phone {
margin-right: 5.5rem;
margin-left: 5.5rem;
}
.margin-x-11\.5,
.margin-x-11\.5\@phone {
margin-right: 5.75rem;
margin-left: 5.75rem;
}
.margin-x-12,
.margin-x-12\@phone {
margin-right: 6rem;
margin-left: 6rem;
}
.margin-x-12\.5,
.margin-x-12\.5\@phone {
margin-right: 6.25rem;
margin-left: 6.25rem;
}
.margin-x-13,
.margin-x-13\@phone {
margin-right: 6.55rem;
margin-left: 6.55rem;
}
.margin-x-13\.5,
.margin-x-13\.5\@phone {
margin-right: 6.75rem;
margin-left: 6.75rem;
}
.margin-x-14,
.margin-x-14\@phone {
margin-right: 7rem;
margin-left: 7rem;
}
.margin-x-14\.5,
.margin-x-14\.5\@phone {
margin-right: 7.25rem;
margin-left: 7.25rem;
}
.margin-x-15,
.margin-x-15\@phone {
margin-right: 7.25rem;
margin-left: 7.25rem;
}
.margin-x-15\.5,
.margin-x-15\.5\@phone {
margin-right: 7.75rem;
margin-left: 7.75rem;
}
.margin-x-16,
.margin-x-16\@phone {
margin-right: 8rem;
margin-left: 8rem;
}
.margin-x-16\.5,
.margin-x-16\.5\@phone {
margin-right: 8.25rem;
margin-left: 8.25rem;
}
.margin-x-17,
.margin-x-17\@phone {
margin-right: 8.5rem;
margin-left: 8.5rem;
}
.margin-x-17\.5,
.margin-x-17\.5\@phone {
margin-right: 8.75rem;
margin-left: 8.75rem;
}
.margin-x-18,
.margin-x-18\@phone {
margin-right: 9rem;
margin-left: 9rem;
}
.margin-x-18\.5,
.margin-x-18\.5\@phone {
margin-right: 9.25rem;
margin-left: 9.25rem;
}
.margin-x-19,
.margin-x-19\@phone {
margin-right: 9.5rem;
margin-left: 9.5rem;
}
.margin-x-19\.5,
.margin-x-19\.5\@phone {
margin-right: 9.75rem;
margin-left: 9.75rem;
}
.margin-x-20,
.margin-x-20\@phone {
margin-right: 10rem;
margin-left: 10rem;
}
.margin-x-20\.5,
.margin-x-20\.5\@phone {
margin-right: 10.25rem;
margin-left: 10.25rem;
}
.margin-x-21,
.margin-x-21\@phone {
margin-right: 10.5rem;
margin-left: 10.5rem;
}
.margin-x-21\.5,
.margin-x-21\.5\@phone {
margin-right: 10.75rem;
margin-left: 10.75rem;
}
.margin-x-22,
.margin-x-22\@phone {
margin-right: 11rem;
margin-left: 11rem;
}
.margin-x-22\.5,
.margin-x-22\.5\@phone {
margin-right: 11.25rem;
margin-left: 11.25rem;
}
.margin-x-23,
.margin-x-23\@phone {
margin-right: 11.5rem;
margin-left: 11.5rem;
}
.margin-x-23\.5,
.margin-x-23\.5\@phone {
margin-right: 11.75rem;
margin-left: 11.75rem;
}
.margin-x-24,
.margin-x-24\@phone {
margin-right: 12rem;
margin-left: 12rem;
}
.margin-x-24\.5,
.margin-x-24\.5\@phone {
margin-right: 12.25rem;
margin-left: 12.25rem;
}
.margin-x-25,
.margin-x-25\@phone {
margin-right: 12.5rem;
margin-left: 12.5rem;
}
.margin-x-25\.5,
.margin-x-25\.5\@phone {
margin-right: 12.75rem;
margin-left: 12.75rem;
}
.margin-x-26,
.margin-x-26\@phone {
margin-right: 13rem;
margin-left: 13rem;
}
.margin-x-26\.5,
.margin-x-26\.5\@phone {
margin-right: 13.25rem;
margin-left: 13.25rem;
}
.margin-x-27,
.margin-x-27\@phone {
margin-right: 13.5rem;
margin-left: 13.5rem;
}
.margin-x-28\.5,
.margin-x-28\.5\@phone {
margin-right: 13.75rem;
margin-left: 13.75rem;
}
.margin-x-28,
.margin-x-28\@phone {
margin-right: 14rem;
margin-left: 14rem;
}
.margin-x-28\.5,
.margin-x-28\.5\@phone {
margin-right: 14.25rem;
margin-left: 14.25rem;
}
.margin-x-29,
.margin-x-29\@phone {
margin-right: 14.5rem;
margin-left: 14.5rem;
}
.margin-x-29\.5,
.margin-x-29\.5\@phone {
margin-right: 14.75rem;
margin-left: 14.75rem;
}
.margin-x-30,
.margin-x-30\@phone {
margin-right: 15rem;
margin-left: 15rem;
}
.margin-x-auto,
.margin-x-auto\@phone {
margin-right: auto;
margin-left: auto;
}
@media (max-width: 21.875rem) {
.margin-0\@small-phone {
margin: 0;
}
.margin-0\.5\@small-phone {
margin: 0.25rem;
}
.margin-1\@small-phone {
margin: 0.5rem;
}
.margin-1\.5\@small-phone {
margin: 0.75rem;
}
.margin-2\@small-phone {
margin: 1rem;
}
.margin-2\.5\@small-phone {
margin: 1.25rem;
}
.margin-3\@small-phone {
margin: 1.5rem;
}
.margin-3\.5\@small-phone {
margin: 1.75rem;
}
.margin-4\@small-phone {
margin: 2rem;
}
.margin-4\.5\@small-phone {
margin: 2.25rem;
}
.margin-5\@small-phone {
margin: 2.5rem;
}
.margin-5\.5\@small-phone {
margin: 2.75rem;
}
.margin-6\@small-phone {
margin: 3rem;
}
.margin-6\.5\@small-phone {
margin: 3.25rem;
}
.margin-7\@small-phone {
margin: 3.5rem;
}
.margin-7\.5\@small-phone {
margin: 3.75rem;
}
.margin-8\@small-phone {
margin: 4rem;
}
.margin-8\.5\@small-phone {
margin: 4.25rem;
}
.margin-9\@small-phone {
margin: 4.5rem;
}
.margin-9\.5\@small-phone {
margin: 4.75rem;
}
.margin-10\@small-phone {
margin: 5rem;
}
.margin-10\.5\@small-phone {
margin: 5.25rem;
}
.margin-11\@small-phone {
margin: 5.5rem;
}
.margin-11\.5\@small-phone {
margin: 5.75rem;
}
.margin-12\@small-phone {
margin: 6rem;
}
.margin-12\.5\@small-phone {
margin: 6.25rem;
}
.margin-13\@small-phone {
margin: 6.5rem;
}
.margin-13\.5\@small-phone {
margin: 6.75rem;
}
.margin-14\@small-phone {
margin: 7rem;
}
.margin-14\.5\@small-phone {
margin: 7.25rem;
}
.margin-15\@small-phone {
margin: 7.5rem;
}
.margin-15\.5\@small-phone {
margin: 7.75rem;
}
.margin-16\@small-phone {
margin: 8rem;
}
.margin-16\.5\@small-phone {
margin: 8.25rem;
}
.margin-17\@small-phone {
margin: 8.5rem;
}
.margin-17\.5\@small-phone {
margin: 8.75rem;
}
.margin-18\@small-phone {
margin: 9rem;
}
.margin-18\.5\@small-phone {
margin: 9.25rem;
}
.margin-19\@small-phone {
margin: 9.5rem;
}
.margin-19\.5\@small-phone {
margin: 9.75rem;
}
.margin-20\@small-phone {
margin: 10rem;
}
.margin-20\.5\@small-phone {
margin: 10.25rem;
}
.margin-21\@small-phone {
margin: 10.5rem;
}
.margin-21\.5\@small-phone {
margin: 10.75rem;
}
.margin-22\@small-phone {
margin: 11rem;
}
.margin-22\.5\@small-phone {
margin: 11.25rem;
}
.margin-23\@small-phone {
margin: 11.5rem;
}
.margin-23\.5\@small-phone {
margin: 11.75rem;
}
.margin-24\@small-phone {
margin: 12rem;
}
.margin-24\.5\@small-phone {
margin: 12.25rem;
}
.margin-25\@small-phone {
margin: 12.5rem;
}
.margin-25\.5\@small-phone {
margin: 12.75rem;
}
.margin-26\@small-phone {
margin: 13rem;
}
.margin-26\.5\@small-phone {
margin: 13.25rem;
}
.margin-27\@small-phone {
margin: 13.5rem;
}
.margin-27\.5\@small-phone {
margin: 13.75rem;
}
.margin-28\@small-phone {
margin: 14rem;
}
.margin-28\.5\@small-phone {
margin: 14.25rem;
}
.margin-29\@small-phone {
margin: 14.5rem;
}
.margin-29\.5\@small-phone {
margin: 14.75rem;
}
.margin-30\@small-phone {
margin: 15rem;
}
.margin-auto\@small-phone {
margin: auto;
}
.margin-top-0\@small-phone {
margin-top: 0;
}
.margin-top-0\.5\@small-phone {
margin-top: 0.25rem;
}
.margin-top-1\@small-phone {
margin-top: 0.5rem;
}
.margin-top-1\.5\@small-phone {
margin-top: 0.75rem;
}
.margin-top-2\@small-phone {
margin-top: 1rem;
}
.margin-top-2\.5\@small-phone {
margin-top: 1.25rem;
}
.margin-top-3\@small-phone {
margin-top: 1.5rem;
}
.margin-top-3\.5\@small-phone {
margin-top: 1.75rem;
}
.margin-top-4\@small-phone {
margin-top: 2rem;
}
.margin-top-4\.5\@small-phone {
margin-top: 2.25rem;
}
.margin-top-5\@small-phone {
margin-top: 2.5rem;
}
.margin-top-5\.5\@small-phone {
margin-top: 2.75rem;
}
.margin-top-6\@small-phone {
margin-top: 3rem;
}
.margin-top-6\.5\@small-phone {
margin-top: 3.25rem;
}
.margin-top-7\@small-phone {
margin-top: 3.5rem;
}
.margin-top-7\.5\@small-phone {
margin-top: 3.75rem;
}
.margin-top-8\@small-phone {
margin-top: 4rem;
}
.margin-top-8\.5\@small-phone {
margin-top: 4.25rem;
}
.margin-top-9\@small-phone {
margin-top: 4.5rem;
}
.margin-top-9\.5\@small-phone {
margin-top: 4.75rem;
}
.margin-top-10\@small-phone {
margin-top: 5rem;
}
.margin-top-10\.5\@small-phone {
margin-top: 5.25rem;
}
.margin-top-11\@small-phone {
margin-top: 5.5rem;
}
.margin-top-11\.5\@small-phone {
margin-top: 5.75rem;
}
.margin-top-12\@small-phone {
margin-top: 6rem;
}
.margin-top-12\.5\@small-phone {
margin-top: 6.25rem;
}
.margin-top-13\@small-phone {
margin-top: 6.5rem;
}
.margin-top-13\.5\@small-phone {
margin-top: 6.75rem;
}
.margin-top-14\@small-phone {
margin-top: 7rem;
}
.margin-top-14\.5\@small-phone {
margin-top: 7.25rem;
}
.margin-top-15\@small-phone {
margin-top: 7.5rem;
}
.margin-top-15\.5\@small-phone {
margin-top: 7.75rem;
}
.margin-top-16\@small-phone {
margin-top: 8rem;
}
.margin-top-16\.5\@small-phone {
margin-top: 8.25rem;
}
.margin-top-17\@small-phone {
margin-top: 8.5rem;
}
.margin-top-17\.5\@small-phone {
margin-top: 8.75rem;
}
.margin-top-18\@small-phone {
margin-top: 9rem;
}
.margin-top-18\.5\@small-phone {
margin-top: 9.25rem;
}
.margin-top-19\@small-phone {
margin-top: 9.5rem;
}
.margin-top-19\.5\@small-phone {
margin-top: 9.75rem;
}
.margin-top-20\@small-phone {
margin-top: 10rem;
}
.margin-top-20\.5\@small-phone {
margin-top: 10.25rem;
}
.margin-top-21\@small-phone {
margin-top: 10.5rem;
}
.margin-top-21\.5\@small-phone {
margin-top: 10.75rem;
}
.margin-top-22\@small-phone {
margin-top: 11rem;
}
.margin-top-22\.5\@small-phone {
margin-top: 11.25rem;
}
.margin-top-23\@small-phone {
margin-top: 11.5rem;
}
.margin-top-23\.5\@small-phone {
margin-top: 11.75rem;
}
.margin-top-24\@small-phone {
margin-top: 12rem;
}
.margin-top-24\.5\@small-phone {
margin-top: 12.25rem;
}
.margin-top-25\@small-phone {
margin-top: 12.5rem;
}
.margin-top-25\.5\@small-phone {
margin-top: 12.75rem;
}
.margin-top-26\@small-phone {
margin-top: 13rem;
}
.margin-top-26\.5\@small-phone {
margin-top: 13.25rem;
}
.margin-top-27\@small-phone {
margin-top: 13.5rem;
}
.margin-top-27\.5\@small-phone {
margin-top: 13.75rem;
}
.margin-top-28\@small-phone {
margin-top: 14rem;
}
.margin-top-28\.5\@small-phone {
margin-top: 14.25rem;
}
.margin-top-29\@small-phone {
margin-top: 14.5rem;
}
.margin-top-29\.5\@small-phone {
margin-top: 14.75rem;
}
.margin-top-30\@small-phone {
margin-top: 15rem;
}
.margin-top-auto\@small-phone {
margin-top: auto;
}
.margin-right-0\@small-phone {
margin-right: 0;
}
.margin-right-0\.5\@small-phone {
margin-right: 0.25rem;
}
.margin-right-1\@small-phone {
margin-right: 0.5rem;
}
.margin-right-1\.5\@small-phone {
margin-right: 0.75rem;
}
.margin-right-2\@small-phone {
margin-right: 1rem;
}
.margin-right-2\.5\@small-phone {
margin-right: 1.25rem;
}
.margin-right-3\@small-phone {
margin-right: 1.5rem;
}
.margin-right-3\.5\@small-phone {
margin-right: 1.75rem;
}
.margin-right-4\@small-phone {
margin-right: 2rem;
}
.margin-right-4\.5\@small-phone {
margin-right: 2.25rem;
}
.margin-right-5\@small-phone {
margin-right: 2.5rem;
}
.margin-right-5\.5\@small-phone {
margin-right: 2.75rem;
}
.margin-right-6\@small-phone {
margin-right: 3rem;
}
.margin-right-6\.5\@small-phone {
margin-right: 3.25rem;
}
.margin-right-7\@small-phone {
margin-right: 3.5rem;
}
.margin-right-7\.5\@small-phone {
margin-right: 3.75rem;
}
.margin-right-8\@small-phone {
margin-right: 4rem;
}
.margin-right-8\.5\@small-phone {
margin-right: 4.25rem;
}
.margin-right-9\@small-phone {
margin-right: 4.5rem;
}
.margin-right-9\.5\@small-phone {
margin-right: 4.75rem;
}
.margin-right-10\@small-phone {
margin-right: 5rem;
}
.margin-right-10\.5\@small-phone {
margin-right: 5.25rem;
}
.margin-right-11\@small-phone {
margin-right: 5.5rem;
}
.margin-right-11\.5\@small-phone {
margin-right: 5.75rem;
}
.margin-right-12\@small-phone {
margin-right: 6rem;
}
.margin-right-12\.5\@small-phone {
margin-right: 6.25rem;
}
.margin-right-13\@small-phone {
margin-right: 6.5rem;
}
.margin-right-13\.5\@small-phone {
margin-right: 6.75rem;
}
.margin-right-14\@small-phone {
margin-right: 7rem;
}
.margin-right-14\.5\@small-phone {
margin-right: 7.25rem;
}
.margin-right-15\@small-phone {
margin-right: 7.5rem;
}
.margin-right-15\.5\@small-phone {
margin-right: 7.75rem;
}
.margin-right-16\@small-phone {
margin-right: 8rem;
}
.margin-right-16\.5\@small-phone {
margin-right: 8.25rem;
}
.margin-right-17\@small-phone {
margin-right: 8.5rem;
}
.margin-right-17\.5\@small-phone {
margin-right: 8.75rem;
}
.margin-right-18\@small-phone {
margin-right: 9rem;
}
.margin-right-18\.5\@small-phone {
margin-right: 9.25rem;
}
.margin-right-19\@small-phone {
margin-right: 9.5rem;
}
.margin-right-19\.5\@small-phone {
margin-right: 9.75rem;
}
.margin-right-20\@small-phone {
margin-right: 10rem;
}
.margin-right-20\.5\@small-phone {
margin-right: 10.25rem;
}
.margin-right-21\@small-phone {
margin-right: 10.5rem;
}
.margin-right-21\.5\@small-phone {
margin-right: 10.75rem;
}
.margin-right-22\@small-phone {
margin-right: 11rem;
}
.margin-right-22\.5\@small-phone {
margin-right: 11.25rem;
}
.margin-right-23\@small-phone {
margin-right: 11.5rem;
}
.margin-right-23\.5\@small-phone {
margin-right: 11.75rem;
}
.margin-right-24\@small-phone {
margin-right: 12rem;
}
.margin-right-24\.5\@small-phone {
margin-right: 12.25rem;
}
.margin-right-25\@small-phone {
margin-right: 12.5rem;
}
.margin-right-25\.5\@small-phone {
margin-right: 12.75rem;
}
.margin-right-26\@small-phone {
margin-right: 13rem;
}
.margin-right-26\.5\@small-phone {
margin-right: 13.25rem;
}
.margin-right-27\@small-phone {
margin-right: 13.5rem;
}
.margin-right-27\.5\@small-phone {
margin-right: 13.75rem;
}
.margin-right-28\@small-phone {
margin-right: 14rem;
}
.margin-right-28\.5\@small-phone {
margin-right: 14.25rem;
}
.margin-right-29\@small-phone {
margin-right: 14.5rem;
}
.margin-right-29\.5\@small-phone {
margin-right: 14.75rem;
}
.margin-right-30\@small-phone {
margin-right: 15rem;
}
.margin-right-auto\@small-phone {
margin-right: auto;
}
.margin-bottom-0\@small-small-phone {
margin-bottom: 0;
}
.margin-bottom-0\.5\@small-phone {
margin-bottom: 0.25rem;
}
.margin-bottom-1\@small-phone {
margin-bottom: 0.5rem;
}
.margin-bottom-1\.5\@small-phone {
margin-bottom: 0.75rem;
}
.margin-bottom-2\@small-phone {
margin-bottom: 1rem;
}
.margin-bottom-2\.5\@small-phone {
margin-bottom: 1.25rem;
}
.margin-bottom-3\@small-phone {
margin-bottom: 1.5rem;
}
.margin-bottom-3\.5\@small-phone {
margin-bottom: 1.75rem;
}
.margin-bottom-4\@small-phone {
margin-bottom: 2rem;
}
.margin-bottom-4\.5\@small-phone {
margin-bottom: 2.25rem;
}
.margin-bottom-5\@small-phone {
margin-bottom: 2.5rem;
}
.margin-bottom-5\.5\@small-phone {
margin-bottom: 2.75rem;
}
.margin-bottom-6\@small-phone {
margin-bottom: 3rem;
}
.margin-bottom-6\.5\@small-phone {
margin-bottom: 3.25rem;
}
.margin-bottom-7\@small-phone {
margin-bottom: 3.5rem;
}
.margin-bottom-7\.5\@small-phone {
margin-bottom: 3.75rem;
}
.margin-bottom-8\@small-phone {
margin-bottom: 4rem;
}
.margin-bottom-8\.5\@small-phone {
margin-bottom: 4.25rem;
}
.margin-bottom-9\@small-phone {
margin-bottom: 4.5rem;
}
.margin-bottom-9\.5\@small-phone {
margin-bottom: 4.75rem;
}
.margin-bottom-10\@small-phone {
margin-bottom: 5rem;
}
.margin-bottom-10\.5\@small-phone {
margin-bottom: 5.25rem;
}
.margin-bottom-11\@small-phone {
margin-bottom: 5.5rem;
}
.margin-bottom-11\.5\@small-phone {
margin-bottom: 5.75rem;
}
.margin-bottom-12\@small-phone {
margin-bottom: 6rem;
}
.margin-bottom-12\.5\@small-phone {
margin-bottom: 6.25rem;
}
.margin-bottom-13\@small-phone {
margin-bottom: 6.5rem;
}
.margin-bottom-13\.5\@small-phone {
margin-bottom: 6.75rem;
}
.margin-bottom-14\@small-phone {
margin-bottom: 7rem;
}
.margin-bottom-14\.5\@small-phone {
margin-bottom: 7.25rem;
}
.margin-bottom-15\@small-phone {
margin-bottom: 7.5rem;
}
.margin-bottom-15\.5\@small-phone {
margin-bottom: 7.75rem;
}
.margin-bottom-16\@small-phone {
margin-bottom: 8rem;
}
.margin-bottom-16\.5\@small-phone {
margin-bottom: 8.25rem;
}
.margin-bottom-17\@small-phone {
margin-bottom: 8.5rem;
}
.margin-bottom-17\.5\@small-phone {
margin-bottom: 8.75rem;
}
.margin-bottom-18\@small-phone {
margin-bottom: 9rem;
}
.margin-bottom-18\.5\@small-phone {
margin-bottom: 9.25rem;
}
.margin-bottom-19\@small-phone {
margin-bottom: 9.5rem;
}
.margin-bottom-19\.5\@small-phone {
margin-bottom: 9.75rem;
}
.margin-bottom-20\@small-phone {
margin-bottom: 10rem;
}
.margin-bottom-20\.5\@small-phone {
margin-bottom: 10.25rem;
}
.margin-bottom-21\@small-phone {
margin-bottom: 10.5rem;
}
.margin-bottom-21\.5\@small-phone {
margin-bottom: 10.75rem;
}
.margin-bottom-22\@small-phone {
margin-bottom: 11rem;
}
.margin-bottom-22\.5\@small-phone {
margin-bottom: 11.25rem;
}
.margin-bottom-23\@small-phone {
margin-bottom: 11.5rem;
}
.margin-bottom-23\.5\@small-phone {
margin-bottom: 11.75rem;
}
.margin-bottom-24\@small-phone {
margin-bottom: 12rem;
}
.margin-bottom-24\.5\@small-phone {
margin-bottom: 12.25rem;
}
.margin-bottom-25\@small-phone {
margin-bottom: 12.5rem;
}
.margin-bottom-25\.5\@small-phone {
margin-bottom: 12.75rem;
}
.margin-bottom-26\@small-phone {
margin-bottom: 13rem;
}
.margin-bottom-26\.5\@small-phone {
margin-bottom: 13.25rem;
}
.margin-bottom-27\@small-phone {
margin-bottom: 13.5rem;
}
.margin-bottom-27\.5\@small-phone {
margin-bottom: 13.75rem;
}
.margin-bottom-28\@small-phone {
margin-bottom: 14rem;
}
.margin-bottom-28\.5\@small-phone {
margin-bottom: 14.25rem;
}
.margin-bottom-29\@small-phone {
margin-bottom: 14.5rem;
}
.margin-bottom-29\.5\@small-phone {
margin-bottom: 14.75rem;
}
.margin-bottom-30\@small-phone {
margin-bottom: 15rem;
}
.margin-bottom-auto\@small-phone {
margin-bottom: auto;
}
.margin-left-0\@small-phone {
margin-left: 0;
}
.margin-left-0\.5\@small-phone {
margin-left: 0.25rem;
}
.margin-left-1\@small-phone {
margin-left: 0.5rem;
}
.margin-left-1\.5\@small-phone {
margin-left: 0.75rem;
}
.margin-left-2\@small-phone {
margin-left: 1rem;
}
.margin-left-2\.5\@small-phone {
margin-left: 1.25rem;
}
.margin-left-3\@small-phone {
margin-left: 1.5rem;
}
.margin-left-3\.5\@small-phone {
margin-left: 1.75rem;
}
.margin-left-4\@small-phone {
margin-left: 2rem;
}
.margin-left-4\.5\@small-phone {
margin-left: 2.25rem;
}
.margin-left-5\@small-phone {
margin-left: 2.5rem;
}
.margin-left-5\.5\@small-phone {
margin-left: 2.75rem;
}
.margin-left-6\@small-phone {
margin-left: 3rem;
}
.margin-left-6\.5\@small-phone {
margin-left: 3.25rem;
}
.margin-left-7\@small-phone {
margin-left: 3.5rem;
}
.margin-left-7\.5\@small-phone {
margin-left: 3.75rem;
}
.margin-left-8\@small-phone {
margin-left: 4rem;
}
.margin-left-8\.5\@small-phone {
margin-left: 4.25rem;
}
.margin-left-9\@small-phone {
margin-left: 4.5rem;
}
.margin-left-9\.5\@small-phone {
margin-left: 4.75rem;
}
.margin-left-10\@small-phone {
margin-left: 5rem;
}
.margin-left-10\.5\@small-phone {
margin-left: 5.25rem;
}
.margin-left-11\@small-phone {
margin-left: 5.5rem;
}
.margin-left-11\.5\@small-phone {
margin-left: 5.75rem;
}
.margin-left-12\@small-phone {
margin-left: 6rem;
}
.margin-left-12\.5\@small-phone {
margin-left: 6.25rem;
}
.margin-left-13\@small-phone {
margin-left: 6.5rem;
}
.margin-left-13\.5\@small-phone {
margin-left: 6.75rem;
}
.margin-left-14\@small-phone {
margin-left: 7rem;
}
.margin-left-14\.5\@small-phone {
margin-left: 7.25rem;
}
.margin-left-15\@small-phone {
margin-left: 7.5rem;
}
.margin-left-15\.5\@small-phone {
margin-left: 7.75rem;
}
.margin-left-16\@small-phone {
margin-left: 8rem;
}
.margin-left-16\.5\@small-phone {
margin-left: 8.25rem;
}
.margin-left-17\@small-phone {
margin-left: 8.5rem;
}
.margin-left-17\.5\@small-phone {
margin-left: 8.75rem;
}
.margin-left-18\@small-phone {
margin-left: 9rem;
}
.margin-left-18\.5\@small-phone {
margin-left: 9.25rem;
}
.margin-left-19\@small-phone {
margin-left: 9.5rem;
}
.margin-left-19\.5\@small-phone {
margin-left: 9.75rem;
}
.margin-left-20\@small-phone {
margin-left: 10rem;
}
.margin-left-20\.5\@small-phone {
margin-left: 10.25rem;
}
.margin-left-21\@small-phone {
margin-left: 10.5rem;
}
.margin-left-21\.5\@small-phone {
margin-left: 10.75rem;
}
.margin-left-22\@small-phone {
margin-bottom: 11rem;
}
.margin-left-22\.5\@small-phone {
margin-left: 11.25rem;
}
.margin-left-23\@small-phone {
margin-left: 11.5rem;
}
.margin-left-23\.5\@small-phone {
margin-left: 11.75rem;
}
.margin-left-24\@small-phone {
margin-left: 12rem;
}
.margin-left-24\.5\@small-phone {
margin-left: 12.25rem;
}
.margin-left-25\@small-phone {
margin-left: 12.5rem;
}
.margin-left-25\.5\@small-phone {
margin-left: 12.75rem;
}
.margin-left-26\@small-phone {
margin-left: 13rem;
}
.margin-left-26\.5\@small-phone {
margin-left: 13.25rem;
}
.margin-left-27\@small-phone {
margin-left: 13.5rem;
}
.margin-left-27\.5\@small-phone {
margin-left: 13.75rem;
}
.margin-left-28\@small-phone {
margin-left: 14rem;
}
.margin-left-28\.5\@small-phone {
margin-left: 14.25rem;
}
.margin-left-29\@small-phone {
margin-left: 14.5rem;
}
.margin-left-29\.5\@small-phone {
margin-left: 14.75rem;
}
.margin-left-30\@small-phone {
margin-left: 15rem;
}
.margin-left-auto\@small-phone {
margin-left: auto;
}
.margin-y-0\@small-phone {
margin-top: 0;
margin-bottom: 0;
}
.margin-y-0\.5\@small-phone {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.margin-y-1\@small-phone {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.margin-y-1\.5\@phone {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.margin-y-2\@small-phone {
margin-top: 1rem;
margin-bottom: 1rem;
}
.margin-y-2\.5\@small-phone {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.margin-y-3\@small-phone {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.margin-y-3\.5\@small-phone {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.margin-y-4\@small-phone {
margin-top: 2rem;
margin-bottom: 2rem;
}
.margin-y-4\.5\@small-phone {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.margin-y-5\@small-phone {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.margin-y-5\.5\@small-phone {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.margin-y-6\@small-phone {
margin-top: 3rem;
margin-bottom: 3rem;
}
.margin-y-6\.5\@small-phone {
margin-top: 3.25rem;
margin-bottom: 3.25rem;
}
.margin-y-7\@small-phone {
margin-top: 3.5rem;
margin-bottom: 3.5rem;
}
.margin-y-7\.5\@small-phone {
margin-top: 3.75rem;
margin-bottom: 3.75rem;
}
.margin-y-8\@small-phone {
margin-top: 4rem;
margin-bottom: 4rem;
}
.margin-y-8\.5\@small-phone {
margin-top: 4.25rem;
margin-bottom: 4.25rem;
}
.margin-y-9\@small-phone {
margin-top: 4.5rem;
margin-bottom: 4.5rem;
}
.margin-y-9\.5\@small-phone {
margin-top: 4.75rem;
margin-bottom: 4.75rem;
}
.margin-y-10\@small-phone {
margin-top: 5rem;
margin-bottom: 5rem;
}
.margin-y-10\.5\@small-phone {
margin-top: 5.25rem;
margin-bottom: 5.25rem;
}
.margin-y-11\@small-phone {
margin-top: 5.5rem;
margin-bottom: 5.5rem;
}
.margin-y-11\.5\@small-phone {
margin-top: 5.75rem;
margin-bottom: 5.75rem;
}
.margin-y-12\@small-phone {
margin-top: 6rem;
margin-bottom: 6rem;
}
.margin-y-12\.5\@small-phone {
margin-top: 6.25rem;
margin-bottom: 6.25rem;
}
.margin-y-13\@small-phone {
margin-top: 6.55rem;
margin-bottom: 6.55rem;
}
.margin-y-13\.5\@small-phone {
margin-top: 6.75rem;
margin-bottom: 6.75rem;
}
.margin-y-14\@small-phone {
margin-top: 7rem;
margin-bottom: 7rem;
}
.margin-y-14\.5\@small-phone {
margin-top: 7.25rem;
margin-bottom: 7.25rem;
}
.margin-y-15\@small-phone {
margin-top: 7.25rem;
margin-bottom: 7.25rem;
}
.margin-y-15\.5\@small-phone {
margin-top: 7.75rem;
margin-bottom: 7.75rem;
}
.margin-y-16\@small-phone {
margin-top: 8rem;
margin-bottom: 8rem;
}
.margin-y-16\.5\@small-phone {
margin-top: 8.25rem;
margin-bottom: 8.25rem;
}
.margin-y-17\@small-phone {
margin-top: 8.5rem;
margin-bottom: 8.5rem;
}
.margin-y-17\.5\@small-phone {
margin-top: 8.75rem;
margin-bottom: 8.75rem;
}
.margin-y-18\@small-phone {
margin-top: 9rem;
margin-bottom: 9rem;
}
.margin-y-18\.5\@phone {
margin-top: 9.25rem;
margin-bottom: 9.25rem;
}
.margin-y-19\@small-phone {
margin-top: 9.5rem;
margin-bottom: 9.5rem;
}
.margin-y-19\.5\@small-phone {
margin-top: 9.75rem;
margin-bottom: 9.75rem;
}
.margin-y-20\@small-phone {
margin-top: 10rem;
margin-bottom: 10rem;
}
.margin-y-20\.5\@small-phone {
margin-top: 10.25rem;
margin-bottom: 10.25rem;
}
.margin-y-21\@small-phone {
margin-top: 10.5rem;
margin-bottom: 10.5rem;
}
.margin-y-21\.5\@small-phone {
margin-top: 10.75rem;
margin-bottom: 10.75rem;
}
.margin-y-22\@small-phone {
margin-top: 11rem;
margin-bottom: 11rem;
}
.margin-y-22\.5\@small-phone {
margin-top: 11.25rem;
margin-bottom: 11.25rem;
}
.margin-y-23\@small-phone {
margin-top: 11.5rem;
margin-bottom: 11.5rem;
}
.margin-y-23\.5\@small-phone {
margin-top: 11.75rem;
margin-bottom: 11.75rem;
}
.margin-y-24\@small-phone {
margin-top: 12rem;
margin-bottom: 12rem;
}
.margin-y-24\.5\@small-phone {
margin-top: 12.25rem;
margin-bottom: 12.25rem;
}
.margin-y-25\@small-phone {
margin-top: 12.5rem;
margin-bottom: 12.5rem;
}
.margin-y-25\.5\@small-phone {
margin-top: 12.75rem;
margin-bottom: 12.75rem;
}
.margin-y-26\@small-phone {
margin-top: 13rem;
margin-bottom: 13rem;
}
.margin-y-26\.5\@small-phone {
margin-top: 13.25rem;
margin-bottom: 13.25rem;
}
.margin-y-27\@small-phone {
margin-top: 13.5rem;
margin-bottom: 13.5rem;
}
.margin-y-28\.5\@small-phone {
margin-top: 13.75rem;
margin-bottom: 13.75rem;
}
.margin-y-28\@small-phone {
margin-top: 14rem;
margin-bottom: 14rem;
}
.margin-y-28\.5\@small-phone {
margin-top: 14.25rem;
margin-bottom: 14.25rem;
}
.margin-y-29\@small-phone {
margin-top: 14.5rem;
margin-bottom: 14.5rem;
}
.margin-y-29\.5\@small-hone {
margin-top: 14.75rem;
margin-bottom: 14.75rem;
}
.margin-y-30\@small-phone {
margin-top: 15rem;
margin-bottom: 15rem;
}
.margin-y-auto\@small-phone {
margin-top: auto;
margin-bottom: auto;
}
.margin-x-0\@small-phone {
margin-right: 0;
margin-left: 0;
}
.margin-x-0\.5\@small-phone {
margin-right: 0.25rem;
margin-left: 0.25rem;
}
.margin-x-1\@small-phone {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.margin-x-1\.5\@small-phone {
margin-right: 0.75rem;
margin-left: 0.75rem;
}
.margin-x-2\@small-phone {
margin-right: 1rem;
margin-left: 1rem;
}
.margin-x-2\.5\@small-phone {
margin-right: 1.25rem;
margin-left: 1.25rem;
}
.margin-x-3\@small-phone {
margin-right: 1.5rem;
margin-left: 1.5rem;
}
.margin-x-3\.5\@small-phone {
margin-right: 1.75rem;
margin-left: 1.75rem;
}
.margin-x-4\@small-phone {
margin-right: 2rem;
margin-left: 2rem;
}
.margin-x-4\.5\@small-phone {
margin-right: 2.25rem;
margin-left: 2.25rem;
}
.margin-x-5\@small-phone {
margin-right: 2.5rem;
margin-left: 2.5rem;
}
.margin-x-5\.5\@small-phone {
margin-right: 2.75rem;
margin-left: 2.75rem;
}
.margin-x-6\@small-phone {
margin-right: 3rem;
margin-left: 3rem;
}
.margin-x-6\.5\@small-phone {
margin-right: 3.25rem;
margin-left: 3.25rem;
}
.margin-x-7\@small-phone {
margin-right: 3.5rem;
margin-left: 3.5rem;
}
.margin-x-7\.5\@small-phone {
margin-right: 3.75rem;
margin-left: 3.75rem;
}
.margin-x-8\@small-phone {
margin-right: 4rem;
margin-left: 4rem;
}
.margin-x-8\.5\@small-phone {
margin-right: 4.25rem;
margin-left: 4.25rem;
}
.margin-x-9\@small-phone {
margin-right: 4.5rem;
margin-left: 4.5rem;
}
.margin-x-9\.5\@small-phone {
margin-right: 4.75rem;
margin-left: 4.75rem;
}
.margin-x-10\@small-phone {
margin-right: 5rem;
margin-left: 5rem;
}
.margin-x-10\.5\@small-phone {
margin-right: 5.25rem;
margin-left: 5.25rem;
}
.margin-x-11\@small-phone {
margin-right: 5.5rem;
margin-left: 5.5rem;
}
.margin-x-11\.5\@small-phone {
margin-right: 5.75rem;
margin-left: 5.75rem;
}
.margin-x-12\@small-phone {
margin-right: 6rem;
margin-left: 6rem;
}
.margin-x-12\.5\@small-phone {
margin-right: 6.25rem;
margin-left: 6.25rem;
}
.margin-x-13\@small-phone {
margin-right: 6.55rem;
margin-left: 6.55rem;
}
.margin-x-13\.5\@small-phone {
margin-right: 6.75rem;
margin-left: 6.75rem;
}
.margin-x-14\@small-phone {
margin-right: 7rem;
margin-left: 7rem;
}
.margin-x-14\.5\@small-phone {
margin-right: 7.25rem;
margin-left: 7.25rem;
}
.margin-x-15\@small-phone {
margin-right: 7.25rem;
margin-left: 7.25rem;
}
.margin-x-15\.5\@small-phone {
margin-right: 7.75rem;
margin-left: 7.75rem;
}
.margin-x-16\@small-phone {
margin-right: 8rem;
margin-left: 8rem;
}
.margin-x-16\.5\@small-phone {
margin-right: 8.25rem;
margin-left: 8.25rem;
}
.margin-x-17\@small-phone {
margin-right: 8.5rem;
margin-left: 8.5rem;
}
.margin-x-17\.5\@small-phone {
margin-right: 8.75rem;
margin-left: 8.75rem;
}
.margin-x-18\@small-phone {
margin-right: 9rem;
margin-left: 9rem;
}
.margin-x-18\.5\@small-phone {
margin-right: 9.25rem;
margin-left: 9.25rem;
}
.margin-x-19\@small-phone {
margin-right: 9.5rem;
margin-left: 9.5rem;
}
.margin-x-19\.5\@small-phone {
margin-right: 9.75rem;
margin-left: 9.75rem;
}
.margin-x-20\@small-phone {
margin-right: 10rem;
margin-left: 10rem;
}
.margin-x-20\.5\@small-phone {
margin-right: 10.25rem;
margin-left: 10.25rem;
}
.margin-x-21\@small-phone {
margin-right: 10.5rem;
margin-left: 10.5rem;
}
.margin-x-21\.5\@small-phone {
margin-right: 10.75rem;
margin-left: 10.75rem;
}
.margin-x-22\@small-phone {
margin-right: 11rem;
margin-left: 11rem;
}
.margin-x-22\.5\@small-phone {
margin-right: 11.25rem;
margin-left: 11.25rem;
}
.margin-x-23\@small-phone {
margin-right: 11.5rem;
margin-left: 11.5rem;
}
.margin-x-23\.5\@small-phone {
margin-right: 11.75rem;
margin-left: 11.75rem;
}
.margin-x-24\@small-phone {
margin-right: 12rem;
margin-left: 12rem;
}
.margin-x-24\.5\@small-phone {
margin-right: 12.25rem;
margin-left: 12.25rem;
}
.margin-x-25\@small-phone {
margin-right: 12.5rem;
margin-left: 12.5rem;
}
.margin-x-25\.5\@small-phone {
margin-right: 12.75rem;
margin-left: 12.75rem;
}
.margin-x-26\@small-phone {
margin-right: 13rem;
margin-left: 13rem;
}
.margin-x-26\.5\@small-phone {
margin-right: 13.25rem;
margin-left: 13.25rem;
}
.margin-x-27\@small-phone {
margin-right: 13.5rem;
margin-left: 13.5rem;
}
.margin-x-28\.5\@small-phone {
margin-right: 13.75rem;
margin-left: 13.75rem;
}
.margin-x-28\@small-phone {
margin-right: 14rem;
margin-left: 14rem;
}
.margin-x-28\.5\@small-phone {
margin-right: 14.25rem;
margin-left: 14.25rem;
}
.margin-x-29\@small-phone {
margin-right: 14.5rem;
margin-left: 14.5rem;
}
.margin-x-29\.5\@small-phone {
margin-right: 14.75rem;
margin-left: 14.75rem;
}
.margin-x-30\@small-phone {
margin-right: 15rem;
margin-left: 15rem;
}
.margin-x-auto\@small-phone {
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.margin-0\@tablet {
margin: 0;
}
.margin-0\.5\@tablet {
margin: 0.25rem;
}
.margin-1\@tablet {
margin: 0.5rem;
}
.margin-1\.5\@tablet {
margin: 0.75rem;
}
.margin-2\@tablet {
margin: 1rem;
}
.margin-2\.5\@tablet {
margin: 1.25rem;
}
.margin-3\@tablet {
margin: 1.5rem;
}
.margin-3\.5\@tablet {
margin: 1.75rem;
}
.margin-4\@tablet {
margin: 2rem;
}
.margin-4\.5\@tablet {
margin: 2.25rem;
}
.margin-5\@tablet {
margin: 2.5rem;
}
.margin-5\.5\@tablet {
margin: 2.75rem;
}
.margin-6\@tablet {
margin: 3rem;
}
.margin-6\.5\@tablet {
margin: 3.25rem;
}
.margin-7\@tablet {
margin: 3.5rem;
}
.margin-7\.5\@tablet {
margin: 3.75rem;
}
.margin-8\@tablet {
margin: 4rem;
}
.margin-8\.5\@tablet {
margin: 4.25rem;
}
.margin-9\@tablet {
margin: 4.5rem;
}
.margin-9\.5\@tablet {
margin: 4.75rem;
}
.margin-10\@tablet {
margin: 5rem;
}
.margin-10\.5\@tablet {
margin: 5.25rem;
}
.margin-11\@tablet {
margin: 5.5rem;
}
.margin-11\.5\@tablet {
margin: 5.75rem;
}
.margin-12\@tablet {
margin: 6rem;
}
.margin-12\.5\@tablet {
margin: 6.25rem;
}
.margin-13\@tablet {
margin: 6.5rem;
}
.margin-13\.5\@tablet {
margin: 6.75rem;
}
.margin-14\@tablet {
margin: 7rem;
}
.margin-14\.5\@tablet {
margin: 7.25rem;
}
.margin-15\@tablet {
margin: 7.5rem;
}
.margin-15\.5\@tablet {
margin: 7.75rem;
}
.margin-16\@tablet {
margin: 8rem;
}
.margin-16\.5\@tablet {
margin: 8.25rem;
}
.margin-17\@tablet {
margin: 8.5rem;
}
.margin-17\.5\@tablet {
margin: 8.75rem;
}
.margin-18\@tablet {
margin: 9rem;
}
.margin-18\.5\@tablet {
margin: 9.25rem;
}
.margin-19\@tablet {
margin: 9.5rem;
}
.margin-19\.5\@tablet {
margin: 9.75rem;
}
.margin-20\@tablet {
margin: 10rem;
}
.margin-20\.5\@tablet {
margin: 10.25rem;
}
.margin-21\@tablet {
margin: 10.5rem;
}
.margin-21\.5\@tablet {
margin: 10.75rem;
}
.margin-22\@tablet {
margin: 11rem;
}
.margin-22\.5\@tablet {
margin: 11.25rem;
}
.margin-23\@tablet {
margin-top: 11.5rem;
}
.margin-23\.5\@tablet {
margin: 11.75rem;
}
.margin-24\@tablet {
margin-top: 12rem;
}
.margin-24\.5\@tablet {
margin: 12.25rem;
}
.margin-25\@tablet {
margin: 12.5rem;
}
.margin-25\.5\@tablet {
margin: 12.75rem;
}
.margin-26\@tablet {
margin: 13rem;
}
.margin-26\.5\@tablet {
margin: 13.25rem;
}
.margin-27\@tablet {
margin: 13.5rem;
}
.margin-27\.5\@tablet {
margin: 13.75rem;
}
.margin-28\@tablet {
margin: 14rem;
}
.margin-28\.5\@tablet {
margin: 14.25rem;
}
.margin-29\@tablet {
margin: 14.5rem;
}
.margin-29\.5\@tablet {
margin: 14.75rem;
}
.margin-30\@tablet {
margin: 15rem;
}
.margin-auto\@tablet {
margin: auto;
}
.margin-top-0\@tablet {
margin-top: 0;
}
.margin-top-0\.5\@tablet {
margin-top: 0.25rem;
}
.margin-top-1\@tablet {
margin-top: 0.5rem;
}
.margin-top-1\.5\@tablet {
margin-top: 0.75rem;
}
.margin-top-2\@tablet {
margin-top: 1rem;
}
.margin-top-2\.5\@tablet {
margin-top: 1.25rem;
}
.margin-top-3\@tablet {
margin-top: 1.5rem;
}
.margin-top-3\.5\@tablet {
margin-top: 1.75rem;
}
.margin-top-4\@tablet {
margin-top: 2rem;
}
.margin-top-4\.5\@tablet {
margin-top: 2.25rem;
}
.margin-top-5\@tablet {
margin-top: 2.5rem;
}
.margin-top-5\.5\@tablet {
margin-top: 2.75rem;
}
.margin-top-6\@tablet {
margin-top: 3rem;
}
.margin-top-6\.5\@tablet {
margin-top: 3.25rem;
}
.margin-top-7\@tablet {
margin-top: 3.5rem;
}
.margin-top-7\.5\@tablet {
margin-top: 3.75rem;
}
.margin-top-8\@tablet {
margin-top: 4rem;
}
.margin-top-8\.5\@tablet {
margin-top: 4.25rem;
}
.margin-top-9\@tablet {
margin-top: 4.5rem;
}
.margin-top-9\.5\@tablet {
margin-top: 4.75rem;
}
.margin-top-10\@tablet {
margin-top: 5rem;
}
.margin-top-10\.5\@tablet {
margin-top: 5.25rem;
}
.margin-top-11\@tablet {
margin-top: 5.5rem;
}
.margin-top-11\.5\@tablet {
margin-top: 5.75rem;
}
.margin-top-12\@tablet {
margin-top: 6rem;
}
.margin-top-12\.5\@tablet {
margin-top: 6.25rem;
}
.margin-top-13\@tablet {
margin-top: 6.5rem;
}
.margin-top-13\.5\@tablet {
margin-top: 6.75rem;
}
.margin-top-14\@tablet {
margin-top: 7rem;
}
.margin-top-14\.5\@tablet {
margin-top: 7.25rem;
}
.margin-top-15\@tablet {
margin-top: 7.5rem;
}
.margin-top-15\.5\@tablet {
margin-top: 7.75rem;
}
.margin-top-16\@tablet {
margin-top: 8rem;
}
.margin-top-16\.5\@tablet {
margin-top: 8.25rem;
}
.margin-top-17\@tablet {
margin-top: 8.5rem;
}
.margin-top-17\.5\@tablet {
margin-top: 8.75rem;
}
.margin-top-18\@tablet {
margin-top: 9rem;
}
.margin-top-18\.5\@tablet {
margin-top: 9.25rem;
}
.margin-top-19\@tablet {
margin-top: 9.5rem;
}
.margin-top-19\.5\@tablet {
margin-top: 9.75rem;
}
.margin-top-20\@tablet {
margin-top: 10rem;
}
.margin-top-20\.5\@tablet {
margin-top: 10.25rem;
}
.margin-top-21\@tablet {
margin-top: 10.5rem;
}
.margin-top-21\.5\@tablet {
margin-top: 10.75rem;
}
.margin-top-22\@tablet {
margin-top: 11rem;
}
.margin-top-22\.5\@tablet {
margin-top: 11.25rem;
}
.margin-top-23\@tablet {
margin-top: 11.5rem;
}
.margin-top-23\.5\@tablet {
margin-top: 11.75rem;
}
.margin-top-24\@tablet {
margin-top: 12rem;
}
.margin-top-24\.5\@tablet {
margin-top: 12.25rem;
}
.margin-top-25\@tablet {
margin-top: 12.5rem;
}
.margin-top-25\.5\@tablet {
margin-top: 12.75rem;
}
.margin-top-26\@tablet {
margin-top: 13rem;
}
.margin-top-26\.5\@tablet {
margin-top: 13.25rem;
}
.margin-top-27\@tablet {
margin-top: 13.5rem;
}
.margin-top-27\.5\@tablet {
margin-top: 13.75rem;
}
.margin-top-28\@tablet {
margin-top: 14rem;
}
.margin-top-28\.5\@tablet {
margin-top: 14.25rem;
}
.margin-top-29\@tablet {
margin-top: 14.5rem;
}
.margin-top-29\.5\@tablet {
margin-top: 14.75rem;
}
.margin-top-30\@tablet {
margin-top: 15rem;
}
.margin-top-auto\@tablet {
margin-top: auto;
}
.margin-right-0\@tablet {
margin-right: 0;
}
.margin-right-0\.5\@tablet {
margin-right: 0.25rem;
}
.margin-right-1\@tablet {
margin-right: 0.5rem;
}
.margin-right-1\.5\@tablet {
margin-right: 0.75rem;
}
.margin-right-2\@tablet {
margin-right: 1rem;
}
.margin-right-2\.5\@tablet {
margin-right: 1.25rem;
}
.margin-right-3\@tablet {
margin-right: 1.5rem;
}
.margin-right-3\.5\@tablet {
margin-right: 1.75rem;
}
.margin-right-4\@tablet {
margin-right: 2rem;
}
.margin-right-4\.5\@tablet {
margin-right: 2.25rem;
}
.margin-right-5\@tablet {
margin-right: 2.5rem;
}
.margin-right-5\.5\@tablet {
margin-right: 2.75rem;
}
.margin-right-6\@tablet {
margin-right: 3rem;
}
.margin-right-6\.5\@tablet {
margin-right: 3.25rem;
}
.margin-right-7\@tablet {
margin-right: 3.5rem;
}
.margin-right-7\.5\@tablet {
margin-right: 3.75rem;
}
.margin-right-8\@tablet {
margin-right: 4rem;
}
.margin-right-8\.5\@tablet {
margin-right: 4.25rem;
}
.margin-right-9\@tablet {
margin-right: 4.5rem;
}
.margin-right-9\.5\@tablet {
margin-right: 4.75rem;
}
.margin-right-10\@tablet {
margin-right: 5rem;
}
.margin-right-10\.5\@tablet {
margin-right: 5.25rem;
}
.margin-right-11\@tablet {
margin-right: 5.5rem;
}
.margin-right-11\.5\@tablet {
margin-right: 5.75rem;
}
.margin-right-12\@tablet {
margin-right: 6rem;
}
.margin-right-12\.5\@tablet {
margin-right: 6.25rem;
}
.margin-right-13\@tablet {
margin-right: 6.5rem;
}
.margin-right-13\.5\@tablet {
margin-right: 6.75rem;
}
.margin-right-14\@tablet {
margin-right: 7rem;
}
.margin-right-14\.5\@tablet {
margin-right: 7.25rem;
}
.margin-right-15\@tablet {
margin-right: 7.5rem;
}
.margin-right-15\.5\@tablet {
margin-right: 7.75rem;
}
.margin-right-16\@tablet {
margin-right: 8rem;
}
.margin-right-16\.5\@tablet {
margin-right: 8.25rem;
}
.margin-right-17\@tablet {
margin-right: 8.5rem;
}
.margin-right-17\.5\@tablet {
margin-right: 8.75rem;
}
.margin-right-18\@tablet {
margin-right: 9rem;
}
.margin-right-18\.5\@tablet {
margin-right: 9.25rem;
}
.margin-right-19\@tablet {
margin-right: 9.5rem;
}
.margin-right-19\.5\@tablet {
margin-right: 9.75rem;
}
.margin-right-20\@tablet {
margin-right: 10rem;
}
.margin-right-20\.5\@tablet {
margin-right: 10.25rem;
}
.margin-right-21\@tablet {
margin-right: 10.5rem;
}
.margin-right-21\.5\@tablet {
margin-right: 10.75rem;
}
.margin-right-22\@tablet {
margin-right: 11rem;
}
.margin-right-22\.5\@tablet {
margin-right: 11.25rem;
}
.margin-right-23\@tablet {
margin-right: 11.5rem;
}
.margin-right-23\.5\@tablet {
margin-right: 11.75rem;
}
.margin-right-24\@tablet {
margin-right: 12rem;
}
.margin-right-24\.5\@tablet {
margin-right: 12.25rem;
}
.margin-right-25\@tablet {
margin-right: 12.5rem;
}
.margin-right-25\.5\@tablet {
margin-right: 12.75rem;
}
.margin-right-26\@tablet {
margin-right: 13rem;
}
.margin-right-26\.5\@tablet {
margin-right: 13.25rem;
}
.margin-right-27\@tablet {
margin-right: 13.5rem;
}
.margin-right-27\.5\@tablet {
margin-right: 13.75rem;
}
.margin-right-28\@tablet {
margin-right: 14rem;
}
.margin-right-28\.5\@tablet {
margin-right: 14.25rem;
}
.margin-right-29\@tablet {
margin-right: 14.5rem;
}
.margin-right-29\.5\@tablet {
margin-right: 14.75rem;
}
.margin-right-30\@tablet {
margin-right: 15rem;
}
.margin-right-auto\@tablet {
margin-right: auto;
}
.margin-bottom-0\@tablet {
margin-bottom: 0;
}
.margin-bottom-0\.5\@tablet {
margin-bottom: 0.25rem;
}
.margin-bottom-1\@tablet {
margin-bottom: 0.5rem;
}
.margin-bottom-1\.5\@tablet {
margin-bottom: 0.75rem;
}
.margin-bottom-2\@tablet {
margin-bottom: 1rem;
}
.margin-bottom-2\.5\@tablet {
margin-bottom: 1.25rem;
}
.margin-bottom-3\@tablet {
margin-bottom: 1.5rem;
}
.margin-bottom-3\.5\@tablet {
margin-bottom: 1.75rem;
}
.margin-bottom-4\@tablet {
margin-bottom: 2rem;
}
.margin-bottom-4\.5\@tablet {
margin-bottom: 2.25rem;
}
.margin-bottom-5\@tablet {
margin-bottom: 2.5rem;
}
.margin-bottom-5\.5\@tablet {
margin-bottom: 2.75rem;
}
.margin-bottom-6\@tablet {
margin-bottom: 3rem;
}
.margin-bottom-6\.5\@tablet {
margin-bottom: 3.25rem;
}
.margin-bottom-7\@tablet {
margin-bottom: 3.5rem;
}
.margin-bottom-7\.5\@tablet {
margin-bottom: 3.75rem;
}
.margin-bottom-8\@tablet {
margin-bottom: 4rem;
}
.margin-bottom-8\.5\@tablet {
margin-bottom: 4.25rem;
}
.margin-bottom-9\@tablet {
margin-bottom: 4.5rem;
}
.margin-bottom-9\.5\@tablet {
margin-bottom: 4.75rem;
}
.margin-bottom-10\@tablet {
margin-bottom: 5rem;
}
.margin-bottom-10\.5\@tablet {
margin-bottom: 5.25rem;
}
.margin-bottom-11\@tablet {
margin-bottom: 5.5rem;
}
.margin-bottom-11\.5\@tablet {
margin-bottom: 5.75rem;
}
.margin-bottom-12\@tablet {
margin-bottom: 6rem;
}
.margin-bottom-12\.5\@tablet {
margin-bottom: 6.25rem;
}
.margin-bottom-13\@tablet {
margin-bottom: 6.5rem;
}
.margin-bottom-13\.5\@tablet {
margin-bottom: 6.75rem;
}
.margin-bottom-14\@tablet {
margin-bottom: 7rem;
}
.margin-bottom-14\.5\@tablet {
margin-bottom: 7.25rem;
}
.margin-bottom-15\@tablet {
margin-bottom: 7.5rem;
}
.margin-bottom-15\.5\@tablet {
margin-bottom: 7.75rem;
}
.margin-bottom-16\@tablet {
margin-bottom: 8rem;
}
.margin-bottom-16\.5\@tablet {
margin-bottom: 8.25rem;
}
.margin-bottom-17\@tablet {
margin-bottom: 8.5rem;
}
.margin-bottom-17\.5\@tablet {
margin-bottom: 8.75rem;
}
.margin-bottom-18\@tablet {
margin-bottom: 9rem;
}
.margin-bottom-18\.5\@tablet {
margin-bottom: 9.25rem;
}
.margin-bottom-19\@tablet {
margin-bottom: 9.5rem;
}
.margin-bottom-19\.5\@tablet {
margin-bottom: 9.75rem;
}
.margin-bottom-20\@tablet {
margin-bottom: 10rem;
}
.margin-bottom-20\.5\@tablet {
margin-bottom: 10.25rem;
}
.margin-bottom-21\@tablet {
margin-bottom: 10.5rem;
}
.margin-bottom-21\.5\@tablet {
margin-bottom: 10.75rem;
}
.margin-bottom-22\@tablet {
margin-bottom: 11rem;
}
.margin-bottom-22\.5\@tablet {
margin-bottom: 11.25rem;
}
.margin-bottom-23\@tablet {
margin-bottom: 11.5rem;
}
.margin-bottom-23\.5\@tablet {
margin-bottom: 11.75rem;
}
.margin-bottom-24\@tablet {
margin-bottom: 12rem;
}
.margin-bottom-24\.5\@tablet {
margin-bottom: 12.25rem;
}
.margin-bottom-25\@tablet {
margin-bottom: 12.5rem;
}
.margin-bottom-25\.5\@tablet {
margin-bottom: 12.75rem;
}
.margin-bottom-26\@tablet {
margin-bottom: 13rem;
}
.margin-bottom-26\.5\@tablet {
margin-bottom: 13.25rem;
}
.margin-bottom-27\@tablet {
margin-bottom: 13.5rem;
}
.margin-bottom-27\.5\@tablet {
margin-bottom: 13.75rem;
}
.margin-bottom-28\@tablet {
margin-bottom: 14rem;
}
.margin-bottom-28\.5\@tablet {
margin-bottom: 14.25rem;
}
.margin-bottom-29\@tablet {
margin-bottom: 14.5rem;
}
.margin-bottom-29\.5\@tablet {
margin-bottom: 14.75rem;
}
.margin-bottom-30\@tablet {
margin-bottom: 15rem;
}
.margin-bottom-auto\@tablet {
margin-bottom: auto;
}
.margin-left-0\@tablet {
margin-left: 0;
}
.margin-left-0\.5\@tablet {
margin-left: 0.25rem;
}
.margin-left-1\@tablet {
margin-left: 0.5rem;
}
.margin-left-1\.5\@tablet {
margin-left: 0.75rem;
}
.margin-left-2\@tablet {
margin-left: 1rem;
}
.margin-left-2\.5\@tablet {
margin-left: 1.25rem;
}
.margin-left-3\@tablet {
margin-left: 1.5rem;
}
.margin-left-3\.5\@tablet {
margin-left: 1.75rem;
}
.margin-left-4\@tablet {
margin-left: 2rem;
}
.margin-left-4\.5\@tablet {
margin-left: 2.25rem;
}
.margin-left-5\@tablet {
margin-left: 2.5rem;
}
.margin-left-5\.5\@tablet {
margin-left: 2.75rem;
}
.margin-left-6\@tablet {
margin-left: 3rem;
}
.margin-left-6\.5\@tablet {
margin-left: 3.25rem;
}
.margin-left-7\@tablet {
margin-left: 3.5rem;
}
.margin-left-7\.5\@tablet {
margin-left: 3.75rem;
}
.margin-left-8\@tablet {
margin-left: 4rem;
}
.margin-left-8\.5\@tablet {
margin-left: 4.25rem;
}
.margin-left-9\@tablet {
margin-left: 4.5rem;
}
.margin-left-9\.5\@tablet {
margin-left: 4.75rem;
}
.margin-left-10\@tablet {
margin-left: 5rem;
}
.margin-left-10\.5\@tablet {
margin-left: 5.25rem;
}
.margin-left-11\@tablet {
margin-left: 5.5rem;
}
.margin-left-11\.5\@tablet {
margin-left: 5.75rem;
}
.margin-left-12\@tablet {
margin-left: 6rem;
}
.margin-left-12\.5\@tablet {
margin-left: 6.25rem;
}
.margin-left-13\@tablet {
margin-left: 6.5rem;
}
.margin-left-13\.5\@tablet {
margin-left: 6.75rem;
}
.margin-left-14\@tablet {
margin-left: 7rem;
}
.margin-left-14\.5\@tablet {
margin-left: 7.25rem;
}
.margin-left-15\@tablet {
margin-left: 7.5rem;
}
.margin-left-15\.5\@tablet {
margin-left: 7.75rem;
}
.margin-left-16\@tablet {
margin-left: 8rem;
}
.margin-left-16\.5\@tablet {
margin-left: 8.25rem;
}
.margin-left-17\@tablet {
margin-left: 8.5rem;
}
.margin-left-17\.5\@tablet {
margin-left: 8.75rem;
}
.margin-left-18\@tablet {
margin-left: 9rem;
}
.margin-left-18\.5\@tablet {
margin-left: 9.25rem;
}
.margin-left-19\@tablet {
margin-left: 9.5rem;
}
.margin-left-19\.5\@tablet {
margin-left: 9.75rem;
}
.margin-left-20\@tablet {
margin-left: 10rem;
}
.margin-left-20\.5\@tablet {
margin-left: 10.25rem;
}
.margin-left-21\@tablet {
margin-left: 10.5rem;
}
.margin-left-21\.5\@tablet {
margin-left: 10.75rem;
}
.margin-left-22\@tablet {
margin-left: 11rem;
}
.margin-left-22\.5\@tablet {
margin-left: 11.25rem;
}
.margin-left-23\@tablet {
margin-left: 11.5rem;
}
.margin-left-23\.5\@tablet {
margin-left: 11.75rem;
}
.margin-left-24\@tablet {
margin-left: 12rem;
}
.margin-left-24\.5\@tablet {
margin-left: 12.25rem;
}
.margin-left-25\@tablet {
margin-left: 12.5rem;
}
.margin-left-25\.5\@tablet {
margin-left: 12.75rem;
}
.margin-left-26\@tablet {
margin-left: 13rem;
}
.margin-left-26\.5\@tablet {
margin-left: 13.25rem;
}
.margin-left-27\@tablet {
margin-left: 13.5rem;
}
.margin-left-27\.5\@tablet {
margin-left: 13.75rem;
}
.margin-left-28\@tablet {
margin-left: 14rem;
}
.margin-left-28\.5\@tablet {
margin-left: 14.25rem;
}
.margin-left-29\@tablet {
margin-left: 14.5rem;
}
.margin-left-29\.5\@tablet {
margin-left: 14.75rem;
}
.margin-left-30\@tablet {
margin-left: 15rem;
}
.margin-left-auto\@tablet {
margin-left: auto;
}
.margin-y-0\@tablet {
margin-top: 0;
margin-bottom: 0;
}
.margin-y-0\.5\@tablet {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.margin-y-1\@tablet {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.margin-y-1\.5\@tablet {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.margin-y-2\@tablet {
margin-top: 1rem;
margin-bottom: 1rem;
}
.margin-y-2\.5\@tablet {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.margin-y-3\@tablet {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.margin-y-3\.5\@tablet {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.margin-y-4\@tablet {
margin-top: 2rem;
margin-bottom: 2rem;
}
.margin-y-4\.5\@tablet {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.margin-y-5\@tablet {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.margin-y-5\.5\@tablet {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.margin-y-6\@tablet {
margin-top: 3rem;
margin-bottom: 3rem;
}
.margin-y-6\.5\@tablet {
margin-top: 3.25rem;
margin-bottom: 3.25rem;
}
.margin-y-7\@tablet {
margin-top: 3.5rem;
margin-bottom: 3.5rem;
}
.margin-y-7\.5\@tablet {
margin-top: 3.75rem;
margin-bottom: 3.75rem;
}
.margin-y-8\@tablet {
margin-top: 4rem;
margin-bottom: 4rem;
}
.margin-y-8\.5\@tablet {
margin-top: 4.25rem;
margin-bottom: 4.25rem;
}
.margin-y-9\@tablet {
margin-top: 4.5rem;
margin-bottom: 4.5rem;
}
.margin-y-9\.5\@tablet {
margin-top: 4.75rem;
margin-bottom: 4.75rem;
}
.margin-y-10\@tablet {
margin-top: 5rem;
margin-bottom: 5rem;
}
.margin-y-10\.5\@tablet {
margin-top: 5.25rem;
margin-bottom: 5.25rem;
}
.margin-y-11\@tablet {
margin-top: 5.5rem;
margin-bottom: 5.5rem;
}
.margin-y-11\.5\@tablet {
margin-top: 5.75rem;
margin-bottom: 5.75rem;
}
.margin-y-12\@tablet {
margin-top: 6rem;
margin-bottom: 6rem;
}
.margin-y-12\.5\@tablet {
margin-top: 6.25rem;
margin-bottom: 6.25rem;
}
.margin-y-13\@tablet {
margin-top: 6.55rem;
margin-bottom: 6.55rem;
}
.margin-y-13\.5\@tablet {
margin-top: 6.75rem;
margin-bottom: 6.75rem;
}
.margin-y-14\@tablet {
margin-top: 7rem;
margin-bottom: 7rem;
}
.margin-y-14\.5\@tablet {
margin-top: 7.25rem;
margin-bottom: 7.25rem;
}
.margin-y-15\@tablet {
margin-top: 7.25rem;
margin-bottom: 7.25rem;
}
.margin-y-15\.5\@tablet {
margin-top: 7.75rem;
margin-bottom: 7.75rem;
}
.margin-y-16\@tablet {
margin-top: 8rem;
margin-bottom: 8rem;
}
.margin-y-16\.5\@tablet {
margin-top: 8.25rem;
margin-bottom: 8.25rem;
}
.margin-y-17\@tablet {
margin-top: 8.5rem;
margin-bottom: 8.5rem;
}
.margin-y-17\.5\@tablet {
margin-top: 8.75rem;
margin-bottom: 8.75rem;
}
.margin-y-18\@tablet {
margin-top: 9rem;
margin-bottom: 9rem;
}
.margin-y-18\.5\@tablet {
margin-top: 9.25rem;
margin-bottom: 9.25rem;
}
.margin-y-19\@tablet {
margin-top: 9.5rem;
margin-bottom: 9.5rem;
}
.margin-y-19\.5\@tablet {
margin-top: 9.75rem;
margin-bottom: 9.75rem;
}
.margin-y-20\@tablet {
margin-top: 10rem;
margin-bottom: 10rem;
}
.margin-y-20\.5\@tablet {
margin-top: 10.25rem;
margin-bottom: 10.25rem;
}
.margin-y-21\@tablet {
margin-top: 10.5rem;
margin-bottom: 10.5rem;
}
.margin-y-21\.5\@tablet {
margin-top: 10.75rem;
margin-bottom: 10.75rem;
}
.margin-y-22\@tablet {
margin-top: 11rem;
margin-bottom: 11rem;
}
.margin-y-22\.5\@tablet {
margin-top: 11.25rem;
margin-bottom: 11.25rem;
}
.margin-y-23\@tablet {
margin-top: 11.5rem;
margin-bottom: 11.5rem;
}
.margin-y-23\.5\@tablet {
margin-top: 11.75rem;
margin-bottom: 11.75rem;
}
.margin-y-24\@tablet {
margin-top: 12rem;
margin-bottom: 12rem;
}
.margin-y-24\.5\@tablet {
margin-top: 12.25rem;
margin-bottom: 12.25rem;
}
.margin-y-25\@tablet {
margin-top: 12.5rem;
margin-bottom: 12.5rem;
}
.margin-y-25\.5\@tablet {
margin-top: 12.75rem;
margin-bottom: 12.75rem;
}
.margin-y-26\@tablet {
margin-top: 13rem;
margin-bottom: 13rem;
}
.margin-y-26\.5\@tablet {
margin-top: 13.25rem;
margin-bottom: 13.25rem;
}
.margin-y-27\@tablet {
margin-top: 13.5rem;
margin-bottom: 13.5rem;
}
.margin-y-28\.5\@tablet {
margin-top: 13.75rem;
margin-bottom: 13.75rem;
}
.margin-y-28\@tablet {
margin-top: 14rem;
margin-bottom: 14rem;
}
.margin-y-28\.5\@tablet {
margin-top: 14.25rem;
margin-bottom: 14.25rem;
}
.margin-y-29\@tablet {
margin-top: 14.5rem;
margin-bottom: 14.5rem;
}
.margin-y-29\.5\@tablet {
margin-top: 14.75rem;
margin-bottom: 14.75rem;
}
.margin-y-30\@tablet {
margin-top: 15rem;
margin-bottom: 15rem;
}
.margin-y-auto\@tablet {
margin-top: auto;
margin-bottom: auto;
}
.margin-x-0\@tablet {
margin-right: 0;
margin-left: 0;
}
.margin-x-0\.5\@tablet {
margin-right: 0.25rem;
margin-left: 0.25rem;
}
.margin-x-1\@tablet {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.margin-x-1\.5\@tablet {
margin-right: 0.75rem;
margin-left: 0.75rem;
}
.margin-x-2\@tablet {
margin-right: 1rem;
margin-left: 1rem;
}
.margin-x-2\.5\@tablet {
margin-right: 1.25rem;
margin-left: 1.25rem;
}
.margin-x-3\@tablet {
margin-right: 1.5rem;
margin-left: 1.5rem;
}
.margin-x-3\.5\@tablet {
margin-right: 1.75rem;
margin-left: 1.75rem;
}
.margin-x-4\@tablet {
margin-right: 2rem;
margin-left: 2rem;
}
.margin-x-4\.5\@tablet {
margin-right: 2.25rem;
margin-left: 2.25rem;
}
.margin-x-5\@tablet {
margin-right: 2.5rem;
margin-left: 2.5rem;
}
.margin-x-5\.5\@tablet {
margin-right: 2.75rem;
margin-left: 2.75rem;
}
.margin-x-6\@tablet {
margin-right: 3rem;
margin-left: 3rem;
}
.margin-x-6\.5\@tablet {
margin-right: 3.25rem;
margin-left: 3.25rem;
}
.margin-x-7\@tablet {
margin-right: 3.5rem;
margin-left: 3.5rem;
}
.margin-x-7\.5\@tablet {
margin-right: 3.75rem;
margin-left: 3.75rem;
}
.margin-x-8\@tablet {
margin-right: 4rem;
margin-left: 4rem;
}
.margin-x-8\.5\@tablet {
margin-right: 4.25rem;
margin-left: 4.25rem;
}
.margin-x-9\@tablet {
margin-right: 4.5rem;
margin-left: 4.5rem;
}
.margin-x-9\.5\@tablet {
margin-right: 4.75rem;
margin-left: 4.75rem;
}
.margin-x-10\@tablet {
margin-right: 5rem;
margin-left: 5rem;
}
.margin-x-10\.5\@tablet {
margin-right: 5.25rem;
margin-left: 5.25rem;
}
.margin-x-11\@tablet {
margin-right: 5.5rem;
margin-left: 5.5rem;
}
.margin-x-11\.5\@tablet {
margin-right: 5.75rem;
margin-left: 5.75rem;
}
.margin-x-12\@tablet {
margin-right: 6rem;
margin-left: 6rem;
}
.margin-x-12\.5\@tablet {
margin-right: 6.25rem;
margin-left: 6.25rem;
}
.margin-x-13\@tablet {
margin-right: 6.55rem;
margin-left: 6.55rem;
}
.margin-x-13\.5\@tablet {
margin-right: 6.75rem;
margin-left: 6.75rem;
}
.margin-x-14\@tablet {
margin-right: 7rem;
margin-left: 7rem;
}
.margin-x-14\.5\@tablet {
margin-right: 7.25rem;
margin-left: 7.25rem;
}
.margin-x-15\@tablet {
margin-right: 7.25rem;
margin-left: 7.25rem;
}
.margin-x-15\.5\@tablet {
margin-right: 7.75rem;
margin-left: 7.75rem;
}
.margin-x-16\@tablet {
margin-right: 8rem;
margin-left: 8rem;
}
.margin-x-16\.5\@tablet {
margin-right: 8.25rem;
margin-left: 8.25rem;
}
.margin-x-17\@tablet {
margin-right: 8.5rem;
margin-left: 8.5rem;
}
.margin-x-17\.5\@tablet {
margin-right: 8.75rem;
margin-left: 8.75rem;
}
.margin-x-18\@tablet {
margin-right: 9rem;
margin-left: 9rem;
}
.margin-x-18\.5\@tablet {
margin-right: 9.25rem;
margin-left: 9.25rem;
}
.margin-x-19\@tablet {
margin-right: 9.5rem;
margin-left: 9.5rem;
}
.margin-x-19\.5\@tablet {
margin-right: 9.75rem;
margin-left: 9.75rem;
}
.margin-x-20\@tablet {
margin-right: 10rem;
margin-left: 10rem;
}
.margin-x-20\.5\@tablet {
margin-right: 10.25rem;
margin-left: 10.25rem;
}
.margin-x-21\@tablet {
margin-right: 10.5rem;
margin-left: 10.5rem;
}
.margin-x-21\.5\@tablet {
margin-right: 10.75rem;
margin-left: 10.75rem;
}
.margin-x-22\@tablet {
margin-right: 11rem;
margin-left: 11rem;
}
.margin-x-22\.5\@tablet {
margin-right: 11.25rem;
margin-left: 11.25rem;
}
.margin-x-23\@tablet {
margin-right: 11.5rem;
margin-left: 11.5rem;
}
.margin-x-23\.5\@tablet {
margin-right: 11.75rem;
margin-left: 11.75rem;
}
.margin-x-24\@tablet {
margin-right: 12rem;
margin-left: 12rem;
}
.margin-x-24\.5\@tablet {
margin-right: 12.25rem;
margin-left: 12.25rem;
}
.margin-x-25\@tablet {
margin-right: 12.5rem;
margin-left: 12.5rem;
}
.margin-x-25\.5\@tablet {
margin-right: 12.75rem;
margin-left: 12.75rem;
}
.margin-x-26\@tablet {
margin-right: 13rem;
margin-left: 13rem;
}
.margin-x-26\.5\@tablet {
margin-right: 13.25rem;
margin-left: 13.25rem;
}
.margin-x-27\@tablet {
margin-right: 13.5rem;
margin-left: 13.5rem;
}
.margin-x-28\.5\@tablet {
margin-right: 13.75rem;
margin-left: 13.75rem;
}
.margin-x-28\@tablet {
margin-right: 14rem;
margin-left: 14rem;
}
.margin-x-28\.5\@tablet {
margin-right: 14.25rem;
margin-left: 14.25rem;
}
.margin-x-29\@tablet {
margin-right: 14.5rem;
margin-left: 14.5rem;
}
.margin-x-29\.5\@tablet {
margin-right: 14.75rem;
margin-left: 14.75rem;
}
.margin-x-30\@tablet {
margin-right: 15rem;
margin-left: 15rem;
}
.margin-x-auto\@tablet {
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 57rem) {
.margin-0\@laptop {
margin: 0;
}
.margin-0\.5\@laptop {
margin: 0.25rem;
}
.margin-1\@laptop {
margin: 0.5rem;
}
.margin-1\.5\@laptop {
margin: 0.75rem;
}
.margin-2\@laptop {
margin: 1rem;
}
.margin-2\.5\@laptop {
margin: 1.25rem;
}
.margin-3\@laptop {
margin: 1.5rem;
}
.margin-3\.5\@laptop {
margin: 1.75rem;
}
.margin-4\@laptop {
margin: 2rem;
}
.margin-4\.5\@laptop {
margin: 2.25rem;
}
.margin-5\@laptop {
margin: 2.5rem;
}
.margin-5\.5\@laptop {
margin: 2.75rem;
}
.margin-6\@laptop {
margin: 3rem;
}
.margin-6\.5\@laptop {
margin: 3.25rem;
}
.margin-7\@laptop {
margin: 3.5rem;
}
.margin-7\.5\@laptop {
margin: 3.75rem;
}
.margin-8\@laptop {
margin: 4rem;
}
.margin-8\.5\@laptop {
margin: 4.25rem;
}
.margin-9\@laptop {
margin: 4.5rem;
}
.margin-9\.5\@laptop {
margin: 4.75rem;
}
.margin-10\@laptop {
margin: 5rem;
}
.margin-10\.5\@laptop {
margin: 5.25rem;
}
.margin-11\@laptop {
margin: 5.5rem;
}
.margin-11\.5\@laptop {
margin: 5.75rem;
}
.margin-12\@laptop {
margin: 6rem;
}
.margin-12\.5\@laptop {
margin: 6.25rem;
}
.margin-13\@laptop {
margin: 6.5rem;
}
.margin-13\.5\@laptop {
margin: 6.75rem;
}
.margin-14\@laptop {
margin: 7rem;
}
.margin-14\.5\@laptop {
margin: 7.25rem;
}
.margin-15\@laptop {
margin: 7.5rem;
}
.margin-15\.5\@laptop {
margin: 7.75rem;
}
.margin-16\@laptop {
margin: 8rem;
}
.margin-16\.5\@laptop {
margin: 8.25rem;
}
.margin-17\@laptop {
margin: 8.5rem;
}
.margin-17\.5\@laptop {
margin: 8.75rem;
}
.margin-18\@laptop {
margin: 9rem;
}
.margin-18\.5\@laptop {
margin: 9.25rem;
}
.margin-19\@laptop {
margin: 9.5rem;
}
.margin-19\.5\@laptop {
margin: 9.75rem;
}
.margin-20\@laptop {
margin: 10rem;
}
.margin-20\.5\@laptop {
margin: 10.25rem;
}
.margin-21\@laptop {
margin: 10.5rem;
}
.margin-21\.5\@laptop {
margin: 10.75rem;
}
.margin-22\@laptop {
margin: 11rem;
}
.margin-22\.5\@laptop {
margin: 11.25rem;
}
.margin-23\@laptop {
margin-top: 11.5rem;
}
.margin-23\.5\@laptop {
margin: 11.75rem;
}
.margin-24\@laptop {
margin-top: 12rem;
}
.margin-24\.5\@laptop {
margin: 12.25rem;
}
.margin-25\@laptop {
margin: 12.5rem;
}
.margin-25\.5\@laptop {
margin: 12.75rem;
}
.margin-26\@laptop {
margin: 13rem;
}
.margin-26\.5\@laptop {
margin: 13.25rem;
}
.margin-27\@laptop {
margin: 13.5rem;
}
.margin-27\.5\@laptop {
margin: 13.75rem;
}
.margin-28\@laptop {
margin: 14rem;
}
.margin-28\.5\@laptop {
margin: 14.25rem;
}
.margin-29\@laptop {
margin: 14.5rem;
}
.margin-29\.5\@laptop {
margin: 14.75rem;
}
.margin-30\@laptop {
margin: 15rem;
}
.margin-auto\@laptop {
margin: auto;
}
.margin-top-0\@laptop {
margin-top: 0;
}
.margin-top-0\.5\@laptop {
margin-top: 0.25rem;
}
.margin-top-1\@laptop {
margin-top: 0.5rem;
}
.margin-top-1\.5\@laptop {
margin-top: 0.75rem;
}
.margin-top-2\@laptop {
margin-top: 1rem;
}
.margin-top-2\.5\@laptop {
margin-top: 1.25rem;
}
.margin-top-3\@laptop {
margin-top: 1.5rem;
}
.margin-top-3\.5\@laptop {
margin-top: 1.75rem;
}
.margin-top-4\@laptop {
margin-top: 2rem;
}
.margin-top-4\.5\@laptop {
margin-top: 2.25rem;
}
.margin-top-5\@laptop {
margin-top: 2.5rem;
}
.margin-top-5\.5\@laptop {
margin-top: 2.75rem;
}
.margin-top-6\@laptop {
margin-top: 3rem;
}
.margin-top-6\.5\@laptop {
margin-top: 3.25rem;
}
.margin-top-7\@laptop {
margin-top: 3.5rem;
}
.margin-top-7\.5\@laptop {
margin-top: 3.75rem;
}
.margin-top-8\@laptop {
margin-top: 4rem;
}
.margin-top-8\.5\@laptop {
margin-top: 4.25rem;
}
.margin-top-9\@laptop {
margin-top: 4.5rem;
}
.margin-top-9\.5\@laptop {
margin-top: 4.75rem;
}
.margin-top-10\@laptop {
margin-top: 5rem;
}
.margin-top-10\.5\@laptop {
margin-top: 5.25rem;
}
.margin-top-11\@laptop {
margin-top: 5.5rem;
}
.margin-top-11\.5\@laptop {
margin-top: 5.75rem;
}
.margin-top-12\@laptop {
margin-top: 6rem;
}
.margin-top-12\.5\@laptop {
margin-top: 6.25rem;
}
.margin-top-13\@laptop {
margin-top: 6.5rem;
}
.margin-top-13\.5\@laptop {
margin-top: 6.75rem;
}
.margin-top-14\@laptop {
margin-top: 7rem;
}
.margin-top-14\.5\@laptop {
margin-top: 7.25rem;
}
.margin-top-15\@laptop {
margin-top: 7.5rem;
}
.margin-top-15\.5\@laptop {
margin-top: 7.75rem;
}
.margin-top-16\@laptop {
margin-top: 8rem;
}
.margin-top-16\.5\@laptop {
margin-top: 8.25rem;
}
.margin-top-17\@laptop {
margin-top: 8.5rem;
}
.margin-top-17\.5\@laptop {
margin-top: 8.75rem;
}
.margin-top-18\@laptop {
margin-top: 9rem;
}
.margin-top-18\.5\@laptop {
margin-top: 9.25rem;
}
.margin-top-19\@laptop {
margin-top: 9.5rem;
}
.margin-top-19\.5\@laptop {
margin-top: 9.75rem;
}
.margin-top-20\@laptop {
margin-top: 10rem;
}
.margin-top-20\.5\@laptop {
margin-top: 10.25rem;
}
.margin-top-21\@laptop {
margin-top: 10.5rem;
}
.margin-top-21\.5\@laptop {
margin-top: 10.75rem;
}
.margin-top-22\@laptop {
margin-top: 11rem;
}
.margin-top-22\.5\@laptop {
margin-top: 11.25rem;
}
.margin-top-23\@laptop {
margin-top: 11.5rem;
}
.margin-top-23\.5\@laptop {
margin-top: 11.75rem;
}
.margin-top-24\@laptop {
margin-top: 12rem;
}
.margin-top-24\.5\@laptop {
margin-top: 12.25rem;
}
.margin-top-25\@laptop {
margin-top: 12.5rem;
}
.margin-top-25\.5\@laptop {
margin-top: 12.75rem;
}
.margin-top-26\@laptop {
margin-top: 13rem;
}
.margin-top-26\.5\@laptop {
margin-top: 13.25rem;
}
.margin-top-27\@laptop {
margin-top: 13.5rem;
}
.margin-top-27\.5\@laptop {
margin-top: 13.75rem;
}
.margin-top-28\@laptop {
margin-top: 14rem;
}
.margin-top-28\.5\@laptop {
margin-top: 14.25rem;
}
.margin-top-29\@laptop {
margin-top: 14.5rem;
}
.margin-top-29\.5\@laptop {
margin-top: 14.75rem;
}
.margin-top-30\@laptop {
margin-top: 15rem;
}
.margin-top-auto\@laptop {
margin-top: auto;
}
.margin-right-0\@laptop {
margin-right: 0;
}
.margin-right-0\.5\@laptop {
margin-right: 0.25rem;
}
.margin-right-1\@laptop {
margin-right: 0.5rem;
}
.margin-right-1\.5\@laptop {
margin-right: 0.75rem;
}
.margin-right-2\@laptop {
margin-right: 1rem;
}
.margin-right-2\.5\@laptop {
margin-right: 1.25rem;
}
.margin-right-3\@laptop {
margin-right: 1.5rem;
}
.margin-right-3\.5\@laptop {
margin-right: 1.75rem;
}
.margin-right-4\@laptop {
margin-right: 2rem;
}
.margin-right-4\.5\@laptop {
margin-right: 2.25rem;
}
.margin-right-5\@laptop {
margin-right: 2.5rem;
}
.margin-right-5\.5\@laptop {
margin-right: 2.75rem;
}
.margin-right-6\@laptop {
margin-right: 3rem;
}
.margin-right-6\.5\@laptop {
margin-right: 3.25rem;
}
.margin-right-7\@laptop {
margin-right: 3.5rem;
}
.margin-right-7\.5\@laptop {
margin-right: 3.75rem;
}
.margin-right-8\@laptop {
margin-right: 4rem;
}
.margin-right-8\.5\@laptop {
margin-right: 4.25rem;
}
.margin-right-9\@laptop {
margin-right: 4.5rem;
}
.margin-right-9\.5\@laptop {
margin-right: 4.75rem;
}
.margin-right-10\@laptop {
margin-right: 5rem;
}
.margin-right-10\.5\@laptop {
margin-right: 5.25rem;
}
.margin-right-11\@laptop {
margin-right: 5.5rem;
}
.margin-right-11\.5\@laptop {
margin-right: 5.75rem;
}
.margin-right-12\@laptop {
margin-right: 6rem;
}
.margin-right-12\.5\@laptop {
margin-right: 6.25rem;
}
.margin-right-13\@laptop {
margin-right: 6.5rem;
}
.margin-right-13\.5\@laptop {
margin-right: 6.75rem;
}
.margin-right-14\@laptop {
margin-right: 7rem;
}
.margin-right-14\.5\@laptop {
margin-right: 7.25rem;
}
.margin-right-15\@laptop {
margin-right: 7.5rem;
}
.margin-right-15\.5\@laptop {
margin-right: 7.75rem;
}
.margin-right-16\@laptop {
margin-right: 8rem;
}
.margin-right-16\.5\@laptop {
margin-right: 8.25rem;
}
.margin-right-17\@laptop {
margin-right: 8.5rem;
}
.margin-right-17\.5\@laptop {
margin-right: 8.75rem;
}
.margin-right-18\@laptop {
margin-right: 9rem;
}
.margin-right-18\.5\@laptop {
margin-right: 9.25rem;
}
.margin-right-19\@laptop {
margin-right: 9.5rem;
}
.margin-right-19\.5\@laptop {
margin-right: 9.75rem;
}
.margin-right-20\@laptop {
margin-right: 10rem;
}
.margin-right-20\.5\@laptop {
margin-right: 10.25rem;
}
.margin-right-21\@laptop {
margin-right: 10.5rem;
}
.margin-right-21\.5\@laptop {
margin-right: 10.75rem;
}
.margin-right-22\@laptop {
margin-right: 11rem;
}
.margin-right-22\.5\@laptop {
margin-right: 11.25rem;
}
.margin-right-23\@laptop {
margin-right: 11.5rem;
}
.margin-right-23\.5\@laptop {
margin-right: 11.75rem;
}
.margin-right-24\@laptop {
margin-right: 12rem;
}
.margin-right-24\.5\@laptop {
margin-right: 12.25rem;
}
.margin-right-25\@laptop {
margin-right: 12.5rem;
}
.margin-right-25\.5\@laptop {
margin-right: 12.75rem;
}
.margin-right-26\@laptop {
margin-right: 13rem;
}
.margin-right-26\.5\@laptop {
margin-right: 13.25rem;
}
.margin-right-27\@laptop {
margin-right: 13.5rem;
}
.margin-right-27\.5\@laptop {
margin-right: 13.75rem;
}
.margin-right-28\@laptop {
margin-right: 14rem;
}
.margin-right-28\.5\@laptop {
margin-right: 14.25rem;
}
.margin-right-29\@laptop {
margin-right: 14.5rem;
}
.margin-right-29\.5\@laptop {
margin-right: 14.75rem;
}
.margin-right-30\@laptop {
margin-right: 15rem;
}
.margin-right-auto\@laptop {
margin-right: auto;
}
.margin-bottom-0\@laptop {
margin-bottom: 0;
}
.margin-bottom-0\.5\@laptop {
margin-bottom: 0.25rem;
}
.margin-bottom-1\@laptop {
margin-bottom: 0.5rem;
}
.margin-bottom-1\.5\@laptop {
margin-bottom: 0.75rem;
}
.margin-bottom-2\@laptop {
margin-bottom: 1rem;
}
.margin-bottom-2\.5\@laptop {
margin-bottom: 1.25rem;
}
.margin-bottom-3\@laptop {
margin-bottom: 1.5rem;
}
.margin-bottom-3\.5\@laptop {
margin-bottom: 1.75rem;
}
.margin-bottom-4\@laptop {
margin-bottom: 2rem;
}
.margin-bottom-4\.5\@laptop {
margin-bottom: 2.25rem;
}
.margin-bottom-5\@laptop {
margin-bottom: 2.5rem;
}
.margin-bottom-5\.5\@laptop {
margin-bottom: 2.75rem;
}
.margin-bottom-6\@laptop {
margin-bottom: 3rem;
}
.margin-bottom-6\.5\@laptop {
margin-bottom: 3.25rem;
}
.margin-bottom-7\@laptop {
margin-bottom: 3.5rem;
}
.margin-bottom-7\.5\@laptop {
margin-bottom: 3.75rem;
}
.margin-bottom-8\@laptop {
margin-bottom: 4rem;
}
.margin-bottom-8\.5\@laptop {
margin-bottom: 4.25rem;
}
.margin-bottom-9\@laptop {
margin-bottom: 4.5rem;
}
.margin-bottom-9\.5\@laptop {
margin-bottom: 4.75rem;
}
.margin-bottom-10\@laptop {
margin-bottom: 5rem;
}
.margin-bottom-10\.5\@laptop {
margin-bottom: 5.25rem;
}
.margin-bottom-11\@laptop {
margin-bottom: 5.5rem;
}
.margin-bottom-11\.5\@laptop {
margin-bottom: 5.75rem;
}
.margin-bottom-12\@laptop {
margin-bottom: 6rem;
}
.margin-bottom-12\.5\@laptop {
margin-bottom: 6.25rem;
}
.margin-bottom-13\@laptop {
margin-bottom: 6.5rem;
}
.margin-bottom-13\.5\@laptop {
margin-bottom: 6.75rem;
}
.margin-bottom-14\@laptop {
margin-bottom: 7rem;
}
.margin-bottom-14\.5\@laptop {
margin-bottom: 7.25rem;
}
.margin-bottom-15\@laptop {
margin-bottom: 7.5rem;
}
.margin-bottom-15\.5\@tablet {
margin-bottom: 7.75rem;
}
.margin-bottom-16\@laptop {
margin-bottom: 8rem;
}
.margin-bottom-16\.5\@laptop {
margin-bottom: 8.25rem;
}
.margin-bottom-17\@laptop {
margin-bottom: 8.5rem;
}
.margin-bottom-17\.5\@laptop {
margin-bottom: 8.75rem;
}
.margin-bottom-18\@laptop {
margin-bottom: 9rem;
}
.margin-bottom-18\.5\@laptop {
margin-bottom: 9.25rem;
}
.margin-bottom-19\@laptop {
margin-bottom: 9.5rem;
}
.margin-bottom-19\.5\@laptop {
margin-bottom: 9.75rem;
}
.margin-bottom-20\@laptop {
margin-bottom: 10rem;
}
.margin-bottom-20\.5\@laptop {
margin-bottom: 10.25rem;
}
.margin-bottom-21\@laptop {
margin-bottom: 10.5rem;
}
.margin-bottom-21\.5\@laptop {
margin-bottom: 10.75rem;
}
.margin-bottom-22\@laptop {
margin-bottom: 11rem;
}
.margin-bottom-22\.5\@laptop {
margin-bottom: 11.25rem;
}
.margin-bottom-23\@laptop {
margin-bottom: 11.5rem;
}
.margin-bottom-23\.5\@laptop {
margin-bottom: 11.75rem;
}
.margin-bottom-24\@laptop {
margin-bottom: 12rem;
}
.margin-bottom-24\.5\@laptop {
margin-bottom: 12.25rem;
}
.margin-bottom-25\@laptop {
margin-bottom: 12.5rem;
}
.margin-bottom-25\.5\@laptop {
margin-bottom: 12.75rem;
}
.margin-bottom-26\@laptop {
margin-bottom: 13rem;
}
.margin-bottom-26\.5\@laptop {
margin-bottom: 13.25rem;
}
.margin-bottom-27\@laptop {
margin-bottom: 13.5rem;
}
.margin-bottom-27\.5\@laptop {
margin-bottom: 13.75rem;
}
.margin-bottom-28\@laptop {
margin-bottom: 14rem;
}
.margin-bottom-28\.5\@laptop {
margin-bottom: 14.25rem;
}
.margin-bottom-29\@laptop {
margin-bottom: 14.5rem;
}
.margin-bottom-29\.5\@laptop {
margin-bottom: 14.75rem;
}
.margin-bottom-30\@laptop {
margin-bottom: 15rem;
}
.margin-bottom-auto\@laptop {
margin-bottom: auto;
}
.margin-left-0\@laptop {
margin-left: 0;
}
.margin-left-0\.5\@laptop {
margin-left: 0.25rem;
}
.margin-left-1\@laptop {
margin-left: 0.5rem;
}
.margin-left-1\.5\@laptop {
margin-left: 0.75rem;
}
.margin-left-2\@laptop {
margin-left: 1rem;
}
.margin-left-2\.5\@laptop {
margin-left: 1.25rem;
}
.margin-left-3\@laptop {
margin-left: 1.5rem;
}
.margin-left-3\.5\@laptop {
margin-left: 1.75rem;
}
.margin-left-4\@laptop {
margin-left: 2rem;
}
.margin-left-4\.5\@laptop {
margin-left: 2.25rem;
}
.margin-left-5\@laptop {
margin-left: 2.5rem;
}
.margin-left-5\.5\@laptop {
margin-left: 2.75rem;
}
.margin-left-6\@laptop {
margin-left: 3rem;
}
.margin-left-6\.5\@laptop {
margin-left: 3.25rem;
}
.margin-left-7\@laptop {
margin-left: 3.5rem;
}
.margin-left-7\.5\@laptop {
margin-left: 3.75rem;
}
.margin-left-8\@laptop {
margin-left: 4rem;
}
.margin-left-8\.5\@laptop {
margin-left: 4.25rem;
}
.margin-left-9\@laptop {
margin-left: 4.5rem;
}
.margin-left-9\.5\@laptop {
margin-left: 4.75rem;
}
.margin-left-10\@laptop {
margin-left: 5rem;
}
.margin-left-10\.5\@laptop {
margin-left: 5.25rem;
}
.margin-left-11\@laptop {
margin-left: 5.5rem;
}
.margin-left-11\.5\@laptop {
margin-left: 5.75rem;
}
.margin-left-12\@laptop {
margin-left: 6rem;
}
.margin-left-12\.5\@laptop {
margin-left: 6.25rem;
}
.margin-left-13\@laptop {
margin-left: 6.5rem;
}
.margin-left-13\.5\@laptop {
margin-left: 6.75rem;
}
.margin-left-14\@laptop {
margin-left: 7rem;
}
.margin-left-14\.5\@laptop {
margin-left: 7.25rem;
}
.margin-left-15\@laptop {
margin-left: 7.5rem;
}
.margin-left-15\.5\@laptop {
margin-left: 7.75rem;
}
.margin-left-16\@laptop {
margin-left: 8rem;
}
.margin-left-16\.5\@laptop {
margin-left: 8.25rem;
}
.margin-left-17\@laptop {
margin-left: 8.5rem;
}
.margin-left-17\.5\@laptop {
margin-left: 8.75rem;
}
.margin-left-18\@laptop {
margin-left: 9rem;
}
.margin-left-18\.5\@laptop {
margin-left: 9.25rem;
}
.margin-left-19\@laptop {
margin-left: 9.5rem;
}
.margin-left-19\.5\@laptop {
margin-left: 9.75rem;
}
.margin-left-20\@laptop {
margin-left: 10rem;
}
.margin-left-20\.5\@laptop {
margin-left: 10.25rem;
}
.margin-left-21\@laptop {
margin-left: 10.5rem;
}
.margin-left-21\.5\@laptop {
margin-left: 10.75rem;
}
.margin-left-22\@laptop {
margin-left: 11rem;
}
.margin-left-22\.5\@laptop {
margin-left: 11.25rem;
}
.margin-left-23\@laptop {
margin-left: 11.5rem;
}
.margin-left-23\.5\@laptop {
margin-left: 11.75rem;
}
.margin-left-24\@tablet {
margin-left: 12rem;
}
.margin-left-24\.5\@tablet {
margin-left: 12.25rem;
}
.margin-left-25\@tablet {
margin-left: 12.5rem;
}
.margin-left-25\.5\@laptop {
margin-left: 12.75rem;
}
.margin-left-26\@laptop {
margin-left: 13rem;
}
.margin-left-26\.5\@laptop {
margin-left: 13.25rem;
}
.margin-left-27\@laptop {
margin-left: 13.5rem;
}
.margin-left-27\.5\@laptop {
margin-left: 13.75rem;
}
.margin-left-28\@laptop {
margin-left: 14rem;
}
.margin-left-28\.5\@laptop {
margin-left: 14.25rem;
}
.margin-left-29\@laptop {
margin-left: 14.5rem;
}
.margin-left-29\.5\@laptop {
margin-left: 14.75rem;
}
.margin-left-30\@laptop {
margin-left: 15rem;
}
.margin-left-auto\@laptop {
margin-left: auto;
}
.margin-y-0\@laptop {
margin-top: 0;
margin-bottom: 0;
}
.margin-y-0\.5\@laptop {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.margin-y-1\@laptop {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.margin-y-1\.5\@laptop {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.margin-y-2\@laptop {
margin-top: 1rem;
margin-bottom: 1rem;
}
.margin-y-2\.5\@laptop {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.margin-y-3\@laptop {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.margin-y-3\.5\@laptop {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.margin-y-4\@laptop {
margin-top: 2rem;
margin-bottom: 2rem;
}
.margin-y-4\.5\@laptop {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.margin-y-5\@laptop {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.margin-y-5\.5\@laptop {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.margin-y-6\@laptop {
margin-top: 3rem;
margin-bottom: 3rem;
}
.margin-y-6\.5\@laptop {
margin-top: 3.25rem;
margin-bottom: 3.25rem;
}
.margin-y-7\@laptop {
margin-top: 3.5rem;
margin-bottom: 3.5rem;
}
.margin-y-7\.5\@laptop {
margin-top: 3.75rem;
margin-bottom: 3.75rem;
}
.margin-y-8\@laptop {
margin-top: 4rem;
margin-bottom: 4rem;
}
.margin-y-8\.5\@laptop {
margin-top: 4.25rem;
margin-bottom: 4.25rem;
}
.margin-y-9\@laptop {
margin-top: 4.5rem;
margin-bottom: 4.5rem;
}
.margin-y-9\.5\@laptop {
margin-top: 4.75rem;
margin-bottom: 4.75rem;
}
.margin-y-10\@laptop {
margin-top: 5rem;
margin-bottom: 5rem;
}
.margin-y-10\.5\@laptop {
margin-top: 5.25rem;
margin-bottom: 5.25rem;
}
.margin-y-11\@laptop {
margin-top: 5.5rem;
margin-bottom: 5.5rem;
}
.margin-y-11\.5\@laptop {
margin-top: 5.75rem;
margin-bottom: 5.75rem;
}
.margin-y-12\@laptop {
margin-top: 6rem;
margin-bottom: 6rem;
}
.margin-y-12\.5\@laptop {
margin-top: 6.25rem;
margin-bottom: 6.25rem;
}
.margin-y-13\@laptop {
margin-top: 6.55rem;
margin-bottom: 6.55rem;
}
.margin-y-13\.5\@laptop {
margin-top: 6.75rem;
margin-bottom: 6.75rem;
}
.margin-y-14\@laptop {
margin-top: 7rem;
margin-bottom: 7rem;
}
.margin-y-14\.5\@laptop {
margin-top: 7.25rem;
margin-bottom: 7.25rem;
}
.margin-y-15\@laptop {
margin-top: 7.25rem;
margin-bottom: 7.25rem;
}
.margin-y-15\.5\@laptop {
margin-top: 7.75rem;
margin-bottom: 7.75rem;
}
.margin-y-16\@laptop {
margin-top: 8rem;
margin-bottom: 8rem;
}
.margin-y-16\.5\@laptop {
margin-top: 8.25rem;
margin-bottom: 8.25rem;
}
.margin-y-17\@laptop {
margin-top: 8.5rem;
margin-bottom: 8.5rem;
}
.margin-y-17\.5\@laptop {
margin-top: 8.75rem;
margin-bottom: 8.75rem;
}
.margin-y-18\@laptop {
margin-top: 9rem;
margin-bottom: 9rem;
}
.margin-y-18\.5\@laptop {
margin-top: 9.25rem;
margin-bottom: 9.25rem;
}
.margin-y-19\@laptop {
margin-top: 9.5rem;
margin-bottom: 9.5rem;
}
.margin-y-19\.5\@laptop {
margin-top: 9.75rem;
margin-bottom: 9.75rem;
}
.margin-y-20\@laptop {
margin-top: 10rem;
margin-bottom: 10rem;
}
.margin-y-20\.5\@laptop {
margin-top: 10.25rem;
margin-bottom: 10.25rem;
}
.margin-y-21\@laptop {
margin-top: 10.5rem;
margin-bottom: 10.5rem;
}
.margin-y-21\.5\@laptop {
margin-top: 10.75rem;
margin-bottom: 10.75rem;
}
.margin-y-22\@laptop {
margin-top: 11rem;
margin-bottom: 11rem;
}
.margin-y-22\.5\@laptop {
margin-top: 11.25rem;
margin-bottom: 11.25rem;
}
.margin-y-23\@laptop {
margin-top: 11.5rem;
margin-bottom: 11.5rem;
}
.margin-y-23\.5\@laptop {
margin-top: 11.75rem;
margin-bottom: 11.75rem;
}
.margin-y-24\@laptop {
margin-top: 12rem;
margin-bottom: 12rem;
}
.margin-y-24\.5\@laptop {
margin-top: 12.25rem;
margin-bottom: 12.25rem;
}
.margin-y-25\@laptop {
margin-top: 12.5rem;
margin-bottom: 12.5rem;
}
.margin-y-25\.5\@laptop {
margin-top: 12.75rem;
margin-bottom: 12.75rem;
}
.margin-y-26\@laptop {
margin-top: 13rem;
margin-bottom: 13rem;
}
.margin-y-26\.5\@laptop {
margin-top: 13.25rem;
margin-bottom: 13.25rem;
}
.margin-y-27\@laptop {
margin-top: 13.5rem;
margin-bottom: 13.5rem;
}
.margin-y-28\.5\@laptop {
margin-top: 13.75rem;
margin-bottom: 13.75rem;
}
.margin-y-28\@laptop {
margin-top: 14rem;
margin-bottom: 14rem;
}
.margin-y-28\.5\@laptop {
margin-top: 14.25rem;
margin-bottom: 14.25rem;
}
.margin-y-29\@laptop {
margin-top: 14.5rem;
margin-bottom: 14.5rem;
}
.margin-y-29\.5\@laptop {
margin-top: 14.75rem;
margin-bottom: 14.75rem;
}
.margin-y-30\@laptop {
margin-top: 15rem;
margin-bottom: 15rem;
}
.margin-y-auto\@laptop {
margin-top: auto;
margin-bottom: auto;
}
.margin-x-0\@laptop {
margin-right: 0;
margin-left: 0;
}
.margin-x-0\.5\@laptop {
margin-right: 0.25rem;
margin-left: 0.25rem;
}
.margin-x-1\@laptop {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.margin-x-1\.5\@laptop {
margin-right: 0.75rem;
margin-left: 0.75rem;
}
.margin-x-2\@laptop {
margin-right: 1rem;
margin-left: 1rem;
}
.margin-x-2\.5\@laptop {
margin-right: 1.25rem;
margin-left: 1.25rem;
}
.margin-x-3\@laptop {
margin-right: 1.5rem;
margin-left: 1.5rem;
}
.margin-x-3\.5\@laptop {
margin-right: 1.75rem;
margin-left: 1.75rem;
}
.margin-x-4\@laptop {
margin-right: 2rem;
margin-left: 2rem;
}
.margin-x-4\.5\@laptop {
margin-right: 2.25rem;
margin-left: 2.25rem;
}
.margin-x-5\@laptop {
margin-right: 2.5rem;
margin-left: 2.5rem;
}
.margin-x-5\.5\@laptop {
margin-right: 2.75rem;
margin-left: 2.75rem;
}
.margin-x-6\@laptop {
margin-right: 3rem;
margin-left: 3rem;
}
.margin-x-6\.5\@laptop {
margin-right: 3.25rem;
margin-left: 3.25rem;
}
.margin-x-7\@laptop {
margin-right: 3.5rem;
margin-left: 3.5rem;
}
.margin-x-7\.5\@laptop {
margin-right: 3.75rem;
margin-left: 3.75rem;
}
.margin-x-8\@laptop {
margin-right: 4rem;
margin-left: 4rem;
}
.margin-x-8\.5\@laptop {
margin-right: 4.25rem;
margin-left: 4.25rem;
}
.margin-x-9\@laptop {
margin-right: 4.5rem;
margin-left: 4.5rem;
}
.margin-x-9\.5\@laptop {
margin-right: 4.75rem;
margin-left: 4.75rem;
}
.margin-x-10\@laptop {
margin-right: 5rem;
margin-left: 5rem;
}
.margin-x-10\.5\@laptop {
margin-right: 5.25rem;
margin-left: 5.25rem;
}
.margin-x-11\@laptop {
margin-right: 5.5rem;
margin-left: 5.5rem;
}
.margin-x-11\.5\@laptop {
margin-right: 5.75rem;
margin-left: 5.75rem;
}
.margin-x-12\@laptop {
margin-right: 6rem;
margin-left: 6rem;
}
.margin-x-12\.5\@laptop {
margin-right: 6.25rem;
margin-left: 6.25rem;
}
.margin-x-13\@laptop {
margin-right: 6.55rem;
margin-left: 6.55rem;
}
.margin-x-13\.5\@laptop {
margin-right: 6.75rem;
margin-left: 6.75rem;
}
.margin-x-14\@laptop {
margin-right: 7rem;
margin-left: 7rem;
}
.margin-x-14\.5\@laptop {
margin-right: 7.25rem;
margin-left: 7.25rem;
}
.margin-x-15\@laptop {
margin-right: 7.25rem;
margin-left: 7.25rem;
}
.margin-x-15\.5\@laptop {
margin-right: 7.75rem;
margin-left: 7.75rem;
}
.margin-x-16\@laptop {
margin-right: 8rem;
margin-left: 8rem;
}
.margin-x-16\.5\@laptop {
margin-right: 8.25rem;
margin-left: 8.25rem;
}
.margin-x-17\@laptop {
margin-right: 8.5rem;
margin-left: 8.5rem;
}
.margin-x-17\.5\@laptop {
margin-right: 8.75rem;
margin-left: 8.75rem;
}
.margin-x-18\@laptop {
margin-right: 9rem;
margin-left: 9rem;
}
.margin-x-18\.5\@laptop {
margin-right: 9.25rem;
margin-left: 9.25rem;
}
.margin-x-19\@laptop {
margin-right: 9.5rem;
margin-left: 9.5rem;
}
.margin-x-19\.5\@laptop {
margin-right: 9.75rem;
margin-left: 9.75rem;
}
.margin-x-20\@laptop {
margin-right: 10rem;
margin-left: 10rem;
}
.margin-x-20\.5\@laptop {
margin-right: 10.25rem;
margin-left: 10.25rem;
}
.margin-x-21\@laptop {
margin-right: 10.5rem;
margin-left: 10.5rem;
}
.margin-x-21\.5\@laptop {
margin-right: 10.75rem;
margin-left: 10.75rem;
}
.margin-x-22\@laptop {
margin-right: 11rem;
margin-left: 11rem;
}
.margin-x-22\.5\@laptop {
margin-right: 11.25rem;
margin-left: 11.25rem;
}
.margin-x-23\@laptop {
margin-right: 11.5rem;
margin-left: 11.5rem;
}
.margin-x-23\.5\@laptop {
margin-right: 11.75rem;
margin-left: 11.75rem;
}
.margin-x-24\@laptop {
margin-right: 12rem;
margin-left: 12rem;
}
.margin-x-24\.5\@laptop {
margin-right: 12.25rem;
margin-left: 12.25rem;
}
.margin-x-25\@laptop {
margin-right: 12.5rem;
margin-left: 12.5rem;
}
.margin-x-25\.5\@laptop {
margin-right: 12.75rem;
margin-left: 12.75rem;
}
.margin-x-26\@laptop {
margin-right: 13rem;
margin-left: 13rem;
}
.margin-x-26\.5\@laptop {
margin-right: 13.25rem;
margin-left: 13.25rem;
}
.margin-x-27\@laptop {
margin-right: 13.5rem;
margin-left: 13.5rem;
}
.margin-x-28\.5\@laptop {
margin-right: 13.75rem;
margin-left: 13.75rem;
}
.margin-x-28\@laptop {
margin-right: 14rem;
margin-left: 14rem;
}
.margin-x-28\.5\@laptop {
margin-right: 14.25rem;
margin-left: 14.25rem;
}
.margin-x-29\@laptop {
margin-right: 14.5rem;
margin-left: 14.5rem;
}
.margin-x-29\.5\@laptop {
margin-right: 14.75rem;
margin-left: 14.75rem;
}
.margin-x-30\@laptop {
margin-right: 15rem;
margin-left: 15rem;
}
.margin-x-auto\@laptop {
margin-right: auto;
margin-left: auto;
}
}
.padding-0,
.padding-0\@phone {
padding: 0;
}
.padding-0\.5,
.padding-0\.5\@phone {
padding: 0.25rem;
}
.padding-1,
.padding-1\@phone {
padding: 0.5rem;
}
.padding-1\.5,
.padding-1\.5\@phone {
padding: 0.75rem;
}
.padding-2,
.padding-2\@phone {
padding: 1rem;
}
.padding-2\.5,
.padding-2\.5\@phone {
padding: 1.25rem;
}
.padding-3,
.padding-3\@phone {
padding: 1.5rem;
}
.padding-3\.5,
.padding-3\.5\@phone {
padding: 1.75rem;
}
.padding-4,
.padding-4\@phone {
padding: 2rem;
}
.padding-4\.5,
.padding-4\.5\@phone {
padding: 2.25rem;
}
.padding-5,
.padding-5\@phone {
padding: 2.5rem;
}
.padding-5\.5,
.padding-5\.5\@phone {
padding: 2.75rem;
}
.padding-6,
.padding-6\@phone {
padding: 3rem;
}
.padding-6\.5,
.padding-6\.5\@phone {
padding: 3.25rem;
}
.padding-7,
.padding-7\@phone {
padding: 3.5rem;
}
.padding-7\.5,
.padding-7\.5\@phone {
padding: 3.75rem;
}
.padding-8,
.padding-8\@phone {
padding: 4rem;
}
.padding-8\.5,
.padding-8\.5\@phone {
padding: 4.25rem;
}
.padding-9,
.padding-9\@phone {
padding: 4.5rem;
}
.padding-9\.5,
.padding-9\.5\@phone {
padding: 4.75rem;
}
.padding-10,
.padding-10\@phone {
padding: 5rem;
}
.padding-10\.5,
.padding-10\.5\@phone {
padding: 5.25rem;
}
.padding-11,
.padding-11\@phone {
padding: 5.5rem;
}
.padding-11\.5,
.padding-11\.5\@phone {
padding: 5.75rem;
}
.padding-12,
.padding-12\@phone {
padding: 6rem;
}
.padding-12\.5,
.padding-12\.5\@phone {
padding: 6.25rem;
}
.padding-13,
.padding-13\@phone {
padding: 6.5rem;
}
.padding-13\.5,
.padding-13\.5\@phone {
padding: 6.75rem;
}
.padding-14,
.padding-14\@phone {
padding: 7rem;
}
.padding-14\.5,
.padding-14\.5\@phone {
padding: 7.25rem;
}
.padding-15,
.padding-15\@phone {
padding: 7.5rem;
}
.padding-15\.5,
.padding-15\.5\@phone {
padding: 7.75rem;
}
.padding-16,
.padding-16\@phone {
padding: 8rem;
}
.padding-16\.5,
.padding-16\.5\@phone {
padding: 8.25rem;
}
.padding-17,
.padding-17\@phone {
padding: 8.5rem;
}
.padding-17\.5,
.padding-17\.5\@phone {
padding: 8.75rem;
}
.padding-18,
.padding-18\@phone {
padding: 9rem;
}
.padding-18\.5,
.padding-18\.5\@phone {
padding: 9.25rem;
}
.padding-19,
.padding-19\@phone {
padding: 9.5rem;
}
.padding-19\.5,
.padding-19\.5\@phone {
padding: 9.75rem;
}
.padding-20,
.padding-20\@phone {
padding: 10rem;
}
.padding-20\.5,
.padding-20\.5\@phone {
padding: 10.25rem;
}
.padding-21,
.padding-21\@phone {
padding: 10.5rem;
}
.padding-21\.5,
.padding-21\.5\@phone {
padding: 10.75rem;
}
.padding-22,
.padding-22\@phone {
padding: 11rem;
}
.padding-22\.5,
.padding-22\.5\@phone {
padding: 11.25rem;
}
.padding-23,
.padding-23\@phone {
padding: 11.5rem;
}
.padding-23\.5,
.padding-23\.5\@phone {
padding: 11.75rem;
}
.padding-24,
.padding-24\@phone {
padding: 12rem;
}
.padding-24\.5,
.padding-24\.5\@phone {
padding: 12.25rem;
}
.padding-25,
.padding-25\@phone {
padding: 12.5rem;
}
.padding-25\.5,
.padding-25\.5\@phone {
padding: 12.75rem;
}
.padding-26,
.padding-26\@phone {
padding: 13rem;
}
.padding-26\.5,
.padding-26\.5\@phone {
padding: 13.25rem;
}
.padding-27,
.padding-27\@phone {
padding: 13.5rem;
}
.padding-27\.5,
.padding-27\.5\@phone {
padding: 13.75rem;
}
.padding-28,
.padding-28\@phone {
padding: 14rem;
}
.padding-28\.5,
.padding-28\.5\@phone {
padding: 14.25rem;
}
.padding-29,
.padding-29\@phone {
padding: 14.5rem;
}
.padding-29\.5,
.padding-29\.5\@phone {
padding: 14.75rem;
}
.padding-30,
.padding-30\@phone {
padding: 15rem;
}
.padding-top-0,
.padding-top-0\@phone {
padding-top: 0;
}
.padding-top-0\.5,
.padding-top-0\.5\@phone {
padding-top: 0.25rem;
}
.padding-top-1,
.padding-top-1\@phone {
padding-top: 0.5rem;
}
.padding-top-1\.5,
.padding-top-1\.5\@phone {
padding-top: 0.75rem;
}
.padding-top-2,
.padding-top-2\@phone {
padding-top: 1rem;
}
.padding-top-2\.5,
.padding-top-2\.5\@phone {
padding-top: 1.25rem;
}
.padding-top-3,
.padding-top-3\@phone {
padding-top: 1.5rem;
}
.padding-top-3\.5,
.padding-top-3\.5\@phone {
padding-top: 1.75rem;
}
.padding-top-4,
.padding-top-4\@phone {
padding-top: 2rem;
}
.padding-top-4\.5,
.padding-top-4\.5\@phone {
padding-top: 2.25rem;
}
.padding-top-5,
.padding-top-5\@phone {
padding-top: 2.5rem;
}
.padding-top-5\.5,
.padding-top-5\.5\@phone {
padding-top: 2.75rem;
}
.padding-top-6,
.padding-top-6\@phone {
padding-top: 3rem;
}
.padding-top-6\.5,
.padding-top-6\.5\@phone {
padding-top: 3.25rem;
}
.padding-top-7,
.padding-top-7\@phone {
padding-top: 3.5rem;
}
.padding-top-7\.5,
.padding-top-7\.5\@phone {
padding-top: 3.75rem;
}
.padding-top-8,
.padding-top-8\@phone {
padding-top: 4rem;
}
.padding-top-8\.5,
.padding-top-8\.5\@phone {
padding-top: 4.25rem;
}
.padding-top-9,
.padding-top-9\@phone {
padding-top: 4.5rem;
}
.padding-top-9\.5,
.padding-top-9\.5\@phone {
padding-top: 4.75rem;
}
.padding-top-10,
.padding-top-10\@phone {
padding-top: 5rem;
}
.padding-top-10\.5,
.padding-top-10\.5\@phone {
padding-top: 5.25rem;
}
.padding-top-11,
.padding-top-11\@phone {
padding-top: 5.5rem;
}
.padding-top-11\.5,
.padding-top-11\.5\@phone {
padding-top: 5.75rem;
}
.padding-top-12,
.padding-top-12\@phone {
padding-top: 6rem;
}
.padding-top-12\.5,
.padding-top-12\.5\@phone {
padding-top: 6.25rem;
}
.padding-top-13,
.padding-top-13\@phone {
padding-top: 6.5rem;
}
.padding-top-13\.5,
.padding-top-13\.5\@phone {
padding-top: 6.75rem;
}
.padding-top-14,
.padding-top-14\@phone {
padding-top: 7rem;
}
.padding-top-14\.5,
.padding-top-14\.5\@phone {
padding-top: 7.25rem;
}
.padding-top-15,
.padding-top-15\@phone {
padding-top: 7.5rem;
}
.padding-top-15\.5,
.padding-top-15\.5\@phone {
padding-top: 7.75rem;
}
.padding-top-16,
.padding-top-16\@phone {
padding-top: 8rem;
}
.padding-top-16\.5,
.padding-top-16\.5\@phone {
padding-top: 8.25rem;
}
.padding-top-17,
.padding-top-17\@phone {
padding-top: 8.5rem;
}
.padding-top-17\.5,
.padding-top-17\.5\@phone {
padding-top: 8.75rem;
}
.padding-top-18,
.padding-top-18\@phone {
padding-top: 9rem;
}
.padding-top-18\.5,
.padding-top-18\.5\@phone {
padding-top: 9.25rem;
}
.padding-top-19,
.padding-top-19\@phone {
padding-top: 9.5rem;
}
.padding-top-19\.5,
.padding-top-19\.5\@phone {
padding-top: 9.75rem;
}
.padding-top-20,
.padding-top-20\@phone {
padding-top: 10rem;
}
.padding-top-20\.5,
.padding-top-20\.5\@phone {
padding-top: 10.25rem;
}
.padding-top-21,
.padding-top-21\@phone {
padding-top: 10.5rem;
}
.padding-top-21\.5,
.padding-top-21\.5\@phone {
padding-top: 10.75rem;
}
.padding-top-22,
.padding-top-22\@phone {
padding-top: 11rem;
}
.padding-top-22\.5,
.padding-top-22\.5\@phone {
padding-top: 11.25rem;
}
.padding-top-23,
.padding-top-23\@phone {
padding-top: 11.5rem;
}
.padding-top-23\.5,
.padding-top-23\.5\@phone {
padding-top: 11.75rem;
}
.padding-top-24,
.padding-top-24\@phone {
padding-top: 12rem;
}
.padding-top-24\.5,
.padding-top-24\.5\@phone {
padding-top: 12.25rem;
}
.padding-top-25,
.padding-top-25\@phone {
padding-top: 12.5rem;
}
.padding-top-25\.5,
.padding-top-25\.5\@phone {
padding-top: 12.75rem;
}
.padding-top-26,
.padding-top-26\@phone {
padding-top: 13rem;
}
.padding-top-26\.5,
.padding-top-26\.5\@phone {
padding-top: 13.25rem;
}
.padding-top-27,
.padding-top-27\@phone {
padding-top: 13.5rem;
}
.padding-top-27\.5,
.padding-top-27\.5\@phone {
padding-top: 13.75rem;
}
.padding-top-28,
.padding-top-28\@phone {
padding-top: 14rem;
}
.padding-top-28\.5,
.padding-top-28\.5\@phone {
padding-top: 14.25rem;
}
.padding-top-29,
.padding-top-29\@phone {
padding-top: 14.5rem;
}
.padding-top-29\.5,
.padding-top-29\.5\@phone {
padding-top: 14.75rem;
}
.padding-top-30,
.padding-top-30\@phone {
padding-top: 15rem;
}
.padding-right-0,
.padding-right-0\@phone {
padding-right: 0;
}
.padding-right-0\.5,
.padding-right-0\.5\@phone {
padding-right: 0.25rem;
}
.padding-right-1,
.padding-right-1\@phone {
padding-right: 0.5rem;
}
.padding-right-1\.5,
.padding-right-1\.5\@phone {
padding-right: 0.75rem;
}
.padding-right-2,
.padding-right-2\@phone {
padding-right: 1rem;
}
.padding-right-2\.5,
.padding-right-2\.5\@phone {
padding-right: 1.25rem;
}
.padding-right-3,
.padding-right-3\@phone {
padding-right: 1.5rem;
}
.padding-right-3\.5,
.padding-right-3\.5\@phone {
padding-right: 1.75rem;
}
.padding-right-4,
.padding-right-4\@phone {
padding-right: 2rem;
}
.padding-right-4\.5,
.padding-right-4\.5\@phone {
padding-right: 2.25rem;
}
.padding-right-5,
.padding-right-5\@phone {
padding-right: 2.5rem;
}
.padding-right-5\.5,
.padding-right-5\.5\@phone {
padding-right: 2.75rem;
}
.padding-right-6,
.padding-right-6\@phone {
padding-right: 3rem;
}
.padding-right-6\.5,
.padding-right-6\.5\@phone {
padding-right: 3.25rem;
}
.padding-right-7,
.padding-right-7\@phone {
padding-right: 3.5rem;
}
.padding-right-7\.5,
.padding-right-7\.5\@phone {
padding-right: 3.75rem;
}
.padding-right-8,
.padding-right-8\@phone {
padding-right: 4rem;
}
.padding-right-8\.5,
.padding-right-8\.5\@phone {
padding-right: 4.25rem;
}
.padding-right-9,
.padding-right-9\@phone {
padding-right: 4.5rem;
}
.padding-right-9\.5,
.padding-right-9\.5\@phone {
padding-right: 4.75rem;
}
.padding-right-10,
.padding-right-10\@phone {
padding-right: 5rem;
}
.padding-right-10\.5,
.padding-right-10\.5\@phone {
padding-right: 5.25rem;
}
.padding-right-11,
.padding-right-11\@phone {
padding-right: 5.5rem;
}
.padding-right-11\.5,
.padding-right-11\.5\@phone {
padding-right: 5.75rem;
}
.padding-right-12,
.padding-right-12\@phone {
padding-right: 6rem;
}
.padding-right-12\.5,
.padding-right-12\.5\@phone {
padding-right: 6.25rem;
}
.padding-right-13,
.padding-right-13\@phone {
padding-right: 6.5rem;
}
.padding-right-13\.5,
.padding-right-13\.5\@phone {
padding-right: 6.75rem;
}
.padding-right-14,
.padding-right-14\@phone {
padding-right: 7rem;
}
.padding-right-14\.5,
.padding-right-14\.5\@phone {
padding-right: 7.25rem;
}
.padding-right-15,
.padding-right-15\@phone {
padding-right: 7.5rem;
}
.padding-right-15\.5,
.padding-right-15\.5\@phone {
padding-right: 7.75rem;
}
.padding-right-16,
.padding-right-16\@phone {
padding-right: 8rem;
}
.padding-right-16\.5,
.padding-right-16\.5\@phone {
padding-right: 8.25rem;
}
.padding-right-17,
.padding-right-17\@phone {
padding-right: 8.5rem;
}
.padding-right-17\.5,
.padding-right-17\.5\@phone {
padding-right: 8.75rem;
}
.padding-right-18,
.padding-right-18\@phone {
padding-right: 9rem;
}
.padding-right-18\.5,
.padding-right-18\.5\@phone {
padding-right: 9.25rem;
}
.padding-right-19,
.padding-right-19\@phone {
padding-right: 9.5rem;
}
.padding-right-19\.5,
.padding-right-19\.5\@phone {
padding-right: 9.75rem;
}
.padding-right-20,
.padding-right-20\@phone {
padding-right: 10rem;
}
.padding-right-20\.5,
.padding-right-20\.5\@phone {
padding-right: 10.25rem;
}
.padding-right-21,
.padding-right-21\@phone {
padding-right: 10.5rem;
}
.padding-right-21\.5,
.padding-right-21\.5\@phone {
padding-right: 10.75rem;
}
.padding-right-22,
.padding-right-22\@phone {
padding-right: 11rem;
}
.padding-right-22\.5,
.padding-right-22\.5\@phone {
padding-right: 11.25rem;
}
.padding-right-23,
.padding-right-23\@phone {
padding-right: 11.5rem;
}
.padding-right-23\.5,
.padding-right-23\.5\@phone {
padding-right: 11.75rem;
}
.padding-right-24,
.padding-right-24\@phone {
padding-right: 12rem;
}
.padding-right-24\.5,
.padding-right-24\.5\@phone {
padding-right: 12.25rem;
}
.padding-right-25,
.padding-right-25\@phone {
padding-right: 12.5rem;
}
.padding-right-25\.5,
.padding-right-25\.5\@phone {
padding-right: 12.75rem;
}
.padding-right-26,
.padding-right-26\@phone {
padding-right: 13rem;
}
.padding-right-26\.5,
.padding-right-26\.5\@phone {
padding-right: 13.25rem;
}
.padding-right-27,
.padding-right-27\@phone {
padding-right: 13.5rem;
}
.padding-right-27\.5,
.padding-right-27\.5\@phone {
padding-right: 13.75rem;
}
.padding-right-28,
.padding-right-28\@phone {
padding-right: 14rem;
}
.padding-right-28\.5,
.padding-right-28\.5\@phone {
padding-right: 14.25rem;
}
.padding-right-29,
.padding-right-29\@phone {
padding-right: 14.5rem;
}
.padding-right-29\.5,
.padding-right-29\.5\@phone {
padding-right: 14.75rem;
}
.padding-right-30,
.padding-right-30\@phone {
padding-right: 15rem;
}
.padding-bottom0,
.padding-bottom0\@phone {
padding-bottom: 0;
}
.padding-bottom0\.5,
.padding-bottom0\.5\@phone {
padding-bottom: 0.25rem;
}
.padding-bottom1,
.padding-bottom1\@phone {
padding-bottom: 0.5rem;
}
.padding-bottom1\.5,
.padding-bottom1\.5\@phone {
padding-bottom: 0.75rem;
}
.padding-bottom2,
.padding-bottom2\@phone {
padding-bottom: 1rem;
}
.padding-bottom2\.5,
.padding-bottom2\.5\@phone {
padding-bottom: 1.25rem;
}
.padding-bottom3,
.padding-bottom3\@phone {
padding-bottom: 1.5rem;
}
.padding-bottom3\.5,
.padding-bottom3\.5\@phone {
padding-bottom: 1.75rem;
}
.padding-bottom4,
.padding-bottom4\@phone {
padding-bottom: 2rem;
}
.padding-bottom4\.5,
.padding-bottom4\.5\@phone {
padding-bottom: 2.25rem;
}
.padding-bottom5,
.padding-bottom5\@phone {
padding-bottom: 2.5rem;
}
.padding-bottom5\.5,
.padding-bottom5\.5\@phone {
padding-bottom: 2.75rem;
}
.padding-bottom6,
.padding-bottom6\@phone {
padding-bottom: 3rem;
}
.padding-bottom6\.5,
.padding-bottom6\.5\@phone {
padding-bottom: 3.25rem;
}
.padding-bottom7,
.padding-bottom7\@phone {
padding-bottom: 3.5rem;
}
.padding-bottom7\.5,
.padding-bottom7\.5\@phone {
padding-bottom: 3.75rem;
}
.padding-bottom8,
.padding-bottom8\@phone {
padding-bottom: 4rem;
}
.padding-bottom8\.5,
.padding-bottom8\.5\@phone {
padding-bottom: 4.25rem;
}
.padding-bottom9,
.padding-bottom9\@phone {
padding-bottom: 4.5rem;
}
.padding-bottom9\.5,
.padding-bottom9\.5\@phone {
padding-bottom: 4.75rem;
}
.padding-bottom10,
.padding-bottom10\@phone {
padding-bottom: 5rem;
}
.padding-bottom10\.5,
.padding-bottom10\.5\@phone {
padding-bottom: 5.25rem;
}
.padding-bottom11,
.padding-bottom11\@phone {
padding-bottom: 5.5rem;
}
.padding-bottom11\.5,
.padding-bottom11\.5\@phone {
padding-bottom: 5.75rem;
}
.padding-bottom12,
.padding-bottom12\@phone {
padding-bottom: 6rem;
}
.padding-bottom12\.5,
.padding-bottom12\.5\@phone {
padding-bottom: 6.25rem;
}
.padding-bottom13,
.padding-bottom13\@phone {
padding-bottom: 6.5rem;
}
.padding-bottom13\.5,
.padding-bottom13\.5\@phone {
padding-bottom: 6.75rem;
}
.padding-bottom14,
.padding-bottom14\@phone {
padding-bottom: 7rem;
}
.padding-bottom14\.5,
.padding-bottom14\.5\@phone {
padding-bottom: 7.25rem;
}
.padding-bottom15,
.padding-bottom15\@phone {
padding-bottom: 7.5rem;
}
.padding-bottom15\.5,
.padding-bottom15\.5\@phone {
padding-bottom: 7.75rem;
}
.padding-bottom16,
.padding-bottom16\@phone {
padding-bottom: 8rem;
}
.padding-bottom16\.5,
.padding-bottom16\.5\@phone {
padding-bottom: 8.25rem;
}
.padding-bottom17,
.padding-bottom17\@phone {
padding-bottom: 8.5rem;
}
.padding-bottom17\.5,
.padding-bottom17\.5\@phone {
padding-bottom: 8.75rem;
}
.padding-bottom18,
.padding-bottom18\@phone {
padding-bottom: 9rem;
}
.padding-bottom18\.5,
.padding-bottom18\.5\@phone {
padding-bottom: 9.25rem;
}
.padding-bottom19,
.padding-bottom19\@phone {
padding-bottom: 9.5rem;
}
.padding-bottom19\.5,
.padding-bottom19\.5\@phone {
padding-bottom: 9.75rem;
}
.padding-bottom20,
.padding-bottom20\@phone {
padding-bottom: 10rem;
}
.padding-bottom20\.5,
.padding-bottom20\.5\@phone {
padding-bottom: 10.25rem;
}
.padding-bottom21,
.padding-bottom21\@phone {
padding-bottom: 10.5rem;
}
.padding-bottom21\.5,
.padding-bottom21\.5\@phone {
padding-bottom: 10.75rem;
}
.padding-bottom22,
.padding-bottom22\@phone {
padding-bottom: 11rem;
}
.padding-bottom22\.5,
.padding-bottom22\.5\@phone {
padding-bottom: 11.25rem;
}
.padding-bottom23,
.padding-bottom23\@phone {
padding-bottom: 11.5rem;
}
.padding-bottom23\.5,
.padding-bottom23\.5\@phone {
padding-bottom: 11.75rem;
}
.padding-bottom24,
.padding-bottom24\@phone {
padding-bottom: 12rem;
}
.padding-bottom24\.5,
.padding-bottom24\.5\@phone {
padding-bottom: 12.25rem;
}
.padding-bottom25,
.padding-bottom25\@phone {
padding-bottom: 12.5rem;
}
.padding-bottom25\.5,
.padding-bottom25\.5\@phone {
padding-bottom: 12.75rem;
}
.padding-bottom26,
.padding-bottom26\@phone {
padding-bottom: 13rem;
}
.padding-bottom26\.5,
.padding-bottom26\.5\@phone {
padding-bottom: 13.25rem;
}
.padding-bottom27,
.padding-bottom27\@phone {
padding-bottom: 13.5rem;
}
.padding-bottom27\.5,
.padding-bottom27\.5\@phone {
padding-bottom: 13.75rem;
}
.padding-bottom28,
.padding-bottom28\@phone {
padding-bottom: 14rem;
}
.padding-bottom28\.5,
.padding-bottom28\.5\@phone {
padding-bottom: 14.25rem;
}
.padding-bottom29,
.padding-bottom29\@phone {
padding-bottom: 14.5rem;
}
.padding-bottom29\.5,
.padding-bottom29\.5\@phone {
padding-bottom: 14.75rem;
}
.padding-bottom30,
.padding-bottom30\@phone {
padding-bottom: 15rem;
}
.padding-left-0,
.padding-left-0\@phone {
padding-left: 0;
}
.padding-left-0\.5,
.padding-left-0\.5\@phone {
padding-left: 0.25rem;
}
.padding-left-1,
.padding-left-1\@phone {
padding-left: 0.5rem;
}
.padding-left-1\.5,
.padding-left-1\.5\@phone {
padding-left: 0.75rem;
}
.padding-left-2,
.padding-left-2\@phone {
padding-left: 1rem;
}
.padding-left-2\.5,
.padding-left-2\.5\@phone {
padding-left: 1.25rem;
}
.padding-left-3,
.padding-left-3\@phone {
padding-left: 1.5rem;
}
.padding-left-3\.5,
.padding-left-3\.5\@phone {
padding-left: 1.75rem;
}
.padding-left-4,
.padding-left-4\@phone {
padding-left: 2rem;
}
.padding-left-4\.5,
.padding-left-4\.5\@phone {
padding-left: 2.25rem;
}
.padding-left-5,
.padding-left-5\@phone {
padding-left: 2.5rem;
}
.padding-left-5\.5,
.padding-left-5\.5\@phone {
padding-left: 2.75rem;
}
.padding-left-6,
.padding-left-6\@phone {
padding-left: 3rem;
}
.padding-left-6\.5,
.padding-left-6\.5\@phone {
padding-left: 3.25rem;
}
.padding-left-7,
.padding-left-7\@phone {
padding-left: 3.5rem;
}
.padding-left-7\.5,
.padding-left-7\.5\@phone {
padding-left: 3.75rem;
}
.padding-left-8,
.padding-left-8\@phone {
padding-left: 4rem;
}
.padding-left-8\.5,
.padding-left-8\.5\@phone {
padding-left: 4.25rem;
}
.padding-left-9,
.padding-left-9\@phone {
padding-left: 4.5rem;
}
.padding-left-9\.5,
.padding-left-9\.5\@phone {
padding-left: 4.75rem;
}
.padding-left-10,
.padding-left-10\@phone {
padding-left: 5rem;
}
.padding-left-10\.5,
.padding-left-10\.5\@phone {
padding-left: 5.25rem;
}
.padding-left-11,
.padding-left-11\@phone {
padding-left: 5.5rem;
}
.padding-left-11\.5,
.padding-left-11\.5\@phone {
padding-left: 5.75rem;
}
.padding-left-12,
.padding-left-12\@phone {
padding-left: 6rem;
}
.padding-left-12\.5,
.padding-left-12\.5\@phone {
padding-left: 6.25rem;
}
.padding-left-13,
.padding-left-13\@phone {
padding-left: 6.5rem;
}
.padding-left-13\.5,
.padding-left-13\.5\@phone {
padding-left: 6.75rem;
}
.padding-left-14,
.padding-left-14\@phone {
padding-left: 7rem;
}
.padding-left-14\.5,
.padding-left-14\.5\@phone {
padding-left: 7.25rem;
}
.padding-left-15,
.padding-left-15\@phone {
padding-left: 7.5rem;
}
.padding-left-15\.5,
.padding-left-15\.5\@phone {
padding-left: 7.75rem;
}
.padding-left-16,
.padding-left-16\@phone {
padding-left: 8rem;
}
.padding-left-16\.5,
.padding-left-16\.5\@phone {
padding-left: 8.25rem;
}
.padding-left-17,
.padding-left-17\@phone {
padding-left: 8.5rem;
}
.padding-left-17\.5,
.padding-left-17\.5\@left {
padding-bottom: 8.75rem;
}
.padding-left-18,
.padding-left-18\@phone {
padding-left: 9rem;
}
.padding-left-18\.5,
.padding-left-18\.5\@phone {
padding-left: 9.25rem;
}
.padding-left-19,
.padding-left-19\@phone {
padding-left: 9.5rem;
}
.padding-left-19\.5,
.padding-left-19\.5\@phone {
padding-left: 9.75rem;
}
.padding-left-20,
.padding-left-20\@phone {
padding-left: 10rem;
}
.padding-left-20\.5,
.padding-left-20\.5\@phone {
padding-left: 10.25rem;
}
.padding-left-21,
.padding-left-21\@phone {
padding-left: 10.5rem;
}
.padding-left-21\.5,
.padding-left-21\.5\@phone {
padding-left: 10.75rem;
}
.padding-left-22,
.padding-left-22\@phone {
padding-left: 11rem;
}
.padding-left-22\.5,
.padding-left-22\.5\@phone {
padding-left: 11.25rem;
}
.padding-left-23,
.padding-left-23\@phone {
padding-left: 11.5rem;
}
.padding-left-23\.5,
.padding-left-23\.5\@phone {
padding-left: 11.75rem;
}
.padding-left-24,
.padding-left-24\@phone {
padding-left: 12rem;
}
.padding-left-24\.5,
.padding-left-24\.5\@phone {
padding-left: 12.25rem;
}
.padding-left-25,
.padding-left-25\@phone {
padding-left: 12.5rem;
}
.padding-left-25\.5,
.padding-left-25\.5\@phone {
padding-left: 12.75rem;
}
.padding-left-26,
.padding-left-26\@phone {
padding-left: 13rem;
}
.padding-left-26\.5,
.padding-left-26\.5\@phone {
padding-left: 13.25rem;
}
.padding-left-27,
.padding-left-27\@phone {
padding-left: 13.5rem;
}
.padding-left-27\.5,
.padding-left-27\.5\@phone {
padding-left: 13.75rem;
}
.padding-left-28,
.padding-left-28\@phone {
padding-left: 14rem;
}
.padding-left-28\.5,
.padding-left-28\.5\@phone {
padding-left: 14.25rem;
}
.padding-left-29,
.padding-left-29\@phone {
padding-left: 14.5rem;
}
.padding-left-29\.5,
.padding-left-29\.5\@phone {
padding-left: 14.75rem;
}
.padding-left-30,
.padding-left-30\@phone {
padding-left: 15rem;
}
.padding-y-0,
.padding-y-0\@phone {
padding-top: 0;
padding-bottom: 0;
}
.padding-y-0\.5,
.padding-y-0\.5\@phone {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.padding-y-1,
.padding-y-1\@phone {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.padding-y-1\.5,
.padding-y-1\.5\@phone {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.padding-y-2,
.padding-y-2\@phone {
padding-top: 1rem;
padding-bottom: 1rem;
}
.padding-y-2\.5,
.padding-y-2\.5\@phone {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.padding-y-3,
.padding-y-3\@phone {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.padding-y-3\.5,
.padding-y-3\.5\@phone {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.padding-y-4,
.padding-y-4\@phone {
padding-top: 2rem;
padding-bottom: 2rem;
}
.padding-y-4\.5,
.padding-y-4\.5\@phone {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.padding-y-5,
.padding-y-5\@phone {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.padding-y-5\.5,
.padding-y-5\.5\@phone {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.padding-y-6,
.padding-y-6\@phone {
padding-top: 3rem;
padding-bottom: 3rem;
}
.padding-y-6\.5,
.padding-y-6\.5\@phone {
padding-top: 3.25rem;
padding-bottom: 3.25rem;
}
.padding-y-7,
.padding-y-7\@phone {
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
.padding-y-7\.5,
.padding-y-7\.5\@phone {
padding-top: 3.75rem;
padding-bottom: 3.75rem;
}
.padding-y-8,
.padding-y-8\@phone {
padding-top: 4rem;
padding-bottom: 4rem;
}
.padding-y-8\.5,
.padding-y-8\.5\@phone {
padding-top: 4.25rem;
padding-bottom: 4.25rem;
}
.padding-y-9,
.padding-y-9\@phone {
padding-top: 4.5rem;
padding-bottom: 4.5rem;
}
.padding-y-9\.5,
.padding-y-9\.5\@phone {
padding-top: 4.75rem;
padding-bottom: 4.75rem;
}
.padding-y-10,
.padding-y-10\@phone {
padding-top: 5rem;
padding-bottom: 5rem;
}
.padding-y-10\.5,
.padding-y-10\.5\@phone {
padding-top: 5.25rem;
padding-bottom: 5.25rem;
}
.padding-y-11,
.padding-y-11\@phone {
padding-top: 5.5rem;
padding-bottom: 5.5rem;
}
.padding-y-11\.5,
.padding-y-11\.5\@phone {
padding-top: 5.75rem;
padding-bottom: 5.75rem;
}
.padding-y-12,
.padding-y-12\@phone {
padding-top: 6rem;
padding-bottom: 6rem;
}
.padding-y-12\.5,
.padding-y-12\.5\@phone {
padding-top: 6.25rem;
padding-bottom: 6.25rem;
}
.padding-y-13,
.padding-y-13\@phone {
padding-top: 6.55rem;
padding-bottom: 6.55rem;
}
.padding-y-13\.5,
.padding-y-13\.5\@phone {
padding-top: 6.75rem;
padding-bottom: 6.75rem;
}
.padding-y-14,
.padding-y-14\@phone {
padding-top: 7rem;
padding-bottom: 7rem;
}
.padding-y-14\.5,
.padding-y-14\.5\@phone {
padding-top: 7.25rem;
padding-bottom: 7.25rem;
}
.padding-y-15,
.padding-y-15\@phone {
padding-top: 7.25rem;
padding-bottom: 7.25rem;
}
.padding-y-15\.5,
.padding-y-15\.5\@phone {
padding-top: 7.75rem;
padding-bottom: 7.75rem;
}
.padding-y-16,
.padding-y-16\@phone {
padding-top: 8rem;
padding-bottom: 8rem;
}
.padding-y-16\.5,
.padding-y-16\.5\@phone {
padding-top: 8.25rem;
padding-bottom: 8.25rem;
}
.padding-y-17,
.padding-y-17\@phone {
padding-top: 8.5rem;
padding-bottom: 8.5rem;
}
.padding-y-17\.5,
.padding-y-17\.5\@phone {
padding-top: 8.75rem;
padding-bottom: 8.75rem;
}
.padding-y-18,
.padding-y-18\@phone {
padding-top: 9rem;
padding-bottom: 9rem;
}
.padding-y-18\.5,
.padding-y-18\.5\@phone {
padding-top: 9.25rem;
padding-bottom: 9.25rem;
}
.padding-y-19,
.padding-y-19\@phone {
padding-top: 9.5rem;
padding-bottom: 9.5rem;
}
.padding-y-19\.5,
.padding-y-19\.5\@phone {
padding-top: 9.75rem;
padding-bottom: 9.75rem;
}
.padding-y-20,
.padding-y-20\@phone {
padding-top: 10rem;
padding-bottom: 10rem;
}
.padding-y-20\.5,
.padding-y-20\.5\@phone {
padding-top: 10.25rem;
padding-bottom: 10.25rem;
}
.padding-y-21,
.padding-y-21\@phone {
padding-top: 10.5rem;
padding-bottom: 10.5rem;
}
.padding-y-21\.5,
.padding-y-21\.5\@phone {
padding-top: 10.75rem;
padding-bottom: 10.75rem;
}
.padding-y-22,
.padding-y-22\@phone {
padding-top: 11rem;
padding-bottom: 11rem;
}
.padding-y-22\.5,
.padding-y-22\.5\@phone {
padding-top: 11.25rem;
padding-bottom: 11.25rem;
}
.padding-y-23,
.padding-y-23\@phone {
padding-top: 11.5rem;
padding-bottom: 11.5rem;
}
.padding-y-23\.5,
.padding-y-23\.5\@phone {
padding-top: 11.75rem;
padding-bottom: 11.75rem;
}
.padding-y-24,
.padding-y-24\@phone {
padding-top: 12rem;
padding-bottom: 12rem;
}
.padding-y-24\.5,
.padding-y-24\.5\@phone {
padding-top: 12.25rem;
padding-bottom: 12.25rem;
}
.padding-y-25,
.padding-y-25\@phone {
padding-top: 12.5rem;
padding-bottom: 12.5rem;
}
.padding-y-25\.5,
.padding-y-25\.5\@phone {
padding-top: 12.75rem;
padding-bottom: 12.75rem;
}
.padding-y-26,
.padding-y-26\@phone {
padding-top: 13rem;
padding-bottom: 13rem;
}
.padding-y-26\.5,
.padding-y-26\.5\@phone {
padding-top: 13.25rem;
padding-bottom: 13.25rem;
}
.padding-y-27,
.padding-y-27\@phone {
padding-top: 13.5rem;
padding-bottom: 13.5rem;
}
.padding-y-28\.5,
.padding-y-28\.5\@phone {
padding-top: 13.75rem;
padding-bottom: 13.75rem;
}
.padding-y-28,
.padding-y-28\@phone {
padding-top: 14rem;
padding-bottom: 14rem;
}
.padding-y-28\.5,
.padding-y-28\.5\@phone {
padding-top: 14.25rem;
padding-bottom: 14.25rem;
}
.padding-y-29,
.padding-y-29\@phone {
padding-top: 14.5rem;
padding-bottom: 14.5rem;
}
.padding-y-29\.5,
.padding-y-29\.5\@phone {
padding-top: 14.75rem;
padding-bottom: 14.75rem;
}
.padding-y-30,
.padding-y-30\@phone {
padding-top: 15rem;
padding-bottom: 15rem;
}
.padding-x-0,
.padding-x-0\@phone {
padding-right: 0;
padding-left: 0;
}
.padding-x-0\.5,
.padding-x-0\.5\@phone {
padding-right: 0.25rem;
padding-left: 0.25rem;
}
.padding-x-1,
.padding-x-1\@phone {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.padding-x-1\.5,
.padding-x-1\.5\@phone {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.padding-x-2,
.padding-x-2\@phone {
padding-right: 1rem;
padding-left: 1rem;
}
.padding-x-2\.5,
.padding-x-2\.5\@phone {
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.padding-x-3,
.padding-x-3\@phone {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.padding-x-3\.5,
.padding-x-3\.5\@phone {
padding-right: 1.75rem;
padding-left: 1.75rem;
}
.padding-x-4,
.padding-x-4\@phone {
padding-right: 2rem;
padding-left: 2rem;
}
.padding-x-4\.5,
.padding-x-4\.5\@phone {
padding-right: 2.25rem;
padding-left: 2.25rem;
}
.padding-x-5,
.padding-x-5\@phone {
padding-right: 2.5rem;
padding-left: 2.5rem;
}
.padding-x-5\.5,
.padding-x-5\.5\@phone {
padding-right: 2.75rem;
padding-left: 2.75rem;
}
.padding-x-6,
.padding-x-6\@phone {
padding-right: 3rem;
padding-left: 3rem;
}
.padding-x-6\.5,
.padding-x-6\.5\@phone {
padding-right: 3.25rem;
padding-left: 3.25rem;
}
.padding-x-7,
.padding-x-7\@phone {
padding-right: 3.5rem;
padding-left: 3.5rem;
}
.padding-x-7\.5,
.padding-x-7\.5\@phone {
padding-right: 3.75rem;
padding-left: 3.75rem;
}
.padding-x-8,
.padding-x-8\@phone {
padding-right: 4rem;
padding-left: 4rem;
}
.padding-x-8\.5,
.padding-x-8\.5\@phone {
padding-right: 4.25rem;
padding-left: 4.25rem;
}
.padding-x-9,
.padding-x-9\@phone {
padding-right: 4.5rem;
padding-left: 4.5rem;
}
.padding-x-9\.5,
.padding-x-9\.5\@phone {
padding-right: 4.75rem;
padding-left: 4.75rem;
}
.padding-x-10,
.padding-x-10\@phone {
padding-right: 5rem;
padding-left: 5rem;
}
.padding-x-10\.5,
.padding-x-10\.5\@phone {
padding-right: 5.25rem;
padding-left: 5.25rem;
}
.padding-x-11,
.padding-x-11\@phone {
padding-right: 5.5rem;
padding-left: 5.5rem;
}
.padding-x-11\.5,
.padding-x-11\.5\@phone {
padding-right: 5.75rem;
padding-left: 5.75rem;
}
.padding-x-12,
.padding-x-12\@phone {
padding-right: 6rem;
padding-left: 6rem;
}
.padding-x-12\.5,
.padding-x-12\.5\@phone {
padding-right: 6.25rem;
padding-left: 6.25rem;
}
.padding-x-13,
.padding-x-13\@phone {
padding-right: 6.55rem;
padding-left: 6.55rem;
}
.padding-x-13\.5,
.padding-x-13\.5\@phone {
padding-right: 6.75rem;
padding-left: 6.75rem;
}
.padding-x-14,
.padding-x-14\@phone {
padding-right: 7rem;
padding-left: 7rem;
}
.padding-x-14\.5,
.padding-x-14\.5\@phone {
padding-right: 7.25rem;
padding-left: 7.25rem;
}
.padding-x-15,
.padding-x-15\@phone {
padding-right: 7.5rem;
padding-left: 7.5rem;
}
.padding-x-15\.5,
.padding-x-15\.5\@phone {
padding-right: 7.75rem;
padding-left: 7.75rem;
}
.padding-x-16,
.padding-x-16\@phone {
padding-right: 8rem;
padding-left: 8rem;
}
.padding-x-16\.5,
.padding-x-16\.5\@phone {
padding-right: 8.25rem;
padding-left: 8.25rem;
}
.padding-x-17,
.padding-x-17\@phone {
padding-right: 8.5rem;
padding-left: 8.5rem;
}
.padding-x-17\.5,
.padding-x-17\.5\@phone {
padding-right: 8.75rem;
padding-left: 8.75rem;
}
.padding-x-18,
.padding-x-18\@phone {
padding-right: 9rem;
padding-left: 9rem;
}
.padding-x-18\.5,
.padding-x-18\.5\@phone {
padding-right: 9.25rem;
padding-left: 9.25rem;
}
.padding-x-19,
.padding-x-19\@phone {
padding-right: 9.5rem;
padding-left: 9.5rem;
}
.padding-x-19\.5,
.padding-x-19\.5\@phone {
padding-right: 9.75rem;
padding-left: 9.75rem;
}
.padding-x-20,
.padding-x-20\@phone {
padding-right: 10rem;
padding-left: 10rem;
}
.padding-x-20\.5,
.padding-x-20\.5\@phone {
padding-right: 10.25rem;
padding-left: 10.25rem;
}
.padding-x-21,
.padding-x-21\@phone {
padding-right: 10.5rem;
padding-left: 10.5rem;
}
.padding-x-21\.5,
.padding-x-21\.5\@phone {
padding-right: 10.75rem;
padding-left: 10.75rem;
}
.padding-x-22,
.padding-x-22\@phone {
padding-right: 11rem;
padding-left: 11rem;
}
.padding-x-22\.5,
.padding-x-22\.5\@phone {
padding-right: 11.25rem;
padding-left: 11.25rem;
}
.padding-x-23,
.padding-x-23\@phone {
padding-right: 11.5rem;
padding-left: 11.5rem;
}
.padding-x-23\.5,
.padding-x-23\.5\@phone {
padding-right: 11.75rem;
padding-left: 11.75rem;
}
.padding-x-24,
.padding-x-24\@phone {
padding-right: 12rem;
padding-left: 12rem;
}
.padding-x-24\.5,
.padding-x-24\.5\@phone {
padding-right: 12.25rem;
padding-left: 12.25rem;
}
.padding-x-25,
.padding-x-25\@phone {
padding-right: 12.5rem;
padding-left: 12.5rem;
}
.padding-x-25\.5,
.padding-x-25\.5\@phone {
padding-right: 12.75rem;
padding-left: 12.75rem;
}
.padding-x-26,
.padding-x-26\@phone {
padding-right: 13rem;
padding-left: 13rem;
}
.padding-x-26\.5,
.padding-x-26\.5\@phone {
padding-right: 13.25rem;
padding-left: 13.25rem;
}
.padding-x-27,
.padding-x-27\@phone {
padding-right: 13.5rem;
padding-left: 13.5rem;
}
.padding-x-28\.5,
.padding-x-28\.5\@phone {
padding-right: 13.75rem;
padding-left: 13.75rem;
}
.padding-x-28,
.padding-x-28\@phone {
padding-right: 14rem;
padding-left: 14rem;
}
.padding-x-28\.5,
.padding-x-28\.5\@phone {
padding-right: 14.25rem;
padding-left: 14.25rem;
}
.padding-x-29,
.padding-x-29\@phone {
padding-right: 14.5rem;
padding-left: 14.5rem;
}
.padding-x-29\.5,
.padding-x-29\.5\@phone {
padding-right: 14.75rem;
padding-left: 14.75rem;
}
.padding-x-30,
.padding-x-30\@phone {
padding-right: 15rem;
padding-left: 15rem;
}
@media (max-width: 21.875rem) {
.padding-0\@small-phone {
padding: 0;
}
.padding-0\.5\@small-phone {
padding: 0.25rem;
}
.padding-1\@small-phone {
padding: 0.5rem;
}
.padding-1\.5\@small-phone {
padding: 0.75rem;
}
.padding-2\@small-phone {
padding: 1rem;
}
.padding-2\.5\@small-phone {
padding: 1.25rem;
}
.padding-3\@small-phone {
padding: 1.5rem;
}
.padding-3\.5\@small-phone {
padding: 1.75rem;
}
.padding-4\@small-phone {
padding: 2rem;
}
.padding-4\.5\@small-phone {
padding: 2.25rem;
}
.padding-5\@small-phone {
padding: 2.5rem;
}
.padding-5\.5\@small-phone {
padding: 2.75rem;
}
.padding-6\@small-phone {
padding: 3rem;
}
.padding-6\.5\@small-phone {
padding: 3.25rem;
}
.padding-7\@small-phone {
padding: 3.5rem;
}
.padding-7\.5\@small-phone {
padding: 3.75rem;
}
.padding-8\@small-phone {
padding: 4rem;
}
.padding-8\.5\@small-phone {
padding: 4.25rem;
}
.padding-9\@small-phone {
padding: 4.5rem;
}
.padding-9\.5\@small-phone {
padding: 4.75rem;
}
.padding-10\@small-phone {
padding: 5rem;
}
.padding-10\.5\@small-phone {
padding: 5.25rem;
}
.padding-11\@small-phone {
padding: 5.5rem;
}
.padding-11\.5\@small-phone {
padding: 5.75rem;
}
.padding-12\@small-phone {
padding: 6rem;
}
.padding-12\.5\@small-phone {
padding: 6.25rem;
}
.padding-13\@small-phone {
padding: 6.5rem;
}
.padding-13\.5\@small-phone {
padding: 6.75rem;
}
.padding-14\@small-phone {
padding: 7rem;
}
.padding-14\.5\@small-phone {
padding: 7.25rem;
}
.padding-15\@small-phone {
padding: 7.5rem;
}
.padding-15\.5\@small-phone {
padding: 7.75rem;
}
.padding-16\@small-phone {
padding: 8rem;
}
.padding-16\.5\@small-phone {
padding: 8.25rem;
}
.padding-17\@small-phone {
padding: 8.5rem;
}
.padding-17\.5\@small-phone {
padding: 8.75rem;
}
.padding-18\@small-phone {
padding: 9rem;
}
.padding-18\.5\@small-phone {
padding: 9.25rem;
}
.padding-19\@small-phone {
padding: 9.5rem;
}
.padding-19\.5\@small-phone {
padding: 9.75rem;
}
.padding-20\@small-phone {
padding: 10rem;
}
.padding-20\.5\@small-phone {
padding: 10.25rem;
}
.padding-21\@small-phone {
padding: 10.5rem;
}
.padding-21\.5\@small-phone {
padding: 10.75rem;
}
.padding-22\@small-phone {
padding: 11rem;
}
.padding-22\.5\@small-phone {
padding: 11.25rem;
}
.padding-23\@small-phone {
padding: 11.5rem;
}
.padding-23\.5\@small-phone {
padding: 11.75rem;
}
.padding-24\@small-phone {
padding: 12rem;
}
.padding-24\.5\@small-phone {
padding: 12.25rem;
}
.padding-25\@small-phone {
padding: 12.5rem;
}
.padding-25\.5\@small-phone {
padding: 12.75rem;
}
.padding-26\@small-phone {
padding: 13rem;
}
.padding-26\.5\@small-phone {
padding: 13.25rem;
}
.padding-27\@small-phone {
padding: 13.5rem;
}
.padding-27\.5\@small-phone {
padding: 13.75rem;
}
.padding-28\@small-phone {
padding: 14rem;
}
.padding-28\.5\@small-phone {
padding: 14.25rem;
}
.padding-29\@small-phone {
padding: 14.5rem;
}
.padding-29\.5\@small-phone {
padding: 14.75rem;
}
.padding-30\@small-phone {
padding: 15rem;
}
.padding-top-0\@small-phone {
padding-top: 0;
}
.padding-top-0\.5\@small-phone {
padding-top: 0.25rem;
}
.padding-top-1\@small-phone {
padding-top: 0.5rem;
}
.padding-top-1\.5\@small-phone {
padding-top: 0.75rem;
}
.padding-top-2\@small-phone {
padding-top: 1rem;
}
.padding-top-2\.5\@small-phone {
padding-top: 1.25rem;
}
.padding-top-3\@small-phone {
padding-top: 1.5rem;
}
.padding-top-3\.5\@small-phone {
padding-top: 1.75rem;
}
.padding-top-4\@small-phone {
padding-top: 2rem;
}
.padding-top-4\.5\@small-phone {
padding-top: 2.25rem;
}
.padding-top-5\@small-phone {
padding-top: 2.5rem;
}
.padding-top-5\.5\@small-phone {
padding-top: 2.75rem;
}
.padding-top-6\@small-phone {
padding-top: 3rem;
}
.padding-top-6\.5\@small-phone {
padding-top: 3.25rem;
}
.padding-top-7\@small-phone {
padding-top: 3.5rem;
}
.padding-top-7\.5\@small-phone {
padding-top: 3.75rem;
}
.padding-top-8\@small-phone {
padding-top: 4rem;
}
.padding-top-8\.5\@small-phone {
padding-top: 4.25rem;
}
.padding-top-9\@small-phone {
padding-top: 4.5rem;
}
.padding-top-9\.5\@small-phone {
padding-top: 4.75rem;
}
.padding-top-10\@small-phone {
padding-top: 5rem;
}
.padding-top-10\.5\@small-phone {
padding-top: 5.25rem;
}
.padding-top-11\@small-phone {
padding-top: 5.5rem;
}
.padding-top-11\.5\@small-phone {
padding-top: 5.75rem;
}
.padding-top-12\@small-phone {
padding-top: 6rem;
}
.padding-top-12\.5\@small-phone {
padding-top: 6.25rem;
}
.padding-top-13\@small-phone {
padding-top: 6.5rem;
}
.padding-top-13\.5\@small-phone {
padding-top: 6.75rem;
}
.padding-top-14\@small-phone {
padding-top: 7rem;
}
.padding-top-14\.5\@small-phone {
padding-top: 7.25rem;
}
.padding-top-15\@small-phone {
padding-top: 7.5rem;
}
.padding-top-15\.5\@small-phone {
padding-top: 7.75rem;
}
.padding-top-16\@small-phone {
padding-top: 8rem;
}
.padding-top-16\.5\@small-phone {
padding-top: 8.25rem;
}
.padding-top-17\@small-phone {
padding-top: 8.5rem;
}
.padding-top-17\.5\@small-phone {
padding-top: 8.75rem;
}
.padding-top-18\@small-phone {
padding-top: 9rem;
}
.padding-top-18\.5\@small-phone {
padding-top: 9.25rem;
}
.padding-top-19\@small-phone {
padding-top: 9.5rem;
}
.padding-top-19\.5\@small-phone {
padding-top: 9.75rem;
}
.padding-top-20\@small-phone {
padding-top: 10rem;
}
.padding-top-20\.5\@small-phone {
padding-top: 10.25rem;
}
.padding-top-21\@small-phone {
padding-top: 10.5rem;
}
.padding-top-21\.5\@small-phone {
padding-top: 10.75rem;
}
.padding-top-22\@small-phone {
padding-top: 11rem;
}
.padding-top-22\.5\@small-phone {
padding-top: 11.25rem;
}
.padding-top-23\@small-phone {
padding-top: 11.5rem;
}
.padding-top-23\.5\@small-phone {
padding-top: 11.75rem;
}
.padding-top-24\@small-phone {
padding-top: 12rem;
}
.padding-top-24\.5\@small-phone {
padding-top: 12.25rem;
}
.padding-top-25\@small-phone {
padding-top: 12.5rem;
}
.padding-top-25\.5\@small-phone {
padding-top: 12.75rem;
}
.padding-top-26\@small-phone {
padding-top: 13rem;
}
.padding-top-26\.5\@small-phone {
padding-top: 13.25rem;
}
.padding-top-27\@small-phone {
padding-top: 13.5rem;
}
.padding-top-27\.5\@small-phone {
padding-top: 13.75rem;
}
.padding-top-28\@small-phone {
padding-top: 14rem;
}
.padding-top-28\.5\@small-phone {
padding-top: 14.25rem;
}
.padding-top-29\@small-phone {
padding-top: 14.5rem;
}
.padding-top-29\.5\@small-phone {
padding-top: 14.75rem;
}
.padding-top-30\@small-phone {
padding-top: 15rem;
}
.padding-right-0\@small-phone {
padding-right: 0;
}
.padding-right-0\.5\@small-phone {
padding-right: 0.25rem;
}
.padding-right-1\@small-phone {
padding-right: 0.5rem;
}
.padding-right-1\.5\@small-phone {
padding-right: 0.75rem;
}
.padding-right-2\@small-phone {
padding-right: 1rem;
}
.padding-right-2\.5\@small-phone {
padding-right: 1.25rem;
}
.padding-right-3\@small-phone {
padding-right: 1.5rem;
}
.padding-right-3\.5\@small-phone {
padding-right: 1.75rem;
}
.padding-right-4\@small-phone {
padding-right: 2rem;
}
.padding-right-4\.5\@small-phone {
padding-right: 2.25rem;
}
.padding-right-5\@small-phone {
padding-right: 2.5rem;
}
.padding-right-5\.5\@small-phone {
padding-right: 2.75rem;
}
.padding-right-6\@small-phone {
padding-right: 3rem;
}
.padding-right-6\.5\@small-phone {
padding-right: 3.25rem;
}
.padding-right-7\@small-phone {
padding-right: 3.5rem;
}
.padding-right-7\.5\@small-phone {
padding-right: 3.75rem;
}
.padding-right-8\@small-phone {
padding-right: 4rem;
}
.padding-right-8\.5\@small-phone {
padding-right: 4.25rem;
}
.padding-right-9\@small-phone {
padding-right: 4.5rem;
}
.padding-right-9\.5\@small-phone {
padding-right: 4.75rem;
}
.padding-right-10\@small-phone {
padding-right: 5rem;
}
.padding-right-10\.5\@small-phone {
padding-right: 5.25rem;
}
.padding-right-11\@small-phone {
padding-right: 5.5rem;
}
.padding-right-11\.5\@small-phone {
padding-right: 5.75rem;
}
.padding-right-12\@small-phone {
padding-right: 6rem;
}
.padding-right-12\.5\@small-phone {
padding-right: 6.25rem;
}
.padding-right-13\@small-phone {
padding-right: 6.5rem;
}
.padding-right-13\.5\@small-phone {
padding-right: 6.75rem;
}
.padding-right-14\@small-phone {
padding-right: 7rem;
}
.padding-right-14\.5\@small-phone {
padding-right: 7.25rem;
}
.padding-right-15\@small-phone {
padding-right: 7.5rem;
}
.padding-right-15\.5\@small-phone {
padding-right: 7.75rem;
}
.padding-right-16\@small-phone {
padding-right: 8rem;
}
.padding-right-16\.5\@small-phone {
padding-right: 8.25rem;
}
.padding-right-17\@small-phone {
padding-right: 8.5rem;
}
.padding-right-17\.5\@small-phone {
padding-right: 8.75rem;
}
.padding-right-18\@small-phone {
padding-right: 9rem;
}
.padding-right-18\.5\@small-phone {
padding-right: 9.25rem;
}
.padding-right-19\@small-phone {
padding-right: 9.5rem;
}
.padding-right-19\.5\@small-phone {
padding-right: 9.75rem;
}
.padding-right-20\@small-phone {
padding-right: 10rem;
}
.padding-right-20\.5\@small-phone {
padding-right: 10.25rem;
}
.padding-right-21\@small-phone {
padding-right: 10.5rem;
}
.padding-right-21\.5\@small-phone {
padding-right: 10.75rem;
}
.padding-right-22\@small-phone {
padding-right: 11rem;
}
.padding-right-22\.5\@small-phone {
padding-right: 11.25rem;
}
.padding-right-23\@small-phone {
padding-right: 11.5rem;
}
.padding-right-23\.5\@small-phone {
padding-right: 11.75rem;
}
.padding-right-24\@small-phone {
padding-right: 12rem;
}
.padding-right-24\.5\@small-phone {
padding-right: 12.25rem;
}
.padding-right-25\@small-phone {
padding-right: 12.5rem;
}
.padding-right-25\.5\@small-phone {
padding-right: 12.75rem;
}
.padding-right-26\@small-phone {
padding-right: 13rem;
}
.padding-right-26\.5\@small-phone {
padding-right: 13.25rem;
}
.padding-right-27\@small-phone {
padding-right: 13.5rem;
}
.padding-right-27\.5\@small-phone {
padding-right: 13.75rem;
}
.padding-right-28\@small-phone {
padding-right: 14rem;
}
.padding-right-28\.5\@small-phone {
padding-right: 14.25rem;
}
.padding-right-29\@small-phone {
padding-right: 14.5rem;
}
.padding-right-29\.5\@small-phone {
padding-right: 14.75rem;
}
.padding-right-30\@small-phone {
padding-right: 15rem;
}
.padding-bottom0\@small-small-phone {
padding-bottom: 0;
}
.padding-bottom0\.5\@small-phone {
padding-bottom: 0.25rem;
}
.padding-bottom1\@small-phone {
padding-bottom: 0.5rem;
}
.padding-bottom1\.5\@small-phone {
padding-bottom: 0.75rem;
}
.padding-bottom2\@small-phone {
padding-bottom: 1rem;
}
.padding-bottom2\.5\@small-phone {
padding-bottom: 1.25rem;
}
.padding-bottom3\@small-phone {
padding-bottom: 1.5rem;
}
.padding-bottom3\.5\@small-phone {
padding-bottom: 1.75rem;
}
.padding-bottom4\@small-phone {
padding-bottom: 2rem;
}
.padding-bottom4\.5\@small-phone {
padding-bottom: 2.25rem;
}
.padding-bottom5\@small-phone {
padding-bottom: 2.5rem;
}
.padding-bottom5\.5\@small-phone {
padding-bottom: 2.75rem;
}
.padding-bottom6\@small-phone {
padding-bottom: 3rem;
}
.padding-bottom6\.5\@small-phone {
padding-bottom: 3.25rem;
}
.padding-bottom7\@small-phone {
padding-bottom: 3.5rem;
}
.padding-bottom7\.5\@small-phone {
padding-bottom: 3.75rem;
}
.padding-bottom8\@small-phone {
padding-bottom: 4rem;
}
.padding-bottom8\.5\@small-phone {
padding-bottom: 4.25rem;
}
.padding-bottom9\@small-phone {
padding-bottom: 4.5rem;
}
.padding-bottom9\.5\@small-phone {
padding-bottom: 4.75rem;
}
.padding-bottom10\@small-phone {
padding-bottom: 5rem;
}
.padding-bottom10\.5\@small-phone {
padding-bottom: 5.25rem;
}
.padding-bottom11\@small-phone {
padding-bottom: 5.5rem;
}
.padding-bottom11\.5\@small-phone {
padding-bottom: 5.75rem;
}
.padding-bottom12\@small-phone {
padding-bottom: 6rem;
}
.padding-bottom12\.5\@small-phone {
padding-bottom: 6.25rem;
}
.padding-bottom13\@small-phone {
padding-bottom: 6.5rem;
}
.padding-bottom13\.5\@small-phone {
padding-bottom: 6.75rem;
}
.padding-bottom14\@small-phone {
padding-bottom: 7rem;
}
.padding-bottom14\.5\@small-phone {
padding-bottom: 7.25rem;
}
.padding-bottom15\@small-phone {
padding-bottom: 7.5rem;
}
.padding-bottom15\.5\@small-phone {
padding-bottom: 7.75rem;
}
.padding-bottom16\@small-phone {
padding-bottom: 8rem;
}
.padding-bottom16\.5\@small-phone {
padding-bottom: 8.25rem;
}
.padding-bottom17\@small-phone {
padding-bottom: 8.5rem;
}
.padding-bottom17\.5\@small-phone {
padding-bottom: 8.75rem;
}
.padding-bottom18\@small-phone {
padding-bottom: 9rem;
}
.padding-bottom18\.5\@small-phone {
padding-bottom: 9.25rem;
}
.padding-bottom19\@small-phone {
padding-bottom: 9.5rem;
}
.padding-bottom19\.5\@small-phone {
padding-bottom: 9.75rem;
}
.padding-bottom20\@small-phone {
padding-bottom: 10rem;
}
.padding-bottom20\.5\@small-phone {
padding-bottom: 10.25rem;
}
.padding-bottom21\@small-phone {
padding-bottom: 10.5rem;
}
.padding-bottom21\.5\@small-phone {
padding-bottom: 10.75rem;
}
.padding-bottom22\@small-phone {
padding-bottom: 11rem;
}
.padding-bottom22\.5\@small-phone {
padding-bottom: 11.25rem;
}
.padding-bottom23\@small-phone {
padding-bottom: 11.5rem;
}
.padding-bottom23\.5\@small-phone {
padding-bottom: 11.75rem;
}
.padding-bottom24\@small-phone {
padding-bottom: 12rem;
}
.padding-bottom24\.5\@small-phone {
padding-bottom: 12.25rem;
}
.padding-bottom25\@small-phone {
padding-bottom: 12.5rem;
}
.padding-bottom25\.5\@small-phone {
padding-bottom: 12.75rem;
}
.padding-bottom26\@small-phone {
padding-bottom: 13rem;
}
.padding-bottom26\.5\@small-phone {
padding-bottom: 13.25rem;
}
.padding-bottom27\@small-phone {
padding-bottom: 13.5rem;
}
.padding-bottom27\.5\@small-phone {
padding-bottom: 13.75rem;
}
.padding-bottom28\@small-phone {
padding-bottom: 14rem;
}
.padding-bottom28\.5\@small-phone {
padding-bottom: 14.25rem;
}
.padding-bottom29\@small-phone {
padding-bottom: 14.5rem;
}
.padding-bottom29\.5\@small-phone {
padding-bottom: 14.75rem;
}
.padding-bottom30\@small-phone {
padding-bottom: 15rem;
}
.padding-left-0\@small-phone {
padding-left: 0;
}
.padding-left-0\.5\@small-phone {
padding-left: 0.25rem;
}
.padding-left-1\@small-phone {
padding-left: 0.5rem;
}
.padding-left-1\.5\@small-phone {
padding-left: 0.75rem;
}
.padding-left-2\@small-phone {
padding-left: 1rem;
}
.padding-left-2\.5\@small-phone {
padding-left: 1.25rem;
}
.padding-left-3\@small-phone {
padding-left: 1.5rem;
}
.padding-left-3\.5\@small-phone {
padding-left: 1.75rem;
}
.padding-left-4\@small-phone {
padding-left: 2rem;
}
.padding-left-4\.5\@small-phone {
padding-left: 2.25rem;
}
.padding-left-5\@small-phone {
padding-left: 2.5rem;
}
.padding-left-5\.5\@small-phone {
padding-left: 2.75rem;
}
.padding-left-6\@small-phone {
padding-left: 3rem;
}
.padding-left-6\.5\@small-phone {
padding-left: 3.25rem;
}
.padding-left-7\@small-phone {
padding-left: 3.5rem;
}
.padding-left-7\.5\@small-phone {
padding-left: 3.75rem;
}
.padding-left-8\@small-phone {
padding-left: 4rem;
}
.padding-left-8\.5\@small-phone {
padding-left: 4.25rem;
}
.padding-left-9\@small-phone {
padding-left: 4.5rem;
}
.padding-left-9\.5\@small-phone {
padding-left: 4.75rem;
}
.padding-left-10\@small-phone {
padding-left: 5rem;
}
.padding-left-10\.5\@small-phone {
padding-left: 5.25rem;
}
.padding-left-11\@small-phone {
padding-left: 5.5rem;
}
.padding-left-11\.5\@small-phone {
padding-left: 5.75rem;
}
.padding-left-12\@small-phone {
padding-left: 6rem;
}
.padding-left-12\.5\@small-phone {
padding-left: 6.25rem;
}
.padding-left-13\@small-phone {
padding-left: 6.5rem;
}
.padding-left-13\.5\@small-phone {
padding-left: 6.75rem;
}
.padding-left-14\@small-phone {
padding-left: 7rem;
}
.padding-left-14\.5\@small-phone {
padding-left: 7.25rem;
}
.padding-left-15\@small-phone {
padding-left: 7.5rem;
}
.padding-left-15\.5\@small-phone {
padding-left: 7.75rem;
}
.padding-left-16\@small-phone {
padding-left: 8rem;
}
.padding-left-16\.5\@small-phone {
padding-left: 8.25rem;
}
.padding-left-17\@small-phone {
padding-left: 8.5rem;
}
.padding-left-17\.5\@small-phone {
padding-left: 8.75rem;
}
.padding-left-18\@small-phone {
padding-left: 9rem;
}
.padding-left-18\.5\@small-phone {
padding-left: 9.25rem;
}
.padding-left-19\@small-phone {
padding-left: 9.5rem;
}
.padding-left-19\.5\@small-phone {
padding-left: 9.75rem;
}
.padding-left-20\@small-phone {
padding-left: 10rem;
}
.padding-left-20\.5\@small-phone {
padding-left: 10.25rem;
}
.padding-left-21\@small-phone {
padding-left: 10.5rem;
}
.padding-left-21\.5\@small-phone {
padding-left: 10.75rem;
}
.padding-left-22\@small-phone {
padding-bottom: 11rem;
}
.padding-left-22\.5\@small-phone {
padding-left: 11.25rem;
}
.padding-left-23\@small-phone {
padding-left: 11.5rem;
}
.padding-left-23\.5\@small-phone {
padding-left: 11.75rem;
}
.padding-left-24\@small-phone {
padding-left: 12rem;
}
.padding-left-24\.5\@small-phone {
padding-left: 12.25rem;
}
.padding-left-25\@small-phone {
padding-left: 12.5rem;
}
.padding-left-25\.5\@small-phone {
padding-left: 12.75rem;
}
.padding-left-26\@small-phone {
padding-left: 13rem;
}
.padding-left-26\.5\@small-phone {
padding-left: 13.25rem;
}
.padding-left-27\@small-phone {
padding-left: 13.5rem;
}
.padding-left-27\.5\@small-phone {
padding-left: 13.75rem;
}
.padding-left-28\@small-phone {
padding-left: 14rem;
}
.padding-left-28\.5\@small-phone {
padding-left: 14.25rem;
}
.padding-left-29\@small-phone {
padding-left: 14.5rem;
}
.padding-left-29\.5\@small-phone {
padding-left: 14.75rem;
}
.padding-left-30\@small-phone {
padding-left: 15rem;
}
.padding-y-0\@small-phone {
padding-top: 0;
padding-bottom: 0;
}
.padding-y-0\.5\@small-phone {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.padding-y-1\@small-phone {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.padding-y-1\.5\@phone {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.padding-y-2\@small-phone {
padding-top: 1rem;
padding-bottom: 1rem;
}
.padding-y-2\.5\@small-phone {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.padding-y-3\@small-phone {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.padding-y-3\.5\@small-phone {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.padding-y-4\@small-phone {
padding-top: 2rem;
padding-bottom: 2rem;
}
.padding-y-4\.5\@small-phone {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.padding-y-5\@small-phone {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.padding-y-5\.5\@small-phone {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.padding-y-6\@small-phone {
padding-top: 3rem;
padding-bottom: 3rem;
}
.padding-y-6\.5\@small-phone {
padding-top: 3.25rem;
padding-bottom: 3.25rem;
}
.padding-y-7\@small-phone {
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
.padding-y-7\.5\@small-phone {
padding-top: 3.75rem;
padding-bottom: 3.75rem;
}
.padding-y-8\@small-phone {
padding-top: 4rem;
padding-bottom: 4rem;
}
.padding-y-8\.5\@small-phone {
padding-top: 4.25rem;
padding-bottom: 4.25rem;
}
.padding-y-9\@small-phone {
padding-top: 4.5rem;
padding-bottom: 4.5rem;
}
.padding-y-9\.5\@small-phone {
padding-top: 4.75rem;
padding-bottom: 4.75rem;
}
.padding-y-10\@small-phone {
padding-top: 5rem;
padding-bottom: 5rem;
}
.padding-y-10\.5\@small-phone {
padding-top: 5.25rem;
padding-bottom: 5.25rem;
}
.padding-y-11\@small-phone {
padding-top: 5.5rem;
padding-bottom: 5.5rem;
}
.padding-y-11\.5\@small-phone {
padding-top: 5.75rem;
padding-bottom: 5.75rem;
}
.padding-y-12\@small-phone {
padding-top: 6rem;
padding-bottom: 6rem;
}
.padding-y-12\.5\@small-phone {
padding-top: 6.25rem;
padding-bottom: 6.25rem;
}
.padding-y-13\@small-phone {
padding-top: 6.55rem;
padding-bottom: 6.55rem;
}
.padding-y-13\.5\@small-phone {
padding-top: 6.75rem;
padding-bottom: 6.75rem;
}
.padding-y-14\@small-phone {
padding-top: 7rem;
padding-bottom: 7rem;
}
.padding-y-14\.5\@small-phone {
padding-top: 7.25rem;
padding-bottom: 7.25rem;
}
.padding-y-15\@small-phone {
padding-top: 7.25rem;
padding-bottom: 7.25rem;
}
.padding-y-15\.5\@small-phone {
padding-top: 7.75rem;
padding-bottom: 7.75rem;
}
.padding-y-16\@small-phone {
padding-top: 8rem;
padding-bottom: 8rem;
}
.padding-y-16\.5\@small-phone {
padding-top: 8.25rem;
padding-bottom: 8.25rem;
}
.padding-y-17\@small-phone {
padding-top: 8.5rem;
padding-bottom: 8.5rem;
}
.padding-y-17\.5\@small-phone {
padding-top: 8.75rem;
padding-bottom: 8.75rem;
}
.padding-y-18\@small-phone {
padding-top: 9rem;
padding-bottom: 9rem;
}
.padding-y-18\.5\@phone {
padding-top: 9.25rem;
padding-bottom: 9.25rem;
}
.padding-y-19\@small-phone {
padding-top: 9.5rem;
padding-bottom: 9.5rem;
}
.padding-y-19\.5\@small-phone {
padding-top: 9.75rem;
padding-bottom: 9.75rem;
}
.padding-y-20\@small-phone {
padding-top: 10rem;
padding-bottom: 10rem;
}
.padding-y-20\.5\@small-phone {
padding-top: 10.25rem;
padding-bottom: 10.25rem;
}
.padding-y-21\@small-phone {
padding-top: 10.5rem;
padding-bottom: 10.5rem;
}
.padding-y-21\.5\@small-phone {
padding-top: 10.75rem;
padding-bottom: 10.75rem;
}
.padding-y-22\@small-phone {
padding-top: 11rem;
padding-bottom: 11rem;
}
.padding-y-22\.5\@small-phone {
padding-top: 11.25rem;
padding-bottom: 11.25rem;
}
.padding-y-23\@small-phone {
padding-top: 11.5rem;
padding-bottom: 11.5rem;
}
.padding-y-23\.5\@small-phone {
padding-top: 11.75rem;
padding-bottom: 11.75rem;
}
.padding-y-24\@small-phone {
padding-top: 12rem;
padding-bottom: 12rem;
}
.padding-y-24\.5\@small-phone {
padding-top: 12.25rem;
padding-bottom: 12.25rem;
}
.padding-y-25\@small-phone {
padding-top: 12.5rem;
padding-bottom: 12.5rem;
}
.padding-y-25\.5\@small-phone {
padding-top: 12.75rem;
padding-bottom: 12.75rem;
}
.padding-y-26\@small-phone {
padding-top: 13rem;
padding-bottom: 13rem;
}
.padding-y-26\.5\@small-phone {
padding-top: 13.25rem;
padding-bottom: 13.25rem;
}
.padding-y-27\@small-phone {
padding-top: 13.5rem;
padding-bottom: 13.5rem;
}
.padding-y-28\.5\@small-phone {
padding-top: 13.75rem;
padding-bottom: 13.75rem;
}
.padding-y-28\@small-phone {
padding-top: 14rem;
padding-bottom: 14rem;
}
.padding-y-28\.5\@small-phone {
padding-top: 14.25rem;
padding-bottom: 14.25rem;
}
.padding-y-29\@small-phone {
padding-top: 14.5rem;
padding-bottom: 14.5rem;
}
.padding-y-29\.5\@small-hone {
padding-top: 14.75rem;
padding-bottom: 14.75rem;
}
.padding-y-30\@small-phone {
padding-top: 15rem;
padding-bottom: 15rem;
}
.padding-x-0\@small-phone {
padding-right: 0;
padding-left: 0;
}
.padding-x-0\.5\@small-phone {
padding-right: 0.25rem;
padding-left: 0.25rem;
}
.padding-x-1\@small-phone {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.padding-x-1\.5\@small-phone {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.padding-x-2\@small-phone {
padding-right: 1rem;
padding-left: 1rem;
}
.padding-x-2\.5\@small-phone {
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.padding-x-3\@small-phone {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.padding-x-3\.5\@small-phone {
padding-right: 1.75rem;
padding-left: 1.75rem;
}
.padding-x-4\@small-phone {
padding-right: 2rem;
padding-left: 2rem;
}
.padding-x-4\.5\@small-phone {
padding-right: 2.25rem;
padding-left: 2.25rem;
}
.padding-x-5\@small-phone {
padding-right: 2.5rem;
padding-left: 2.5rem;
}
.padding-x-5\.5\@small-phone {
padding-right: 2.75rem;
padding-left: 2.75rem;
}
.padding-x-6\@small-phone {
padding-right: 3rem;
padding-left: 3rem;
}
.padding-x-6\.5\@small-phone {
padding-right: 3.25rem;
padding-left: 3.25rem;
}
.padding-x-7\@small-phone {
padding-right: 3.5rem;
padding-left: 3.5rem;
}
.padding-x-7\.5\@small-phone {
padding-right: 3.75rem;
padding-left: 3.75rem;
}
.padding-x-8\@small-phone {
padding-right: 4rem;
padding-left: 4rem;
}
.padding-x-8\.5\@small-phone {
padding-right: 4.25rem;
padding-left: 4.25rem;
}
.padding-x-9\@small-phone {
padding-right: 4.5rem;
padding-left: 4.5rem;
}
.padding-x-9\.5\@small-phone {
padding-right: 4.75rem;
padding-left: 4.75rem;
}
.padding-x-10\@small-phone {
padding-right: 5rem;
padding-left: 5rem;
}
.padding-x-10\.5\@small-phone {
padding-right: 5.25rem;
padding-left: 5.25rem;
}
.padding-x-11\@small-phone {
padding-right: 5.5rem;
padding-left: 5.5rem;
}
.padding-x-11\.5\@small-phone {
padding-right: 5.75rem;
padding-left: 5.75rem;
}
.padding-x-12\@small-phone {
padding-right: 6rem;
padding-left: 6rem;
}
.padding-x-12\.5\@small-phone {
padding-right: 6.25rem;
padding-left: 6.25rem;
}
.padding-x-13\@small-phone {
padding-right: 6.55rem;
padding-left: 6.55rem;
}
.padding-x-13\.5\@small-phone {
padding-right: 6.75rem;
padding-left: 6.75rem;
}
.padding-x-14\@small-phone {
padding-right: 7rem;
padding-left: 7rem;
}
.padding-x-14\.5\@small-phone {
padding-right: 7.25rem;
padding-left: 7.25rem;
}
.padding-x-15\@small-phone {
padding-right: 7.25rem;
padding-left: 7.25rem;
}
.padding-x-15\.5\@small-phone {
padding-right: 7.75rem;
padding-left: 7.75rem;
}
.padding-x-16\@small-phone {
padding-right: 8rem;
padding-left: 8rem;
}
.padding-x-16\.5\@small-phone {
padding-right: 8.25rem;
padding-left: 8.25rem;
}
.padding-x-17\@small-phone {
padding-right: 8.5rem;
padding-left: 8.5rem;
}
.padding-x-17\.5\@small-phone {
padding-right: 8.75rem;
padding-left: 8.75rem;
}
.padding-x-18\@small-phone {
padding-right: 9rem;
padding-left: 9rem;
}
.padding-x-18\.5\@small-phone {
padding-right: 9.25rem;
padding-left: 9.25rem;
}
.padding-x-19\@small-phone {
padding-right: 9.5rem;
padding-left: 9.5rem;
}
.padding-x-19\.5\@small-phone {
padding-right: 9.75rem;
padding-left: 9.75rem;
}
.padding-x-20\@small-phone {
padding-right: 10rem;
padding-left: 10rem;
}
.padding-x-20\.5\@small-phone {
padding-right: 10.25rem;
padding-left: 10.25rem;
}
.padding-x-21\@small-phone {
padding-right: 10.5rem;
padding-left: 10.5rem;
}
.padding-x-21\.5\@small-phone {
padding-right: 10.75rem;
padding-left: 10.75rem;
}
.padding-x-22\@small-phone {
padding-right: 11rem;
padding-left: 11rem;
}
.padding-x-22\.5\@small-phone {
padding-right: 11.25rem;
padding-left: 11.25rem;
}
.padding-x-23\@small-phone {
padding-right: 11.5rem;
padding-left: 11.5rem;
}
.padding-x-23\.5\@small-phone {
padding-right: 11.75rem;
padding-left: 11.75rem;
}
.padding-x-24\@small-phone {
padding-right: 12rem;
padding-left: 12rem;
}
.padding-x-24\.5\@small-phone {
padding-right: 12.25rem;
padding-left: 12.25rem;
}
.padding-x-25\@small-phone {
padding-right: 12.5rem;
padding-left: 12.5rem;
}
.padding-x-25\.5\@small-phone {
padding-right: 12.75rem;
padding-left: 12.75rem;
}
.padding-x-26\@small-phone {
padding-right: 13rem;
padding-left: 13rem;
}
.padding-x-26\.5\@small-phone {
padding-right: 13.25rem;
padding-left: 13.25rem;
}
.padding-x-27\@small-phone {
padding-right: 13.5rem;
padding-left: 13.5rem;
}
.padding-x-28\.5\@small-phone {
padding-right: 13.75rem;
padding-left: 13.75rem;
}
.padding-x-28\@small-phone {
padding-right: 14rem;
padding-left: 14rem;
}
.padding-x-28\.5\@small-phone {
padding-right: 14.25rem;
padding-left: 14.25rem;
}
.padding-x-29\@small-phone {
padding-right: 14.5rem;
padding-left: 14.5rem;
}
.padding-x-29\.5\@small-phone {
padding-right: 14.75rem;
padding-left: 14.75rem;
}
.padding-x-30\@small-phone {
padding-right: 15rem;
padding-left: 15rem;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.padding-0\@tablet {
padding: 0;
}
.padding-0\.5\@tablet {
padding: 0.25rem;
}
.padding-1\@tablet {
padding: 0.5rem;
}
.padding-1\.5\@tablet {
padding: 0.75rem;
}
.padding-2\@tablet {
padding: 1rem;
}
.padding-2\.5\@tablet {
padding: 1.25rem;
}
.padding-3\@tablet {
padding: 1.5rem;
}
.padding-3\.5\@tablet {
padding: 1.75rem;
}
.padding-4\@tablet {
padding: 2rem;
}
.padding-4\.5\@tablet {
padding: 2.25rem;
}
.padding-5\@tablet {
padding: 2.5rem;
}
.padding-5\.5\@tablet {
padding: 2.75rem;
}
.padding-6\@tablet {
padding: 3rem;
}
.padding-6\.5\@tablet {
padding: 3.25rem;
}
.padding-7\@tablet {
padding: 3.5rem;
}
.padding-7\.5\@tablet {
padding: 3.75rem;
}
.padding-8\@tablet {
padding: 4rem;
}
.padding-8\.5\@tablet {
padding: 4.25rem;
}
.padding-9\@tablet {
padding: 4.5rem;
}
.padding-9\.5\@tablet {
padding: 4.75rem;
}
.padding-10\@tablet {
padding: 5rem;
}
.padding-10\.5\@tablet {
padding: 5.25rem;
}
.padding-11\@tablet {
padding: 5.5rem;
}
.padding-11\.5\@tablet {
padding: 5.75rem;
}
.padding-12\@tablet {
padding: 6rem;
}
.padding-12\.5\@tablet {
padding: 6.25rem;
}
.padding-13\@tablet {
padding: 6.5rem;
}
.padding-13\.5\@tablet {
padding: 6.75rem;
}
.padding-14\@tablet {
padding: 7rem;
}
.padding-14\.5\@tablet {
padding: 7.25rem;
}
.padding-15\@tablet {
padding: 7.5rem;
}
.padding-15\.5\@tablet {
padding: 7.75rem;
}
.padding-16\@tablet {
padding: 8rem;
}
.padding-16\.5\@tablet {
padding: 8.25rem;
}
.padding-17\@tablet {
padding: 8.5rem;
}
.padding-17\.5\@tablet {
padding: 8.75rem;
}
.padding-18\@tablet {
padding: 9rem;
}
.padding-18\.5\@tablet {
padding: 9.25rem;
}
.padding-19\@tablet {
padding: 9.5rem;
}
.padding-19\.5\@tablet {
padding: 9.75rem;
}
.padding-20\@tablet {
padding: 10rem;
}
.padding-20\.5\@tablet {
padding: 10.25rem;
}
.padding-21\@tablet {
padding: 10.5rem;
}
.padding-21\.5\@tablet {
padding: 10.75rem;
}
.padding-22\@tablet {
padding: 11rem;
}
.padding-22\.5\@tablet {
padding: 11.25rem;
}
.padding-23\@tablet {
padding-top: 11.5rem;
}
.padding-23\.5\@tablet {
padding: 11.75rem;
}
.padding-24\@tablet {
padding-top: 12rem;
}
.padding-24\.5\@tablet {
padding: 12.25rem;
}
.padding-25\@tablet {
padding: 12.5rem;
}
.padding-25\.5\@tablet {
padding: 12.75rem;
}
.padding-26\@tablet {
padding: 13rem;
}
.padding-26\.5\@tablet {
padding: 13.25rem;
}
.padding-27\@tablet {
padding: 13.5rem;
}
.padding-27\.5\@tablet {
padding: 13.75rem;
}
.padding-28\@tablet {
padding: 14rem;
}
.padding-28\.5\@tablet {
padding: 14.25rem;
}
.padding-29\@tablet {
padding: 14.5rem;
}
.padding-29\.5\@tablet {
padding: 14.75rem;
}
.padding-30\@tablet {
padding: 15rem;
}
.padding-top-0\@tablet {
padding-top: 0;
}
.padding-top-0\.5\@tablet {
padding-top: 0.25rem;
}
.padding-top-1\@tablet {
padding-top: 0.5rem;
}
.padding-top-1\.5\@tablet {
padding-top: 0.75rem;
}
.padding-top-2\@tablet {
padding-top: 1rem;
}
.padding-top-2\.5\@tablet {
padding-top: 1.25rem;
}
.padding-top-3\@tablet {
padding-top: 1.5rem;
}
.padding-top-3\.5\@tablet {
padding-top: 1.75rem;
}
.padding-top-4\@tablet {
padding-top: 2rem;
}
.padding-top-4\.5\@tablet {
padding-top: 2.25rem;
}
.padding-top-5\@tablet {
padding-top: 2.5rem;
}
.padding-top-5\.5\@tablet {
padding-top: 2.75rem;
}
.padding-top-6\@tablet {
padding-top: 3rem;
}
.padding-top-6\.5\@tablet {
padding-top: 3.25rem;
}
.padding-top-7\@tablet {
padding-top: 3.5rem;
}
.padding-top-7\.5\@tablet {
padding-top: 3.75rem;
}
.padding-top-8\@tablet {
padding-top: 4rem;
}
.padding-top-8\.5\@tablet {
padding-top: 4.25rem;
}
.padding-top-9\@tablet {
padding-top: 4.5rem;
}
.padding-top-9\.5\@tablet {
padding-top: 4.75rem;
}
.padding-top-10\@tablet {
padding-top: 5rem;
}
.padding-top-10\.5\@tablet {
padding-top: 5.25rem;
}
.padding-top-11\@tablet {
padding-top: 5.5rem;
}
.padding-top-11\.5\@tablet {
padding-top: 5.75rem;
}
.padding-top-12\@tablet {
padding-top: 6rem;
}
.padding-top-12\.5\@tablet {
padding-top: 6.25rem;
}
.padding-top-13\@tablet {
padding-top: 6.5rem;
}
.padding-top-13\.5\@tablet {
padding-top: 6.75rem;
}
.padding-top-14\@tablet {
padding-top: 7rem;
}
.padding-top-14\.5\@tablet {
padding-top: 7.25rem;
}
.padding-top-15\@tablet {
padding-top: 7.5rem;
}
.padding-top-15\.5\@tablet {
padding-top: 7.75rem;
}
.padding-top-16\@tablet {
padding-top: 8rem;
}
.padding-top-16\.5\@tablet {
padding-top: 8.25rem;
}
.padding-top-17\@tablet {
padding-top: 8.5rem;
}
.padding-top-17\.5\@tablet {
padding-top: 8.75rem;
}
.padding-top-18\@tablet {
padding-top: 9rem;
}
.padding-top-18\.5\@tablet {
padding-top: 9.25rem;
}
.padding-top-19\@tablet {
padding-top: 9.5rem;
}
.padding-top-19\.5\@tablet {
padding-top: 9.75rem;
}
.padding-top-20\@tablet {
padding-top: 10rem;
}
.padding-top-20\.5\@tablet {
padding-top: 10.25rem;
}
.padding-top-21\@tablet {
padding-top: 10.5rem;
}
.padding-top-21\.5\@tablet {
padding-top: 10.75rem;
}
.padding-top-22\@tablet {
padding-top: 11rem;
}
.padding-top-22\.5\@tablet {
padding-top: 11.25rem;
}
.padding-top-23\@tablet {
padding-top: 11.5rem;
}
.padding-top-23\.5\@tablet {
padding-top: 11.75rem;
}
.padding-top-24\@tablet {
padding-top: 12rem;
}
.padding-top-24\.5\@tablet {
padding-top: 12.25rem;
}
.padding-top-25\@tablet {
padding-top: 12.5rem;
}
.padding-top-25\.5\@tablet {
padding-top: 12.75rem;
}
.padding-top-26\@tablet {
padding-top: 13rem;
}
.padding-top-26\.5\@tablet {
padding-top: 13.25rem;
}
.padding-top-27\@tablet {
padding-top: 13.5rem;
}
.padding-top-27\.5\@tablet {
padding-top: 13.75rem;
}
.padding-top-28\@tablet {
padding-top: 14rem;
}
.padding-top-28\.5\@tablet {
padding-top: 14.25rem;
}
.padding-top-29\@tablet {
padding-top: 14.5rem;
}
.padding-top-29\.5\@tablet {
padding-top: 14.75rem;
}
.padding-top-30\@tablet {
padding-top: 15rem;
}
.padding-right-0\@tablet {
padding-right: 0;
}
.padding-right-0\.5\@tablet {
padding-right: 0.25rem;
}
.padding-right-1\@tablet {
padding-right: 0.5rem;
}
.padding-right-1\.5\@tablet {
padding-right: 0.75rem;
}
.padding-right-2\@tablet {
padding-right: 1rem;
}
.padding-right-2\.5\@tablet {
padding-right: 1.25rem;
}
.padding-right-3\@tablet {
padding-right: 1.5rem;
}
.padding-right-3\.5\@tablet {
padding-right: 1.75rem;
}
.padding-right-4\@tablet {
padding-right: 2rem;
}
.padding-right-4\.5\@tablet {
padding-right: 2.25rem;
}
.padding-right-5\@tablet {
padding-right: 2.5rem;
}
.padding-right-5\.5\@tablet {
padding-right: 2.75rem;
}
.padding-right-6\@tablet {
padding-right: 3rem;
}
.padding-right-6\.5\@tablet {
padding-right: 3.25rem;
}
.padding-right-7\@tablet {
padding-right: 3.5rem;
}
.padding-right-7\.5\@tablet {
padding-right: 3.75rem;
}
.padding-right-8\@tablet {
padding-right: 4rem;
}
.padding-right-8\.5\@tablet {
padding-right: 4.25rem;
}
.padding-right-9\@tablet {
padding-right: 4.5rem;
}
.padding-right-9\.5\@tablet {
padding-right: 4.75rem;
}
.padding-right-10\@tablet {
padding-right: 5rem;
}
.padding-right-10\.5\@tablet {
padding-right: 5.25rem;
}
.padding-right-11\@tablet {
padding-right: 5.5rem;
}
.padding-right-11\.5\@tablet {
padding-right: 5.75rem;
}
.padding-right-12\@tablet {
padding-right: 6rem;
}
.padding-right-12\.5\@tablet {
padding-right: 6.25rem;
}
.padding-right-13\@tablet {
padding-right: 6.5rem;
}
.padding-right-13\.5\@tablet {
padding-right: 6.75rem;
}
.padding-right-14\@tablet {
padding-right: 7rem;
}
.padding-right-14\.5\@tablet {
padding-right: 7.25rem;
}
.padding-right-15\@tablet {
padding-right: 7.5rem;
}
.padding-right-15\.5\@tablet {
padding-right: 7.75rem;
}
.padding-right-16\@tablet {
padding-right: 8rem;
}
.padding-right-16\.5\@tablet {
padding-right: 8.25rem;
}
.padding-right-17\@tablet {
padding-right: 8.5rem;
}
.padding-right-17\.5\@tablet {
padding-right: 8.75rem;
}
.padding-right-18\@tablet {
padding-right: 9rem;
}
.padding-right-18\.5\@tablet {
padding-right: 9.25rem;
}
.padding-right-19\@tablet {
padding-right: 9.5rem;
}
.padding-right-19\.5\@tablet {
padding-right: 9.75rem;
}
.padding-right-20\@tablet {
padding-right: 10rem;
}
.padding-right-20\.5\@tablet {
padding-right: 10.25rem;
}
.padding-right-21\@tablet {
padding-right: 10.5rem;
}
.padding-right-21\.5\@tablet {
padding-right: 10.75rem;
}
.padding-right-22\@tablet {
padding-right: 11rem;
}
.padding-right-22\.5\@tablet {
padding-right: 11.25rem;
}
.padding-right-23\@tablet {
padding-right: 11.5rem;
}
.padding-right-23\.5\@tablet {
padding-right: 11.75rem;
}
.padding-right-24\@tablet {
padding-right: 12rem;
}
.padding-right-24\.5\@tablet {
padding-right: 12.25rem;
}
.padding-right-25\@tablet {
padding-right: 12.5rem;
}
.padding-right-25\.5\@tablet {
padding-right: 12.75rem;
}
.padding-right-26\@tablet {
padding-right: 13rem;
}
.padding-right-26\.5\@tablet {
padding-right: 13.25rem;
}
.padding-right-27\@tablet {
padding-right: 13.5rem;
}
.padding-right-27\.5\@tablet {
padding-right: 13.75rem;
}
.padding-right-28\@tablet {
padding-right: 14rem;
}
.padding-right-28\.5\@tablet {
padding-right: 14.25rem;
}
.padding-right-29\@tablet {
padding-right: 14.5rem;
}
.padding-right-29\.5\@tablet {
padding-right: 14.75rem;
}
.padding-right-30\@tablet {
padding-right: 15rem;
}
.padding-bottom0\@tablet {
padding-bottom: 0;
}
.padding-bottom0\.5\@tablet {
padding-bottom: 0.25rem;
}
.padding-bottom1\@tablet {
padding-bottom: 0.5rem;
}
.padding-bottom1\.5\@tablet {
padding-bottom: 0.75rem;
}
.padding-bottom2\@tablet {
padding-bottom: 1rem;
}
.padding-bottom2\.5\@tablet {
padding-bottom: 1.25rem;
}
.padding-bottom3\@tablet {
padding-bottom: 1.5rem;
}
.padding-bottom3\.5\@tablet {
padding-bottom: 1.75rem;
}
.padding-bottom4\@tablet {
padding-bottom: 2rem;
}
.padding-bottom4\.5\@tablet {
padding-bottom: 2.25rem;
}
.padding-bottom5\@tablet {
padding-bottom: 2.5rem;
}
.padding-bottom5\.5\@tablet {
padding-bottom: 2.75rem;
}
.padding-bottom6\@tablet {
padding-bottom: 3rem;
}
.padding-bottom6\.5\@tablet {
padding-bottom: 3.25rem;
}
.padding-bottom7\@tablet {
padding-bottom: 3.5rem;
}
.padding-bottom7\.5\@tablet {
padding-bottom: 3.75rem;
}
.padding-bottom8\@tablet {
padding-bottom: 4rem;
}
.padding-bottom8\.5\@tablet {
padding-bottom: 4.25rem;
}
.padding-bottom9\@tablet {
padding-bottom: 4.5rem;
}
.padding-bottom9\.5\@tablet {
padding-bottom: 4.75rem;
}
.padding-bottom10\@tablet {
padding-bottom: 5rem;
}
.padding-bottom10\.5\@tablet {
padding-bottom: 5.25rem;
}
.padding-bottom11\@tablet {
padding-bottom: 5.5rem;
}
.padding-bottom11\.5\@tablet {
padding-bottom: 5.75rem;
}
.padding-bottom12\@tablet {
padding-bottom: 6rem;
}
.padding-bottom12\.5\@tablet {
padding-bottom: 6.25rem;
}
.padding-bottom13\@tablet {
padding-bottom: 6.5rem;
}
.padding-bottom13\.5\@tablet {
padding-bottom: 6.75rem;
}
.padding-bottom14\@tablet {
padding-bottom: 7rem;
}
.padding-bottom14\.5\@tablet {
padding-bottom: 7.25rem;
}
.padding-bottom15\@tablet {
padding-bottom: 7.5rem;
}
.padding-bottom15\.5\@tablet {
padding-bottom: 7.75rem;
}
.padding-bottom16\@tablet {
padding-bottom: 8rem;
}
.padding-bottom16\.5\@tablet {
padding-bottom: 8.25rem;
}
.padding-bottom17\@tablet {
padding-bottom: 8.5rem;
}
.padding-bottom17\.5\@tablet {
padding-bottom: 8.75rem;
}
.padding-bottom18\@tablet {
padding-bottom: 9rem;
}
.padding-bottom18\.5\@tablet {
padding-bottom: 9.25rem;
}
.padding-bottom19\@tablet {
padding-bottom: 9.5rem;
}
.padding-bottom19\.5\@tablet {
padding-bottom: 9.75rem;
}
.padding-bottom20\@tablet {
padding-bottom: 10rem;
}
.padding-bottom20\.5\@tablet {
padding-bottom: 10.25rem;
}
.padding-bottom21\@tablet {
padding-bottom: 10.5rem;
}
.padding-bottom21\.5\@tablet {
padding-bottom: 10.75rem;
}
.padding-bottom22\@tablet {
padding-bottom: 11rem;
}
.padding-bottom22\.5\@tablet {
padding-bottom: 11.25rem;
}
.padding-bottom23\@tablet {
padding-bottom: 11.5rem;
}
.padding-bottom23\.5\@tablet {
padding-bottom: 11.75rem;
}
.padding-bottom24\@tablet {
padding-bottom: 12rem;
}
.padding-bottom24\.5\@tablet {
padding-bottom: 12.25rem;
}
.padding-bottom25\@tablet {
padding-bottom: 12.5rem;
}
.padding-bottom25\.5\@tablet {
padding-bottom: 12.75rem;
}
.padding-bottom26\@tablet {
padding-bottom: 13rem;
}
.padding-bottom26\.5\@tablet {
padding-bottom: 13.25rem;
}
.padding-bottom27\@tablet {
padding-bottom: 13.5rem;
}
.padding-bottom27\.5\@tablet {
padding-bottom: 13.75rem;
}
.padding-bottom28\@tablet {
padding-bottom: 14rem;
}
.padding-bottom28\.5\@tablet {
padding-bottom: 14.25rem;
}
.padding-bottom29\@tablet {
padding-bottom: 14.5rem;
}
.padding-bottom29\.5\@tablet {
padding-bottom: 14.75rem;
}
.padding-bottom30\@tablet {
padding-bottom: 15rem;
}
.padding-left-0\@tablet {
padding-left: 0;
}
.padding-left-0\.5\@tablet {
padding-left: 0.25rem;
}
.padding-left-1\@tablet {
padding-left: 0.5rem;
}
.padding-left-1\.5\@tablet {
padding-left: 0.75rem;
}
.padding-left-2\@tablet {
padding-left: 1rem;
}
.padding-left-2\.5\@tablet {
padding-left: 1.25rem;
}
.padding-left-3\@tablet {
padding-left: 1.5rem;
}
.padding-left-3\.5\@tablet {
padding-left: 1.75rem;
}
.padding-left-4\@tablet {
padding-left: 2rem;
}
.padding-left-4\.5\@tablet {
padding-left: 2.25rem;
}
.padding-left-5\@tablet {
padding-left: 2.5rem;
}
.padding-left-5\.5\@tablet {
padding-left: 2.75rem;
}
.padding-left-6\@tablet {
padding-left: 3rem;
}
.padding-left-6\.5\@tablet {
padding-left: 3.25rem;
}
.padding-left-7\@tablet {
padding-left: 3.5rem;
}
.padding-left-7\.5\@tablet {
padding-left: 3.75rem;
}
.padding-left-8\@tablet {
padding-left: 4rem;
}
.padding-left-8\.5\@tablet {
padding-left: 4.25rem;
}
.padding-left-9\@tablet {
padding-left: 4.5rem;
}
.padding-left-9\.5\@tablet {
padding-left: 4.75rem;
}
.padding-left-10\@tablet {
padding-left: 5rem;
}
.padding-left-10\.5\@tablet {
padding-left: 5.25rem;
}
.padding-left-11\@tablet {
padding-left: 5.5rem;
}
.padding-left-11\.5\@tablet {
padding-left: 5.75rem;
}
.padding-left-12\@tablet {
padding-left: 6rem;
}
.padding-left-12\.5\@tablet {
padding-left: 6.25rem;
}
.padding-left-13\@tablet {
padding-left: 6.5rem;
}
.padding-left-13\.5\@tablet {
padding-left: 6.75rem;
}
.padding-left-14\@tablet {
padding-left: 7rem;
}
.padding-left-14\.5\@tablet {
padding-left: 7.25rem;
}
.padding-left-15\@tablet {
padding-left: 7.5rem;
}
.padding-left-15\.5\@tablet {
padding-left: 7.75rem;
}
.padding-left-16\@tablet {
padding-left: 8rem;
}
.padding-left-16\.5\@tablet {
padding-left: 8.25rem;
}
.padding-left-17\@tablet {
padding-left: 8.5rem;
}
.padding-left-17\.5\@tablet {
padding-left: 8.75rem;
}
.padding-left-18\@tablet {
padding-left: 9rem;
}
.padding-left-18\.5\@tablet {
padding-left: 9.25rem;
}
.padding-left-19\@tablet {
padding-left: 9.5rem;
}
.padding-left-19\.5\@tablet {
padding-left: 9.75rem;
}
.padding-left-20\@tablet {
padding-left: 10rem;
}
.padding-left-20\.5\@tablet {
padding-left: 10.25rem;
}
.padding-left-21\@tablet {
padding-left: 10.5rem;
}
.padding-left-21\.5\@tablet {
padding-left: 10.75rem;
}
.padding-left-22\@tablet {
padding-left: 11rem;
}
.padding-left-22\.5\@tablet {
padding-left: 11.25rem;
}
.padding-left-23\@tablet {
padding-left: 11.5rem;
}
.padding-left-23\.5\@tablet {
padding-left: 11.75rem;
}
.padding-left-24\@tablet {
padding-left: 12rem;
}
.padding-left-24\.5\@tablet {
padding-left: 12.25rem;
}
.padding-left-25\@tablet {
padding-left: 12.5rem;
}
.padding-left-25\.5\@tablet {
padding-left: 12.75rem;
}
.padding-left-26\@tablet {
padding-left: 13rem;
}
.padding-left-26\.5\@tablet {
padding-left: 13.25rem;
}
.padding-left-27\@tablet {
padding-left: 13.5rem;
}
.padding-left-27\.5\@tablet {
padding-left: 13.75rem;
}
.padding-left-28\@tablet {
padding-left: 14rem;
}
.padding-left-28\.5\@tablet {
padding-left: 14.25rem;
}
.padding-left-29\@tablet {
padding-left: 14.5rem;
}
.padding-left-29\.5\@tablet {
padding-left: 14.75rem;
}
.padding-left-30\@tablet {
padding-left: 15rem;
}
.padding-y-0\@tablet {
padding-top: 0;
padding-bottom: 0;
}
.padding-y-0\.5\@tablet {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.padding-y-1\@tablet {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.padding-y-1\.5\@tablet {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.padding-y-2\@tablet {
padding-top: 1rem;
padding-bottom: 1rem;
}
.padding-y-2\.5\@tablet {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.padding-y-3\@tablet {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.padding-y-3\.5\@tablet {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.padding-y-4\@tablet {
padding-top: 2rem;
padding-bottom: 2rem;
}
.padding-y-4\.5\@tablet {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.padding-y-5\@tablet {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.padding-y-5\.5\@tablet {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.padding-y-6\@tablet {
padding-top: 3rem;
padding-bottom: 3rem;
}
.padding-y-6\.5\@tablet {
padding-top: 3.25rem;
padding-bottom: 3.25rem;
}
.padding-y-7\@tablet {
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
.padding-y-7\.5\@tablet {
padding-top: 3.75rem;
padding-bottom: 3.75rem;
}
.padding-y-8\@tablet {
padding-top: 4rem;
padding-bottom: 4rem;
}
.padding-y-8\.5\@tablet {
padding-top: 4.25rem;
padding-bottom: 4.25rem;
}
.padding-y-9\@tablet {
padding-top: 4.5rem;
padding-bottom: 4.5rem;
}
.padding-y-9\.5\@tablet {
padding-top: 4.75rem;
padding-bottom: 4.75rem;
}
.padding-y-10\@tablet {
padding-top: 5rem;
padding-bottom: 5rem;
}
.padding-y-10\.5\@tablet {
padding-top: 5.25rem;
padding-bottom: 5.25rem;
}
.padding-y-11\@tablet {
padding-top: 5.5rem;
padding-bottom: 5.5rem;
}
.padding-y-11\.5\@tablet {
padding-top: 5.75rem;
padding-bottom: 5.75rem;
}
.padding-y-12\@tablet {
padding-top: 6rem;
padding-bottom: 6rem;
}
.padding-y-12\.5\@tablet {
padding-top: 6.25rem;
padding-bottom: 6.25rem;
}
.padding-y-13\@tablet {
padding-top: 6.55rem;
padding-bottom: 6.55rem;
}
.padding-y-13\.5\@tablet {
padding-top: 6.75rem;
padding-bottom: 6.75rem;
}
.padding-y-14\@tablet {
padding-top: 7rem;
padding-bottom: 7rem;
}
.padding-y-14\.5\@tablet {
padding-top: 7.25rem;
padding-bottom: 7.25rem;
}
.padding-y-15\@tablet {
padding-top: 7.25rem;
padding-bottom: 7.25rem;
}
.padding-y-15\.5\@tablet {
padding-top: 7.75rem;
padding-bottom: 7.75rem;
}
.padding-y-16\@tablet {
padding-top: 8rem;
padding-bottom: 8rem;
}
.padding-y-16\.5\@tablet {
padding-top: 8.25rem;
padding-bottom: 8.25rem;
}
.padding-y-17\@tablet {
padding-top: 8.5rem;
padding-bottom: 8.5rem;
}
.padding-y-17\.5\@tablet {
padding-top: 8.75rem;
padding-bottom: 8.75rem;
}
.padding-y-18\@tablet {
padding-top: 9rem;
padding-bottom: 9rem;
}
.padding-y-18\.5\@tablet {
padding-top: 9.25rem;
padding-bottom: 9.25rem;
}
.padding-y-19\@tablet {
padding-top: 9.5rem;
padding-bottom: 9.5rem;
}
.padding-y-19\.5\@tablet {
padding-top: 9.75rem;
padding-bottom: 9.75rem;
}
.padding-y-20\@tablet {
padding-top: 10rem;
padding-bottom: 10rem;
}
.padding-y-20\.5\@tablet {
padding-top: 10.25rem;
padding-bottom: 10.25rem;
}
.padding-y-21\@tablet {
padding-top: 10.5rem;
padding-bottom: 10.5rem;
}
.padding-y-21\.5\@tablet {
padding-top: 10.75rem;
padding-bottom: 10.75rem;
}
.padding-y-22\@tablet {
padding-top: 11rem;
padding-bottom: 11rem;
}
.padding-y-22\.5\@tablet {
padding-top: 11.25rem;
padding-bottom: 11.25rem;
}
.padding-y-23\@tablet {
padding-top: 11.5rem;
padding-bottom: 11.5rem;
}
.padding-y-23\.5\@tablet {
padding-top: 11.75rem;
padding-bottom: 11.75rem;
}
.padding-y-24\@tablet {
padding-top: 12rem;
padding-bottom: 12rem;
}
.padding-y-24\.5\@tablet {
padding-top: 12.25rem;
padding-bottom: 12.25rem;
}
.padding-y-25\@tablet {
padding-top: 12.5rem;
padding-bottom: 12.5rem;
}
.padding-y-25\.5\@tablet {
padding-top: 12.75rem;
padding-bottom: 12.75rem;
}
.padding-y-26\@tablet {
padding-top: 13rem;
padding-bottom: 13rem;
}
.padding-y-26\.5\@tablet {
padding-top: 13.25rem;
padding-bottom: 13.25rem;
}
.padding-y-27\@tablet {
padding-top: 13.5rem;
padding-bottom: 13.5rem;
}
.padding-y-28\.5\@tablet {
padding-top: 13.75rem;
padding-bottom: 13.75rem;
}
.padding-y-28\@tablet {
padding-top: 14rem;
padding-bottom: 14rem;
}
.padding-y-28\.5\@tablet {
padding-top: 14.25rem;
padding-bottom: 14.25rem;
}
.padding-y-29\@tablet {
padding-top: 14.5rem;
padding-bottom: 14.5rem;
}
.padding-y-29\.5\@tablet {
padding-top: 14.75rem;
padding-bottom: 14.75rem;
}
.padding-y-30\@tablet {
padding-top: 15rem;
padding-bottom: 15rem;
}
.padding-x-0\@tablet {
padding-right: 0;
padding-left: 0;
}
.padding-x-0\.5\@tablet {
padding-right: 0.25rem;
padding-left: 0.25rem;
}
.padding-x-1\@tablet {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.padding-x-1\.5\@tablet {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.padding-x-2\@tablet {
padding-right: 1rem;
padding-left: 1rem;
}
.padding-x-2\.5\@tablet {
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.padding-x-3\@tablet {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.padding-x-3\.5\@tablet {
padding-right: 1.75rem;
padding-left: 1.75rem;
}
.padding-x-4\@tablet {
padding-right: 2rem;
padding-left: 2rem;
}
.padding-x-4\.5\@tablet {
padding-right: 2.25rem;
padding-left: 2.25rem;
}
.padding-x-5\@tablet {
padding-right: 2.5rem;
padding-left: 2.5rem;
}
.padding-x-5\.5\@tablet {
padding-right: 2.75rem;
padding-left: 2.75rem;
}
.padding-x-6\@tablet {
padding-right: 3rem;
padding-left: 3rem;
}
.padding-x-6\.5\@tablet {
padding-right: 3.25rem;
padding-left: 3.25rem;
}
.padding-x-7\@tablet {
padding-right: 3.5rem;
padding-left: 3.5rem;
}
.padding-x-7\.5\@tablet {
padding-right: 3.75rem;
padding-left: 3.75rem;
}
.padding-x-8\@tablet {
padding-right: 4rem;
padding-left: 4rem;
}
.padding-x-8\.5\@tablet {
padding-right: 4.25rem;
padding-left: 4.25rem;
}
.padding-x-9\@tablet {
padding-right: 4.5rem;
padding-left: 4.5rem;
}
.padding-x-9\.5\@tablet {
padding-right: 4.75rem;
padding-left: 4.75rem;
}
.padding-x-10\@tablet {
padding-right: 5rem;
padding-left: 5rem;
}
.padding-x-10\.5\@tablet {
padding-right: 5.25rem;
padding-left: 5.25rem;
}
.padding-x-11\@tablet {
padding-right: 5.5rem;
padding-left: 5.5rem;
}
.padding-x-11\.5\@tablet {
padding-right: 5.75rem;
padding-left: 5.75rem;
}
.padding-x-12\@tablet {
padding-right: 6rem;
padding-left: 6rem;
}
.padding-x-12\.5\@tablet {
padding-right: 6.25rem;
padding-left: 6.25rem;
}
.padding-x-13\@tablet {
padding-right: 6.55rem;
padding-left: 6.55rem;
}
.padding-x-13\.5\@tablet {
padding-right: 6.75rem;
padding-left: 6.75rem;
}
.padding-x-14\@tablet {
padding-right: 7rem;
padding-left: 7rem;
}
.padding-x-14\.5\@tablet {
padding-right: 7.25rem;
padding-left: 7.25rem;
}
.padding-x-15\@tablet {
padding-right: 7.25rem;
padding-left: 7.25rem;
}
.padding-x-15\.5\@tablet {
padding-right: 7.75rem;
padding-left: 7.75rem;
}
.padding-x-16\@tablet {
padding-right: 8rem;
padding-left: 8rem;
}
.padding-x-16\.5\@tablet {
padding-right: 8.25rem;
padding-left: 8.25rem;
}
.padding-x-17\@tablet {
padding-right: 8.5rem;
padding-left: 8.5rem;
}
.padding-x-17\.5\@tablet {
padding-right: 8.75rem;
padding-left: 8.75rem;
}
.padding-x-18\@tablet {
padding-right: 9rem;
padding-left: 9rem;
}
.padding-x-18\.5\@tablet {
padding-right: 9.25rem;
padding-left: 9.25rem;
}
.padding-x-19\@tablet {
padding-right: 9.5rem;
padding-left: 9.5rem;
}
.padding-x-19\.5\@tablet {
padding-right: 9.75rem;
padding-left: 9.75rem;
}
.padding-x-20\@tablet {
padding-right: 10rem;
padding-left: 10rem;
}
.padding-x-20\.5\@tablet {
padding-right: 10.25rem;
padding-left: 10.25rem;
}
.padding-x-21\@tablet {
padding-right: 10.5rem;
padding-left: 10.5rem;
}
.padding-x-21\.5\@tablet {
padding-right: 10.75rem;
padding-left: 10.75rem;
}
.padding-x-22\@tablet {
padding-right: 11rem;
padding-left: 11rem;
}
.padding-x-22\.5\@tablet {
padding-right: 11.25rem;
padding-left: 11.25rem;
}
.padding-x-23\@tablet {
padding-right: 11.5rem;
padding-left: 11.5rem;
}
.padding-x-23\.5\@tablet {
padding-right: 11.75rem;
padding-left: 11.75rem;
}
.padding-x-24\@tablet {
padding-right: 12rem;
padding-left: 12rem;
}
.padding-x-24\.5\@tablet {
padding-right: 12.25rem;
padding-left: 12.25rem;
}
.padding-x-25\@tablet {
padding-right: 12.5rem;
padding-left: 12.5rem;
}
.padding-x-25\.5\@tablet {
padding-right: 12.75rem;
padding-left: 12.75rem;
}
.padding-x-26\@tablet {
padding-right: 13rem;
padding-left: 13rem;
}
.padding-x-26\.5\@tablet {
padding-right: 13.25rem;
padding-left: 13.25rem;
}
.padding-x-27\@tablet {
padding-right: 13.5rem;
padding-left: 13.5rem;
}
.padding-x-28\.5\@tablet {
padding-right: 13.75rem;
padding-left: 13.75rem;
}
.padding-x-28\@tablet {
padding-right: 14rem;
padding-left: 14rem;
}
.padding-x-28\.5\@tablet {
padding-right: 14.25rem;
padding-left: 14.25rem;
}
.padding-x-29\@tablet {
padding-right: 14.5rem;
padding-left: 14.5rem;
}
.padding-x-29\.5\@tablet {
padding-right: 14.75rem;
padding-left: 14.75rem;
}
.padding-x-30\@tablet {
padding-right: 15rem;
padding-left: 15rem;
}
}
@media (min-width: 57rem) {
.padding-0\@laptop {
padding: 0;
}
.padding-0\.5\@laptop {
padding: 0.25rem;
}
.padding-1\@laptop {
padding: 0.5rem;
}
.padding-1\.5\@laptop {
padding: 0.75rem;
}
.padding-2\@laptop {
padding: 1rem;
}
.padding-2\.5\@laptop {
padding: 1.25rem;
}
.padding-3\@laptop {
padding: 1.5rem;
}
.padding-3\.5\@laptop {
padding: 1.75rem;
}
.padding-4\@laptop {
padding: 2rem;
}
.padding-4\.5\@laptop {
padding: 2.25rem;
}
.padding-5\@laptop {
padding: 2.5rem;
}
.padding-5\.5\@laptop {
padding: 2.75rem;
}
.padding-6\@laptop {
padding: 3rem;
}
.padding-6\.5\@laptop {
padding: 3.25rem;
}
.padding-7\@laptop {
padding: 3.5rem;
}
.padding-7\.5\@laptop {
padding: 3.75rem;
}
.padding-8\@laptop {
padding: 4rem;
}
.padding-8\.5\@laptop {
padding: 4.25rem;
}
.padding-9\@laptop {
padding: 4.5rem;
}
.padding-9\.5\@laptop {
padding: 4.75rem;
}
.padding-10\@laptop {
padding: 5rem;
}
.padding-10\.5\@laptop {
padding: 5.25rem;
}
.padding-11\@laptop {
padding: 5.5rem;
}
.padding-11\.5\@laptop {
padding: 5.75rem;
}
.padding-12\@laptop {
padding: 6rem;
}
.padding-12\.5\@laptop {
padding: 6.25rem;
}
.padding-13\@laptop {
padding: 6.5rem;
}
.padding-13\.5\@laptop {
padding: 6.75rem;
}
.padding-14\@laptop {
padding: 7rem;
}
.padding-14\.5\@laptop {
padding: 7.25rem;
}
.padding-15\@laptop {
padding: 7.5rem;
}
.padding-15\.5\@laptop {
padding: 7.75rem;
}
.padding-16\@laptop {
padding: 8rem;
}
.padding-16\.5\@laptop {
padding: 8.25rem;
}
.padding-17\@laptop {
padding: 8.5rem;
}
.padding-17\.5\@laptop {
padding: 8.75rem;
}
.padding-18\@laptop {
padding: 9rem;
}
.padding-18\.5\@laptop {
padding: 9.25rem;
}
.padding-19\@laptop {
padding: 9.5rem;
}
.padding-19\.5\@laptop {
padding: 9.75rem;
}
.padding-20\@laptop {
padding: 10rem;
}
.padding-20\.5\@laptop {
padding: 10.25rem;
}
.padding-21\@laptop {
padding: 10.5rem;
}
.padding-21\.5\@laptop {
padding: 10.75rem;
}
.padding-22\@laptop {
padding: 11rem;
}
.padding-22\.5\@laptop {
padding: 11.25rem;
}
.padding-23\@laptop {
padding-top: 11.5rem;
}
.padding-23\.5\@laptop {
padding: 11.75rem;
}
.padding-24\@laptop {
padding-top: 12rem;
}
.padding-24\.5\@laptop {
padding: 12.25rem;
}
.padding-25\@laptop {
padding: 12.5rem;
}
.padding-25\.5\@laptop {
padding: 12.75rem;
}
.padding-26\@laptop {
padding: 13rem;
}
.padding-26\.5\@laptop {
padding: 13.25rem;
}
.padding-27\@laptop {
padding: 13.5rem;
}
.padding-27\.5\@laptop {
padding: 13.75rem;
}
.padding-28\@laptop {
padding: 14rem;
}
.padding-28\.5\@laptop {
padding: 14.25rem;
}
.padding-29\@laptop {
padding: 14.5rem;
}
.padding-29\.5\@laptop {
padding: 14.75rem;
}
.padding-30\@laptop {
padding: 15rem;
}
.padding-top-0\@laptop {
padding-top: 0;
}
.padding-top-0\.5\@laptop {
padding-top: 0.25rem;
}
.padding-top-1\@laptop {
padding-top: 0.5rem;
}
.padding-top-1\.5\@laptop {
padding-top: 0.75rem;
}
.padding-top-2\@laptop {
padding-top: 1rem;
}
.padding-top-2\.5\@laptop {
padding-top: 1.25rem;
}
.padding-top-3\@laptop {
padding-top: 1.5rem;
}
.padding-top-3\.5\@laptop {
padding-top: 1.75rem;
}
.padding-top-4\@laptop {
padding-top: 2rem;
}
.padding-top-4\.5\@laptop {
padding-top: 2.25rem;
}
.padding-top-5\@laptop {
padding-top: 2.5rem;
}
.padding-top-5\.5\@laptop {
padding-top: 2.75rem;
}
.padding-top-6\@laptop {
padding-top: 3rem;
}
.padding-top-6\.5\@laptop {
padding-top: 3.25rem;
}
.padding-top-7\@laptop {
padding-top: 3.5rem;
}
.padding-top-7\.5\@laptop {
padding-top: 3.75rem;
}
.padding-top-8\@laptop {
padding-top: 4rem;
}
.padding-top-8\.5\@laptop {
padding-top: 4.25rem;
}
.padding-top-9\@laptop {
padding-top: 4.5rem;
}
.padding-top-9\.5\@laptop {
padding-top: 4.75rem;
}
.padding-top-10\@laptop {
padding-top: 5rem;
}
.padding-top-10\.5\@laptop {
padding-top: 5.25rem;
}
.padding-top-11\@laptop {
padding-top: 5.5rem;
}
.padding-top-11\.5\@laptop {
padding-top: 5.75rem;
}
.padding-top-12\@laptop {
padding-top: 6rem;
}
.padding-top-12\.5\@laptop {
padding-top: 6.25rem;
}
.padding-top-13\@laptop {
padding-top: 6.5rem;
}
.padding-top-13\.5\@laptop {
padding-top: 6.75rem;
}
.padding-top-14\@laptop {
padding-top: 7rem;
}
.padding-top-14\.5\@laptop {
padding-top: 7.25rem;
}
.padding-top-15\@laptop {
padding-top: 7.5rem;
}
.padding-top-15\.5\@laptop {
padding-top: 7.75rem;
}
.padding-top-16\@laptop {
padding-top: 8rem;
}
.padding-top-16\.5\@laptop {
padding-top: 8.25rem;
}
.padding-top-17\@laptop {
padding-top: 8.5rem;
}
.padding-top-17\.5\@laptop {
padding-top: 8.75rem;
}
.padding-top-18\@laptop {
padding-top: 9rem;
}
.padding-top-18\.5\@laptop {
padding-top: 9.25rem;
}
.padding-top-19\@laptop {
padding-top: 9.5rem;
}
.padding-top-19\.5\@laptop {
padding-top: 9.75rem;
}
.padding-top-20\@laptop {
padding-top: 10rem;
}
.padding-top-20\.5\@laptop {
padding-top: 10.25rem;
}
.padding-top-21\@laptop {
padding-top: 10.5rem;
}
.padding-top-21\.5\@laptop {
padding-top: 10.75rem;
}
.padding-top-22\@laptop {
padding-top: 11rem;
}
.padding-top-22\.5\@laptop {
padding-top: 11.25rem;
}
.padding-top-23\@laptop {
padding-top: 11.5rem;
}
.padding-top-23\.5\@laptop {
padding-top: 11.75rem;
}
.padding-top-24\@laptop {
padding-top: 12rem;
}
.padding-top-24\.5\@laptop {
padding-top: 12.25rem;
}
.padding-top-25\@laptop {
padding-top: 12.5rem;
}
.padding-top-25\.5\@laptop {
padding-top: 12.75rem;
}
.padding-top-26\@laptop {
padding-top: 13rem;
}
.padding-top-26\.5\@laptop {
padding-top: 13.25rem;
}
.padding-top-27\@laptop {
padding-top: 13.5rem;
}
.padding-top-27\.5\@laptop {
padding-top: 13.75rem;
}
.padding-top-28\@laptop {
padding-top: 14rem;
}
.padding-top-28\.5\@laptop {
padding-top: 14.25rem;
}
.padding-top-29\@laptop {
padding-top: 14.5rem;
}
.padding-top-29\.5\@laptop {
padding-top: 14.75rem;
}
.padding-top-30\@laptop {
padding-top: 15rem;
}
.padding-right-0\@laptop {
padding-right: 0;
}
.padding-right-0\.5\@laptop {
padding-right: 0.25rem;
}
.padding-right-1\@laptop {
padding-right: 0.5rem;
}
.padding-right-1\.5\@laptop {
padding-right: 0.75rem;
}
.padding-right-2\@laptop {
padding-right: 1rem;
}
.padding-right-2\.5\@laptop {
padding-right: 1.25rem;
}
.padding-right-3\@laptop {
padding-right: 1.5rem;
}
.padding-right-3\.5\@laptop {
padding-right: 1.75rem;
}
.padding-right-4\@laptop {
padding-right: 2rem;
}
.padding-right-4\.5\@laptop {
padding-right: 2.25rem;
}
.padding-right-5\@laptop {
padding-right: 2.5rem;
}
.padding-right-5\.5\@laptop {
padding-right: 2.75rem;
}
.padding-right-6\@laptop {
padding-right: 3rem;
}
.padding-right-6\.5\@laptop {
padding-right: 3.25rem;
}
.padding-right-7\@laptop {
padding-right: 3.5rem;
}
.padding-right-7\.5\@laptop {
padding-right: 3.75rem;
}
.padding-right-8\@laptop {
padding-right: 4rem;
}
.padding-right-8\.5\@laptop {
padding-right: 4.25rem;
}
.padding-right-9\@laptop {
padding-right: 4.5rem;
}
.padding-right-9\.5\@laptop {
padding-right: 4.75rem;
}
.padding-right-10\@laptop {
padding-right: 5rem;
}
.padding-right-10\.5\@laptop {
padding-right: 5.25rem;
}
.padding-right-11\@laptop {
padding-right: 5.5rem;
}
.padding-right-11\.5\@laptop {
padding-right: 5.75rem;
}
.padding-right-12\@laptop {
padding-right: 6rem;
}
.padding-right-12\.5\@laptop {
padding-right: 6.25rem;
}
.padding-right-13\@laptop {
padding-right: 6.5rem;
}
.padding-right-13\.5\@laptop {
padding-right: 6.75rem;
}
.padding-right-14\@laptop {
padding-right: 7rem;
}
.padding-right-14\.5\@laptop {
padding-right: 7.25rem;
}
.padding-right-15\@laptop {
padding-right: 7.5rem;
}
.padding-right-15\.5\@laptop {
padding-right: 7.75rem;
}
.padding-right-16\@laptop {
padding-right: 8rem;
}
.padding-right-16\.5\@laptop {
padding-right: 8.25rem;
}
.padding-right-17\@laptop {
padding-right: 8.5rem;
}
.padding-right-17\.5\@laptop {
padding-right: 8.75rem;
}
.padding-right-18\@laptop {
padding-right: 9rem;
}
.padding-right-18\.5\@laptop {
padding-right: 9.25rem;
}
.padding-right-19\@laptop {
padding-right: 9.5rem;
}
.padding-right-19\.5\@laptop {
padding-right: 9.75rem;
}
.padding-right-20\@laptop {
padding-right: 10rem;
}
.padding-right-20\.5\@laptop {
padding-right: 10.25rem;
}
.padding-right-21\@laptop {
padding-right: 10.5rem;
}
.padding-right-21\.5\@laptop {
padding-right: 10.75rem;
}
.padding-right-22\@laptop {
padding-right: 11rem;
}
.padding-right-22\.5\@laptop {
padding-right: 11.25rem;
}
.padding-right-23\@laptop {
padding-right: 11.5rem;
}
.padding-right-23\.5\@laptop {
padding-right: 11.75rem;
}
.padding-right-24\@laptop {
padding-right: 12rem;
}
.padding-right-24\.5\@laptop {
padding-right: 12.25rem;
}
.padding-right-25\@laptop {
padding-right: 12.5rem;
}
.padding-right-25\.5\@laptop {
padding-right: 12.75rem;
}
.padding-right-26\@laptop {
padding-right: 13rem;
}
.padding-right-26\.5\@laptop {
padding-right: 13.25rem;
}
.padding-right-27\@laptop {
padding-right: 13.5rem;
}
.padding-right-27\.5\@laptop {
padding-right: 13.75rem;
}
.padding-right-28\@laptop {
padding-right: 14rem;
}
.padding-right-28\.5\@laptop {
padding-right: 14.25rem;
}
.padding-right-29\@laptop {
padding-right: 14.5rem;
}
.padding-right-29\.5\@laptop {
padding-right: 14.75rem;
}
.padding-right-30\@laptop {
padding-right: 15rem;
}
.padding-bottom0\@laptop {
padding-bottom: 0;
}
.padding-bottom0\.5\@laptop {
padding-bottom: 0.25rem;
}
.padding-bottom1\@laptop {
padding-bottom: 0.5rem;
}
.padding-bottom1\.5\@laptop {
padding-bottom: 0.75rem;
}
.padding-bottom2\@laptop {
padding-bottom: 1rem;
}
.padding-bottom2\.5\@laptop {
padding-bottom: 1.25rem;
}
.padding-bottom3\@laptop {
padding-bottom: 1.5rem;
}
.padding-bottom3\.5\@laptop {
padding-bottom: 1.75rem;
}
.padding-bottom4\@laptop {
padding-bottom: 2rem;
}
.padding-bottom4\.5\@laptop {
padding-bottom: 2.25rem;
}
.padding-bottom5\@laptop {
padding-bottom: 2.5rem;
}
.padding-bottom5\.5\@laptop {
padding-bottom: 2.75rem;
}
.padding-bottom6\@laptop {
padding-bottom: 3rem;
}
.padding-bottom6\.5\@laptop {
padding-bottom: 3.25rem;
}
.padding-bottom7\@laptop {
padding-bottom: 3.5rem;
}
.padding-bottom7\.5\@laptop {
padding-bottom: 3.75rem;
}
.padding-bottom8\@laptop {
padding-bottom: 4rem;
}
.padding-bottom8\.5\@laptop {
padding-bottom: 4.25rem;
}
.padding-bottom9\@laptop {
padding-bottom: 4.5rem;
}
.padding-bottom9\.5\@laptop {
padding-bottom: 4.75rem;
}
.padding-bottom10\@laptop {
padding-bottom: 5rem;
}
.padding-bottom10\.5\@laptop {
padding-bottom: 5.25rem;
}
.padding-bottom11\@laptop {
padding-bottom: 5.5rem;
}
.padding-bottom11\.5\@laptop {
padding-bottom: 5.75rem;
}
.padding-bottom12\@laptop {
padding-bottom: 6rem;
}
.padding-bottom12\.5\@laptop {
padding-bottom: 6.25rem;
}
.padding-bottom13\@laptop {
padding-bottom: 6.5rem;
}
.padding-bottom13\.5\@laptop {
padding-bottom: 6.75rem;
}
.padding-bottom14\@laptop {
padding-bottom: 7rem;
}
.padding-bottom14\.5\@laptop {
padding-bottom: 7.25rem;
}
.padding-bottom15\@laptop {
padding-bottom: 7.5rem;
}
.padding-bottom15\.5\@tablet {
padding-bottom: 7.75rem;
}
.padding-bottom16\@laptop {
padding-bottom: 8rem;
}
.padding-bottom16\.5\@laptop {
padding-bottom: 8.25rem;
}
.padding-bottom17\@laptop {
padding-bottom: 8.5rem;
}
.padding-bottom17\.5\@laptop {
padding-bottom: 8.75rem;
}
.padding-bottom18\@laptop {
padding-bottom: 9rem;
}
.padding-bottom18\.5\@laptop {
padding-bottom: 9.25rem;
}
.padding-bottom19\@laptop {
padding-bottom: 9.5rem;
}
.padding-bottom19\.5\@laptop {
padding-bottom: 9.75rem;
}
.padding-bottom20\@laptop {
padding-bottom: 10rem;
}
.padding-bottom20\.5\@laptop {
padding-bottom: 10.25rem;
}
.padding-bottom21\@laptop {
padding-bottom: 10.5rem;
}
.padding-bottom21\.5\@laptop {
padding-bottom: 10.75rem;
}
.padding-bottom22\@laptop {
padding-bottom: 11rem;
}
.padding-bottom22\.5\@laptop {
padding-bottom: 11.25rem;
}
.padding-bottom23\@laptop {
padding-bottom: 11.5rem;
}
.padding-bottom23\.5\@laptop {
padding-bottom: 11.75rem;
}
.padding-bottom24\@laptop {
padding-bottom: 12rem;
}
.padding-bottom24\.5\@laptop {
padding-bottom: 12.25rem;
}
.padding-bottom25\@laptop {
padding-bottom: 12.5rem;
}
.padding-bottom25\.5\@laptop {
padding-bottom: 12.75rem;
}
.padding-bottom26\@laptop {
padding-bottom: 13rem;
}
.padding-bottom26\.5\@laptop {
padding-bottom: 13.25rem;
}
.padding-bottom27\@laptop {
padding-bottom: 13.5rem;
}
.padding-bottom27\.5\@laptop {
padding-bottom: 13.75rem;
}
.padding-bottom28\@laptop {
padding-bottom: 14rem;
}
.padding-bottom28\.5\@laptop {
padding-bottom: 14.25rem;
}
.padding-bottom29\@laptop {
padding-bottom: 14.5rem;
}
.padding-bottom29\.5\@laptop {
padding-bottom: 14.75rem;
}
.padding-bottom30\@laptop {
padding-bottom: 15rem;
}
.padding-left-0\@laptop {
padding-left: 0;
}
.padding-left-0\.5\@laptop {
padding-left: 0.25rem;
}
.padding-left-1\@laptop {
padding-left: 0.5rem;
}
.padding-left-1\.5\@laptop {
padding-left: 0.75rem;
}
.padding-left-2\@laptop {
padding-left: 1rem;
}
.padding-left-2\.5\@laptop {
padding-left: 1.25rem;
}
.padding-left-3\@laptop {
padding-left: 1.5rem;
}
.padding-left-3\.5\@laptop {
padding-left: 1.75rem;
}
.padding-left-4\@laptop {
padding-left: 2rem;
}
.padding-left-4\.5\@laptop {
padding-left: 2.25rem;
}
.padding-left-5\@laptop {
padding-left: 2.5rem;
}
.padding-left-5\.5\@laptop {
padding-left: 2.75rem;
}
.padding-left-6\@laptop {
padding-left: 3rem;
}
.padding-left-6\.5\@laptop {
padding-left: 3.25rem;
}
.padding-left-7\@laptop {
padding-left: 3.5rem;
}
.padding-left-7\.5\@laptop {
padding-left: 3.75rem;
}
.padding-left-8\@laptop {
padding-left: 4rem;
}
.padding-left-8\.5\@laptop {
padding-left: 4.25rem;
}
.padding-left-9\@laptop {
padding-left: 4.5rem;
}
.padding-left-9\.5\@laptop {
padding-left: 4.75rem;
}
.padding-left-10\@laptop {
padding-left: 5rem;
}
.padding-left-10\.5\@laptop {
padding-left: 5.25rem;
}
.padding-left-11\@laptop {
padding-left: 5.5rem;
}
.padding-left-11\.5\@laptop {
padding-left: 5.75rem;
}
.padding-left-12\@laptop {
padding-left: 6rem;
}
.padding-left-12\.5\@laptop {
padding-left: 6.25rem;
}
.padding-left-13\@laptop {
padding-left: 6.5rem;
}
.padding-left-13\.5\@laptop {
padding-left: 6.75rem;
}
.padding-left-14\@laptop {
padding-left: 7rem;
}
.padding-left-14\.5\@laptop {
padding-left: 7.25rem;
}
.padding-left-15\@laptop {
padding-left: 7.5rem;
}
.padding-left-15\.5\@laptop {
padding-left: 7.75rem;
}
.padding-left-16\@laptop {
padding-left: 8rem;
}
.padding-left-16\.5\@laptop {
padding-left: 8.25rem;
}
.padding-left-17\@laptop {
padding-left: 8.5rem;
}
.padding-left-17\.5\@laptop {
padding-left: 8.75rem;
}
.padding-left-18\@laptop {
padding-left: 9rem;
}
.padding-left-18\.5\@laptop {
padding-left: 9.25rem;
}
.padding-left-19\@laptop {
padding-left: 9.5rem;
}
.padding-left-19\.5\@laptop {
padding-left: 9.75rem;
}
.padding-left-20\@laptop {
padding-left: 10rem;
}
.padding-left-20\.5\@laptop {
padding-left: 10.25rem;
}
.padding-left-21\@laptop {
padding-left: 10.5rem;
}
.padding-left-21\.5\@laptop {
padding-left: 10.75rem;
}
.padding-left-22\@laptop {
padding-left: 11rem;
}
.padding-left-22\.5\@laptop {
padding-left: 11.25rem;
}
.padding-left-23\@laptop {
padding-left: 11.5rem;
}
.padding-left-23\.5\@laptop {
padding-left: 11.75rem;
}
.padding-left-24\@tablet {
padding-left: 12rem;
}
.padding-left-24\.5\@tablet {
padding-left: 12.25rem;
}
.padding-left-25\@tablet {
padding-left: 12.5rem;
}
.padding-left-25\.5\@laptop {
padding-left: 12.75rem;
}
.padding-left-26\@laptop {
padding-left: 13rem;
}
.padding-left-26\.5\@laptop {
padding-left: 13.25rem;
}
.padding-left-27\@laptop {
padding-left: 13.5rem;
}
.padding-left-27\.5\@laptop {
padding-left: 13.75rem;
}
.padding-left-28\@laptop {
padding-left: 14rem;
}
.padding-left-28\.5\@laptop {
padding-left: 14.25rem;
}
.padding-left-29\@laptop {
padding-left: 14.5rem;
}
.padding-left-29\.5\@laptop {
padding-left: 14.75rem;
}
.padding-left-30\@laptop {
padding-left: 15rem;
}
.padding-y-0\@laptop {
padding-top: 0;
padding-bottom: 0;
}
.padding-y-0\.5\@laptop {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.padding-y-1\@laptop {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.padding-y-1\.5\@laptop {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.padding-y-2\@laptop {
padding-top: 1rem;
padding-bottom: 1rem;
}
.padding-y-2\.5\@laptop {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.padding-y-3\@laptop {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.padding-y-3\.5\@laptop {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.padding-y-4\@laptop {
padding-top: 2rem;
padding-bottom: 2rem;
}
.padding-y-4\.5\@laptop {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.padding-y-5\@laptop {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.padding-y-5\.5\@laptop {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.padding-y-6\@laptop {
padding-top: 3rem;
padding-bottom: 3rem;
}
.padding-y-6\.5\@laptop {
padding-top: 3.25rem;
padding-bottom: 3.25rem;
}
.padding-y-7\@laptop {
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
.padding-y-7\.5\@laptop {
padding-top: 3.75rem;
padding-bottom: 3.75rem;
}
.padding-y-8\@laptop {
padding-top: 4rem;
padding-bottom: 4rem;
}
.padding-y-8\.5\@laptop {
padding-top: 4.25rem;
padding-bottom: 4.25rem;
}
.padding-y-9\@laptop {
padding-top: 4.5rem;
padding-bottom: 4.5rem;
}
.padding-y-9\.5\@laptop {
padding-top: 4.75rem;
padding-bottom: 4.75rem;
}
.padding-y-10\@laptop {
padding-top: 5rem;
padding-bottom: 5rem;
}
.padding-y-10\.5\@laptop {
padding-top: 5.25rem;
padding-bottom: 5.25rem;
}
.padding-y-11\@laptop {
padding-top: 5.5rem;
padding-bottom: 5.5rem;
}
.padding-y-11\.5\@laptop {
padding-top: 5.75rem;
padding-bottom: 5.75rem;
}
.padding-y-12\@laptop {
padding-top: 6rem;
padding-bottom: 6rem;
}
.padding-y-12\.5\@laptop {
padding-top: 6.25rem;
padding-bottom: 6.25rem;
}
.padding-y-13\@laptop {
padding-top: 6.55rem;
padding-bottom: 6.55rem;
}
.padding-y-13\.5\@laptop {
padding-top: 6.75rem;
padding-bottom: 6.75rem;
}
.padding-y-14\@laptop {
padding-top: 7rem;
padding-bottom: 7rem;
}
.padding-y-14\.5\@laptop {
padding-top: 7.25rem;
padding-bottom: 7.25rem;
}
.padding-y-15\@laptop {
padding-top: 7.25rem;
padding-bottom: 7.25rem;
}
.padding-y-15\.5\@laptop {
padding-top: 7.75rem;
padding-bottom: 7.75rem;
}
.padding-y-16\@laptop {
padding-top: 8rem;
padding-bottom: 8rem;
}
.padding-y-16\.5\@laptop {
padding-top: 8.25rem;
padding-bottom: 8.25rem;
}
.padding-y-17\@laptop {
padding-top: 8.5rem;
padding-bottom: 8.5rem;
}
.padding-y-17\.5\@laptop {
padding-top: 8.75rem;
padding-bottom: 8.75rem;
}
.padding-y-18\@laptop {
padding-top: 9rem;
padding-bottom: 9rem;
}
.padding-y-18\.5\@laptop {
padding-top: 9.25rem;
padding-bottom: 9.25rem;
}
.padding-y-19\@laptop {
padding-top: 9.5rem;
padding-bottom: 9.5rem;
}
.padding-y-19\.5\@laptop {
padding-top: 9.75rem;
padding-bottom: 9.75rem;
}
.padding-y-20\@laptop {
padding-top: 10rem;
padding-bottom: 10rem;
}
.padding-y-20\.5\@laptop {
padding-top: 10.25rem;
padding-bottom: 10.25rem;
}
.padding-y-21\@laptop {
padding-top: 10.5rem;
padding-bottom: 10.5rem;
}
.padding-y-21\.5\@laptop {
padding-top: 10.75rem;
padding-bottom: 10.75rem;
}
.padding-y-22\@laptop {
padding-top: 11rem;
padding-bottom: 11rem;
}
.padding-y-22\.5\@laptop {
padding-top: 11.25rem;
padding-bottom: 11.25rem;
}
.padding-y-23\@laptop {
padding-top: 11.5rem;
padding-bottom: 11.5rem;
}
.padding-y-23\.5\@laptop {
padding-top: 11.75rem;
padding-bottom: 11.75rem;
}
.padding-y-24\@laptop {
padding-top: 12rem;
padding-bottom: 12rem;
}
.padding-y-24\.5\@laptop {
padding-top: 12.25rem;
padding-bottom: 12.25rem;
}
.padding-y-25\@laptop {
padding-top: 12.5rem;
padding-bottom: 12.5rem;
}
.padding-y-25\.5\@laptop {
padding-top: 12.75rem;
padding-bottom: 12.75rem;
}
.padding-y-26\@laptop {
padding-top: 13rem;
padding-bottom: 13rem;
}
.padding-y-26\.5\@laptop {
padding-top: 13.25rem;
padding-bottom: 13.25rem;
}
.padding-y-27\@laptop {
padding-top: 13.5rem;
padding-bottom: 13.5rem;
}
.padding-y-28\.5\@laptop {
padding-top: 13.75rem;
padding-bottom: 13.75rem;
}
.padding-y-28\@laptop {
padding-top: 14rem;
padding-bottom: 14rem;
}
.padding-y-28\.5\@laptop {
padding-top: 14.25rem;
padding-bottom: 14.25rem;
}
.padding-y-29\@laptop {
padding-top: 14.5rem;
padding-bottom: 14.5rem;
}
.padding-y-29\.5\@laptop {
padding-top: 14.75rem;
padding-bottom: 14.75rem;
}
.padding-y-30\@laptop {
padding-top: 15rem;
padding-bottom: 15rem;
}
.padding-x-0\@laptop {
padding-right: 0;
padding-left: 0;
}
.padding-x-0\.5\@laptop {
padding-right: 0.25rem;
padding-left: 0.25rem;
}
.padding-x-1\@laptop {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.padding-x-1\.5\@laptop {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.padding-x-2\@laptop {
padding-right: 1rem;
padding-left: 1rem;
}
.padding-x-2\.5\@laptop {
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.padding-x-3\@laptop {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.padding-x-3\.5\@laptop {
padding-right: 1.75rem;
padding-left: 1.75rem;
}
.padding-x-4\@laptop {
padding-right: 2rem;
padding-left: 2rem;
}
.padding-x-4\.5\@laptop {
padding-right: 2.25rem;
padding-left: 2.25rem;
}
.padding-x-5\@laptop {
padding-right: 2.5rem;
padding-left: 2.5rem;
}
.padding-x-5\.5\@laptop {
padding-right: 2.75rem;
padding-left: 2.75rem;
}
.padding-x-6\@laptop {
padding-right: 3rem;
padding-left: 3rem;
}
.padding-x-6\.5\@laptop {
padding-right: 3.25rem;
padding-left: 3.25rem;
}
.padding-x-7\@laptop {
padding-right: 3.5rem;
padding-left: 3.5rem;
}
.padding-x-7\.5\@laptop {
padding-right: 3.75rem;
padding-left: 3.75rem;
}
.padding-x-8\@laptop {
padding-right: 4rem;
padding-left: 4rem;
}
.padding-x-8\.5\@laptop {
padding-right: 4.25rem;
padding-left: 4.25rem;
}
.padding-x-9\@laptop {
padding-right: 4.5rem;
padding-left: 4.5rem;
}
.padding-x-9\.5\@laptop {
padding-right: 4.75rem;
padding-left: 4.75rem;
}
.padding-x-10\@laptop {
padding-right: 5rem;
padding-left: 5rem;
}
.padding-x-10\.5\@laptop {
padding-right: 5.25rem;
padding-left: 5.25rem;
}
.padding-x-11\@laptop {
padding-right: 5.5rem;
padding-left: 5.5rem;
}
.padding-x-11\.5\@laptop {
padding-right: 5.75rem;
padding-left: 5.75rem;
}
.padding-x-12\@laptop {
padding-right: 6rem;
padding-left: 6rem;
}
.padding-x-12\.5\@laptop {
padding-right: 6.25rem;
padding-left: 6.25rem;
}
.padding-x-13\@laptop {
padding-right: 6.55rem;
padding-left: 6.55rem;
}
.padding-x-13\.5\@laptop {
padding-right: 6.75rem;
padding-left: 6.75rem;
}
.padding-x-14\@laptop {
padding-right: 7rem;
padding-left: 7rem;
}
.padding-x-14\.5\@laptop {
padding-right: 7.25rem;
padding-left: 7.25rem;
}
.padding-x-15\@laptop {
padding-right: 7.25rem;
padding-left: 7.25rem;
}
.padding-x-15\.5\@laptop {
padding-right: 7.75rem;
padding-left: 7.75rem;
}
.padding-x-16\@laptop {
padding-right: 8rem;
padding-left: 8rem;
}
.padding-x-16\.5\@laptop {
padding-right: 8.25rem;
padding-left: 8.25rem;
}
.padding-x-17\@laptop {
padding-right: 8.5rem;
padding-left: 8.5rem;
}
.padding-x-17\.5\@laptop {
padding-right: 8.75rem;
padding-left: 8.75rem;
}
.padding-x-18\@laptop {
padding-right: 9rem;
padding-left: 9rem;
}
.padding-x-18\.5\@laptop {
padding-right: 9.25rem;
padding-left: 9.25rem;
}
.padding-x-19\@laptop {
padding-right: 9.5rem;
padding-left: 9.5rem;
}
.padding-x-19\.5\@laptop {
padding-right: 9.75rem;
padding-left: 9.75rem;
}
.padding-x-20\@laptop {
padding-right: 10rem;
padding-left: 10rem;
}
.padding-x-20\.5\@laptop {
padding-right: 10.25rem;
padding-left: 10.25rem;
}
.padding-x-21\@laptop {
padding-right: 10.5rem;
padding-left: 10.5rem;
}
.padding-x-21\.5\@laptop {
padding-right: 10.75rem;
padding-left: 10.75rem;
}
.padding-x-22\@laptop {
padding-right: 11rem;
padding-left: 11rem;
}
.padding-x-22\.5\@laptop {
padding-right: 11.25rem;
padding-left: 11.25rem;
}
.padding-x-23\@laptop {
padding-right: 11.5rem;
padding-left: 11.5rem;
}
.padding-x-23\.5\@laptop {
padding-right: 11.75rem;
padding-left: 11.75rem;
}
.padding-x-24\@laptop {
padding-right: 12rem;
padding-left: 12rem;
}
.padding-x-24\.5\@laptop {
padding-right: 12.25rem;
padding-left: 12.25rem;
}
.padding-x-25\@laptop {
padding-right: 12.5rem;
padding-left: 12.5rem;
}
.padding-x-25\.5\@laptop {
padding-right: 12.75rem;
padding-left: 12.75rem;
}
.padding-x-26\@laptop {
padding-right: 13rem;
padding-left: 13rem;
}
.padding-x-26\.5\@laptop {
padding-right: 13.25rem;
padding-left: 13.25rem;
}
.padding-x-27\@laptop {
padding-right: 13.5rem;
padding-left: 13.5rem;
}
.padding-x-28\.5\@laptop {
padding-right: 13.75rem;
padding-left: 13.75rem;
}
.padding-x-28\@laptop {
padding-right: 14rem;
padding-left: 14rem;
}
.padding-x-28\.5\@laptop {
padding-right: 14.25rem;
padding-left: 14.25rem;
}
.padding-x-29\@laptop {
padding-right: 14.5rem;
padding-left: 14.5rem;
}
.padding-x-29\.5\@laptop {
padding-right: 14.75rem;
padding-left: 14.75rem;
}
.padding-x-30\@laptop {
padding-right: 15rem;
padding-left: 15rem;
}
}
.top-0,
.top-0\@phone {
top: 0;
}
.top-0\.5,
.top-0\@phone {
top: 0.25rem;
}
.top-1,
.top-1\@phone {
top: 0.5rem;
}
.top-1\.5,
.top-1\.5\@phone {
top: 0.75rem;
}
.top-2,
.top-2\@phone {
top: 1rem;
}
.top-2\.5,
.top-2\.5\@phone {
top: 1.25rem;
}
.top-3,
.top-3\@phone {
top: 1.5rem;
}
.top-3\.5,
.top-3\.5\@phone {
top: 1.75rem;
}
.top-4,
.top-4\@phone {
top: 2rem;
}
.top-4\.5,
.top-4\.5\@phone {
top: 2.25rem;
}
.top-5,
.top-5\@phone {
top: 2.5rem;
}
.top-5\.5,
.top-5\.5\@phone {
top: 2.75rem;
}
.top-6,
.top-6\@phone {
top: 3rem;
}
.top-6\.5,
.top-6\.5\@phone {
top: 3.25rem;
}
.top-7,
.top-7\@phone {
top: 3.5rem;
}
.top-7\.5,
.top-7\.5\@phone {
top: 3.75rem;
}
.top-8,
.top-8\@phone {
top: 4rem;
}
.top-8\.5,
.top-8\.5\@phone {
top: 4.25rem;
}
.top-9,
.top-9\@phone {
top: 4.5rem;
}
.top-9\.5,
.top-9\.5\@phone {
top: 4.75rem;
}
.top-10,
.top-10\@phone {
top: 5rem;
}
.top-10\.5,
.top-10\.5\@phone {
top: 5.25rem;
}
.top-11,
.top-11\@phone {
top: 5.5rem;
}
.top-11\.5,
.top-11\.5\@phone {
top: 5.75rem;
}
.top-12,
.top-12\@phone {
top: 6rem;
}
.top-12\.5,
.top-12\.5\@phone {
top: 6.25rem;
}
.top-13,
.top-13\@phone {
top: 6.5rem;
}
.top-13\.5,
.top-13\.5\@phone {
top: 6.75rem;
}
.top-14,
.top-14\@phone {
top: 7rem;
}
.top-14\.5,
.top-14\.5\@phone {
top: 7.25rem;
}
.top-15,
.top-15\@phone {
top: 7.5rem;
}
.top-15\.5,
.top-15\.5\@phone {
top: 7.75rem;
}
.top-16,
.top-16\@phone {
top: 8rem;
}
.top-16\.5,
.top-16\.5\@phone {
top: 8.25rem;
}
.top-17,
.top-17\@phone {
top: 8.5rem;
}
.top-17\.5,
.top-17\.5\@phone {
top: 8.75rem;
}
.top-18,
.top-18\@phone {
top: 9rem;
}
.top-18\.5,
.top-18\.5\@phone {
top: 9.25rem;
}
.top-19,
.top-19\@phone {
top: 9.5rem;
}
.top-19\.5,
.top-19\.5\@phone {
top: 9.75rem;
}
.top-20,
.top-20\@phone {
top: 10rem;
}
.top-20\.5,
.top-20\.5\@phone {
top: 10.25rem;
}
.top-21,
.top-21\@phone {
top: 10.5rem;
}
.top-21\.5,
.top-21\.5\@phone {
top: 10.75rem;
}
.top-22,
.top-22\@phone {
top: 11rem;
}
.top-22\.5,
.top-22\.5\@phone {
top: 11.25rem;
}
.top-23,
.top-23\@phone {
top: 11.5rem;
}
.top-23\.5,
.top-23\.5\@phone {
top: 11.75rem;
}
.top-24,
.top-24\@phone {
top: 12rem;
}
.top-24\.5,
.top-24\.5\@phone {
top: 12.25rem;
}
.top-25,
.top-25\@phone {
top: 12.5rem;
}
.top-25\.5,
.top-25\.5\@phone {
top: 12.75rem;
}
.top-26,
.top-26\@phone {
top: 13rem;
}
.top-26\.5,
.top-26\.5\@phone {
top: 13.25rem;
}
.top-27,
.top-27\@phone {
top: 13.5rem;
}
.top-27\.5,
.top-27\.5\@phone {
top: 13.75rem;
}
.top-28,
.top-28\@phone {
top: 14rem;
}
.top-28\.5,
.top-28\.5\@phone {
top: 14.25rem;
}
.top-29,
.top-29\@phone {
top: 14.5rem;
}
.top-29\.5,
.top-29\.5\@phone {
top: 14.75rem;
}
.top-30,
.top-30\@phone {
top: 15rem;
}
.top-auto,
.top-auto\@phone {
top: auto;
}
@media (max-width: 21.875rem) {
.top-0\@small-phone {
top: 0;
}
.top-0\@small-phone {
top: 0.25rem;
}
.top-1\@small-phone {
top: 0.5rem;
}
.top-1\.5\@small-phone {
top: 0.75rem;
}
.top-2\@small-phone {
top: 1rem;
}
.top-2\.5\@small-phone {
top: 1.25rem;
}
.top-3\@small-phone {
top: 1.5rem;
}
.top-3\.5\@small-phone {
top: 1.75rem;
}
.top-4\@small-phone {
top: 2rem;
}
.top-4\.5\@small-phone {
top: 2.25rem;
}
.top-5\@small-phone {
top: 2.5rem;
}
.top-5\.5\@small-phone {
top: 2.75rem;
}
.top-6\@small-phone {
top: 3rem;
}
.top-6\.5\@small-phone {
top: 3.25rem;
}
.top-7\@small-phone {
top: 3.5rem;
}
.top-7\.5\@small-phone {
top: 3.75rem;
}
.top-8\@small-phone {
top: 4rem;
}
.top-8\.5\@small-phone {
top: 4.25rem;
}
.top-9\@small-phone {
top: 4.5rem;
}
.top-9\.5\@small-phone {
top: 4.75rem;
}
.top-10\@small-phone {
top: 5rem;
}
.top-10\.5\@small-phone {
top: 5.25rem;
}
.top-11\@small-phone {
top: 5.5rem;
}
.top-11\.5\@small-phone {
top: 5.75rem;
}
.top-12\@small-phone {
top: 6rem;
}
.top-12\.5\@small-phone {
top: 6.25rem;
}
.top-13\@small-phone {
top: 6.5rem;
}
.top-13\.5\@small-phone {
top: 6.75rem;
}
.top-14\@small-phone {
top: 7rem;
}
.top-14\.5\@small-phone {
top: 7.25rem;
}
.top-15\@small-phone {
top: 7.5rem;
}
.top-15\.5\@small-phone {
top: 7.75rem;
}
.top-16\@small-phone {
top: 8rem;
}
.top-16\.5\@small-phone {
top: 8.25rem;
}
.top-17\@small-phone {
top: 8.5rem;
}
.top-17\.5\@small-phone {
top: 8.75rem;
}
.top-18\@small-phone {
top: 9rem;
}
.top-18\.5\@small-phone {
top: 9.25rem;
}
.top-19\@small-phone {
top: 9.5rem;
}
.top-19\.5\@small-phone {
top: 9.75rem;
}
.top-20\@small-phone {
top: 10rem;
}
.top-20\.5\@small-phone {
top: 10.25rem;
}
.top-21\@small-phone {
top: 10.5rem;
}
.top-21\.5\@small-phone {
top: 10.75rem;
}
.top-22\@small-phone {
top: 11rem;
}
.top-22\.5\@small-phone {
top: 11.25rem;
}
.top-23\@small-phone {
top: 11.5rem;
}
.top-23\.5\@small-phone {
top: 11.75rem;
}
.top-24\@small-phone {
top: 12rem;
}
.top-24\.5\@small-phone {
top: 12.25rem;
}
.top-25\@small-phone {
top: 12.5rem;
}
.top-25\.5\@small-phone {
top: 12.75rem;
}
.top-26\@small-phone {
top: 13rem;
}
.top-26\.5\@small-phone {
top: 13.25rem;
}
.top-27\@small-phone {
top: 13.5rem;
}
.top-27\.5\@small-phone {
top: 13.75rem;
}
.top-28\@small-phone {
top: 14rem;
}
.top-28\.5\@small-phone {
top: 14.25rem;
}
.top-29\@small-phone {
top: 14.5rem;
}
.top-29\.5\@small-phone {
top: 14.75rem;
}
.top-30\@small-phone {
top: 15rem;
}
.top-auto\@small-phone {
top: auto;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.top-0\@tablet {
top: 0;
}
.top-0\@tablet {
top: 0.25rem;
}
.top-1\@tablet {
top: 0.5rem;
}
.top-1\.5\@tablet {
top: 0.75rem;
}
.top-2\@tablet {
top: 1rem;
}
.top-2\.5\@tablet {
top: 1.25rem;
}
.top-3\@tablet {
top: 1.5rem;
}
.top-3\.5\@tablet {
top: 1.75rem;
}
.top-4\@tablet {
top: 2rem;
}
.top-4\.5\@tablet {
top: 2.25rem;
}
.top-5\@tablet {
top: 2.5rem;
}
.top-5\.5\@tablet {
top: 2.75rem;
}
.top-6\@tablet {
top: 3rem;
}
.top-6\.5\@tablet {
top: 3.25rem;
}
.top-7\@tablet {
top: 3.5rem;
}
.top-7\.5\@tablet {
top: 3.75rem;
}
.top-8\@tablet {
top: 4rem;
}
.top-8\.5\@tablet {
top: 4.25rem;
}
.top-9\@tablet {
top: 4.5rem;
}
.top-9\.5\@tablet {
top: 4.75rem;
}
.top-10\@tablet {
top: 5rem;
}
.top-10\.5\@tablet {
top: 5.25rem;
}
.top-11\@tablet {
top: 5.5rem;
}
.top-11\.5\@tablet {
top: 5.75rem;
}
.top-12\@tablet {
top: 6rem;
}
.top-12\.5\@tablet {
top: 6.25rem;
}
.top-13\@tablet {
top: 6.5rem;
}
.top-13\.5\@tablet {
top: 6.75rem;
}
.top-14\@tablet {
top: 7rem;
}
.top-14\.5\@tablet {
top: 7.25rem;
}
.top-15\@tablet {
top: 7.5rem;
}
.top-15\.5\@tablet {
top: 7.75rem;
}
.top-16\@tablet {
top: 8rem;
}
.top-16\.5\@tablet {
top: 8.25rem;
}
.top-17\@tablet {
top: 8.5rem;
}
.top-17\.5\@tablet {
top: 8.75rem;
}
.top-18\@tablet {
top: 9rem;
}
.top-18\.5\@tablet {
top: 9.25rem;
}
.top-19\@tablet {
top: 9.5rem;
}
.top-19\.5\@tablet {
top: 9.75rem;
}
.top-20\@tablet {
top: 10rem;
}
.top-20\.5\@tablet {
top: 10.25rem;
}
.top-21\@tablet {
top: 10.5rem;
}
.top-21\.5\@tablet {
top: 10.75rem;
}
.top-22\@tablet {
top: 11rem;
}
.top-22\.5\@tablet {
top: 11.25rem;
}
.top-23\@tablet {
top: 11.5rem;
}
.top-23\.5\@tablet {
top: 11.75rem;
}
.top-24\@tablet {
top: 12rem;
}
.top-24\.5\@tablet {
top: 12.25rem;
}
.top-25\@tablet {
top: 12.5rem;
}
.top-25\.5\@tablet {
top: 12.75rem;
}
.top-26\@tablet {
top: 13rem;
}
.top-26\.5\@tablet {
top: 13.25rem;
}
.top-27\@tablet {
top: 13.5rem;
}
.top-27\.5\@tablet {
top: 13.75rem;
}
.top-28\@tablet {
top: 14rem;
}
.top-28\.5\@tablet {
top: 14.25rem;
}
.top-29\@tablet {
top: 14.5rem;
}
.top-29\.5\@tablet {
top: 14.75rem;
}
.top-30\@tablet {
top: 15rem;
}
.top-auto\@tablet {
top: auto;
}
}
@media (min-width: 57rem) {
.top-0\@laptop {
top: 0;
}
.top-0\@laptop {
top: 0.25rem;
}
.top-1\@laptop {
top: 0.5rem;
}
.top-1\.5\@laptop {
top: 0.75rem;
}
.top-2\@laptop {
top: 1rem;
}
.top-2\.5\@laptop {
top: 1.25rem;
}
.top-3\@laptop {
top: 1.5rem;
}
.top-3\.5\@laptop {
top: 1.75rem;
}
.top-4\@laptop {
top: 2rem;
}
.top-4\.5\@laptop {
top: 2.25rem;
}
.top-5\@laptop {
top: 2.5rem;
}
.top-5\.5\@laptop {
top: 2.75rem;
}
.top-6\@laptop {
top: 3rem;
}
.top-6\.5\@laptop {
top: 3.25rem;
}
.top-7\@laptop {
top: 3.5rem;
}
.top-7\.5\@laptop {
top: 3.75rem;
}
.top-8\@laptop {
top: 4rem;
}
.top-8\.5\@laptop {
top: 4.25rem;
}
.top-9\@laptop {
top: 4.5rem;
}
.top-9\.5\@laptop {
top: 4.75rem;
}
.top-10\@laptop {
top: 5rem;
}
.top-10\.5\@laptop {
top: 5.25rem;
}
.top-11\@laptop {
top: 5.5rem;
}
.top-11\.5\@laptop {
top: 5.75rem;
}
.top-12\@laptop {
top: 6rem;
}
.top-12\.5\@laptop {
top: 6.25rem;
}
.top-13\@laptop {
top: 6.5rem;
}
.top-13\.5\@laptop {
top: 6.75rem;
}
.top-14\@laptop {
top: 7rem;
}
.top-14\.5\@laptop {
top: 7.25rem;
}
.top-15\@laptop {
top: 7.5rem;
}
.top-15\.5\@laptop {
top: 7.75rem;
}
.top-16\@laptop {
top: 8rem;
}
.top-16\.5\@laptop {
top: 8.25rem;
}
.top-17\@laptop {
top: 8.5rem;
}
.top-17\.5\@laptop {
top: 8.75rem;
}
.top-18\@laptop {
top: 9rem;
}
.top-18\.5\@laptop {
top: 9.25rem;
}
.top-19\@tablet {
top: 9.5rem;
}
.top-19\.5\@laptop {
top: 9.75rem;
}
.top-20\@laptop {
top: 10rem;
}
.top-20\.5\@laptop {
top: 10.25rem;
}
.top-21\@tablet {
top: 10.5rem;
}
.top-21\.5\@laptop {
top: 10.75rem;
}
.top-22\@laptop {
top: 11rem;
}
.top-22\.5\@laptop {
top: 11.25rem;
}
.top-23\@laptop {
top: 11.5rem;
}
.top-23\.5\@laptop {
top: 11.75rem;
}
.top-24\@laptop {
top: 12rem;
}
.top-24\.5\@laptop {
top: 12.25rem;
}
.top-25\@laptop {
top: 12.5rem;
}
.top-25\.5\@laptop {
top: 12.75rem;
}
.top-26\@laptop {
top: 13rem;
}
.top-26\.5\@laptop {
top: 13.25rem;
}
.top-27\@laptop {
top: 13.5rem;
}
.top-27\.5\@laptop {
top: 13.75rem;
}
.top-28\@laptop {
top: 14rem;
}
.top-28\.5\@laptop {
top: 14.25rem;
}
.top-29\@laptop {
top: 14.5rem;
}
.top-29\.5\@laptop {
top: 14.75rem;
}
.top-30\@laptop {
top: 15rem;
}
.top-auto\@laptop {
top: auto;
}
}
.right-0,
.right-0\@phone {
right: 0;
}
.right-0\.5,
.right-0\@phone {
right: 0.25rem;
}
.right-1,
.right-1\@phone {
right: 0.5rem;
}
.right-1\.5,
.right-1\.5\@phone {
right: 0.75rem;
}
.right-2,
.right-2\@phone {
right: 1rem;
}
.right-2\.5,
.right-2\.5\@phone {
right: 1.25rem;
}
.right-3,
.right-3\@phone {
right: 1.5rem;
}
.right-3\.5,
.right-3\.5\@phone {
right: 1.75rem;
}
.right-4,
.right-4\@phone {
right: 2rem;
}
.right-4\.5,
.right-4\.5\@phone {
right: 2.25rem;
}
.right-5,
.right-5\@phone {
right: 2.5rem;
}
.right-5\.5,
.right-5\.5\@phone {
right: 2.75rem;
}
.right-6,
.right-6\@phone {
right: 3rem;
}
.right-6\.5,
.right-6\.5\@phone {
right: 3.25rem;
}
.right-7,
.right-7\@phone {
right: 3.5rem;
}
.right-7\.5,
.right-7\.5\@phone {
right: 3.75rem;
}
.right-8,
.right-8\@phone {
right: 4rem;
}
.right-8\.5,
.right-8\.5\@phone {
right: 4.25rem;
}
.right-9,
.right-9\@phone {
right: 4.5rem;
}
.right-9\.5,
.right-9\.5\@phone {
right: 4.75rem;
}
.right-10,
.right-10\@phone {
right: 5rem;
}
.right-10\.5,
.right-10\.5\@phone {
right: 5.25rem;
}
.right-11,
.right-11\@phone {
right: 5.5rem;
}
.right-11\.5,
.right-11\.5\@phone {
right: 5.75rem;
}
.right-12,
.right-12\@phone {
right: 6rem;
}
.right-12\.5,
.right-12\.5\@phone {
right: 6.25rem;
}
.right-13,
.right-13\@phone {
right: 6.5rem;
}
.right-13\.5,
.right-13\.5\@phone {
right: 6.75rem;
}
.right-14,
.right-14\@phone {
right: 7rem;
}
.right-14\.5,
.right-14\.5\@phone {
right: 7.25rem;
}
.right-15,
.right-15\@phone {
right: 7.5rem;
}
.right-15\.5,
.right-15\.5\@phone {
right: 7.75rem;
}
.right-16,
.right-16\@phone {
right: 8rem;
}
.right-16\.5,
.right-16\.5\@phone {
right: 8.25rem;
}
.right-17,
.right-17\@phone {
right: 8.5rem;
}
.right-17\.5,
.right-17\.5\@phone {
right: 8.75rem;
}
.right-18,
.right-18\@phone {
right: 9rem;
}
.right-18\.5,
.right-18\.5\@phone {
right: 9.25rem;
}
.right-19,
.right-19\@phone {
right: 9.5rem;
}
.right-19\.5,
.right-19\.5\@phone {
right: 9.75rem;
}
.right-20,
.right-20\@phone {
right: 10rem;
}
.right-20\.5,
.right-20\.5\@phone {
right: 10.25rem;
}
.right-21,
.right-21\@phone {
right: 10.5rem;
}
.right-21\.5,
.right-21\.5\@phone {
right: 10.75rem;
}
.right-22,
.right-22\@phone {
right: 11rem;
}
.right-22\.5,
.right-22\.5\@phone {
right: 11.25rem;
}
.right-23,
.right-23\@phone {
right: 11.5rem;
}
.right-23\.5,
.right-23\.5\@phone {
right: 11.75rem;
}
.right-24,
.right-24\@phone {
right: 12rem;
}
.right-24\.5,
.right-24\.5\@phone {
right: 12.25rem;
}
.right-25,
.right-25\@phone {
right: 12.5rem;
}
.right-25\.5,
.right-25\.5\@phone {
right: 12.75rem;
}
.right-26,
.right-26\@phone {
right: 13rem;
}
.right-26\.5,
.right-26\.5\@phone {
right: 13.25rem;
}
.right-27,
.right-27\@phone {
right: 13.5rem;
}
.right-27\.5,
.right-27\.5\@phone {
right: 13.75rem;
}
.right-28,
.right-28\@phone {
right: 14rem;
}
.right-28\.5,
.right-28\.5\@phone {
right: 14.25rem;
}
.right-29,
.right-29\@phone {
right: 14.5rem;
}
.right-29\.5,
.right-29\.5\@phone {
right: 14.75rem;
}
.right-30,
.right-30\@phone {
right: 15rem;
}
.right-auto,
.right-auto\@phone {
right: auto;
}
@media (max-width: 21.875rem) {
.right-0\@small-phone {
right: 0;
}
.right-0\@small-phone {
right: 0.25rem;
}
.right-1\@small-phone {
right: 0.5rem;
}
.right-1\.5\@small-phone {
right: 0.75rem;
}
.right-2\@small-phone {
right: 1rem;
}
.right-2\.5\@small-phone {
right: 1.25rem;
}
.right-3\@small-phone {
right: 1.5rem;
}
.right-3\.5\@small-phone {
right: 1.75rem;
}
.right-4\@small-phone {
right: 2rem;
}
.right-4\.5\@small-phone {
right: 2.25rem;
}
.right-5\@small-phone {
right: 2.5rem;
}
.right-5\.5\@small-phone {
right: 2.75rem;
}
.right-6\@small-phone {
right: 3rem;
}
.right-6\.5\@small-phone {
right: 3.25rem;
}
.right-7\@small-phone {
right: 3.5rem;
}
.right-7\.5\@small-phone {
right: 3.75rem;
}
.right-8\@small-phone {
right: 4rem;
}
.right-8\.5\@small-phone {
right: 4.25rem;
}
.right-9\@small-phone {
right: 4.5rem;
}
.right-9\.5\@small-phone {
right: 4.75rem;
}
.right-10\@small-phone {
right: 5rem;
}
.right-10\.5\@small-phone {
right: 5.25rem;
}
.right-11\@small-phone {
right: 5.5rem;
}
.right-11\.5\@small-phone {
right: 5.75rem;
}
.right-12\@small-phone {
right: 6rem;
}
.right-12\.5\@small-phone {
right: 6.25rem;
}
.right-13\@small-phone {
right: 6.5rem;
}
.right-13\.5\@small-phone {
right: 6.75rem;
}
.right-14\@small-phone {
right: 7rem;
}
.right-14\.5\@small-phone {
right: 7.25rem;
}
.right-15\@small-phone {
right: 7.5rem;
}
.right-15\.5\@small-phone {
right: 7.75rem;
}
.right-16\@small-phone {
right: 8rem;
}
.right-16\.5\@small-phone {
right: 8.25rem;
}
.right-17\@small-phone {
right: 8.5rem;
}
.right-17\.5\@small-phone {
right: 8.75rem;
}
.right-18\@small-phone {
right: 9rem;
}
.right-18\.5\@small-phone {
right: 9.25rem;
}
.right-19\@small-phone {
right: 9.5rem;
}
.right-19\.5\@small-phone {
right: 9.75rem;
}
.right-20\@small-phone {
right: 10rem;
}
.right-20\.5\@small-phone {
right: 10.25rem;
}
.right-21\@small-phone {
right: 10.5rem;
}
.right-21\.5\@small-phone {
right: 10.75rem;
}
.right-22\@small-phone {
right: 11rem;
}
.right-22\.5\@small-phone {
right: 11.25rem;
}
.right-23\@small-phone {
right: 11.5rem;
}
.right-23\.5\@small-phone {
right: 11.75rem;
}
.right-24\@small-phone {
right: 12rem;
}
.right-24\.5\@small-phone {
right: 12.25rem;
}
.right-25\@small-phone {
right: 12.5rem;
}
.right-25\.5\@small-phone {
right: 12.75rem;
}
.right-26\@small-phone {
right: 13rem;
}
.right-26\.5\@small-phone {
right: 13.25rem;
}
.right-27\@small-phone {
right: 13.5rem;
}
.right-27\.5\@small-phone {
right: 13.75rem;
}
.right-28\@small-phone {
right: 14rem;
}
.right-28\.5\@small-phone {
right: 14.25rem;
}
.right-29\@small-phone {
right: 14.5rem;
}
.right-29\.5\@small-phone {
right: 14.75rem;
}
.right-30\@small-phone {
right: 15rem;
}
.right-auto\@small-phone {
right: auto;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.right-0\@tablet {
right: 0;
}
.right-0\@tablet {
right: 0.25rem;
}
.right-1\@tablet {
right: 0.5rem;
}
.right-1\.5\@tablet {
right: 0.75rem;
}
.right-2\@tablet {
right: 1rem;
}
.right-2\.5\@tablet {
right: 1.25rem;
}
.right-3\@tablet {
right: 1.5rem;
}
.right-3\.5\@tablet {
right: 1.75rem;
}
.right-4\@tablet {
right: 2rem;
}
.right-4\.5\@tablet {
right: 2.25rem;
}
.right-5\@tablet {
right: 2.5rem;
}
.right-5\.5\@tablet {
right: 2.75rem;
}
.right-6\@tablet {
right: 3rem;
}
.right-6\.5\@tablet {
right: 3.25rem;
}
.right-7\@tablet {
right: 3.5rem;
}
.right-7\.5\@tablet {
right: 3.75rem;
}
.right-8\@tablet {
right: 4rem;
}
.right-8\.5\@tablet {
right: 4.25rem;
}
.right-9\@tablet {
right: 4.5rem;
}
.right-9\.5\@tablet {
right: 4.75rem;
}
.right-10\@tablet {
right: 5rem;
}
.right-10\.5\@tablet {
right: 5.25rem;
}
.right-11\@tablet {
right: 5.5rem;
}
.right-11\.5\@tablet {
right: 5.75rem;
}
.right-12\@tablet {
right: 6rem;
}
.right-12\.5\@tablet {
right: 6.25rem;
}
.right-13\@tablet {
right: 6.5rem;
}
.right-13\.5\@tablet {
right: 6.75rem;
}
.right-14\@tablet {
right: 7rem;
}
.right-14\.5\@tablet {
right: 7.25rem;
}
.right-15\@tablet {
right: 7.5rem;
}
.right-15\.5\@tablet {
right: 7.75rem;
}
.right-16\@tablet {
right: 8rem;
}
.right-16\.5\@tablet {
right: 8.25rem;
}
.right-17\@tablet {
right: 8.5rem;
}
.right-17\.5\@tablet {
right: 8.75rem;
}
.right-18\@tablet {
right: 9rem;
}
.right-18\.5\@tablet {
right: 9.25rem;
}
.right-19\@tablet {
right: 9.5rem;
}
.right-19\.5\@tablet {
right: 9.75rem;
}
.right-20\@tablet {
right: 10rem;
}
.right-20\.5\@tablet {
right: 10.25rem;
}
.right-21\@tablet {
right: 10.5rem;
}
.right-21\.5\@tablet {
right: 10.75rem;
}
.right-22\@tablet {
right: 11rem;
}
.right-22\.5\@tablet {
right: 11.25rem;
}
.right-23\@tablet {
right: 11.5rem;
}
.right-23\.5\@tablet {
right: 11.75rem;
}
.right-24\@tablet {
right: 12rem;
}
.right-24\.5\@tablet {
right: 12.25rem;
}
.right-25\@tablet {
right: 12.5rem;
}
.right-25\.5\@tablet {
right: 12.75rem;
}
.right-26\@tablet {
right: 13rem;
}
.right-26\.5\@tablet {
right: 13.25rem;
}
.right-27\@tablet {
right: 13.5rem;
}
.right-27\.5\@tablet {
right: 13.75rem;
}
.right-28\@tablet {
right: 14rem;
}
.right-28\.5\@tablet {
right: 14.25rem;
}
.right-29\@tablet {
right: 14.5rem;
}
.right-29\.5\@tablet {
right: 14.75rem;
}
.right-30\@tablet {
right: 15rem;
}
.right-auto\@tablet {
right: auto;
}
}
@media (min-width: 57rem) {
.right-0\@laptop {
right: 0;
}
.right-0\@laptop {
right: 0.25rem;
}
.right-1\@laptop {
right: 0.5rem;
}
.right-1\.5\@laptop {
right: 0.75rem;
}
.right-2\@laptop {
right: 1rem;
}
.right-2\.5\@laptop {
right: 1.25rem;
}
.right-3\@laptop {
right: 1.5rem;
}
.right-3\.5\@laptop {
right: 1.75rem;
}
.right-4\@laptop {
right: 2rem;
}
.right-4\.5\@laptop {
right: 2.25rem;
}
.right-5\@laptop {
right: 2.5rem;
}
.right-5\.5\@laptop {
right: 2.75rem;
}
.right-6\@laptop {
right: 3rem;
}
.right-6\.5\@laptop {
right: 3.25rem;
}
.right-7\@laptop {
right: 3.5rem;
}
.right-7\.5\@laptop {
right: 3.75rem;
}
.right-8\@laptop {
right: 4rem;
}
.right-8\.5\@laptop {
right: 4.25rem;
}
.right-9\@laptop {
right: 4.5rem;
}
.right-9\.5\@laptop {
right: 4.75rem;
}
.right-10\@laptop {
right: 5rem;
}
.right-10\.5\@laptop {
right: 5.25rem;
}
.right-11\@laptop {
right: 5.5rem;
}
.right-11\.5\@laptop {
right: 5.75rem;
}
.right-12\@laptop {
right: 6rem;
}
.right-12\.5\@laptop {
right: 6.25rem;
}
.right-13\@laptop {
right: 6.5rem;
}
.right-13\.5\@laptop {
right: 6.75rem;
}
.right-14\@laptop {
right: 7rem;
}
.right-14\.5\@laptop {
right: 7.25rem;
}
.right-15\@laptop {
right: 7.5rem;
}
.right-15\.5\@laptop {
right: 7.75rem;
}
.right-16\@laptop {
right: 8rem;
}
.right-16\.5\@laptop {
right: 8.25rem;
}
.right-17\@laptop {
right: 8.5rem;
}
.right-17\.5\@laptop {
right: 8.75rem;
}
.right-18\@laptop {
right: 9rem;
}
.right-18\.5\@laptop {
right: 9.25rem;
}
.right-19\@tablet {
right: 9.5rem;
}
.right-19\.5\@laptop {
right: 9.75rem;
}
.right-20\@laptop {
right: 10rem;
}
.right-20\.5\@laptop {
right: 10.25rem;
}
.right-21\@tablet {
right: 10.5rem;
}
.right-21\.5\@laptop {
right: 10.75rem;
}
.right-22\@laptop {
right: 11rem;
}
.right-22\.5\@laptop {
right: 11.25rem;
}
.right-23\@laptop {
right: 11.5rem;
}
.right-23\.5\@laptop {
right: 11.75rem;
}
.right-24\@laptop {
right: 12rem;
}
.right-24\.5\@laptop {
right: 12.25rem;
}
.right-25\@laptop {
right: 12.5rem;
}
.right-25\.5\@laptop {
right: 12.75rem;
}
.right-26\@laptop {
right: 13rem;
}
.right-26\.5\@laptop {
right: 13.25rem;
}
.right-27\@laptop {
right: 13.5rem;
}
.right-27\.5\@laptop {
right: 13.75rem;
}
.right-28\@laptop {
right: 14rem;
}
.right-28\.5\@laptop {
right: 14.25rem;
}
.right-29\@laptop {
right: 14.5rem;
}
.right-29\.5\@laptop {
right: 14.75rem;
}
.right-30\@laptop {
right: 15rem;
}
.right-auto\@laptop {
right: auto;
}
}
.bottom-0,
.bottom-0\@phone {
bottom: 0;
}
.bottom-0\.5,
.bottom-0\@phone {
bottom: 0.25rem;
}
.bottom-1,
.bottom-1\@phone {
bottom: 0.5rem;
}
.bottom-1\.5,
.bottom-1\.5\@phone {
bottom: 0.75rem;
}
.bottom-2,
.bottom-2\@phone {
bottom: 1rem;
}
.bottom-2\.5,
.bottom-2\.5\@phone {
bottom: 1.25rem;
}
.bottom-3,
.bottom-3\@phone {
bottom: 1.5rem;
}
.bottom-3\.5,
.bottom-3\.5\@phone {
bottom: 1.75rem;
}
.bottom-4,
.bottom-4\@phone {
bottom: 2rem;
}
.bottom-4\.5,
.bottom-4\.5\@phone {
bottom: 2.25rem;
}
.bottom-5,
.bottom-5\@phone {
bottom: 2.5rem;
}
.bottom-5\.5,
.bottom-5\.5\@phone {
bottom: 2.75rem;
}
.bottom-6,
.bottom-6\@phone {
bottom: 3rem;
}
.bottom-6\.5,
.bottom-6\.5\@phone {
bottom: 3.25rem;
}
.bottom-7,
.bottom-7\@phone {
bottom: 3.5rem;
}
.bottom-7\.5,
.bottom-7\.5\@phone {
bottom: 3.75rem;
}
.bottom-8,
.bottom-8\@phone {
bottom: 4rem;
}
.bottom-8\.5,
.bottom-8\.5\@phone {
bottom: 4.25rem;
}
.bottom-9,
.bottom-9\@phone {
bottom: 4.5rem;
}
.bottom-9\.5,
.bottom-9\.5\@phone {
bottom: 4.75rem;
}
.bottom-10,
.bottom-10\@phone {
bottom: 5rem;
}
.bottom-10\.5,
.bottom-10\.5\@phone {
bottom: 5.25rem;
}
.bottom-11,
.bottom-11\@phone {
bottom: 5.5rem;
}
.bottom-11\.5,
.bottom-11\.5\@phone {
bottom: 5.75rem;
}
.bottom-12,
.bottom-12\@phone {
bottom: 6rem;
}
.bottom-12\.5,
.bottom-12\.5\@phone {
bottom: 6.25rem;
}
.bottom-13,
.bottom-13\@phone {
bottom: 6.5rem;
}
.bottom-13\.5,
.bottom-13\.5\@phone {
bottom: 6.75rem;
}
.bottom-14,
.bottom-14\@phone {
bottom: 7rem;
}
.bottom-14\.5,
.bottom-14\.5\@phone {
bottom: 7.25rem;
}
.bottom-15,
.bottom-15\@phone {
bottom: 7.5rem;
}
.bottom-15\.5,
.bottom-15\.5\@phone {
bottom: 7.75rem;
}
.bottom-16,
.bottom-16\@phone {
bottom: 8rem;
}
.bottom-16\.5,
.bottom-16\.5\@phone {
bottom: 8.25rem;
}
.bottom-17,
.bottom-17\@phone {
bottom: 8.5rem;
}
.bottom-17\.5,
.bottom-17\.5\@phone {
bottom: 8.75rem;
}
.bottom-18,
.bottom-18\@phone {
bottom: 9rem;
}
.bottom-18\.5,
.bottom-18\.5\@phone {
bottom: 9.25rem;
}
.bottom-19,
.bottom-19\@phone {
bottom: 9.5rem;
}
.bottom-19\.5,
.bottom-19\.5\@phone {
bottom: 9.75rem;
}
.bottom-20,
.bottom-20\@phone {
bottom: 10rem;
}
.bottom-20\.5,
.bottom-20\.5\@phone {
bottom: 10.25rem;
}
.bottom-21,
.bottom-21\@phone {
bottom: 10.5rem;
}
.bottom-21\.5,
.bottom-21\.5\@phone {
bottom: 10.75rem;
}
.bottom-22,
.bottom-22\@phone {
bottom: 11rem;
}
.bottom-22\.5,
.bottom-22\.5\@phone {
bottom: 11.25rem;
}
.bottom-23,
.bottom-23\@phone {
bottom: 11.5rem;
}
.bottom-23\.5,
.bottom-23\.5\@phone {
bottom: 11.75rem;
}
.bottom-24,
.bottom-24\@phone {
bottom: 12rem;
}
.bottom-24\.5,
.bottom-24\.5\@phone {
bottom: 12.25rem;
}
.bottom-25,
.bottom-25\@phone {
bottom: 12.5rem;
}
.bottom-25\.5,
.bottom-25\.5\@phone {
bottom: 12.75rem;
}
.bottom-26,
.bottom-26\@phone {
bottom: 13rem;
}
.bottom-26\.5,
.bottom-26\.5\@phone {
bottom: 13.25rem;
}
.bottom-27,
.bottom-27\@phone {
bottom: 13.5rem;
}
.bottom-27\.5,
.bottom-27\.5\@phone {
bottom: 13.75rem;
}
.bottom-28,
.bottom-28\@phone {
bottom: 14rem;
}
.bottom-28\.5,
.bottom-28\.5\@phone {
bottom: 14.25rem;
}
.bottom-29,
.bottom-29\@phone {
bottom: 14.5rem;
}
.bottom-29\.5,
.bottom-29\.5\@phone {
bottom: 14.75rem;
}
.bottom-30,
.bottom-30\@phone {
bottom: 15rem;
}
.bottom-auto,
.bottom-auto\@phone {
bottom: auto;
}
@media (max-width: 21.875rem) {
.bottom-0\@small-phone {
bottom: 0;
}
.bottom-0\@small-phone {
bottom: 0.25rem;
}
.bottom-1\@small-phone {
bottom: 0.5rem;
}
.bottom-1\.5\@small-phone {
bottom: 0.75rem;
}
.bottom-2\@small-phone {
bottom: 1rem;
}
.bottom-2\.5\@small-phone {
bottom: 1.25rem;
}
.bottom-3\@small-phone {
bottom: 1.5rem;
}
.bottom-3\.5\@small-phone {
bottom: 1.75rem;
}
.bottom-4\@small-phone {
bottom: 2rem;
}
.bottom-4\.5\@small-phone {
bottom: 2.25rem;
}
.bottom-5\@small-phone {
bottom: 2.5rem;
}
.bottom-5\.5\@small-phone {
bottom: 2.75rem;
}
.bottom-6\@small-phone {
bottom: 3rem;
}
.bottom-6\.5\@small-phone {
bottom: 3.25rem;
}
.bottom-7\@small-phone {
bottom: 3.5rem;
}
.bottom-7\.5\@small-phone {
bottom: 3.75rem;
}
.bottom-8\@small-phone {
bottom: 4rem;
}
.bottom-8\.5\@small-phone {
bottom: 4.25rem;
}
.bottom-9\@small-phone {
bottom: 4.5rem;
}
.bottom-9\.5\@small-phone {
bottom: 4.75rem;
}
.bottom-10\@small-phone {
bottom: 5rem;
}
.bottom-10\.5\@small-phone {
bottom: 5.25rem;
}
.bottom-11\@small-phone {
bottom: 5.5rem;
}
.bottom-11\.5\@small-phone {
bottom: 5.75rem;
}
.bottom-12\@small-phone {
bottom: 6rem;
}
.bottom-12\.5\@small-phone {
bottom: 6.25rem;
}
.bottom-13\@small-phone {
bottom: 6.5rem;
}
.bottom-13\.5\@small-phone {
bottom: 6.75rem;
}
.bottom-14\@small-phone {
bottom: 7rem;
}
.bottom-14\.5\@small-phone {
bottom: 7.25rem;
}
.bottom-15\@small-phone {
bottom: 7.5rem;
}
.bottom-15\.5\@small-phone {
bottom: 7.75rem;
}
.bottom-16\@small-phone {
bottom: 8rem;
}
.bottom-16\.5\@small-phone {
bottom: 8.25rem;
}
.bottom-17\@small-phone {
bottom: 8.5rem;
}
.bottom-17\.5\@small-phone {
bottom: 8.75rem;
}
.bottom-18\@small-phone {
bottom: 9rem;
}
.bottom-18\.5\@small-phone {
bottom: 9.25rem;
}
.bottom-19\@small-phone {
bottom: 9.5rem;
}
.bottom-19\.5\@small-phone {
bottom: 9.75rem;
}
.bottom-20\@small-phone {
bottom: 10rem;
}
.bottom-20\.5\@small-phone {
bottom: 10.25rem;
}
.bottom-21\@small-phone {
bottom: 10.5rem;
}
.bottom-21\.5\@small-phone {
bottom: 10.75rem;
}
.bottom-22\@small-phone {
bottom: 11rem;
}
.bottom-22\.5\@small-phone {
bottom: 11.25rem;
}
.bottom-23\@small-phone {
bottom: 11.5rem;
}
.bottom-23\.5\@small-phone {
bottom: 11.75rem;
}
.bottom-24\@small-phone {
bottom: 12rem;
}
.bottom-24\.5\@small-phone {
bottom: 12.25rem;
}
.bottom-25\@small-phone {
bottom: 12.5rem;
}
.bottom-25\.5\@small-phone {
bottom: 12.75rem;
}
.bottom-26\@small-phone {
bottom: 13rem;
}
.bottom-26\.5\@small-phone {
bottom: 13.25rem;
}
.bottom-27\@small-phone {
bottom: 13.5rem;
}
.bottom-27\.5\@small-phone {
bottom: 13.75rem;
}
.bottom-28\@small-phone {
bottom: 14rem;
}
.bottom-28\.5\@small-phone {
bottom: 14.25rem;
}
.bottom-29\@small-phone {
bottom: 14.5rem;
}
.bottom-29\.5\@small-phone {
bottom: 14.75rem;
}
.bottom-30\@small-phone {
bottom: 15rem;
}
.bottom-auto\@small-phone {
bottom: auto;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.bottom-0\@tablet {
bottom: 0;
}
.bottom-0\@tablet {
bottom: 0.25rem;
}
.bottom-1\@tablet {
bottom: 0.5rem;
}
.bottom-1\.5\@tablet {
bottom: 0.75rem;
}
.bottom-2\@tablet {
bottom: 1rem;
}
.bottom-2\.5\@tablet {
bottom: 1.25rem;
}
.bottom-3\@tablet {
bottom: 1.5rem;
}
.bottom-3\.5\@tablet {
bottom: 1.75rem;
}
.bottom-4\@tablet {
bottom: 2rem;
}
.bottom-4\.5\@tablet {
bottom: 2.25rem;
}
.bottom-5\@tablet {
bottom: 2.5rem;
}
.bottom-5\.5\@tablet {
bottom: 2.75rem;
}
.bottom-6\@tablet {
bottom: 3rem;
}
.bottom-6\.5\@tablet {
bottom: 3.25rem;
}
.bottom-7\@tablet {
bottom: 3.5rem;
}
.bottom-7\.5\@tablet {
bottom: 3.75rem;
}
.bottom-8\@tablet {
bottom: 4rem;
}
.bottom-8\.5\@tablet {
bottom: 4.25rem;
}
.bottom-9\@tablet {
bottom: 4.5rem;
}
.bottom-9\.5\@tablet {
bottom: 4.75rem;
}
.bottom-10\@tablet {
bottom: 5rem;
}
.bottom-10\.5\@tablet {
bottom: 5.25rem;
}
.bottom-11\@tablet {
bottom: 5.5rem;
}
.bottom-11\.5\@tablet {
bottom: 5.75rem;
}
.bottom-12\@tablet {
bottom: 6rem;
}
.bottom-12\.5\@tablet {
bottom: 6.25rem;
}
.bottom-13\@tablet {
bottom: 6.5rem;
}
.bottom-13\.5\@tablet {
bottom: 6.75rem;
}
.bottom-14\@tablet {
bottom: 7rem;
}
.bottom-14\.5\@tablet {
bottom: 7.25rem;
}
.bottom-15\@tablet {
bottom: 7.5rem;
}
.bottom-15\.5\@tablet {
bottom: 7.75rem;
}
.bottom-16\@tablet {
bottom: 8rem;
}
.bottom-16\.5\@tablet {
bottom: 8.25rem;
}
.bottom-17\@tablet {
bottom: 8.5rem;
}
.bottom-17\.5\@tablet {
bottom: 8.75rem;
}
.bottom-18\@tablet {
bottom: 9rem;
}
.bottom-18\.5\@tablet {
bottom: 9.25rem;
}
.bottom-19\@tablet {
bottom: 9.5rem;
}
.bottom-19\.5\@tablet {
bottom: 9.75rem;
}
.bottom-20\@tablet {
bottom: 10rem;
}
.bottom-20\.5\@tablet {
bottom: 10.25rem;
}
.bottom-21\@tablet {
bottom: 10.5rem;
}
.bottom-21\.5\@tablet {
bottom: 10.75rem;
}
.bottom-22\@tablet {
bottom: 11rem;
}
.bottom-22\.5\@tablet {
bottom: 11.25rem;
}
.bottom-23\@tablet {
bottom: 11.5rem;
}
.bottom-23\.5\@tablet {
bottom: 11.75rem;
}
.bottom-24\@tablet {
bottom: 12rem;
}
.bottom-24\.5\@tablet {
bottom: 12.25rem;
}
.bottom-25\@tablet {
bottom: 12.5rem;
}
.bottom-25\.5\@tablet {
bottom: 12.75rem;
}
.bottom-26\@tablet {
bottom: 13rem;
}
.bottom-26\.5\@tablet {
bottom: 13.25rem;
}
.bottom-27\@tablet {
bottom: 13.5rem;
}
.bottom-27\.5\@tablet {
bottom: 13.75rem;
}
.bottom-28\@tablet {
bottom: 14rem;
}
.bottom-28\.5\@tablet {
bottom: 14.25rem;
}
.bottom-29\@tablet {
bottom: 14.5rem;
}
.bottom-29\.5\@tablet {
bottom: 14.75rem;
}
.bottom-30\@tablet {
bottom: 15rem;
}
.bottom-auto\@tablet {
bottom: auto;
}
}
@media (min-width: 57rem) {
.bottom-0\@laptop {
bottom: 0;
}
.bottom-0\@laptop {
bottom: 0.25rem;
}
.bottom-1\@laptop {
bottom: 0.5rem;
}
.bottom-1\.5\@laptop {
bottom: 0.75rem;
}
.bottom-2\@laptop {
bottom: 1rem;
}
.bottom-2\.5\@laptop {
bottom: 1.25rem;
}
.bottom-3\@laptop {
bottom: 1.5rem;
}
.bottom-3\.5\@laptop {
bottom: 1.75rem;
}
.bottom-4\@laptop {
bottom: 2rem;
}
.bottom-4\.5\@laptop {
bottom: 2.25rem;
}
.bottom-5\@laptop {
bottom: 2.5rem;
}
.bottom-5\.5\@laptop {
bottom: 2.75rem;
}
.bottom-6\@laptop {
bottom: 3rem;
}
.bottom-6\.5\@laptop {
bottom: 3.25rem;
}
.bottom-7\@laptop {
bottom: 3.5rem;
}
.bottom-7\.5\@laptop {
bottom: 3.75rem;
}
.bottom-8\@laptop {
bottom: 4rem;
}
.bottom-8\.5\@laptop {
bottom: 4.25rem;
}
.bottom-9\@laptop {
bottom: 4.5rem;
}
.bottom-9\.5\@laptop {
bottom: 4.75rem;
}
.bottom-10\@laptop {
bottom: 5rem;
}
.bottom-10\.5\@laptop {
bottom: 5.25rem;
}
.bottom-11\@laptop {
bottom: 5.5rem;
}
.bottom-11\.5\@laptop {
bottom: 5.75rem;
}
.bottom-12\@laptop {
bottom: 6rem;
}
.bottom-12\.5\@laptop {
bottom: 6.25rem;
}
.bottom-13\@laptop {
bottom: 6.5rem;
}
.bottom-13\.5\@laptop {
bottom: 6.75rem;
}
.bottom-14\@laptop {
bottom: 7rem;
}
.bottom-14\.5\@laptop {
bottom: 7.25rem;
}
.bottom-15\@laptop {
bottom: 7.5rem;
}
.bottom-15\.5\@laptop {
bottom: 7.75rem;
}
.bottom-16\@laptop {
bottom: 8rem;
}
.bottom-16\.5\@laptop {
bottom: 8.25rem;
}
.bottom-17\@laptop {
bottom: 8.5rem;
}
.bottom-17\.5\@laptop {
bottom: 8.75rem;
}
.bottom-18\@laptop {
bottom: 9rem;
}
.bottom-18\.5\@laptop {
bottom: 9.25rem;
}
.bottom-19\@tablet {
bottom: 9.5rem;
}
.bottom-19\.5\@laptop {
bottom: 9.75rem;
}
.bottom-20\@laptop {
bottom: 10rem;
}
.bottom-20\.5\@laptop {
bottom: 10.25rem;
}
.bottom-21\@tablet {
bottom: 10.5rem;
}
.bottom-21\.5\@laptop {
bottom: 10.75rem;
}
.bottom-22\@laptop {
bottom: 11rem;
}
.bottom-22\.5\@laptop {
bottom: 11.25rem;
}
.bottom-23\@laptop {
bottom: 11.5rem;
}
.bottom-23\.5\@laptop {
bottom: 11.75rem;
}
.bottom-24\@laptop {
bottom: 12rem;
}
.bottom-24\.5\@laptop {
bottom: 12.25rem;
}
.bottom-25\@laptop {
bottom: 12.5rem;
}
.bottom-25\.5\@laptop {
bottom: 12.75rem;
}
.bottom-26\@laptop {
bottom: 13rem;
}
.bottom-26\.5\@laptop {
bottom: 13.25rem;
}
.bottom-27\@laptop {
bottom: 13.5rem;
}
.bottom-27\.5\@laptop {
bottom: 13.75rem;
}
.bottom-28\@laptop {
bottom: 14rem;
}
.bottom-28\.5\@laptop {
bottom: 14.25rem;
}
.bottom-29\@laptop {
bottom: 14.5rem;
}
.bottom-29\.5\@laptop {
bottom: 14.75rem;
}
.bottom-30\@laptop {
bottom: 15rem;
}
.bottom-auto\@laptop {
bottom: auto;
}
}
.left-0,
.left-0\@phone {
left: 0;
}
.left-0\.5,
.left-0\@phone {
left: 0.25rem;
}
.left-1,
.left-1\@phone {
left: 0.5rem;
}
.left-1\.5,
.left-1\.5\@phone {
left: 0.75rem;
}
.left-2,
.left-2\@phone {
left: 1rem;
}
.left-2\.5,
.left-2\.5\@phone {
left: 1.25rem;
}
.left-3,
.left-3\@phone {
left: 1.5rem;
}
.left-3\.5,
.left-3\.5\@phone {
left: 1.75rem;
}
.left-4,
.left-4\@phone {
left: 2rem;
}
.left-4\.5,
.left-4\.5\@phone {
left: 2.25rem;
}
.left-5,
.left-5\@phone {
left: 2.5rem;
}
.left-5\.5,
.left-5\.5\@phone {
left: 2.75rem;
}
.left-6,
.left-6\@phone {
left: 3rem;
}
.left-6\.5,
.left-6\.5\@phone {
left: 3.25rem;
}
.left-7,
.left-7\@phone {
left: 3.5rem;
}
.left-7\.5,
.left-7\.5\@phone {
left: 3.75rem;
}
.left-8,
.left-8\@phone {
left: 4rem;
}
.left-8\.5,
.left-8\.5\@phone {
left: 4.25rem;
}
.left-9,
.left-9\@phone {
left: 4.5rem;
}
.left-9\.5,
.left-9\.5\@phone {
left: 4.75rem;
}
.left-10,
.left-10\@phone {
left: 5rem;
}
.left-10\.5,
.left-10\.5\@phone {
left: 5.25rem;
}
.left-11,
.left-11\@phone {
left: 5.5rem;
}
.left-11\.5,
.left-11\.5\@phone {
left: 5.75rem;
}
.left-12,
.left-12\@phone {
left: 6rem;
}
.left-12\.5,
.left-12\.5\@phone {
left: 6.25rem;
}
.left-13,
.left-13\@phone {
left: 6.5rem;
}
.left-13\.5,
.left-13\.5\@phone {
left: 6.75rem;
}
.left-14,
.left-14\@phone {
left: 7rem;
}
.left-14\.5,
.left-14\.5\@phone {
left: 7.25rem;
}
.left-15,
.left-15\@phone {
left: 7.5rem;
}
.left-15\.5,
.left-15\.5\@phone {
left: 7.75rem;
}
.left-16,
.left-16\@phone {
left: 8rem;
}
.left-16\.5,
.left-16\.5\@phone {
left: 8.25rem;
}
.left-17,
.left-17\@phone {
left: 8.5rem;
}
.left-17\.5,
.left-17\.5\@phone {
left: 8.75rem;
}
.left-18,
.left-18\@phone {
left: 9rem;
}
.left-18\.5,
.left-18\.5\@phone {
left: 9.25rem;
}
.left-19,
.left-19\@phone {
left: 9.5rem;
}
.left-19\.5,
.left-19\.5\@phone {
left: 9.75rem;
}
.left-20,
.left-20\@phone {
left: 10rem;
}
.left-20\.5,
.left-20\.5\@phone {
left: 10.25rem;
}
.left-21,
.left-21\@phone {
left: 10.5rem;
}
.left-21\.5,
.left-21\.5\@phone {
left: 10.75rem;
}
.left-22,
.left-22\@phone {
left: 11rem;
}
.left-22\.5,
.left-22\.5\@phone {
left: 11.25rem;
}
.left-23,
.left-23\@phone {
left: 11.5rem;
}
.left-23\.5,
.left-23\.5\@phone {
left: 11.75rem;
}
.left-24,
.left-24\@phone {
left: 12rem;
}
.left-24\.5,
.left-24\.5\@phone {
left: 12.25rem;
}
.left-25,
.left-25\@phone {
left: 12.5rem;
}
.left-25\.5,
.left-25\.5\@phone {
left: 12.75rem;
}
.left-26,
.left-26\@phone {
left: 13rem;
}
.left-26\.5,
.left-26\.5\@phone {
left: 13.25rem;
}
.left-27,
.left-27\@phone {
left: 13.5rem;
}
.left-27\.5,
.left-27\.5\@phone {
left: 13.75rem;
}
.left-28,
.left-28\@phone {
left: 14rem;
}
.left-28\.5,
.left-28\.5\@phone {
left: 14.25rem;
}
.left-29,
.left-29\@phone {
left: 14.5rem;
}
.left-29\.5,
.left-29\.5\@phone {
left: 14.75rem;
}
.left-30,
.left-30\@phone {
left: 15rem;
}
.left-auto,
.left-auto\@phone {
left: auto;
}
@media (max-width: 21.875rem) {
.left-0\@small-phone {
left: 0;
}
.left-0\@small-phone {
left: 0.25rem;
}
.left-1\@small-phone {
left: 0.5rem;
}
.left-1\.5\@small-phone {
left: 0.75rem;
}
.left-2\@small-phone {
left: 1rem;
}
.left-2\.5\@small-phone {
left: 1.25rem;
}
.left-3\@small-phone {
left: 1.5rem;
}
.left-3\.5\@small-phone {
left: 1.75rem;
}
.left-4\@small-phone {
left: 2rem;
}
.left-4\.5\@small-phone {
left: 2.25rem;
}
.left-5\@small-phone {
left: 2.5rem;
}
.left-5\.5\@small-phone {
left: 2.75rem;
}
.left-6\@small-phone {
left: 3rem;
}
.left-6\.5\@small-phone {
left: 3.25rem;
}
.left-7\@small-phone {
left: 3.5rem;
}
.left-7\.5\@small-phone {
left: 3.75rem;
}
.left-8\@small-phone {
left: 4rem;
}
.left-8\.5\@small-phone {
left: 4.25rem;
}
.left-9\@small-phone {
left: 4.5rem;
}
.left-9\.5\@small-phone {
left: 4.75rem;
}
.left-10\@small-phone {
left: 5rem;
}
.left-10\.5\@small-phone {
left: 5.25rem;
}
.left-11\@small-phone {
left: 5.5rem;
}
.left-11\.5\@small-phone {
left: 5.75rem;
}
.left-12\@small-phone {
left: 6rem;
}
.left-12\.5\@small-phone {
left: 6.25rem;
}
.left-13\@small-phone {
left: 6.5rem;
}
.left-13\.5\@small-phone {
left: 6.75rem;
}
.left-14\@small-phone {
left: 7rem;
}
.left-14\.5\@small-phone {
left: 7.25rem;
}
.left-15\@small-phone {
left: 7.5rem;
}
.left-15\.5\@small-phone {
left: 7.75rem;
}
.left-16\@small-phone {
left: 8rem;
}
.left-16\.5\@small-phone {
left: 8.25rem;
}
.left-17\@small-phone {
left: 8.5rem;
}
.left-17\.5\@small-phone {
left: 8.75rem;
}
.left-18\@small-phone {
left: 9rem;
}
.left-18\.5\@small-phone {
left: 9.25rem;
}
.left-19\@small-phone {
left: 9.5rem;
}
.left-19\.5\@small-phone {
left: 9.75rem;
}
.left-20\@small-phone {
left: 10rem;
}
.left-20\.5\@small-phone {
left: 10.25rem;
}
.left-21\@small-phone {
left: 10.5rem;
}
.left-21\.5\@small-phone {
left: 10.75rem;
}
.left-22\@small-phone {
left: 11rem;
}
.left-22\.5\@small-phone {
left: 11.25rem;
}
.left-23\@small-phone {
left: 11.5rem;
}
.left-23\.5\@small-phone {
left: 11.75rem;
}
.left-24\@small-phone {
left: 12rem;
}
.left-24\.5\@small-phone {
left: 12.25rem;
}
.left-25\@small-phone {
left: 12.5rem;
}
.left-25\.5\@small-phone {
left: 12.75rem;
}
.left-26\@small-phone {
left: 13rem;
}
.left-26\.5\@small-phone {
left: 13.25rem;
}
.left-27\@small-phone {
left: 13.5rem;
}
.left-27\.5\@small-phone {
left: 13.75rem;
}
.left-28\@small-phone {
left: 14rem;
}
.left-28\.5\@small-phone {
left: 14.25rem;
}
.left-29\@small-phone {
left: 14.5rem;
}
.left-29\.5\@small-phone {
left: 14.75rem;
}
.left-30\@small-phone {
left: 15rem;
}
.left-auto\@small-phone {
left: auto;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.left-0\@tablet {
left: 0;
}
.left-0\@tablet {
left: 0.25rem;
}
.left-1\@tablet {
left: 0.5rem;
}
.left-1\.5\@tablet {
left: 0.75rem;
}
.left-2\@tablet {
left: 1rem;
}
.left-2\.5\@tablet {
left: 1.25rem;
}
.left-3\@tablet {
left: 1.5rem;
}
.left-3\.5\@tablet {
left: 1.75rem;
}
.left-4\@tablet {
left: 2rem;
}
.left-4\.5\@tablet {
left: 2.25rem;
}
.left-5\@tablet {
left: 2.5rem;
}
.left-5\.5\@tablet {
left: 2.75rem;
}
.left-6\@tablet {
left: 3rem;
}
.left-6\.5\@tablet {
left: 3.25rem;
}
.left-7\@tablet {
left: 3.5rem;
}
.left-7\.5\@tablet {
left: 3.75rem;
}
.left-8\@tablet {
left: 4rem;
}
.left-8\.5\@tablet {
left: 4.25rem;
}
.left-9\@tablet {
left: 4.5rem;
}
.left-9\.5\@tablet {
left: 4.75rem;
}
.left-10\@tablet {
left: 5rem;
}
.left-10\.5\@tablet {
left: 5.25rem;
}
.left-11\@tablet {
left: 5.5rem;
}
.left-11\.5\@tablet {
left: 5.75rem;
}
.left-12\@tablet {
left: 6rem;
}
.left-12\.5\@tablet {
left: 6.25rem;
}
.left-13\@tablet {
left: 6.5rem;
}
.left-13\.5\@tablet {
left: 6.75rem;
}
.left-14\@tablet {
left: 7rem;
}
.left-14\.5\@tablet {
left: 7.25rem;
}
.left-15\@tablet {
left: 7.5rem;
}
.left-15\.5\@tablet {
left: 7.75rem;
}
.left-16\@tablet {
left: 8rem;
}
.left-16\.5\@tablet {
left: 8.25rem;
}
.left-17\@tablet {
left: 8.5rem;
}
.left-17\.5\@tablet {
left: 8.75rem;
}
.left-18\@tablet {
left: 9rem;
}
.left-18\.5\@tablet {
left: 9.25rem;
}
.left-19\@tablet {
left: 9.5rem;
}
.left-19\.5\@tablet {
left: 9.75rem;
}
.left-20\@tablet {
left: 10rem;
}
.left-20\.5\@tablet {
left: 10.25rem;
}
.left-21\@tablet {
left: 10.5rem;
}
.left-21\.5\@tablet {
left: 10.75rem;
}
.left-22\@tablet {
left: 11rem;
}
.left-22\.5\@tablet {
left: 11.25rem;
}
.left-23\@tablet {
left: 11.5rem;
}
.left-23\.5\@tablet {
left: 11.75rem;
}
.left-24\@tablet {
left: 12rem;
}
.left-24\.5\@tablet {
left: 12.25rem;
}
.left-25\@tablet {
left: 12.5rem;
}
.left-25\.5\@tablet {
left: 12.75rem;
}
.left-26\@tablet {
left: 13rem;
}
.left-26\.5\@tablet {
left: 13.25rem;
}
.left-27\@tablet {
left: 13.5rem;
}
.left-27\.5\@tablet {
left: 13.75rem;
}
.left-28\@tablet {
left: 14rem;
}
.left-28\.5\@tablet {
left: 14.25rem;
}
.left-29\@tablet {
left: 14.5rem;
}
.left-29\.5\@tablet {
left: 14.75rem;
}
.left-30\@tablet {
left: 15rem;
}
.left-auto\@tablet {
left: auto;
}
}
@media (min-width: 57rem) {
.left-0\@laptop {
left: 0;
}
.left-0\@laptop {
left: 0.25rem;
}
.left-1\@laptop {
left: 0.5rem;
}
.left-1\.5\@laptop {
left: 0.75rem;
}
.left-2\@laptop {
left: 1rem;
}
.left-2\.5\@laptop {
left: 1.25rem;
}
.left-3\@laptop {
left: 1.5rem;
}
.left-3\.5\@laptop {
left: 1.75rem;
}
.left-4\@laptop {
left: 2rem;
}
.left-4\.5\@laptop {
left: 2.25rem;
}
.left-5\@laptop {
left: 2.5rem;
}
.left-5\.5\@laptop {
left: 2.75rem;
}
.left-6\@laptop {
left: 3rem;
}
.left-6\.5\@laptop {
left: 3.25rem;
}
.left-7\@laptop {
left: 3.5rem;
}
.left-7\.5\@laptop {
left: 3.75rem;
}
.left-8\@laptop {
left: 4rem;
}
.left-8\.5\@laptop {
left: 4.25rem;
}
.left-9\@laptop {
left: 4.5rem;
}
.left-9\.5\@laptop {
left: 4.75rem;
}
.left-10\@laptop {
left: 5rem;
}
.left-10\.5\@laptop {
left: 5.25rem;
}
.left-11\@laptop {
left: 5.5rem;
}
.left-11\.5\@laptop {
left: 5.75rem;
}
.left-12\@laptop {
left: 6rem;
}
.left-12\.5\@laptop {
left: 6.25rem;
}
.left-13\@laptop {
left: 6.5rem;
}
.left-13\.5\@laptop {
left: 6.75rem;
}
.left-14\@laptop {
left: 7rem;
}
.left-14\.5\@laptop {
left: 7.25rem;
}
.left-15\@laptop {
left: 7.5rem;
}
.left-15\.5\@laptop {
left: 7.75rem;
}
.left-16\@laptop {
left: 8rem;
}
.left-16\.5\@laptop {
left: 8.25rem;
}
.left-17\@laptop {
left: 8.5rem;
}
.left-17\.5\@laptop {
left: 8.75rem;
}
.left-18\@laptop {
left: 9rem;
}
.left-18\.5\@laptop {
left: 9.25rem;
}
.left-19\@tablet {
left: 9.5rem;
}
.left-19\.5\@laptop {
left: 9.75rem;
}
.left-20\@laptop {
left: 10rem;
}
.left-20\.5\@laptop {
left: 10.25rem;
}
.left-21\@tablet {
left: 10.5rem;
}
.left-21\.5\@laptop {
left: 10.75rem;
}
.left-22\@laptop {
left: 11rem;
}
.left-22\.5\@laptop {
left: 11.25rem;
}
.left-23\@laptop {
left: 11.5rem;
}
.left-23\.5\@laptop {
left: 11.75rem;
}
.left-24\@laptop {
left: 12rem;
}
.left-24\.5\@laptop {
left: 12.25rem;
}
.left-25\@laptop {
left: 12.5rem;
}
.left-25\.5\@laptop {
left: 12.75rem;
}
.left-26\@laptop {
left: 13rem;
}
.left-26\.5\@laptop {
left: 13.25rem;
}
.left-27\@laptop {
left: 13.5rem;
}
.left-27\.5\@laptop {
left: 13.75rem;
}
.left-28\@laptop {
left: 14rem;
}
.left-28\.5\@laptop {
left: 14.25rem;
}
.left-29\@laptop {
left: 14.5rem;
}
.left-29\.5\@laptop {
left: 14.75rem;
}
.left-30\@laptop {
left: 15rem;
}
.left-auto\@laptop {
left: auto;
}
}
.height-0,
.height-0\@phone {
height: 0;
}
.height-0\.5,
.height-0\.5\@phone {
height: 0.25rem;
}
.height-1,
.height-1\@phone {
height: 0.5rem;
}
.height-1\.5,
.height-1\.5\@phone {
height: 0.75rem;
}
.height-2,
.height-2\@phone {
height: 1rem;
}
.height-2\.5,
.height-2\.5\@phone {
height: 1.25rem;
}
.height-3,
.height-3\@phone {
height: 1.5rem;
}
.height-3\.5,
.height-3\.5\@phone {
height: 1.75rem;
}
.height-4,
.height-4\@phone {
height: 2rem;
}
.height-4\.5,
.height-4\.5\@phone {
height: 2.25rem;
}
.height-5,
.height-5\@phone {
height: 2.5rem;
}
.height-5\.5,
.height-5\.5\@phone {
height: 2.75rem;
}
.height-6,
.height-6\@phone {
height: 3rem;
}
.height-6\.5,
.height-6\.5\@phone {
height: 3.25rem;
}
.height-7,
.height-7\@phone {
height: 3.5rem;
}
.height-7\.5,
.height-7\.5\@phone {
height: 3.75rem;
}
.height-8,
.height-8\@phone {
height: 4rem;
}
.height-8\.5,
.height-8\.5\@phone {
height: 4.25rem;
}
.height-9,
.height-9\@phone {
height: 4.5rem;
}
.height-9\.5,
.height-9\.5\@phone {
height: 4.75rem;
}
.height-10,
.height-10\@phone {
height: 5rem;
}
.height-10\.5,
.height-10\.5\@phone {
height: 5.25rem;
}
.height-11,
.height-11\@phone {
height: 5.5rem;
}
.height-11\.5,
.height-11\.5\@phone {
height: 5.75rem;
}
.height-12,
.height-12\@phone {
height: 6rem;
}
.height-12\.5,
.height-12\.5\@phone {
height: 6.25rem;
}
.height-13,
.height-13\@phone {
height: 6.5rem;
}
.height-13\.5,
.height-13\.5\@phone {
height: 6.75rem;
}
.height-14,
.height-14\@phone {
height: 7rem;
}
.height-14\.5,
.height-14\.5\@phone {
height: 7.25rem;
}
.height-15,
.height-15\@phone {
height: 7.5rem;
}
.height-15\.5,
.height-15\.5\@phone {
height: 7.75rem;
}
.height-16,
.height-16\@phone {
height: 8rem;
}
.height-16\.5,
.height-16\.5\@phone {
height: 8.25rem;
}
.height-17,
.height-17\@phone {
height: 8.5rem;
}
.height-17\.5,
.height-17\.5\@phone {
height: 8.75rem;
}
.height-18,
.height-18\@phone {
height: 9rem;
}
.height-18\.5,
.height-18\.5\@phone {
height: 9.25rem;
}
.height-19,
.height-19\@phone {
height: 9.5rem;
}
.height-19\.5,
.height-19\.5\@phone {
height: 9.75rem;
}
.height-20,
.height-20\@phone {
height: 10rem;
}
.height-20\.5,
.height-20\.5\@phone {
height: 10.25rem;
}
.height-21,
.height-21\@phone {
height: 10.5rem;
}
.height-21\.5,
.height-21\.5\@phone {
height: 10.75rem;
}
.height-22,
.height-22\@phone {
height: 11rem;
}
.height-22\.5,
.height-22\.5\@phone {
height: 11.25rem;
}
.height-23,
.height-23\@phone {
height: 11.5rem;
}
.height-23\.5,
.height-23\.5\@phone {
height: 11.75rem;
}
.height-24,
.height-24\@phone {
height: 12rem;
}
.height-24\.5,
.height-24\.5\@phone {
height: 12.25rem;
}
.height-25,
.height-25\@phone {
height: 12.5rem;
}
.height-25\.5,
.height-25\.5\@phone {
height: 12.75rem;
}
.height-26,
.height-26\@phone {
height: 13rem;
}
.height-26\.5,
.height-26\.5\@phone {
height: 13.25rem;
}
.height-27,
.height-27\@phone {
height: 13.5rem;
}
.height-27\.5,
.height-27\.5\@phone {
height: 13.75rem;
}
.height-28,
.height-28\@phone {
height: 14rem;
}
.height-28\.5,
.height-28\.5\@phone {
height: 14.25rem;
}
.height-29,
.height-29\@phone {
height: 14.5rem;
}
.height-29\.5,
.height-29\.5\@phone {
height: 14.75rem;
}
.height-30,
.height-30\@phone {
height: 15rem;
}
.height-10\%,
.height-10\%\@phone {
height: 10%;
}
.height-20\%,
.height-20\%\@phone {
height: 20%;
}
.height-30\%,
.height-30\%\@phone {
height: 30%;
}
.height-40\%,
.height-40\%\@phone {
height: 40%;
}
.height-50\%,
.height-50\%\@phone {
height: 50%;
}
.height-60\%,
.height-60\%\@phone {
height: 60%;
}
.height-70\%,
.height-70\%\@phone {
height: 70%;
}
.height-80\%,
.height-80\%\@phone {
height: 80%;
}
.height-90\%,
.height-90\%\@phone {
height: 90%;
}
.height-100\%,
.height-100\%\@phone {
height: 100%;
}
.height-25vh,
.height-25vh\@phone {
height: 25vh;
}
.height-50vh,
.height-50vh\@phone {
height: 50vh;
}
.height-75vh,
.height-75vh\@phone {
height: 75vh;
}
.height-100vh,
.height-100vh\@phone {
height: 100vh;
}
.height-125vh,
.height-125vh\@phone {
height: 125vh;
}
.height-150vh,
.height-150vh\@phone {
height: 150vh;
}
@media (max-width: 21.875rem) {
.height-0\@small-phone {
height: 0;
}
.height-0\.5\@small-phone {
height: 0.25rem;
}
.height-1\@small-phone {
height: 0.5rem;
}
.height-1\.5\@small-phone {
height: 0.75rem;
}
.height-2\@small-phone {
height: 1rem;
}
.height-2\.5\@small-phone {
height: 1.25rem;
}
.height-3\@small-phone {
height: 1.5rem;
}
.height-3\.5\@small-phone {
height: 1.75rem;
}
.height-4\@small-phone {
height: 2rem;
}
.height-4\.5\@small-phone {
height: 2.25rem;
}
.height-5\@small-phone {
height: 2.5rem;
}
.height-5\.5\@small-phone {
height: 2.75rem;
}
.height-6\@small-phone {
height: 3rem;
}
.height-6\.5\@small-phone {
height: 3.25rem;
}
.height-7\@small-phone {
height: 3.5rem;
}
.height-7\.5\@small-phone {
height: 3.75rem;
}
.height-8\@small-phone {
height: 4rem;
}
.height-8\.5\@small-phone {
height: 4.25rem;
}
.height-9\@small-phone {
height: 4.5rem;
}
.height-9\.5\@small-phone {
height: 4.75rem;
}
.height-10\@small-phone {
height: 5rem;
}
.height-10\.5\@small-phone {
height: 5.25rem;
}
.height-11\@small-phone {
height: 5.5rem;
}
.height-11\.5\@small-phone {
height: 5.75rem;
}
.height-12\@small-phone {
height: 6rem;
}
.height-12\.5\@small-phone {
height: 6.25rem;
}
.height-13\@small-phone {
height: 6.5rem;
}
.height-13\.5\@small-phone {
height: 6.75rem;
}
.height-14\@small-phone {
height: 7rem;
}
.height-14\.5\@small-phone {
height: 7.25rem;
}
.height-15\@small-phone {
height: 7.5rem;
}
.height-15\.5\@small-phone {
height: 7.75rem;
}
.height-16\@small-phone {
height: 8rem;
}
.height-16\.5\@small-phone {
height: 8.25rem;
}
.height-17\@small-phone {
height: 8.5rem;
}
.height-17\.5\@small-phone {
height: 8.75rem;
}
.height-18\@small-phone {
height: 9rem;
}
.height-18\.5\@small-phone {
height: 9.25rem;
}
.height-19\@small-phone {
height: 9.5rem;
}
.height-19\.5\@small-phone {
height: 9.75rem;
}
.height-20\@small-phone {
height: 10rem;
}
.height-20\.5\@small-phone {
height: 10.25rem;
}
.height-21\@small-phone {
height: 10.5rem;
}
.height-21\.5\@small-phone {
height: 10.75rem;
}
.height-22\@small-phone {
height: 11rem;
}
.height-22\.5\@small-phone {
height: 11.25rem;
}
.height-23\@small-phone {
height: 11.5rem;
}
.height-23\.5\@small-phone {
height: 11.75rem;
}
.height-24\@small-phone {
height: 12rem;
}
.height-24\.5\@small-phone {
height: 12.25rem;
}
.height-25\@small-phone {
height: 12.5rem;
}
.height-25\.5\@small-phone {
height: 12.75rem;
}
.height-26\@small-phone {
height: 13rem;
}
.height-26\.5\@small-phone {
height: 13.25rem;
}
.height-27\@small-phone {
height: 13.5rem;
}
.height-27\.5\@small-phone {
height: 13.75rem;
}
.height-28\@small-phone {
height: 14rem;
}
.height-28\.5\@small-phone {
height: 14.25rem;
}
.height-29\@small-phone {
height: 14.5rem;
}
.height-29\.5\@small-phone {
height: 14.75rem;
}
.height-30\@small-phone {
height: 15rem;
}
.height-10\%\@small-phone {
height: 10%;
}
.height-20\%\@small-phone {
height: 20%;
}
.height-30\%\@small-phone {
height: 30%;
}
.height-40\%\@small-phone {
height: 40%;
}
.height-50\%\@small-phone {
height: 50%;
}
.height-60\%\@small-phone {
height: 60%;
}
.height-70\%\@small-phone {
height: 70%;
}
.height-80\%\@small-phone {
height: 80%;
}
.height-90\%\@small-phone {
height: 90%;
}
.height-100\%\@small-phone {
height: 100%;
}
.height-25vh\@small-phone {
height: 25vh;
}
.height-50vh\@small-phone {
height: 50vh;
}
.height-75vh\@small-phone {
height: 75vh;
}
.height-100vh\@small-phone {
height: 100vh;
}
.height-125vh\@small-phone {
height: 125vh;
}
.height-150vh\@small-phone {
height: 150vh;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.height-0\@tablet {
height: 0;
}
.height-0\.5\@tablet {
height: 0.25rem;
}
.height-1\@tablet {
height: 0.5rem;
}
.height-1\.5\@tablet {
height: 0.75rem;
}
.height-2\@tablet {
height: 1rem;
}
.height-2\.5\@tablet {
height: 1.25rem;
}
.height-3\@tablet {
height: 1.5rem;
}
.height-3\.5\@tablet {
height: 1.75rem;
}
.height-4\@tablet {
height: 2rem;
}
.height-4\.5\@tablet {
height: 2.25rem;
}
.height-5\@tablet {
height: 2.5rem;
}
.height-5\.5\@tablet {
height: 2.75rem;
}
.height-6\@tablet {
height: 3rem;
}
.height-6\.5\@tablet {
height: 3.25rem;
}
.height-7\@tablet {
height: 3.5rem;
}
.height-7\.5\@tablet {
height: 3.75rem;
}
.height-8\@tablet {
height: 4rem;
}
.height-8\.5\@tablet {
height: 4.25rem;
}
.height-9\@tablet {
height: 4.5rem;
}
.height-9\.5\@tablet {
height: 4.75rem;
}
.height-10\@tablet {
height: 5rem;
}
.height-10\.5\@tablet {
height: 5.25rem;
}
.height-11\@tablet {
height: 5.5rem;
}
.height-11\.5\@tablet {
height: 5.75rem;
}
.height-12\@tablet {
height: 6rem;
}
.height-12\.5\@tablet {
height: 6.25rem;
}
.height-13\@tablet {
height: 6.5rem;
}
.height-13\.5\@tablet {
height: 6.75rem;
}
.height-14\@tablet {
height: 7rem;
}
.height-14\.5\@tablet {
height: 7.25rem;
}
.height-15\@tablet {
height: 7.5rem;
}
.height-15\.5\@tablet {
height: 7.75rem;
}
.height-16\@tablet {
height: 8rem;
}
.height-16\.5\@tablet {
height: 8.25rem;
}
.height-17\@tablet {
height: 8.5rem;
}
.height-17\.5\@tablet {
height: 8.75rem;
}
.height-18\@tablet {
height: 9rem;
}
.height-18\.5\@tablet {
height: 9.25rem;
}
.height-19\@tablet {
height: 9.5rem;
}
.height-19\.5\@tablet {
height: 9.75rem;
}
.height-20\@tablet {
height: 10rem;
}
.height-20\.5\@tablet {
height: 10.25rem;
}
.height-21\@tablet {
height: 10.5rem;
}
.height-21\.5\@tablet {
height: 10.75rem;
}
.height-22\@tablet {
height: 11rem;
}
.height-22\.5\@tablet {
height: 11.25rem;
}
.height-23\@tablet {
height: 11.5rem;
}
.height-23\.5\@tablet {
height: 11.75rem;
}
.height-24\@tablet {
height: 12rem;
}
.height-24\.5\@tablet {
height: 12.25rem;
}
.height-25\@tablet {
height: 12.5rem;
}
.height-25\.5\@tablet {
height: 12.75rem;
}
.height-26\@tablet {
height: 13rem;
}
.height-26\.5\@tablet {
height: 13.25rem;
}
.height-27\@tablet {
height: 13.5rem;
}
.height-27\.5\@tablet {
height: 13.75rem;
}
.height-28\@tablet {
height: 14rem;
}
.height-28\.5\@tablet {
height: 14.25rem;
}
.height-29\@tablet {
height: 14.5rem;
}
.height-29\.5\@tablet {
height: 14.75rem;
}
.height-30\@tablet {
height: 15rem;
}
.height-10\%\@tablet {
height: 10%;
}
.height-20\%\@tablet {
height: 20%;
}
.height-30\%\@tablet {
height: 30%;
}
.height-40\%\@tablet {
height: 40%;
}
.height-50\%\@tablet {
height: 50%;
}
.height-60\%\@tablet {
height: 60%;
}
.height-70\%\@tablet {
height: 70%;
}
.height-80\%\@tablet {
height: 80%;
}
.height-90\%\@tablet {
height: 90%;
}
.height-100\%\@tablet {
height: 100%;
}
.height-50vh\@tablet {
height: 50vh;
}
.height-75vh\@tablet {
height: 75vh;
}
.height-100vh\@tablet {
height: 100vh;
}
.height-125vh\@tablet {
height: 125vh;
}
.height-150vh\@tablet {
height: 150vh;
}
}
@media (min-width: 57rem) {
.height-0\@laptop {
height: 0;
}
.height-0\.5\@laptop {
height: 0.25rem;
}
.height-1\@laptop {
height: 0.5rem;
}
.height-1\.5\@laptop {
height: 0.75rem;
}
.height-2\@laptop {
height: 1rem;
}
.height-2\.5\@laptop {
height: 1.25rem;
}
.height-3\@laptop {
height: 1.5rem;
}
.height-3\.5\@laptop {
height: 1.75rem;
}
.height-4\@laptop {
height: 2rem;
}
.height-4\.5\@laptop {
height: 2.25rem;
}
.height-5\@laptop {
height: 2.5rem;
}
.height-5\.5\@laptop {
height: 2.75rem;
}
.height-6\@laptop {
height: 3rem;
}
.height-6\.5\@laptop {
height: 3.25rem;
}
.height-7\@laptop {
height: 3.5rem;
}
.height-7\.5\@laptop {
height: 3.75rem;
}
.height-8\@laptop {
height: 4rem;
}
.height-8\.5\@laptop {
height: 4.25rem;
}
.height-9\@laptop {
height: 4.5rem;
}
.height-9\.5\@laptop {
height: 4.75rem;
}
.height-10\@laptop {
height: 5rem;
}
.height-10\.5\@laptop {
height: 5.25rem;
}
.height-11\@laptop {
height: 5.5rem;
}
.height-11\.5\@laptop {
height: 5.75rem;
}
.height-12\@laptop {
height: 6rem;
}
.height-12\.5\@laptop {
height: 6.25rem;
}
.height-13\@laptop {
height: 6.5rem;
}
.height-13\.5\@laptop {
height: 6.75rem;
}
.height-14\@laptop {
height: 7rem;
}
.height-14\.5\@laptop {
height: 7.25rem;
}
.height-15\@laptop {
height: 7.5rem;
}
.height-15\.5\@laptop {
height: 7.75rem;
}
.height-16\@laptop {
height: 8rem;
}
.height-16\.5\@laptop {
height: 8.25rem;
}
.height-17\@laptop {
height: 8.5rem;
}
.height-17\.5\@laptop {
height: 8.75rem;
}
.height-18\@laptop {
height: 9rem;
}
.height-18\.5\@laptop {
height: 9.25rem;
}
.height-19\@laptop {
height: 9.5rem;
}
.height-19\.5\@laptop {
height: 9.75rem;
}
.height-20\@laptop {
height: 10rem;
}
.height-20\.5\@laptop {
height: 10.25rem;
}
.height-21\@laptop {
height: 10.5rem;
}
.height-21\.5\@laptop {
height: 10.75rem;
}
.height-22\@laptop {
height: 11rem;
}
.height-22\.5\@laptop {
height: 11.25rem;
}
.height-23\@laptop {
height: 11.5rem;
}
.height-23\.5\@laptop {
height: 11.75rem;
}
.height-24\@laptop {
height: 12rem;
}
.height-24\.5\@laptop {
height: 12.25rem;
}
.height-25\@laptop {
height: 12.5rem;
}
.height-25\.5\@laptop {
height: 12.75rem;
}
.height-26\@laptop {
height: 13rem;
}
.height-26\.5\@laptop {
height: 13.25rem;
}
.height-27\@laptop {
height: 13.5rem;
}
.height-27\.5\@laptop {
height: 13.75rem;
}
.height-28\@laptop {
height: 14rem;
}
.height-28\.5\@laptop {
height: 14.25rem;
}
.height-29\@laptop {
height: 14.5rem;
}
.height-29\.5\@laptop {
height: 14.75rem;
}
.height-30\@laptop {
height: 15rem;
}
.height-10\%\@laptop {
height: 10%;
}
.height-20\%\@laptop {
height: 20%;
}
.height-30\%\@laptop {
height: 30%;
}
.height-40\%\@laptop {
height: 40%;
}
.height-50\%\@laptop {
height: 50%;
}
.height-60\%\@laptop {
height: 60%;
}
.height-70\%\@laptop {
height: 70%;
}
.height-80\%\@laptop {
height: 80%;
}
.height-90\%\@laptop {
height: 90%;
}
.height-100\%\@laptop {
height: 100%;
}
.height-25vh\@laptop {
height: 25vh;
}
.height-50vh\@laptop {
height: 50vh;
}
.height-75vh\@laptop {
height: 75vh;
}
.height-100vh\@laptop {
height: 100vh;
}
.height-125vh\@laptop {
height: 125vh;
}
.height-150vh\@laptop {
height: 150vh;
}
}
.min-height-0,
.min-height-0\@phone {
min-height: 0;
}
.min-height-0\.5,
.min-height-0\.5\@phone {
min-height: 0.25rem;
}
.min-height-1,
.min-height-1\@phone {
min-height: 0.5rem;
}
.min-height-1\.5,
.min-height-1\.5\@phone {
min-height: 0.75rem;
}
.min-height-2,
.min-height-2\@phone {
min-height: 1rem;
}
.min-height-2\.5,
.min-height-2\.5\@phone {
min-height: 1.25rem;
}
.min-height-3,
.min-height-3\@phone {
min-height: 1.5rem;
}
.min-height-3\.5,
.min-height-3\.5\@phone {
min-height: 1.75rem;
}
.min-height-4,
.min-height-4\@phone {
min-height: 2rem;
}
.min-height-4\.5,
.min-height-4\.5\@phone {
min-height: 2.25rem;
}
.min-height-5,
.min-height-5\@phone {
min-height: 2.5rem;
}
.min-height-5\.5,
.min-height-5\.5\@phone {
min-height: 2.75rem;
}
.min-height-6,
.min-height-6\@phone {
min-height: 3rem;
}
.min-height-6\.5,
.min-height-6\.5\@phone {
min-height: 3.25rem;
}
.min-height-7,
.min-height-7\@phone {
min-height: 3.5rem;
}
.min-height-7\.5,
.min-height-7\.5\@phone {
min-height: 3.75rem;
}
.min-height-8,
.min-height-8\@phone {
min-height: 4rem;
}
.min-height-8\.5,
.min-height-8\.5\@phone {
min-height: 4.25rem;
}
.min-height-9,
.min-height-9\@phone {
min-height: 4.5rem;
}
.min-height-9\.5,
.min-height-9\.5\@phone {
min-height: 4.75rem;
}
.min-height-10,
.min-height-10\@phone {
min-height: 5rem;
}
.min-height-10\.5,
.min-height-10\.5\@phone {
min-height: 5.25rem;
}
.min-height-11,
.min-height-11\@phone {
min-height: 5.5rem;
}
.min-height-11\.5,
.min-height-11\.5\@phone {
min-height: 5.75rem;
}
.min-height-12,
.min-height-12\@phone {
min-height: 6rem;
}
.min-height-12\.5,
.min-height-12\.5\@phone {
min-height: 6.25rem;
}
.min-height-13,
.min-height-13\@phone {
min-height: 6.5rem;
}
.min-height-13\.5,
.min-height-13\.5\@phone {
min-height: 6.75rem;
}
.min-height-14,
.min-height-14\@phone {
min-height: 7rem;
}
.min-height-14\.5,
.min-height-14\.5\@phone {
min-height: 7.25rem;
}
.min-height-15,
.min-height-15\@phone {
min-height: 7.5rem;
}
.min-height-15\.5,
.min-height-15\.5\@phone {
min-height: 7.75rem;
}
.min-height-16,
.min-height-16\@phone {
min-height: 8rem;
}
.min-height-16\.5,
.min-height-16\.5\@phone {
min-height: 8.25rem;
}
.min-height-17,
.min-height-17\@phone {
min-height: 8.5rem;
}
.min-height-17\.5,
.min-height-17\.5\@phone {
min-height: 8.75rem;
}
.min-height-18,
.min-height-18\@phone {
min-height: 9rem;
}
.min-height-18\.5,
.min-height-18\.5\@phone {
min-height: 9.25rem;
}
.min-height-19,
.min-height-19\@phone {
min-height: 9.5rem;
}
.min-height-19\.5,
.min-height-19\.5\@phone {
min-height: 9.75rem;
}
.min-height-20,
.min-height-20\@phone {
min-height: 10rem;
}
.min-height-20\.5,
.min-height-20\.5\@phone {
min-height: 10.25rem;
}
.min-height-21,
.min-height-21\@phone {
min-height: 10.5rem;
}
.min-height-21\.5,
.min-height-21\.5\@phone {
min-height: 10.75rem;
}
.min-height-22,
.min-height-22\@phone {
min-height: 11rem;
}
.min-height-22\.5,
.min-height-22\.5\@phone {
min-height: 11.25rem;
}
.min-height-23,
.min-height-23\@phone {
min-height: 11.5rem;
}
.min-height-23\.5,
.min-height-23\.5\@phone {
min-height: 11.75rem;
}
.min-height-24,
.min-height-24\@phone {
min-height: 12rem;
}
.min-height-24\.5,
.min-height-24\.5\@phone {
min-height: 12.25rem;
}
.min-height-25,
.min-height-25\@phone {
min-height: 12.5rem;
}
.min-height-25\.5,
.min-height-25\.5\@phone {
min-height: 12.75rem;
}
.min-height-26,
.min-height-26\@phone {
min-height: 13rem;
}
.min-height-26\.5,
.min-height-26\.5\@phone {
min-height: 13.25rem;
}
.min-height-27,
.min-height-27\@phone {
min-height: 13.5rem;
}
.min-height-27\.5,
.min-height-27\.5\@phone {
min-height: 13.75rem;
}
.min-height-28,
.min-height-28\@phone {
min-height: 14rem;
}
.min-height-28\.5,
.min-height-28\.5\@phone {
min-height: 14.25rem;
}
.min-height-29,
.min-height-29\@phone {
min-height: 14.5rem;
}
.min-height-29\.5,
.min-height-29\.5\@phone {
min-height: 14.75rem;
}
.min-height-30,
.min-height-30\@phone {
min-height: 15rem;
}
.min-height-10\%,
.min-height-10\%\@phone {
min-height: 10%;
}
.min-height-20\%,
.min-height-20\%\@phone {
min-height: 20%;
}
.min-height-30\%,
.min-height-30\%\@phone {
min-height: 30%;
}
.min-height-40\%,
.min-height-40\%\@phone {
min-height: 40%;
}
.min-height-50\%,
.min-height-50\%\@phone {
min-height: 50%;
}
.min-height-60\%,
.min-height-60\%\@phone {
min-height: 60%;
}
.min-height-70\%,
.min-height-70\%\@phone {
min-height: 70%;
}
.min-height-80\%,
.min-height-80\%\@phone {
min-height: 80%;
}
.min-height-90\%,
.min-height-90\%\@phone {
min-height: 90%;
}
.min-height-100\%,
.min-height-100\%\@phone {
min-height: 100%;
}
.min-height-25vh,
.min-height-25vh\@phone {
min-height: 25vh;
}
.min-height-50vh,
.min-height-50vh\@phone {
min-height: 50vh;
}
.min-height-75vh,
.min-height-75vh\@phone {
min-height: 75vh;
}
.min-height-100vh,
.min-height-100vh\@phone {
min-height: 100vh;
}
.min-height-125vh,
.min-height-125vh\@phone {
min-height: 125vh;
}
.min-height-150vh,
.min-height-150vh\@phone {
min-height: 150vh;
}
@media (min-width: 21.875rem) {
.min-height-0\@small-phone {
min-height: 0;
}
.min-height-0\.5\@small-phone {
min-height: 0.25rem;
}
.min-height-1\@small-phone {
min-height: 0.5rem;
}
.min-height-1\.5\@small-phone {
min-height: 0.75rem;
}
.min-height-2\@small-phone {
min-height: 1rem;
}
.min-height-2\.5\@small-phone {
min-height: 1.25rem;
}
.min-height-3\@small-phone {
min-height: 1.5rem;
}
.min-height-3\.5\@small-phone {
min-height: 1.75rem;
}
.min-height-4\@small-phone {
min-height: 2rem;
}
.min-height-4\.5\@small-phone {
min-height: 2.25rem;
}
.min-height-5\@small-phone {
min-height: 2.5rem;
}
.min-height-5\.5\@small-phone {
min-height: 2.75rem;
}
.min-height-6\@small-phone {
min-height: 3rem;
}
.min-height-6\.5\@small-phone {
min-height: 3.25rem;
}
.min-height-7\@small-phone {
min-height: 3.5rem;
}
.min-height-7\.5\@small-phone {
min-height: 3.75rem;
}
.min-height-8\@small-phone {
min-height: 4rem;
}
.min-height-8\.5\@small-phone {
min-height: 4.25rem;
}
.min-height-9\@small-phone {
min-height: 4.5rem;
}
.min-height-9\.5\@small-phone {
min-height: 4.75rem;
}
.min-height-10\@small-phone {
min-height: 5rem;
}
.min-height-10\.5\@small-phone {
min-height: 5.25rem;
}
.min-height-11\@small-phone {
min-height: 5.5rem;
}
.min-height-11\.5\@small-phone {
min-height: 5.75rem;
}
.min-height-12\@small-phone {
min-height: 6rem;
}
.min-height-12\.5\@small-phone {
min-height: 6.25rem;
}
.min-height-13\@small-phone {
min-height: 6.5rem;
}
.min-height-13\.5\@small-phone {
min-height: 6.75rem;
}
.min-height-14\@small-phone {
min-height: 7rem;
}
.min-height-14\.5\@small-phone {
min-height: 7.25rem;
}
.min-height-15\@small-phone {
min-height: 7.5rem;
}
.min-height-15\.5\@small-phone {
min-height: 7.75rem;
}
.min-height-16\@small-phone {
min-height: 8rem;
}
.min-height-16\.5\@small-phone {
min-height: 8.25rem;
}
.min-height-17\@small-phone {
min-height: 8.5rem;
}
.min-height-17\.5\@small-phone {
min-height: 8.75rem;
}
.min-height-18\@small-phone {
min-height: 9rem;
}
.min-height-18\.5\@small-phone {
min-height: 9.25rem;
}
.min-height-19\@small-phone {
min-height: 9.5rem;
}
.min-height-19\.5\@small-phone {
min-height: 9.75rem;
}
.min-height-20\@small-phone {
min-height: 10rem;
}
.min-height-20\.5\@small-phone {
min-height: 10.25rem;
}
.min-height-21\@small-phone {
min-height: 10.5rem;
}
.min-height-21\.5\@small-phone {
min-height: 10.75rem;
}
.min-height-22\@small-phone {
min-height: 11rem;
}
.min-height-22\.5\@small-phone {
min-height: 11.25rem;
}
.min-height-23\@small-phone {
min-height: 11.5rem;
}
.min-height-23\.5\@small-phone {
min-height: 11.75rem;
}
.min-height-24\@small-phone {
min-height: 12rem;
}
.min-height-24\.5\@small-phone {
min-height: 12.25rem;
}
.min-height-25\@small-phone {
min-height: 12.5rem;
}
.min-height-25\.5\@small-phone {
min-height: 12.75rem;
}
.min-height-26\@small-phone {
min-height: 13rem;
}
.min-height-26\.5\@small-phone {
min-height: 13.25rem;
}
.min-height-27\@small-phone {
min-height: 13.5rem;
}
.min-height-27\.5\@small-phone {
min-height: 13.75rem;
}
.min-height-28\@small-phone {
min-height: 14rem;
}
.min-height-28\.5\@small-phone {
min-height: 14.25rem;
}
.min-height-29\@small-phone {
min-height: 14.5rem;
}
.min-height-29\.5\@small-phone {
min-height: 14.75rem;
}
.min-height-30\@small-phone {
min-height: 15rem;
}
.min-height-10\%\@small-phone {
min-height: 10%;
}
.min-height-20\%\@small-phone {
min-height: 20%;
}
.min-height-30\%\@small-phone {
min-height: 30%;
}
.min-height-40\%\@small-phone {
min-height: 40%;
}
.min-height-50\%\@small-phone {
min-height: 50%;
}
.min-height-60\%\@small-phone {
min-height: 60%;
}
.min-height-70\%\@small-phone {
min-height: 70%;
}
.min-height-80\%\@small-phone {
min-height: 80%;
}
.min-height-90\%\@small-phone {
min-height: 90%;
}
.min-height-100\%\@small-phone {
min-height: 100%;
}
.min-height-25vh\@small-phone {
min-height: 25vh;
}
.min-height-50vh\@small-phone {
min-height: 50vh;
}
.min-height-75vh\@small-phone {
min-height: 75vh;
}
.min-height-100vh\@small-phone {
min-height: 100vh;
}
.min-height-125vh\@small-phone {
min-height: 125vh;
}
.min-height-150vh\@small-phone {
min-height: 150vh;
}
}
@media (min-width: 38.75rem) and (min-width: 57rem) {
.min-height-0\@tablet {
min-height: 0;
}
.min-height-0\.5\@tablet {
min-height: 0.25rem;
}
.min-height-1\@tablet {
min-height: 0.5rem;
}
.min-height-1\.5\@tablet {
min-height: 0.75rem;
}
.min-height-2\@tablet {
min-height: 1rem;
}
.min-height-2\.5\@tablet {
min-height: 1.25rem;
}
.min-height-3\@tablet {
min-height: 1.5rem;
}
.min-height-3\.5\@tablet {
min-height: 1.75rem;
}
.min-height-4\@tablet {
min-height: 2rem;
}
.min-height-4\.5\@tablet {
min-height: 2.25rem;
}
.min-height-5\@tablet {
min-height: 2.5rem;
}
.min-height-5\.5\@tablet {
min-height: 2.75rem;
}
.min-height-6\@tablet {
min-height: 3rem;
}
.min-height-6\.5\@tablet {
min-height: 3.25rem;
}
.min-height-7\@tablet {
min-height: 3.5rem;
}
.min-height-7\.5\@tablet {
min-height: 3.75rem;
}
.min-height-8\@tablet {
min-height: 4rem;
}
.min-height-8\.5\@tablet {
min-height: 4.25rem;
}
.min-height-9\@tablet {
min-height: 4.5rem;
}
.min-height-9\.5\@tablet {
min-height: 4.75rem;
}
.min-height-10\@tablet {
min-height: 5rem;
}
.min-height-10\.5\@tablet {
min-height: 5.25rem;
}
.min-height-11\@tablet {
min-height: 5.5rem;
}
.min-height-11\.5\@tablet {
min-height: 5.75rem;
}
.min-height-12\@tablet {
min-height: 6rem;
}
.min-height-12\.5\@tablet {
min-height: 6.25rem;
}
.min-height-13\@tablet {
min-height: 6.5rem;
}
.min-height-13\.5\@tablet {
min-height: 6.75rem;
}
.min-height-14\@tablet {
min-height: 7rem;
}
.min-height-14\.5\@tablet {
min-height: 7.25rem;
}
.min-height-15\@tablet {
min-height: 7.5rem;
}
.min-height-15\.5\@tablet {
min-height: 7.75rem;
}
.min-height-16\@tablet {
min-height: 8rem;
}
.min-height-16\.5\@tablet {
min-height: 8.25rem;
}
.min-height-17\@tablet {
min-height: 8.5rem;
}
.min-height-17\.5\@tablet {
min-height: 8.75rem;
}
.min-height-18\@tablet {
min-height: 9rem;
}
.min-height-18\.5\@tablet {
min-height: 9.25rem;
}
.min-height-19\@tablet {
min-height: 9.5rem;
}
.min-height-19\.5\@tablet {
min-height: 9.75rem;
}
.min-height-20\@tablet {
min-height: 10rem;
}
.min-height-20\.5\@tablet {
min-height: 10.25rem;
}
.min-height-21\@tablet {
min-height: 10.5rem;
}
.min-height-21\.5\@tablet {
min-height: 10.75rem;
}
.min-height-22\@tablet {
min-height: 11rem;
}
.min-height-22\.5\@tablet {
min-height: 11.25rem;
}
.min-height-23\@tablet {
min-height: 11.5rem;
}
.min-height-23\.5\@tablet {
min-height: 11.75rem;
}
.min-height-24\@tablet {
min-height: 12rem;
}
.min-height-24\.5\@tablet {
min-height: 12.25rem;
}
.min-height-25\@tablet {
min-height: 12.5rem;
}
.min-height-25\.5\@tablet {
min-height: 12.75rem;
}
.min-height-26\@tablet {
min-height: 13rem;
}
.min-height-26\.5\@tablet {
min-height: 13.25rem;
}
.min-height-27\@tablet {
min-height: 13.5rem;
}
.min-height-27\.5\@tablet {
min-height: 13.75rem;
}
.min-height-28\@tablet {
min-height: 14rem;
}
.min-height-28\.5\@tablet {
min-height: 14.25rem;
}
.min-height-29\@tablet {
min-height: 14.5rem;
}
.min-height-29\.5\@tablet {
min-height: 14.75rem;
}
.min-height-30\@tablet {
min-height: 15rem;
}
.min-height-10\%\@tablet {
min-height: 10%;
}
.min-height-20\%\@tablet {
min-height: 20%;
}
.min-height-30\%\@tablet {
min-height: 30%;
}
.min-height-40\%\@tablet {
min-height: 40%;
}
.min-height-50\%\@tablet {
min-height: 50%;
}
.min-height-60\%\@tablet {
min-height: 60%;
}
.min-height-70\%\@tablet {
min-height: 70%;
}
.min-height-80\%\@tablet {
min-height: 80%;
}
.min-height-90\%\@tablet {
min-height: 90%;
}
.min-height-100\%\@tablet {
min-height: 100%;
}
.min-height-50vh\@tablet {
min-height: 50vh;
}
.min-height-75vh\@tablet {
min-height: 75vh;
}
.min-height-100vh\@tablet {
min-height: 100vh;
}
.min-height-125vh\@tablet {
min-height: 125vh;
}
.min-height-150vh\@tablet {
min-height: 150vh;
}
}
@media (min-width: 57rem) {
.min-height-0\@laptop {
min-height: 0;
}
.min-height-0\.5\@laptop {
min-height: 0.25rem;
}
.min-height-1\@laptop {
min-height: 0.5rem;
}
.min-height-1\.5\@laptop {
min-height: 0.75rem;
}
.min-height-2\@laptop {
min-height: 1rem;
}
.min-height-2\.5\@laptop {
min-height: 1.25rem;
}
.min-height-3\@laptop {
min-height: 1.5rem;
}
.min-height-3\.5\@laptop {
min-height: 1.75rem;
}
.min-height-4\@laptop {
min-height: 2rem;
}
.min-height-4\.5\@laptop {
min-height: 2.25rem;
}
.min-height-5\@laptop {
min-height: 2.5rem;
}
.min-height-5\.5\@laptop {
min-height: 2.75rem;
}
.min-height-6\@laptop {
min-height: 3rem;
}
.min-height-6\.5\@laptop {
min-height: 3.25rem;
}
.min-height-7\@laptop {
min-height: 3.5rem;
}
.min-height-7\.5\@laptop {
min-height: 3.75rem;
}
.min-height-8\@laptop {
min-height: 4rem;
}
.min-height-8\.5\@laptop {
min-height: 4.25rem;
}
.min-height-9\@laptop {
min-height: 4.5rem;
}
.min-height-9\.5\@laptop {
min-height: 4.75rem;
}
.min-height-10\@laptop {
min-height: 5rem;
}
.min-height-10\.5\@laptop {
min-height: 5.25rem;
}
.min-height-11\@laptop {
min-height: 5.5rem;
}
.min-height-11\.5\@laptop {
min-height: 5.75rem;
}
.min-height-12\@laptop {
min-height: 6rem;
}
.min-height-12\.5\@laptop {
min-height: 6.25rem;
}
.min-height-13\@laptop {
min-height: 6.5rem;
}
.min-height-13\.5\@laptop {
min-height: 6.75rem;
}
.min-height-14\@laptop {
min-height: 7rem;
}
.min-height-14\.5\@laptop {
min-height: 7.25rem;
}
.min-height-15\@laptop {
min-height: 7.5rem;
}
.min-height-15\.5\@laptop {
min-height: 7.75rem;
}
.min-height-16\@laptop {
min-height: 8rem;
}
.min-height-16\.5\@laptop {
min-height: 8.25rem;
}
.min-height-17\@laptop {
min-height: 8.5rem;
}
.min-height-17\.5\@laptop {
min-height: 8.75rem;
}
.min-height-18\@laptop {
min-height: 9rem;
}
.min-height-18\.5\@laptop {
min-height: 9.25rem;
}
.min-height-19\@laptop {
min-height: 9.5rem;
}
.min-height-19\.5\@laptop {
min-height: 9.75rem;
}
.min-height-20\@laptop {
min-height: 10rem;
}
.min-height-20\.5\@laptop {
min-height: 10.25rem;
}
.min-height-21\@laptop {
min-height: 10.5rem;
}
.min-height-21\.5\@laptop {
min-height: 10.75rem;
}
.min-height-22\@laptop {
min-height: 11rem;
}
.min-height-22\.5\@laptop {
min-height: 11.25rem;
}
.min-height-23\@laptop {
min-height: 11.5rem;
}
.min-height-23\.5\@laptop {
min-height: 11.75rem;
}
.min-height-24\@laptop {
min-height: 12rem;
}
.min-height-24\.5\@laptop {
min-height: 12.25rem;
}
.min-height-25\@laptop {
min-height: 12.5rem;
}
.min-height-25\.5\@laptop {
min-height: 12.75rem;
}
.min-height-26\@laptop {
min-height: 13rem;
}
.min-height-26\.5\@laptop {
min-height: 13.25rem;
}
.min-height-27\@laptop {
min-height: 13.5rem;
}
.min-height-27\.5\@laptop {
min-height: 13.75rem;
}
.min-height-28\@laptop {
min-height: 14rem;
}
.min-height-28\.5\@laptop {
min-height: 14.25rem;
}
.min-height-29\@laptop {
min-height: 14.5rem;
}
.min-height-29\.5\@laptop {
min-height: 14.75rem;
}
.min-height-30\@laptop {
min-height: 15rem;
}
.min-height-10\%\@laptop {
min-height: 10%;
}
.min-height-20\%\@laptop {
min-height: 20%;
}
.min-height-30\%\@laptop {
min-height: 30%;
}
.min-height-40\%\@laptop {
min-height: 40%;
}
.min-height-50\%\@laptop {
min-height: 50%;
}
.min-height-60\%\@laptop {
min-height: 60%;
}
.min-height-70\%\@laptop {
min-height: 70%;
}
.min-height-80\%\@laptop {
min-height: 80%;
}
.min-height-90\%\@laptop {
min-height: 90%;
}
.min-height-100\%\@laptop {
min-height: 100%;
}
.min-height-25vh\@laptop {
min-height: 25vh;
}
.min-height-50vh\@laptop {
min-height: 50vh;
}
.min-height-75vh\@laptop {
min-height: 75vh;
}
.min-height-100vh\@laptop {
min-height: 100vh;
}
.min-height-125vh\@laptop {
min-height: 125vh;
}
.min-height-150vh\@laptop {
min-height: 150vh;
}
}
.max-height-0,
.max-height-0\@phone {
max-height: 0;
}
.max-height-0\.5,
.max-height-0\.5\@phone {
max-height: 0.25rem;
}
.max-height-1,
.max-height-1\@phone {
max-height: 0.5rem;
}
.max-height-1\.5,
.max-height-1\.5\@phone {
max-height: 0.75rem;
}
.max-height-2,
.max-height-2\@phone {
max-height: 1rem;
}
.max-height-2\.5,
.max-height-2\.5\@phone {
max-height: 1.25rem;
}
.max-height-3,
.max-height-3\@phone {
max-height: 1.5rem;
}
.max-height-3\.5,
.max-height-3\.5\@phone {
max-height: 1.75rem;
}
.max-height-4,
.max-height-4\@phone {
max-height: 2rem;
}
.max-height-4\.5,
.max-height-4\.5\@phone {
max-height: 2.25rem;
}
.max-height-5,
.max-height-5\@phone {
max-height: 2.5rem;
}
.max-height-5\.5,
.max-height-5\.5\@phone {
max-height: 2.75rem;
}
.max-height-6,
.max-height-6\@phone {
max-height: 3rem;
}
.max-height-6\.5,
.max-height-6\.5\@phone {
max-height: 3.25rem;
}
.max-height-7,
.max-height-7\@phone {
max-height: 3.5rem;
}
.max-height-7\.5,
.max-height-7\.5\@phone {
max-height: 3.75rem;
}
.max-height-8,
.max-height-8\@phone {
max-height: 4rem;
}
.max-height-8\.5,
.max-height-8\.5\@phone {
max-height: 4.25rem;
}
.max-height-9,
.max-height-9\@phone {
max-height: 4.5rem;
}
.max-height-9\.5,
.max-height-9\.5\@phone {
max-height: 4.75rem;
}
.max-height-10,
.max-height-10\@phone {
max-height: 5rem;
}
.max-height-10\.5,
.max-height-10\.5\@phone {
max-height: 5.25rem;
}
.max-height-11,
.max-height-11\@phone {
max-height: 5.5rem;
}
.max-height-11\.5,
.max-height-11\.5\@phone {
max-height: 5.75rem;
}
.max-height-12,
.max-height-12\@phone {
max-height: 6rem;
}
.max-height-12\.5,
.max-height-12\.5\@phone {
max-height: 6.25rem;
}
.max-height-13,
.max-height-13\@phone {
max-height: 6.5rem;
}
.max-height-13\.5,
.max-height-13\.5\@phone {
max-height: 6.75rem;
}
.max-height-14,
.max-height-14\@phone {
max-height: 7rem;
}
.max-height-14\.5,
.max-height-14\.5\@phone {
max-height: 7.25rem;
}
.max-height-15,
.max-height-15\@phone {
max-height: 7.5rem;
}
.max-height-15\.5,
.max-height-15\.5\@phone {
max-height: 7.75rem;
}
.max-height-16,
.max-height-16\@phone {
max-height: 8rem;
}
.max-height-16\.5,
.max-height-16\.5\@phone {
max-height: 8.25rem;
}
.max-height-17,
.max-height-17\@phone {
max-height: 8.5rem;
}
.max-height-17\.5,
.max-height-17\.5\@phone {
max-height: 8.75rem;
}
.max-height-18,
.max-height-18\@phone {
max-height: 9rem;
}
.max-height-18\.5,
.max-height-18\.5\@phone {
max-height: 9.25rem;
}
.max-height-19,
.max-height-19\@phone {
max-height: 9.5rem;
}
.max-height-19\.5,
.max-height-19\.5\@phone {
max-height: 9.75rem;
}
.max-height-20,
.max-height-20\@phone {
max-height: 10rem;
}
.max-height-20\.5,
.max-height-20\.5\@phone {
max-height: 10.25rem;
}
.max-height-21,
.max-height-21\@phone {
max-height: 10.5rem;
}
.max-height-21\.5,
.max-height-21\.5\@phone {
max-height: 10.75rem;
}
.max-height-22,
.max-height-22\@phone {
max-height: 11rem;
}
.max-height-22\.5,
.max-height-22\.5\@phone {
max-height: 11.25rem;
}
.max-height-23,
.max-height-23\@phone {
max-height: 11.5rem;
}
.max-height-23\.5,
.max-height-23\.5\@phone {
max-height: 11.75rem;
}
.max-height-24,
.max-height-24\@phone {
max-height: 12rem;
}
.max-height-24\.5,
.max-height-24\.5\@phone {
max-height: 12.25rem;
}
.max-height-25,
.max-height-25\@phone {
max-height: 12.5rem;
}
.max-height-25\.5,
.max-height-25\.5\@phone {
max-height: 12.75rem;
}
.max-height-26,
.max-height-26\@phone {
max-height: 13rem;
}
.max-height-26\.5,
.max-height-26\.5\@phone {
max-height: 13.25rem;
}
.max-height-27,
.max-height-27\@phone {
max-height: 13.5rem;
}
.max-height-27\.5,
.max-height-27\.5\@phone {
max-height: 13.75rem;
}
.max-height-28,
.max-height-28\@phone {
max-height: 14rem;
}
.max-height-28\.5,
.max-height-28\.5\@phone {
max-height: 14.25rem;
}
.max-height-29,
.max-height-29\@phone {
max-height: 14.5rem;
}
.max-height-29\.5,
.max-height-29\.5\@phone {
max-height: 14.75rem;
}
.max-height-30,
.max-height-30\@phone {
max-height: 15rem;
}
.max-height-10\%,
.max-height-10\%\@phone {
max-height: 10%;
}
.max-height-20\%,
.max-height-20\%\@phone {
max-height: 20%;
}
.max-height-30\%,
.max-height-30\%\@phone {
max-height: 30%;
}
.max-height-40\%,
.max-height-40\%\@phone {
max-height: 40%;
}
.max-height-50\%,
.max-height-50\%\@phone {
max-height: 50%;
}
.max-height-60\%,
.max-height-60\%\@phone {
max-height: 60%;
}
.max-height-70\%,
.max-height-70\%\@phone {
max-height: 70%;
}
.max-height-80\%,
.max-height-80\%\@phone {
max-height: 80%;
}
.max-height-90\%,
.max-height-90\%\@phone {
max-height: 90%;
}
.max-height-100\%,
.max-height-100\%\@phone {
max-height: 100%;
}
.max-height-25vh,
.max-height-25vh\@phone {
max-height: 25vh;
}
.max-height-50vh,
.max-height-50vh\@phone {
max-height: 50vh;
}
.max-height-75vh,
.max-height-75vh\@phone {
max-height: 75vh;
}
.max-height-100vh,
.max-height-100vh\@phone {
max-height: 100vh;
}
.max-height-125vh,
.max-height-125vh\@phone {
max-height: 125vh;
}
.max-height-150vh,
.max-height-150vh\@phone {
max-height: 150vh;
}
@media (max-width: 21.875rem) {
.max-height-0\@small-phone {
max-height: 0;
}
.max-height-0\.5\@small-phone {
max-height: 0.25rem;
}
.max-height-1\@small-phone {
max-height: 0.5rem;
}
.max-height-1\.5\@small-phone {
max-height: 0.75rem;
}
.max-height-2\@small-phone {
max-height: 1rem;
}
.max-height-2\.5\@small-phone {
max-height: 1.25rem;
}
.max-height-3\@small-phone {
max-height: 1.5rem;
}
.max-height-3\.5\@small-phone {
max-height: 1.75rem;
}
.max-height-4\@small-phone {
max-height: 2rem;
}
.max-height-4\.5\@small-phone {
max-height: 2.25rem;
}
.max-height-5\@small-phone {
max-height: 2.5rem;
}
.max-height-5\.5\@small-phone {
max-height: 2.75rem;
}
.max-height-6\@small-phone {
max-height: 3rem;
}
.max-height-6\.5\@small-phone {
max-height: 3.25rem;
}
.max-height-7\@small-phone {
max-height: 3.5rem;
}
.max-height-7\.5\@small-phone {
max-height: 3.75rem;
}
.max-height-8\@small-phone {
max-height: 4rem;
}
.max-height-8\.5\@small-phone {
max-height: 4.25rem;
}
.max-height-9\@small-phone {
max-height: 4.5rem;
}
.max-height-9\.5\@small-phone {
max-height: 4.75rem;
}
.max-height-10\@small-phone {
max-height: 5rem;
}
.max-height-10\.5\@small-phone {
max-height: 5.25rem;
}
.max-height-11\@small-phone {
max-height: 5.5rem;
}
.max-height-11\.5\@small-phone {
max-height: 5.75rem;
}
.max-height-12\@small-phone {
max-height: 6rem;
}
.max-height-12\.5\@small-phone {
max-height: 6.25rem;
}
.max-height-13\@small-phone {
max-height: 6.5rem;
}
.max-height-13\.5\@small-phone {
max-height: 6.75rem;
}
.max-height-14\@small-phone {
max-height: 7rem;
}
.max-height-14\.5\@small-phone {
max-height: 7.25rem;
}
.max-height-15\@small-phone {
max-height: 7.5rem;
}
.max-height-15\.5\@small-phone {
max-height: 7.75rem;
}
.max-height-16\@small-phone {
max-height: 8rem;
}
.max-height-16\.5\@small-phone {
max-height: 8.25rem;
}
.max-height-17\@small-phone {
max-height: 8.5rem;
}
.max-height-17\.5\@small-phone {
max-height: 8.75rem;
}
.max-height-18\@small-phone {
max-height: 9rem;
}
.max-height-18\.5\@small-phone {
max-height: 9.25rem;
}
.max-height-19\@small-phone {
max-height: 9.5rem;
}
.max-height-19\.5\@small-phone {
max-height: 9.75rem;
}
.max-height-20\@small-phone {
max-height: 10rem;
}
.max-height-20\.5\@small-phone {
max-height: 10.25rem;
}
.max-height-21\@small-phone {
max-height: 10.5rem;
}
.max-height-21\.5\@small-phone {
max-height: 10.75rem;
}
.max-height-22\@small-phone {
max-height: 11rem;
}
.max-height-22\.5\@small-phone {
max-height: 11.25rem;
}
.max-height-23\@small-phone {
max-height: 11.5rem;
}
.max-height-23\.5\@small-phone {
max-height: 11.75rem;
}
.max-height-24\@small-phone {
max-height: 12rem;
}
.max-height-24\.5\@small-phone {
max-height: 12.25rem;
}
.max-height-25\@small-phone {
max-height: 12.5rem;
}
.max-height-25\.5\@small-phone {
max-height: 12.75rem;
}
.max-height-26\@small-phone {
max-height: 13rem;
}
.max-height-26\.5\@small-phone {
max-height: 13.25rem;
}
.max-height-27\@small-phone {
max-height: 13.5rem;
}
.max-height-27\.5\@small-phone {
max-height: 13.75rem;
}
.max-height-28\@small-phone {
max-height: 14rem;
}
.max-height-28\.5\@small-phone {
max-height: 14.25rem;
}
.max-height-29\@small-phone {
max-height: 14.5rem;
}
.max-height-29\.5\@small-phone {
max-height: 14.75rem;
}
.max-height-30\@small-phone {
max-height: 15rem;
}
.max-height-10\%\@small-phone {
max-height: 10%;
}
.max-height-20\%\@small-phone {
max-height: 20%;
}
.max-height-30\%\@small-phone {
max-height: 30%;
}
.max-height-40\%\@small-phone {
max-height: 40%;
}
.max-height-50\%\@small-phone {
max-height: 50%;
}
.max-height-60\%\@small-phone {
max-height: 60%;
}
.max-height-70\%\@small-phone {
max-height: 70%;
}
.max-height-80\%\@small-phone {
max-height: 80%;
}
.max-height-90\%\@small-phone {
max-height: 90%;
}
.max-height-100\%\@small-phone {
max-height: 100%;
}
.max-height-25vh\@small-phone {
max-height: 25vh;
}
.max-height-50vh\@small-phone {
max-height: 50vh;
}
.max-height-75vh\@small-phone {
max-height: 75vh;
}
.max-height-100vh\@small-phone {
max-height: 100vh;
}
.max-height-125vh\@small-phone {
max-height: 125vh;
}
.max-height-150vh\@small-phone {
max-height: 150vh;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.max-height-0\@tablet {
max-height: 0;
}
.max-height-0\.5\@tablet {
max-height: 0.25rem;
}
.max-height-1\@tablet {
max-height: 0.5rem;
}
.max-height-1\.5\@tablet {
max-height: 0.75rem;
}
.max-height-2\@tablet {
max-height: 1rem;
}
.max-height-2\.5\@tablet {
max-height: 1.25rem;
}
.max-height-3\@tablet {
max-height: 1.5rem;
}
.max-height-3\.5\@tablet {
max-height: 1.75rem;
}
.max-height-4\@tablet {
max-height: 2rem;
}
.max-height-4\.5\@tablet {
max-height: 2.25rem;
}
.max-height-5\@tablet {
max-height: 2.5rem;
}
.max-height-5\.5\@tablet {
max-height: 2.75rem;
}
.max-height-6\@tablet {
max-height: 3rem;
}
.max-height-6\.5\@tablet {
max-height: 3.25rem;
}
.max-height-7\@tablet {
max-height: 3.5rem;
}
.max-height-7\.5\@tablet {
max-height: 3.75rem;
}
.max-height-8\@tablet {
max-height: 4rem;
}
.max-height-8\.5\@tablet {
max-height: 4.25rem;
}
.max-height-9\@tablet {
max-height: 4.5rem;
}
.max-height-9\.5\@tablet {
max-height: 4.75rem;
}
.max-height-10\@tablet {
max-height: 5rem;
}
.max-height-10\.5\@tablet {
max-height: 5.25rem;
}
.max-height-11\@tablet {
max-height: 5.5rem;
}
.max-height-11\.5\@tablet {
max-height: 5.75rem;
}
.max-height-12\@tablet {
max-height: 6rem;
}
.max-height-12\.5\@tablet {
max-height: 6.25rem;
}
.max-height-13\@tablet {
max-height: 6.5rem;
}
.max-height-13\.5\@tablet {
max-height: 6.75rem;
}
.max-height-14\@tablet {
max-height: 7rem;
}
.max-height-14\.5\@tablet {
max-height: 7.25rem;
}
.max-height-15\@tablet {
max-height: 7.5rem;
}
.max-height-15\.5\@tablet {
max-height: 7.75rem;
}
.max-height-16\@tablet {
max-height: 8rem;
}
.max-height-16\.5\@tablet {
max-height: 8.25rem;
}
.max-height-17\@tablet {
max-height: 8.5rem;
}
.max-height-17\.5\@tablet {
max-height: 8.75rem;
}
.max-height-18\@tablet {
max-height: 9rem;
}
.max-height-18\.5\@tablet {
max-height: 9.25rem;
}
.max-height-19\@tablet {
max-height: 9.5rem;
}
.max-height-19\.5\@tablet {
max-height: 9.75rem;
}
.max-height-20\@tablet {
max-height: 10rem;
}
.max-height-20\.5\@tablet {
max-height: 10.25rem;
}
.max-height-21\@tablet {
max-height: 10.5rem;
}
.max-height-21\.5\@tablet {
max-height: 10.75rem;
}
.max-height-22\@tablet {
max-height: 11rem;
}
.max-height-22\.5\@tablet {
max-height: 11.25rem;
}
.max-height-23\@tablet {
max-height: 11.5rem;
}
.max-height-23\.5\@tablet {
max-height: 11.75rem;
}
.max-height-24\@tablet {
max-height: 12rem;
}
.max-height-24\.5\@tablet {
max-height: 12.25rem;
}
.max-height-25\@tablet {
max-height: 12.5rem;
}
.max-height-25\.5\@tablet {
max-height: 12.75rem;
}
.max-height-26\@tablet {
max-height: 13rem;
}
.max-height-26\.5\@tablet {
max-height: 13.25rem;
}
.max-height-27\@tablet {
max-height: 13.5rem;
}
.max-height-27\.5\@tablet {
max-height: 13.75rem;
}
.max-height-28\@tablet {
max-height: 14rem;
}
.max-height-28\.5\@tablet {
max-height: 14.25rem;
}
.max-height-29\@tablet {
max-height: 14.5rem;
}
.max-height-29\.5\@tablet {
max-height: 14.75rem;
}
.max-height-30\@tablet {
max-height: 15rem;
}
.max-height-10\%\@tablet {
max-height: 10%;
}
.max-height-20\%\@tablet {
max-height: 20%;
}
.max-height-30\%\@tablet {
max-height: 30%;
}
.max-height-40\%\@tablet {
max-height: 40%;
}
.max-height-50\%\@tablet {
max-height: 50%;
}
.max-height-60\%\@tablet {
max-height: 60%;
}
.max-height-70\%\@tablet {
max-height: 70%;
}
.max-height-80\%\@tablet {
max-height: 80%;
}
.max-height-90\%\@tablet {
max-height: 90%;
}
.max-height-100\%\@tablet {
max-height: 100%;
}
.max-height-50vh\@tablet {
max-height: 50vh;
}
.max-height-75vh\@tablet {
max-height: 75vh;
}
.max-height-100vh\@tablet {
max-height: 100vh;
}
.max-height-125vh\@tablet {
max-height: 125vh;
}
.max-height-150vh\@tablet {
max-height: 150vh;
}
}
@media (min-width: 57rem) {
.max-height-0\@laptop {
max-height: 0;
}
.max-height-0\.5\@laptop {
max-height: 0.25rem;
}
.max-height-1\@laptop {
max-height: 0.5rem;
}
.max-height-1\.5\@laptop {
max-height: 0.75rem;
}
.max-height-2\@laptop {
max-height: 1rem;
}
.max-height-2\.5\@laptop {
max-height: 1.25rem;
}
.max-height-3\@laptop {
max-height: 1.5rem;
}
.max-height-3\.5\@laptop {
max-height: 1.75rem;
}
.max-height-4\@laptop {
max-height: 2rem;
}
.max-height-4\.5\@laptop {
max-height: 2.25rem;
}
.max-height-5\@laptop {
max-height: 2.5rem;
}
.max-height-5\.5\@laptop {
max-height: 2.75rem;
}
.max-height-6\@laptop {
max-height: 3rem;
}
.max-height-6\.5\@laptop {
max-height: 3.25rem;
}
.max-height-7\@laptop {
max-height: 3.5rem;
}
.max-height-7\.5\@laptop {
max-height: 3.75rem;
}
.max-height-8\@laptop {
max-height: 4rem;
}
.max-height-8\.5\@laptop {
max-height: 4.25rem;
}
.max-height-9\@laptop {
max-height: 4.5rem;
}
.max-height-9\.5\@laptop {
max-height: 4.75rem;
}
.max-height-10\@laptop {
max-height: 5rem;
}
.max-height-10\.5\@laptop {
max-height: 5.25rem;
}
.max-height-11\@laptop {
max-height: 5.5rem;
}
.max-height-11\.5\@laptop {
max-height: 5.75rem;
}
.max-height-12\@laptop {
max-height: 6rem;
}
.max-height-12\.5\@laptop {
max-height: 6.25rem;
}
.max-height-13\@laptop {
max-height: 6.5rem;
}
.max-height-13\.5\@laptop {
max-height: 6.75rem;
}
.max-height-14\@laptop {
max-height: 7rem;
}
.max-height-14\.5\@laptop {
max-height: 7.25rem;
}
.max-height-15\@laptop {
max-height: 7.5rem;
}
.max-height-15\.5\@laptop {
max-height: 7.75rem;
}
.max-height-16\@laptop {
max-height: 8rem;
}
.max-height-16\.5\@laptop {
max-height: 8.25rem;
}
.max-height-17\@laptop {
max-height: 8.5rem;
}
.max-height-17\.5\@laptop {
max-height: 8.75rem;
}
.max-height-18\@laptop {
max-height: 9rem;
}
.max-height-18\.5\@laptop {
max-height: 9.25rem;
}
.max-height-19\@laptop {
max-height: 9.5rem;
}
.max-height-19\.5\@laptop {
max-height: 9.75rem;
}
.max-height-20\@laptop {
max-height: 10rem;
}
.max-height-20\.5\@laptop {
max-height: 10.25rem;
}
.max-height-21\@laptop {
max-height: 10.5rem;
}
.max-height-21\.5\@laptop {
max-height: 10.75rem;
}
.max-height-22\@laptop {
max-height: 11rem;
}
.max-height-22\.5\@laptop {
max-height: 11.25rem;
}
.max-height-23\@laptop {
max-height: 11.5rem;
}
.max-height-23\.5\@laptop {
max-height: 11.75rem;
}
.max-height-24\@laptop {
max-height: 12rem;
}
.max-height-24\.5\@laptop {
max-height: 12.25rem;
}
.max-height-25\@laptop {
max-height: 12.5rem;
}
.max-height-25\.5\@laptop {
max-height: 12.75rem;
}
.max-height-26\@laptop {
max-height: 13rem;
}
.max-height-26\.5\@laptop {
max-height: 13.25rem;
}
.max-height-27\@laptop {
max-height: 13.5rem;
}
.max-height-27\.5\@laptop {
max-height: 13.75rem;
}
.max-height-28\@laptop {
max-height: 14rem;
}
.max-height-28\.5\@laptop {
max-height: 14.25rem;
}
.max-height-29\@laptop {
max-height: 14.5rem;
}
.max-height-29\.5\@laptop {
max-height: 14.75rem;
}
.max-height-30\@laptop {
max-height: 15rem;
}
.max-height-10\%\@laptop {
max-height: 10%;
}
.max-height-20\%\@laptop {
max-height: 20%;
}
.max-height-30\%\@laptop {
max-height: 30%;
}
.max-height-40\%\@laptop {
max-height: 40%;
}
.max-height-50\%\@laptop {
max-height: 50%;
}
.max-height-60\%\@laptop {
max-height: 60%;
}
.max-height-70\%\@laptop {
max-height: 70%;
}
.max-height-80\%\@laptop {
max-height: 80%;
}
.max-height-90\%\@laptop {
max-height: 90%;
}
.max-height-100\%\@laptop {
max-height: 100%;
}
.max-height-25vh\@laptop {
max-height: 25vh;
}
.max-height-50vh\@laptop {
max-height: 50vh;
}
.max-height-75vh\@laptop {
max-height: 75vh;
}
.max-height-100vh\@laptop {
max-height: 100vh;
}
.max-height-125vh\@laptop {
max-height: 125vh;
}
.max-height-150vh\@laptop {
max-height: 150vh;
}
}
.width-0-on-phone {
width: 0;
}
.width-0\.5,
.width-0\.5-on-phone {
width: 0.25rem;
}
.width-1,
.width-1-on-phone {
width: 0.5rem;
}
.width-1\.5,
.width-1\.5-on-phone {
width: 0.75rem;
}
.width-2,
.width-2-on-phone {
width: 1rem;
}
.width-2\.5,
.width-2\.5-on-phone {
width: 1.25rem;
}
.width-3,
.width-3-on-phone {
width: 1.5rem;
}
.width-3\.5,
.width-3\.5-on-phone {
width: 1.75rem;
}
.width-4,
.width-4-on-phone {
width: 2rem;
}
.width-4\.5,
.width-4\.5-on-phone {
width: 2.25rem;
}
.width-5,
.width-5-on-phone {
width: 2.5rem;
}
.width-5\.5,
.width-5\.5-on-phone {
width: 2.75rem;
}
.width-6,
.width-6-on-phone {
width: 3rem;
}
.width-6\.5,
.width-6\.5-on-phone {
width: 3.25rem;
}
.width-7,
.width-7-on-phone {
width: 3.5rem;
}
.width-7\.5,
.width-7\.5-on-phone {
width: 3.75rem;
}
.width-8,
.width-8-on-phone {
width: 4rem;
}
.width-8\.5,
.width-8\.5-on-phone {
width: 4.25rem;
}
.width-9,
.width-9-on-phone {
width: 4.5rem;
}
.width-9\.5,
.width-9\.5-on-phone {
width: 4.75rem;
}
.width-10,
.width-10-on-phone {
width: 5rem;
}
.width-10\.5,
.width-10\.5-on-phone {
width: 5.25rem;
}
.width-11,
.width-11-on-phone {
width: 5.5rem;
}
.width-11\.5,
.width-11\.5-on-phone {
width: 5.75rem;
}
.width-12,
.width-12-on-phone {
width: 6rem;
}
.width-12\.5,
.width-12\.5-on-phone {
width: 6.25rem;
}
.width-13,
.width-13-on-phone {
width: 6.5rem;
}
.width-13\.5,
.width-13\.5-on-phone {
width: 6.75rem;
}
.width-14,
.width-14-on-phone {
width: 7rem;
}
.width-14\.5,
.width-14\.5-on-phone {
width: 7.25rem;
}
.width-15,
.width-15-on-phone {
width: 7.5rem;
}
.width-15\.5,
.width-15\.5\@phone {
width: 7.75rem;
}
.width-16,
.width-16\@phone {
width: 8rem;
}
.width-16\.5,
.width-16\.5\@phone {
width: 8.25rem;
}
.width-17,
.width-17\@phone {
width: 8.5rem;
}
.width-17\.5,
.width-17\.5\@phone {
width: 8.75rem;
}
.width-18,
.width-18\@phone {
width: 9rem;
}
.width-18\.5,
.width-18\.5\@phone {
width: 9.25rem;
}
.width-19,
.width-19\@phone {
width: 9.5rem;
}
.width-19\.5,
.width-19\.5\@phone {
width: 9.75rem;
}
.width-20,
.width-20\@phone {
width: 10rem;
}
.width-20\.5,
.width-20\.5\@phone {
width: 10.25rem;
}
.width-21,
.width-21\@phone {
width: 10.5rem;
}
.width-21\.5,
.width-21\.5\@phone {
width: 10.75rem;
}
.width-22,
.width-22\@phone {
width: 11rem;
}
.width-22\.5,
.width-22\.5\@phone {
width: 11.25rem;
}
.width-23,
.width-23\@phone {
width: 11.5rem;
}
.width-23\.5,
.width-23\.5\@phone {
width: 11.75rem;
}
.width-24,
.width-24\@phone {
width: 12rem;
}
.width-24\.5,
.width-24\.5\@phone {
width: 12.25rem;
}
.width-25,
.width-25\@phone {
width: 12.5rem;
}
.width-25\.5,
.width-25\.5\@phone {
width: 12.75rem;
}
.width-26,
.width-26\@phone {
width: 13rem;
}
.width-26\.5,
.width-26\.5\@phone {
width: 13.25rem;
}
.width-27,
.width-27\@phone {
width: 13.5rem;
}
.width-27\.5,
.width-27\.5\@phone {
width: 13.75rem;
}
.width-28,
.width-28\@phone {
width: 14rem;
}
.width-28\.5,
.width-28\.5\@phone {
width: 14.25rem;
}
.width-29,
.width-29\@phone {
width: 14.5rem;
}
.width-29\.5,
.width-29\.5\@phone {
width: 14.75rem;
}
.width-30,
.width-30\@phone {
width: 15rem;
}
.width-10\%,
.width-10\%-on-phone {
width: 10%;
}
.width-20\%,
.width-20\%-on-phone {
width: 20%;
}
.width-30\%,
.width-30\%-on-phone {
width: 30%;
}
.width-40\%,
.width-40\%-on-phone {
width: 40%;
}
.width-50\%,
.width-50\%-on-phone {
width: 50%;
}
.width-60\%,
.width-60\%-on-phone {
width: 60%;
}
.width-70\%,
.width-70\%-on-phone {
width: 70%;
}
.width-80\%,
.width-80\%-on-phone {
width: 80%;
}
.width-90\%,
.width-90\%-on-phone {
width: 90%;
}
.width-100\%,
.width-100\%-on-phone {
width: 100%;
}
.width-25vw,
.width-25vw-on-phone {
width: 25vw;
}
.width-50vw,
.width-50vw-on-phone {
width: 50vw;
}
.width-75vw,
.width-75vw-on-phone {
width: 75vw;
}
.width-100vw,
.width-100vw-on-phone {
width: 100vw;
}
.width-125vw,
.width-125vw-on-phone {
width: 125vw;
}
.width-150vw,
.width-150vw-on-phone {
width: 150vw;
}
@media (max-width: 21.875rem) {
.width-0-on-small-phone {
width: 0;
}
.width-0\.5-on-small-phone {
width: 0.25rem;
}
.width-1-on-small-phone {
width: 0.5rem;
}
.width-1\.5-on-small-phone {
width: 0.75rem;
}
.width-2-on-small-phone {
width: 1rem;
}
.width-2\.5-on-small-phone {
width: 1.25rem;
}
.width-3-on-small-phone {
width: 1.5rem;
}
.width-3\.5-on-small-phone {
width: 1.75rem;
}
.width-4-on-small-phone {
width: 2rem;
}
.width-4\.5-on-small-phone {
width: 2.25rem;
}
.width-5-on-small-phone {
width: 2.5rem;
}
.width-5\.5-on-small-phone {
width: 2.75rem;
}
.width-6-on-small-phone {
width: 3rem;
}
.width-6\.5-on-small-phone {
width: 3.25rem;
}
.width-7-on-small-phone {
width: 3.5rem;
}
.width-7\.5-on-small-phone {
width: 3.75rem;
}
.width-8-on-small-phone {
width: 4rem;
}
.width-8\.5-on-small-phone {
width: 4.25rem;
}
.width-9-on-small-phone {
width: 4.5rem;
}
.width-9\.5-on-small-phone {
width: 4.75rem;
}
.width-10-on-small-phone {
width: 5rem;
}
.width-10\.5-on-small-phone {
width: 5.25rem;
}
.width-11-on-small-phone {
width: 5.5rem;
}
.width-11\.5-on-small-phone {
width: 5.75rem;
}
.width-12-on-small-phone {
width: 6rem;
}
.width-12\.5-on-small-phone {
width: 6.25rem;
}
.width-13-on-small-phone {
width: 6.5rem;
}
.width-13\.5-on-small-phone {
width: 6.75rem;
}
.width-14-on-small-phone {
width: 7rem;
}
.width-14\.5-on-small-phone {
width: 7.25rem;
}
.width-15-on-small-phone {
width: 7.5rem;
}
.width-15\.5\@small-phone {
width: 7.75rem;
}
.width-16\@small-phone {
width: 8rem;
}
.width-16\.5\@small-phone {
width: 8.25rem;
}
.width-17\@small-phone {
width: 8.5rem;
}
.width-17\.5\@small-phone {
width: 8.75rem;
}
.width-18\@small-phone {
width: 9rem;
}
.width-18\.5\@small-phone {
width: 9.25rem;
}
.width-19\@small-phone {
width: 9.5rem;
}
.width-19\.5\@small-phone {
width: 9.75rem;
}
.width-20\@small-phone {
width: 10rem;
}
.width-20\.5\@small-phone {
width: 10.25rem;
}
.width-21\@small-phone {
width: 10.5rem;
}
.width-21\.5\@small-phone {
width: 10.75rem;
}
.width-22\@small-phone {
width: 11rem;
}
.width-22\.5\@small-phone {
width: 11.25rem;
}
.width-23\@small-phone {
width: 11.5rem;
}
.width-23\.5\@small-phone {
width: 11.75rem;
}
.width-24\@small-phone {
width: 12rem;
}
.width-24\.5\@small-phone {
width: 12.25rem;
}
.width-25\@small-phone {
width: 12.5rem;
}
.width-25\.5\@small-phone {
width: 12.75rem;
}
.width-26\@small-phone {
width: 13rem;
}
.width-26\.5\@small-phone {
width: 13.25rem;
}
.width-27\@small-phone {
width: 13.5rem;
}
.width-27\.5\@small-phone {
width: 13.75rem;
}
.width-28\@small-phone {
width: 14rem;
}
.width-28\.5\@small-phone {
width: 14.25rem;
}
.width-29\@small-phone {
width: 14.5rem;
}
.width-29\.5\@small-phone {
width: 14.75rem;
}
.width-30\@small-phone {
width: 15rem;
}
.width-10\%-on-small-phone {
width: 10%;
}
.width-20\%-on-small-phone {
width: 20%;
}
.width-30\%-on-small-phone {
width: 30%;
}
.width-40\%-on-small-phone {
width: 40%;
}
.width-50\%-on-small-phone {
width: 50%;
}
.width-60\%-on-small-phone {
width: 60%;
}
.width-70\%-on-small-phone {
width: 70%;
}
.width-80\%-on-small-phone {
width: 80%;
}
.width-90\%-on-small-phone {
width: 90%;
}
.width-100\%-on-small-phone {
width: 100%;
}
.width-25vw-on-small-phone {
width: 25vw;
}
.width-50vw-on-small-phone {
width: 50vw;
}
.width-75vw-on-small-phone {
width: 75vw;
}
.width-100vw-on-small-phone {
width: 100vw;
}
.width-125vw-on-small-phone {
width: 125vw;
}
.width-150vw-on-small-phone {
width: 150vw;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.width-0-on-tablet {
width: 0;
}
.width-0\.5-on-tablet {
width: 0.25rem;
}
.width-1-on-tablet {
width: 0.5rem;
}
.width-1\.5-on-tablet {
width: 0.75rem;
}
.width-2-on-tablet {
width: 1rem;
}
.width-2\.5-on-tablet {
width: 1.25rem;
}
.width-3-on-tablet {
width: 1.5rem;
}
.width-3\.5-on-tablet {
width: 1.75rem;
}
.width-4-on-tablet {
width: 2rem;
}
.width-4\.5-on-tablet {
width: 2.25rem;
}
.width-5-on-tablet {
width: 2.5rem;
}
.width-5\.5-on-tablet {
width: 2.75rem;
}
.width-6-on-tablet {
width: 3rem;
}
.width-6\.5-on-tablet {
width: 3.25rem;
}
.width-7-on-tablet {
width: 3.5rem;
}
.width-7\.5-on-tablet {
width: 3.75rem;
}
.width-8-on-tablet {
width: 4rem;
}
.width-8\.5-on-tablet {
width: 4.25rem;
}
.width-9-on-tablet {
width: 4.5rem;
}
.width-9\.5-on-tablet {
width: 4.75rem;
}
.width-10-on-tablet {
width: 5rem;
}
.width-10\.5-on-tablet {
width: 5.25rem;
}
.width-11-on-tablet {
width: 5.5rem;
}
.width-11\.5-on-tablet {
width: 5.75rem;
}
.width-12-on-tablet {
width: 6rem;
}
.width-12\.5-on-tablet {
width: 6.25rem;
}
.width-13-on-tablet {
width: 6.5rem;
}
.width-13\.5-on-tablet {
width: 6.75rem;
}
.width-14-on-tablet {
width: 7rem;
}
.width-14\.5-on-tablet {
width: 7.25rem;
}
.width-15-on-tablet {
width: 7.5rem;
}
.width-15\.5\@tablet {
width: 7.75rem;
}
.width-16\@tablet {
width: 8rem;
}
.width-16\.5\@tablet {
width: 8.25rem;
}
.width-17\@tablet {
width: 8.5rem;
}
.width-17\.5\@tablet {
width: 8.75rem;
}
.width-18\@tablet {
width: 9rem;
}
.width-18\.5\@tablet {
width: 9.25rem;
}
.width-19\@tablet {
width: 9.5rem;
}
.width-19\.5\@tablet {
width: 9.75rem;
}
.width-20\@tablet {
width: 10rem;
}
.width-20\.5\@tablet {
width: 10.25rem;
}
.width-21\@tablet {
width: 10.5rem;
}
.width-21\.5\@tablet {
width: 10.75rem;
}
.width-22\@tablet {
width: 11rem;
}
.width-22\.5\@tablet {
width: 11.25rem;
}
.width-23\@tablet {
width: 11.5rem;
}
.width-23\.5\@tablet {
width: 11.75rem;
}
.width-24\@tablet {
width: 12rem;
}
.width-24\.5\@tablet {
width: 12.25rem;
}
.width-25\@tablet {
width: 12.5rem;
}
.width-25\.5\@tablet {
width: 12.75rem;
}
.width-26\@tablet {
width: 13rem;
}
.width-26\.5\@tablet {
width: 13.25rem;
}
.width-27\@tablet {
width: 13.5rem;
}
.width-27\.5\@tablet {
width: 13.75rem;
}
.width-28\@tablet {
width: 14rem;
}
.width-28\.5\@tablet {
width: 14.25rem;
}
.width-29\@tablet {
width: 14.5rem;
}
.width-29\.5\@tablet {
width: 14.75rem;
}
.width-30\@tablet {
width: 15rem;
}
.width-10\%-on-tablet {
width: 10%;
}
.width-20\%-on-tablet {
width: 20%;
}
.width-30\%-on-tablet {
width: 30%;
}
.width-40\%-on-tablet {
width: 40%;
}
.width-50\%-on-tablet {
width: 50%;
}
.width-60\%-on-tablet {
width: 60%;
}
.width-70\%-on-tablet {
width: 70%;
}
.width-80\%-on-tablet {
width: 80%;
}
.width-90\%-on-tablet {
width: 90%;
}
.width-100\%-on-tablet {
width: 100%;
}
.width-25vw-on-tablet {
width: 25vw;
}
.width-50vw-on-tablet {
width: 50vw;
}
.width-75vw-on-tablet {
width: 75vw;
}
.width-100vw-on-tablet {
width: 100vw;
}
.width-125vw-on-tablet {
width: 125vw;
}
.width-150vw-on-tablet {
width: 150vw;
}
}
@media (min-width: 57rem) {
.width-0-on-laptop {
width: 0;
}
.width-0\.5-on-laptop {
width: 0.25rem;
}
.width-1-on-laptop {
width: 0.5rem;
}
.width-1\.5-on-laptop {
width: 0.75rem;
}
.width-2-on-laptop {
width: 1rem;
}
.width-2\.5-on-laptop {
width: 1.25rem;
}
.width-3-on-laptop {
width: 1.5rem;
}
.width-3\.5-on-laptop {
width: 1.75rem;
}
.width-4-on-laptop {
width: 2rem;
}
.width-4\.5-on-laptop {
width: 2.25rem;
}
.width-5-on-laptop {
width: 2.5rem;
}
.width-5\.5-on-laptop {
width: 2.75rem;
}
.width-6-on-laptop {
width: 3rem;
}
.width-6\.5-on-laptop {
width: 3.25rem;
}
.width-7-on-laptop {
width: 3.5rem;
}
.width-7\.5-on-laptop {
width: 3.75rem;
}
.width-8-on-laptop {
width: 4rem;
}
.width-8\.5-on-laptop {
width: 4.25rem;
}
.width-9-on-laptop {
width: 4.5rem;
}
.width-9\.5-on-laptop {
width: 4.75rem;
}
.width-10-on-laptop {
width: 5rem;
}
.width-10\.5-on-laptop {
width: 5.25rem;
}
.width-11-on-laptop {
width: 5.5rem;
}
.width-11\.5-on-laptop {
width: 5.75rem;
}
.width-12-on-laptop {
width: 6rem;
}
.width-12\.5-on-laptop {
width: 6.25rem;
}
.width-13-on-laptop {
width: 6.5rem;
}
.width-13\.5-on-laptop {
width: 6.75rem;
}
.width-14-on-laptop {
width: 7rem;
}
.width-14\.5-on-laptop {
width: 7.25rem;
}
.width-15-on-laptop {
width: 7.5rem;
}
.width-15\.5\@laptop {
width: 7.75rem;
}
.width-16\@laptop {
width: 8rem;
}
.width-16\.5\@laptop {
width: 8.25rem;
}
.width-17\@laptop {
width: 8.5rem;
}
.width-17\.5\@laptop {
width: 8.75rem;
}
.width-18\@laptop {
width: 9rem;
}
.width-18\.5\@laptop {
width: 9.25rem;
}
.width-19\@laptop {
width: 9.5rem;
}
.width-19\.5\@laptop {
width: 9.75rem;
}
.width-20\@laptop {
width: 10rem;
}
.width-20\.5\@laptop {
width: 10.25rem;
}
.width-21\@laptop {
width: 10.5rem;
}
.width-21\.5\@laptop {
width: 10.75rem;
}
.width-22\@laptop {
width: 11rem;
}
.width-22\.5\@laptop {
width: 11.25rem;
}
.width-23\@laptop {
width: 11.5rem;
}
.width-23\.5\@laptop {
width: 11.75rem;
}
.width-24\@laptop {
width: 12rem;
}
.width-24\.5\@laptop {
width: 12.25rem;
}
.width-25\@laptop {
width: 12.5rem;
}
.width-25\.5\@laptop {
width: 12.75rem;
}
.width-26\@laptop {
width: 13rem;
}
.width-26\.5\@laptop {
width: 13.25rem;
}
.width-27\@laptop {
width: 13.5rem;
}
.width-27\.5\@laptop {
width: 13.75rem;
}
.width-28\@laptop {
width: 14rem;
}
.width-28\.5\@laptop {
width: 14.25rem;
}
.width-29\@laptop {
width: 14.5rem;
}
.width-29\.5\@laptop {
width: 14.75rem;
}
.width-30\@laptop {
width: 15rem;
}
.width-10\%-on-laptop {
width: 10%;
}
.width-20\%-on-laptop {
width: 20%;
}
.width-30\%-on-laptop {
width: 30%;
}
.width-40\%-on-laptop {
width: 40%;
}
.width-50\%-on-laptop {
width: 50%;
}
.width-60\%-on-laptop {
width: 60%;
}
.width-70\%-on-laptop {
width: 70%;
}
.width-80\%-on-laptop {
width: 80%;
}
.width-90\%-on-laptop {
width: 90%;
}
.width-100\%-on-laptop {
width: 100%;
}
.width-25vw-on-laptop {
width: 25vw;
}
.width-50vw-on-laptop {
width: 50vw;
}
.width-75vw-on-laptop {
width: 75vw;
}
.width-100vw-on-laptop {
width: 100vw;
}
.width-125vw-on-laptop {
width: 125vw;
}
.width-150vw-on-laptop {
width: 150vw;
}
}
.min-width-0-on-phone {
min-width: 0;
}
.min-width-0\.5,
.min-width-0\.5-on-phone {
min-width: 0.25rem;
}
.min-width-1,
.min-width-1-on-phone {
min-width: 0.5rem;
}
.min-width-1\.5,
.min-width-1\.5-on-phone {
min-width: 0.75rem;
}
.min-width-2,
.min-width-2-on-phone {
min-width: 1rem;
}
.min-width-2\.5,
.min-width-2\.5-on-phone {
min-width: 1.25rem;
}
.min-width-3,
.min-width-3-on-phone {
min-width: 1.5rem;
}
.min-width-3\.5,
.min-width-3\.5-on-phone {
min-width: 1.75rem;
}
.min-width-4,
.min-width-4-on-phone {
min-width: 2rem;
}
.min-width-4\.5,
.min-width-4\.5-on-phone {
min-width: 2.25rem;
}
.min-width-5,
.min-width-5-on-phone {
min-width: 2.5rem;
}
.min-width-5\.5,
.min-width-5\.5-on-phone {
min-width: 2.75rem;
}
.min-width-6,
.min-width-6-on-phone {
min-width: 3rem;
}
.min-width-6\.5,
.min-width-6\.5-on-phone {
min-width: 3.25rem;
}
.min-width-7,
.min-width-7-on-phone {
min-width: 3.5rem;
}
.min-width-7\.5,
.min-width-7\.5-on-phone {
min-width: 3.75rem;
}
.min-width-8,
.min-width-8-on-phone {
min-width: 4rem;
}
.min-width-8\.5,
.min-width-8\.5-on-phone {
min-width: 4.25rem;
}
.min-width-9,
.min-width-9-on-phone {
min-width: 4.5rem;
}
.min-width-9\.5,
.min-width-9\.5-on-phone {
min-width: 4.75rem;
}
.min-width-10,
.min-width-10-on-phone {
min-width: 5rem;
}
.min-width-10\.5,
.min-width-10\.5-on-phone {
min-width: 5.25rem;
}
.min-width-11,
.min-width-11-on-phone {
min-width: 5.5rem;
}
.min-width-11\.5,
.min-width-11\.5-on-phone {
min-width: 5.75rem;
}
.min-width-12,
.min-width-12-on-phone {
min-width: 6rem;
}
.min-width-12\.5,
.min-width-12\.5-on-phone {
min-width: 6.25rem;
}
.min-width-13,
.min-width-13-on-phone {
min-width: 6.5rem;
}
.min-width-13\.5,
.min-width-13\.5-on-phone {
min-width: 6.75rem;
}
.min-width-14,
.min-width-14-on-phone {
min-width: 7rem;
}
.min-width-14\.5,
.min-width-14\.5-on-phone {
min-width: 7.25rem;
}
.min-width-15,
.min-width-15-on-phone {
min-width: 7.5rem;
}
.min-width-15\.5,
.min-width-15\.5\@phone {
min-width: 7.75rem;
}
.min-width-16,
.min-width-16\@phone {
min-width: 8rem;
}
.min-width-16\.5,
.min-width-16\.5\@phone {
min-width: 8.25rem;
}
.min-width-17,
.min-width-17\@phone {
min-width: 8.5rem;
}
.min-width-17\.5,
.min-width-17\.5\@phone {
min-width: 8.75rem;
}
.min-width-18,
.min-width-18\@phone {
min-width: 9rem;
}
.min-width-18\.5,
.min-width-18\.5\@phone {
min-width: 9.25rem;
}
.min-width-19,
.min-width-19\@phone {
min-width: 9.5rem;
}
.min-width-19\.5,
.min-width-19\.5\@phone {
min-width: 9.75rem;
}
.min-width-20,
.min-width-20\@phone {
min-width: 10rem;
}
.min-width-20\.5,
.min-width-20\.5\@phone {
min-width: 10.25rem;
}
.min-width-21,
.min-width-21\@phone {
min-width: 10.5rem;
}
.min-width-21\.5,
.min-width-21\.5\@phone {
min-width: 10.75rem;
}
.min-width-22,
.min-width-22\@phone {
min-width: 11rem;
}
.min-width-22\.5,
.min-width-22\.5\@phone {
min-width: 11.25rem;
}
.min-width-23,
.min-width-23\@phone {
min-width: 11.5rem;
}
.min-width-23\.5,
.min-width-23\.5\@phone {
min-width: 11.75rem;
}
.min-width-24,
.min-width-24\@phone {
min-width: 12rem;
}
.min-width-24\.5,
.min-width-24\.5\@phone {
min-width: 12.25rem;
}
.min-width-25,
.min-width-25\@phone {
min-width: 12.5rem;
}
.min-width-25\.5,
.min-width-25\.5\@phone {
min-width: 12.75rem;
}
.min-width-26,
.min-width-26\@phone {
min-width: 13rem;
}
.min-width-26\.5,
.min-width-26\.5\@phone {
min-width: 13.25rem;
}
.min-width-27,
.min-width-27\@phone {
min-width: 13.5rem;
}
.min-width-27\.5,
.min-width-27\.5\@phone {
min-width: 13.75rem;
}
.min-width-28,
.min-width-28\@phone {
min-width: 14rem;
}
.min-width-28\.5,
.min-width-28\.5\@phone {
min-width: 14.25rem;
}
.min-width-29,
.min-width-29\@phone {
min-width: 14.5rem;
}
.min-width-29\.5,
.min-width-29\.5\@phone {
min-width: 14.75rem;
}
.min-width-30,
.min-width-30\@phone {
min-width: 15rem;
}
.min-width-10\%,
.min-width-10\%-on-phone {
min-width: 10%;
}
.min-width-20\%,
.min-width-20\%-on-phone {
min-width: 20%;
}
.min-width-30\%,
.min-width-30\%-on-phone {
min-width: 30%;
}
.min-width-40\%,
.min-width-40\%-on-phone {
min-width: 40%;
}
.min-width-50\%,
.min-width-50\%-on-phone {
min-width: 50%;
}
.min-width-60\%,
.min-width-60\%-on-phone {
min-width: 60%;
}
.min-width-70\%,
.min-width-70\%-on-phone {
min-width: 70%;
}
.min-width-80\%,
.min-width-80\%-on-phone {
min-width: 80%;
}
.min-width-90\%,
.min-width-90\%-on-phone {
min-width: 90%;
}
.min-width-100\%,
.min-width-100\%-on-phone {
min-width: 100%;
}
.min-width-25vw,
.min-width-25vw-on-phone {
min-width: 25vw;
}
.min-width-50vw,
.min-width-50vw-on-phone {
min-width: 50vw;
}
.min-width-75vw,
.min-width-75vw-on-phone {
min-width: 75vw;
}
.min-width-100vw,
.min-width-100vw-on-phone {
min-width: 100vw;
}
.min-width-125vw,
.min-width-125vw-on-phone {
min-width: 125vw;
}
.min-width-150vw,
.min-width-150vw-on-phone {
min-width: 150vw;
}
@media (min-max-width: 21.875rem) {
.min-width-0-on-small-phone {
min-width: 0;
}
.min-width-0\.5-on-small-phone {
min-width: 0.25rem;
}
.min-width-1-on-small-phone {
min-width: 0.5rem;
}
.min-width-1\.5-on-small-phone {
min-width: 0.75rem;
}
.min-width-2-on-small-phone {
min-width: 1rem;
}
.min-width-2\.5-on-small-phone {
min-width: 1.25rem;
}
.min-width-3-on-small-phone {
min-width: 1.5rem;
}
.min-width-3\.5-on-small-phone {
min-width: 1.75rem;
}
.min-width-4-on-small-phone {
min-width: 2rem;
}
.min-width-4\.5-on-small-phone {
min-width: 2.25rem;
}
.min-width-5-on-small-phone {
min-width: 2.5rem;
}
.min-width-5\.5-on-small-phone {
min-width: 2.75rem;
}
.min-width-6-on-small-phone {
min-width: 3rem;
}
.min-width-6\.5-on-small-phone {
min-width: 3.25rem;
}
.min-width-7-on-small-phone {
min-width: 3.5rem;
}
.min-width-7\.5-on-small-phone {
min-width: 3.75rem;
}
.min-width-8-on-small-phone {
min-width: 4rem;
}
.min-width-8\.5-on-small-phone {
min-width: 4.25rem;
}
.min-width-9-on-small-phone {
min-width: 4.5rem;
}
.min-width-9\.5-on-small-phone {
min-width: 4.75rem;
}
.min-width-10-on-small-phone {
min-width: 5rem;
}
.min-width-10\.5-on-small-phone {
min-width: 5.25rem;
}
.min-width-11-on-small-phone {
min-width: 5.5rem;
}
.min-width-11\.5-on-small-phone {
min-width: 5.75rem;
}
.min-width-12-on-small-phone {
min-width: 6rem;
}
.min-width-12\.5-on-small-phone {
min-width: 6.25rem;
}
.min-width-13-on-small-phone {
min-width: 6.5rem;
}
.min-width-13\.5-on-small-phone {
min-width: 6.75rem;
}
.min-width-14-on-small-phone {
min-width: 7rem;
}
.min-width-14\.5-on-small-phone {
min-width: 7.25rem;
}
.min-width-15-on-small-phone {
min-width: 7.5rem;
}
.min-width-15\.5\@small-phone {
min-width: 7.75rem;
}
.min-width-16\@small-phone {
min-width: 8rem;
}
.min-width-16\.5\@small-phone {
min-width: 8.25rem;
}
.min-width-17\@small-phone {
min-width: 8.5rem;
}
.min-width-17\.5\@small-phone {
min-width: 8.75rem;
}
.min-width-18\@small-phone {
min-width: 9rem;
}
.min-width-18\.5\@small-phone {
min-width: 9.25rem;
}
.min-width-19\@small-phone {
min-width: 9.5rem;
}
.min-width-19\.5\@small-phone {
min-width: 9.75rem;
}
.min-width-20\@small-phone {
min-width: 10rem;
}
.min-width-20\.5\@small-phone {
min-width: 10.25rem;
}
.min-width-21\@small-phone {
min-width: 10.5rem;
}
.min-width-21\.5\@small-phone {
min-width: 10.75rem;
}
.min-width-22\@small-phone {
min-width: 11rem;
}
.min-width-22\.5\@small-phone {
min-width: 11.25rem;
}
.min-width-23\@small-phone {
min-width: 11.5rem;
}
.min-width-23\.5\@small-phone {
min-width: 11.75rem;
}
.min-width-24\@small-phone {
min-width: 12rem;
}
.min-width-24\.5\@small-phone {
min-width: 12.25rem;
}
.min-width-25\@small-phone {
min-width: 12.5rem;
}
.min-width-25\.5\@small-phone {
min-width: 12.75rem;
}
.min-width-26\@small-phone {
min-width: 13rem;
}
.min-width-26\.5\@small-phone {
min-width: 13.25rem;
}
.min-width-27\@small-phone {
min-width: 13.5rem;
}
.min-width-27\.5\@small-phone {
min-width: 13.75rem;
}
.min-width-28\@small-phone {
min-width: 14rem;
}
.min-width-28\.5\@small-phone {
min-width: 14.25rem;
}
.min-width-29\@small-phone {
min-width: 14.5rem;
}
.min-width-29\.5\@small-phone {
min-width: 14.75rem;
}
.min-width-30\@small-phone {
min-width: 15rem;
}
.min-width-10\%-on-small-phone {
min-width: 10%;
}
.min-width-20\%-on-small-phone {
min-width: 20%;
}
.min-width-30\%-on-small-phone {
min-width: 30%;
}
.min-width-40\%-on-small-phone {
min-width: 40%;
}
.min-width-50\%-on-small-phone {
min-width: 50%;
}
.min-width-60\%-on-small-phone {
min-width: 60%;
}
.min-width-70\%-on-small-phone {
min-width: 70%;
}
.min-width-80\%-on-small-phone {
min-width: 80%;
}
.min-width-90\%-on-small-phone {
min-width: 90%;
}
.min-width-100\%-on-small-phone {
min-width: 100%;
}
.min-width-25vw-on-small-phone {
min-width: 25vw;
}
.min-width-50vw-on-small-phone {
min-width: 50vw;
}
.min-width-75vw-on-small-phone {
min-width: 75vw;
}
.min-width-100vw-on-small-phone {
min-width: 100vw;
}
.min-width-125vw-on-small-phone {
min-width: 125vw;
}
.min-width-150vw-on-small-phone {
min-width: 150vw;
}
}
@media (min-min-width: 38.75rem) and (max-width: 57rem) {
.min-width-0-on-tablet {
min-width: 0;
}
.min-width-0\.5-on-tablet {
min-width: 0.25rem;
}
.min-width-1-on-tablet {
min-width: 0.5rem;
}
.min-width-1\.5-on-tablet {
min-width: 0.75rem;
}
.min-width-2-on-tablet {
min-width: 1rem;
}
.min-width-2\.5-on-tablet {
min-width: 1.25rem;
}
.min-width-3-on-tablet {
min-width: 1.5rem;
}
.min-width-3\.5-on-tablet {
min-width: 1.75rem;
}
.min-width-4-on-tablet {
min-width: 2rem;
}
.min-width-4\.5-on-tablet {
min-width: 2.25rem;
}
.min-width-5-on-tablet {
min-width: 2.5rem;
}
.min-width-5\.5-on-tablet {
min-width: 2.75rem;
}
.min-width-6-on-tablet {
min-width: 3rem;
}
.min-width-6\.5-on-tablet {
min-width: 3.25rem;
}
.min-width-7-on-tablet {
min-width: 3.5rem;
}
.min-width-7\.5-on-tablet {
min-width: 3.75rem;
}
.min-width-8-on-tablet {
min-width: 4rem;
}
.min-width-8\.5-on-tablet {
min-width: 4.25rem;
}
.min-width-9-on-tablet {
min-width: 4.5rem;
}
.min-width-9\.5-on-tablet {
min-width: 4.75rem;
}
.min-width-10-on-tablet {
min-width: 5rem;
}
.min-width-10\.5-on-tablet {
min-width: 5.25rem;
}
.min-width-11-on-tablet {
min-width: 5.5rem;
}
.min-width-11\.5-on-tablet {
min-width: 5.75rem;
}
.min-width-12-on-tablet {
min-width: 6rem;
}
.min-width-12\.5-on-tablet {
min-width: 6.25rem;
}
.min-width-13-on-tablet {
min-width: 6.5rem;
}
.min-width-13\.5-on-tablet {
min-width: 6.75rem;
}
.min-width-14-on-tablet {
min-width: 7rem;
}
.min-width-14\.5-on-tablet {
min-width: 7.25rem;
}
.min-width-15-on-tablet {
min-width: 7.5rem;
}
.min-width-15\.5\@tablet {
min-width: 7.75rem;
}
.min-width-16\@tablet {
min-width: 8rem;
}
.min-width-16\.5\@tablet {
min-width: 8.25rem;
}
.min-width-17\@tablet {
min-width: 8.5rem;
}
.min-width-17\.5\@tablet {
min-width: 8.75rem;
}
.min-width-18\@tablet {
min-width: 9rem;
}
.min-width-18\.5\@tablet {
min-width: 9.25rem;
}
.min-width-19\@tablet {
min-width: 9.5rem;
}
.min-width-19\.5\@tablet {
min-width: 9.75rem;
}
.min-width-20\@tablet {
min-width: 10rem;
}
.min-width-20\.5\@tablet {
min-width: 10.25rem;
}
.min-width-21\@tablet {
min-width: 10.5rem;
}
.min-width-21\.5\@tablet {
min-width: 10.75rem;
}
.min-width-22\@tablet {
min-width: 11rem;
}
.min-width-22\.5\@tablet {
min-width: 11.25rem;
}
.min-width-23\@tablet {
min-width: 11.5rem;
}
.min-width-23\.5\@tablet {
min-width: 11.75rem;
}
.min-width-24\@tablet {
min-width: 12rem;
}
.min-width-24\.5\@tablet {
min-width: 12.25rem;
}
.min-width-25\@tablet {
min-width: 12.5rem;
}
.min-width-25\.5\@tablet {
min-width: 12.75rem;
}
.min-width-26\@tablet {
min-width: 13rem;
}
.min-width-26\.5\@tablet {
min-width: 13.25rem;
}
.min-width-27\@tablet {
min-width: 13.5rem;
}
.min-width-27\.5\@tablet {
min-width: 13.75rem;
}
.min-width-28\@tablet {
min-width: 14rem;
}
.min-width-28\.5\@tablet {
min-width: 14.25rem;
}
.min-width-29\@tablet {
min-width: 14.5rem;
}
.min-width-29\.5\@tablet {
min-width: 14.75rem;
}
.min-width-30\@tablet {
min-width: 15rem;
}
.min-width-10\%-on-tablet {
min-width: 10%;
}
.min-width-20\%-on-tablet {
min-width: 20%;
}
.min-width-30\%-on-tablet {
min-width: 30%;
}
.min-width-40\%-on-tablet {
min-width: 40%;
}
.min-width-50\%-on-tablet {
min-width: 50%;
}
.min-width-60\%-on-tablet {
min-width: 60%;
}
.min-width-70\%-on-tablet {
min-width: 70%;
}
.min-width-80\%-on-tablet {
min-width: 80%;
}
.min-width-90\%-on-tablet {
min-width: 90%;
}
.min-width-100\%-on-tablet {
min-width: 100%;
}
.min-width-25vw-on-tablet {
min-width: 25vw;
}
.min-width-50vw-on-tablet {
min-width: 50vw;
}
.min-width-75vw-on-tablet {
min-width: 75vw;
}
.min-width-100vw-on-tablet {
min-width: 100vw;
}
.min-width-125vw-on-tablet {
min-width: 125vw;
}
.min-width-150vw-on-tablet {
min-width: 150vw;
}
}
@media (min-min-width: 57rem) {
.min-width-0-on-laptop {
min-width: 0;
}
.min-width-0\.5-on-laptop {
min-width: 0.25rem;
}
.min-width-1-on-laptop {
min-width: 0.5rem;
}
.min-width-1\.5-on-laptop {
min-width: 0.75rem;
}
.min-width-2-on-laptop {
min-width: 1rem;
}
.min-width-2\.5-on-laptop {
min-width: 1.25rem;
}
.min-width-3-on-laptop {
min-width: 1.5rem;
}
.min-width-3\.5-on-laptop {
min-width: 1.75rem;
}
.min-width-4-on-laptop {
min-width: 2rem;
}
.min-width-4\.5-on-laptop {
min-width: 2.25rem;
}
.min-width-5-on-laptop {
min-width: 2.5rem;
}
.min-width-5\.5-on-laptop {
min-width: 2.75rem;
}
.min-width-6-on-laptop {
min-width: 3rem;
}
.min-width-6\.5-on-laptop {
min-width: 3.25rem;
}
.min-width-7-on-laptop {
min-width: 3.5rem;
}
.min-width-7\.5-on-laptop {
min-width: 3.75rem;
}
.min-width-8-on-laptop {
min-width: 4rem;
}
.min-width-8\.5-on-laptop {
min-width: 4.25rem;
}
.min-width-9-on-laptop {
min-width: 4.5rem;
}
.min-width-9\.5-on-laptop {
min-width: 4.75rem;
}
.min-width-10-on-laptop {
min-width: 5rem;
}
.min-width-10\.5-on-laptop {
min-width: 5.25rem;
}
.min-width-11-on-laptop {
min-width: 5.5rem;
}
.min-width-11\.5-on-laptop {
min-width: 5.75rem;
}
.min-width-12-on-laptop {
min-width: 6rem;
}
.min-width-12\.5-on-laptop {
min-width: 6.25rem;
}
.min-width-13-on-laptop {
min-width: 6.5rem;
}
.min-width-13\.5-on-laptop {
min-width: 6.75rem;
}
.min-width-14-on-laptop {
min-width: 7rem;
}
.min-width-14\.5-on-laptop {
min-width: 7.25rem;
}
.min-width-15-on-laptop {
min-width: 7.5rem;
}
.min-width-15\.5\@laptop {
min-width: 7.75rem;
}
.min-width-16\@laptop {
min-width: 8rem;
}
.min-width-16\.5\@laptop {
min-width: 8.25rem;
}
.min-width-17\@laptop {
min-width: 8.5rem;
}
.min-width-17\.5\@laptop {
min-width: 8.75rem;
}
.min-width-18\@laptop {
min-width: 9rem;
}
.min-width-18\.5\@laptop {
min-width: 9.25rem;
}
.min-width-19\@laptop {
min-width: 9.5rem;
}
.min-width-19\.5\@laptop {
min-width: 9.75rem;
}
.min-width-20\@laptop {
min-width: 10rem;
}
.min-width-20\.5\@laptop {
min-width: 10.25rem;
}
.min-width-21\@laptop {
min-width: 10.5rem;
}
.min-width-21\.5\@laptop {
min-width: 10.75rem;
}
.min-width-22\@laptop {
min-width: 11rem;
}
.min-width-22\.5\@laptop {
min-width: 11.25rem;
}
.min-width-23\@laptop {
min-width: 11.5rem;
}
.min-width-23\.5\@laptop {
min-width: 11.75rem;
}
.min-width-24\@laptop {
min-width: 12rem;
}
.min-width-24\.5\@laptop {
min-width: 12.25rem;
}
.min-width-25\@laptop {
min-width: 12.5rem;
}
.min-width-25\.5\@laptop {
min-width: 12.75rem;
}
.min-width-26\@laptop {
min-width: 13rem;
}
.min-width-26\.5\@laptop {
min-width: 13.25rem;
}
.min-width-27\@laptop {
min-width: 13.5rem;
}
.min-width-27\.5\@laptop {
min-width: 13.75rem;
}
.min-width-28\@laptop {
min-width: 14rem;
}
.min-width-28\.5\@laptop {
min-width: 14.25rem;
}
.min-width-29\@laptop {
min-width: 14.5rem;
}
.min-width-29\.5\@laptop {
min-width: 14.75rem;
}
.min-width-30\@laptop {
min-width: 15rem;
}
.min-width-10\%-on-laptop {
min-width: 10%;
}
.min-width-20\%-on-laptop {
min-width: 20%;
}
.min-width-30\%-on-laptop {
min-width: 30%;
}
.min-width-40\%-on-laptop {
min-width: 40%;
}
.min-width-50\%-on-laptop {
min-width: 50%;
}
.min-width-60\%-on-laptop {
min-width: 60%;
}
.min-width-70\%-on-laptop {
min-width: 70%;
}
.min-width-80\%-on-laptop {
min-width: 80%;
}
.min-width-90\%-on-laptop {
min-width: 90%;
}
.min-width-100\%-on-laptop {
min-width: 100%;
}
.min-width-25vw-on-laptop {
min-width: 25vw;
}
.min-width-50vw-on-laptop {
min-width: 50vw;
}
.min-width-75vw-on-laptop {
min-width: 75vw;
}
.min-width-100vw-on-laptop {
min-width: 100vw;
}
.min-width-125vw-on-laptop {
min-width: 125vw;
}
.min-width-150vw-on-laptop {
min-width: 150vw;
}
}
.max-width-0-on-phone {
max-width: 0;
}
.max-width-0\.5,
.max-width-0\.5-on-phone {
max-width: 0.25rem;
}
.max-width-1,
.max-width-1-on-phone {
max-width: 0.5rem;
}
.max-width-1\.5,
.max-width-1\.5-on-phone {
max-width: 0.75rem;
}
.max-width-2,
.max-width-2-on-phone {
max-width: 1rem;
}
.max-width-2\.5,
.max-width-2\.5-on-phone {
max-width: 1.25rem;
}
.max-width-3,
.max-width-3-on-phone {
max-width: 1.5rem;
}
.max-width-3\.5,
.max-width-3\.5-on-phone {
max-width: 1.75rem;
}
.max-width-4,
.max-width-4-on-phone {
max-width: 2rem;
}
.max-width-4\.5,
.max-width-4\.5-on-phone {
max-width: 2.25rem;
}
.max-width-5,
.max-width-5-on-phone {
max-width: 2.5rem;
}
.max-width-5\.5,
.max-width-5\.5-on-phone {
max-width: 2.75rem;
}
.max-width-6,
.max-width-6-on-phone {
max-width: 3rem;
}
.max-width-6\.5,
.max-width-6\.5-on-phone {
max-width: 3.25rem;
}
.max-width-7,
.max-width-7-on-phone {
max-width: 3.5rem;
}
.max-width-7\.5,
.max-width-7\.5-on-phone {
max-width: 3.75rem;
}
.max-width-8,
.max-width-8-on-phone {
max-width: 4rem;
}
.max-width-8\.5,
.max-width-8\.5-on-phone {
max-width: 4.25rem;
}
.max-width-9,
.max-width-9-on-phone {
max-width: 4.5rem;
}
.max-width-9\.5,
.max-width-9\.5-on-phone {
max-width: 4.75rem;
}
.max-width-10,
.max-width-10-on-phone {
max-width: 5rem;
}
.max-width-10\.5,
.max-width-10\.5-on-phone {
max-width: 5.25rem;
}
.max-width-11,
.max-width-11-on-phone {
max-width: 5.5rem;
}
.max-width-11\.5,
.max-width-11\.5-on-phone {
max-width: 5.75rem;
}
.max-width-12,
.max-width-12-on-phone {
max-width: 6rem;
}
.max-width-12\.5,
.max-width-12\.5-on-phone {
max-width: 6.25rem;
}
.max-width-13,
.max-width-13-on-phone {
max-width: 6.5rem;
}
.max-width-13\.5,
.max-width-13\.5-on-phone {
max-width: 6.75rem;
}
.max-width-14,
.max-width-14-on-phone {
max-width: 7rem;
}
.max-width-14\.5,
.max-width-14\.5-on-phone {
max-width: 7.25rem;
}
.max-width-15,
.max-width-15-on-phone {
max-width: 7.5rem;
}
.max-width-15\.5,
.max-width-15\.5\@phone {
max-width: 7.75rem;
}
.max-width-16,
.max-width-16\@phone {
max-width: 8rem;
}
.max-width-16\.5,
.max-width-16\.5\@phone {
max-width: 8.25rem;
}
.max-width-17,
.max-width-17\@phone {
max-width: 8.5rem;
}
.max-width-17\.5,
.max-width-17\.5\@phone {
max-width: 8.75rem;
}
.max-width-18,
.max-width-18\@phone {
max-width: 9rem;
}
.max-width-18\.5,
.max-width-18\.5\@phone {
max-width: 9.25rem;
}
.max-width-19,
.max-width-19\@phone {
max-width: 9.5rem;
}
.max-width-19\.5,
.max-width-19\.5\@phone {
max-width: 9.75rem;
}
.max-width-20,
.max-width-20\@phone {
max-width: 10rem;
}
.max-width-20\.5,
.max-width-20\.5\@phone {
max-width: 10.25rem;
}
.max-width-21,
.max-width-21\@phone {
max-width: 10.5rem;
}
.max-width-21\.5,
.max-width-21\.5\@phone {
max-width: 10.75rem;
}
.max-width-22,
.max-width-22\@phone {
max-width: 11rem;
}
.max-width-22\.5,
.max-width-22\.5\@phone {
max-width: 11.25rem;
}
.max-width-23,
.max-width-23\@phone {
max-width: 11.5rem;
}
.max-width-23\.5,
.max-width-23\.5\@phone {
max-width: 11.75rem;
}
.max-width-24,
.max-width-24\@phone {
max-width: 12rem;
}
.max-width-24\.5,
.max-width-24\.5\@phone {
max-width: 12.25rem;
}
.max-width-25,
.max-width-25\@phone {
max-width: 12.5rem;
}
.max-width-25\.5,
.max-width-25\.5\@phone {
max-width: 12.75rem;
}
.max-width-26,
.max-width-26\@phone {
max-width: 13rem;
}
.max-width-26\.5,
.max-width-26\.5\@phone {
max-width: 13.25rem;
}
.max-width-27,
.max-width-27\@phone {
max-width: 13.5rem;
}
.max-width-27\.5,
.max-width-27\.5\@phone {
max-width: 13.75rem;
}
.max-width-28,
.max-width-28\@phone {
max-width: 14rem;
}
.max-width-28\.5,
.max-width-28\.5\@phone {
max-width: 14.25rem;
}
.max-width-29,
.max-width-29\@phone {
max-width: 14.5rem;
}
.max-width-29\.5,
.max-width-29\.5\@phone {
max-width: 14.75rem;
}
.max-width-30,
.max-width-30\@phone {
max-width: 15rem;
}
.max-width-10\%,
.max-width-10\%-on-phone {
max-width: 10%;
}
.max-width-20\%,
.max-width-20\%-on-phone {
max-width: 20%;
}
.max-width-30\%,
.max-width-30\%-on-phone {
max-width: 30%;
}
.max-width-40\%,
.max-width-40\%-on-phone {
max-width: 40%;
}
.max-width-50\%,
.max-width-50\%-on-phone {
max-width: 50%;
}
.max-width-60\%,
.max-width-60\%-on-phone {
max-width: 60%;
}
.max-width-70\%,
.max-width-70\%-on-phone {
max-width: 70%;
}
.max-width-80\%,
.max-width-80\%-on-phone {
max-width: 80%;
}
.max-width-90\%,
.max-width-90\%-on-phone {
max-width: 90%;
}
.max-width-100\%,
.max-width-100\%-on-phone {
max-width: 100%;
}
.max-width-25vw,
.max-width-25vw-on-phone {
max-width: 25vw;
}
.max-width-50vw,
.max-width-50vw-on-phone {
max-width: 50vw;
}
.max-width-75vw,
.max-width-75vw-on-phone {
max-width: 75vw;
}
.max-width-100vw,
.max-width-100vw-on-phone {
max-width: 100vw;
}
.max-width-125vw,
.max-width-125vw-on-phone {
max-width: 125vw;
}
.max-width-150vw,
.max-width-150vw-on-phone {
max-width: 150vw;
}
@media (max-max-width: 21.875rem) {
.max-width-0-on-small-phone {
max-width: 0;
}
.max-width-0\.5-on-small-phone {
max-width: 0.25rem;
}
.max-width-1-on-small-phone {
max-width: 0.5rem;
}
.max-width-1\.5-on-small-phone {
max-width: 0.75rem;
}
.max-width-2-on-small-phone {
max-width: 1rem;
}
.max-width-2\.5-on-small-phone {
max-width: 1.25rem;
}
.max-width-3-on-small-phone {
max-width: 1.5rem;
}
.max-width-3\.5-on-small-phone {
max-width: 1.75rem;
}
.max-width-4-on-small-phone {
max-width: 2rem;
}
.max-width-4\.5-on-small-phone {
max-width: 2.25rem;
}
.max-width-5-on-small-phone {
max-width: 2.5rem;
}
.max-width-5\.5-on-small-phone {
max-width: 2.75rem;
}
.max-width-6-on-small-phone {
max-width: 3rem;
}
.max-width-6\.5-on-small-phone {
max-width: 3.25rem;
}
.max-width-7-on-small-phone {
max-width: 3.5rem;
}
.max-width-7\.5-on-small-phone {
max-width: 3.75rem;
}
.max-width-8-on-small-phone {
max-width: 4rem;
}
.max-width-8\.5-on-small-phone {
max-width: 4.25rem;
}
.max-width-9-on-small-phone {
max-width: 4.5rem;
}
.max-width-9\.5-on-small-phone {
max-width: 4.75rem;
}
.max-width-10-on-small-phone {
max-width: 5rem;
}
.max-width-10\.5-on-small-phone {
max-width: 5.25rem;
}
.max-width-11-on-small-phone {
max-width: 5.5rem;
}
.max-width-11\.5-on-small-phone {
max-width: 5.75rem;
}
.max-width-12-on-small-phone {
max-width: 6rem;
}
.max-width-12\.5-on-small-phone {
max-width: 6.25rem;
}
.max-width-13-on-small-phone {
max-width: 6.5rem;
}
.max-width-13\.5-on-small-phone {
max-width: 6.75rem;
}
.max-width-14-on-small-phone {
max-width: 7rem;
}
.max-width-14\.5-on-small-phone {
max-width: 7.25rem;
}
.max-width-15-on-small-phone {
max-width: 7.5rem;
}
.max-width-15\.5\@small-phone {
max-width: 7.75rem;
}
.max-width-16\@small-phone {
max-width: 8rem;
}
.max-width-16\.5\@small-phone {
max-width: 8.25rem;
}
.max-width-17\@small-phone {
max-width: 8.5rem;
}
.max-width-17\.5\@small-phone {
max-width: 8.75rem;
}
.max-width-18\@small-phone {
max-width: 9rem;
}
.max-width-18\.5\@small-phone {
max-width: 9.25rem;
}
.max-width-19\@small-phone {
max-width: 9.5rem;
}
.max-width-19\.5\@small-phone {
max-width: 9.75rem;
}
.max-width-20\@small-phone {
max-width: 10rem;
}
.max-width-20\.5\@small-phone {
max-width: 10.25rem;
}
.max-width-21\@small-phone {
max-width: 10.5rem;
}
.max-width-21\.5\@small-phone {
max-width: 10.75rem;
}
.max-width-22\@small-phone {
max-width: 11rem;
}
.max-width-22\.5\@small-phone {
max-width: 11.25rem;
}
.max-width-23\@small-phone {
max-width: 11.5rem;
}
.max-width-23\.5\@small-phone {
max-width: 11.75rem;
}
.max-width-24\@small-phone {
max-width: 12rem;
}
.max-width-24\.5\@small-phone {
max-width: 12.25rem;
}
.max-width-25\@small-phone {
max-width: 12.5rem;
}
.max-width-25\.5\@small-phone {
max-width: 12.75rem;
}
.max-width-26\@small-phone {
max-width: 13rem;
}
.max-width-26\.5\@small-phone {
max-width: 13.25rem;
}
.max-width-27\@small-phone {
max-width: 13.5rem;
}
.max-width-27\.5\@small-phone {
max-width: 13.75rem;
}
.max-width-28\@small-phone {
max-width: 14rem;
}
.max-width-28\.5\@small-phone {
max-width: 14.25rem;
}
.max-width-29\@small-phone {
max-width: 14.5rem;
}
.max-width-29\.5\@small-phone {
max-width: 14.75rem;
}
.max-width-30\@small-phone {
max-width: 15rem;
}
.max-width-10\%-on-small-phone {
max-width: 10%;
}
.max-width-20\%-on-small-phone {
max-width: 20%;
}
.max-width-30\%-on-small-phone {
max-width: 30%;
}
.max-width-40\%-on-small-phone {
max-width: 40%;
}
.max-width-50\%-on-small-phone {
max-width: 50%;
}
.max-width-60\%-on-small-phone {
max-width: 60%;
}
.max-width-70\%-on-small-phone {
max-width: 70%;
}
.max-width-80\%-on-small-phone {
max-width: 80%;
}
.max-width-90\%-on-small-phone {
max-width: 90%;
}
.max-width-100\%-on-small-phone {
max-width: 100%;
}
.max-width-25vw-on-small-phone {
max-width: 25vw;
}
.max-width-50vw-on-small-phone {
max-width: 50vw;
}
.max-width-75vw-on-small-phone {
max-width: 75vw;
}
.max-width-100vw-on-small-phone {
max-width: 100vw;
}
.max-width-125vw-on-small-phone {
max-width: 125vw;
}
.max-width-150vw-on-small-phone {
max-width: 150vw;
}
}
@media (min-max-width: 38.75rem) and (max-width: 57rem) {
.max-width-0-on-tablet {
max-width: 0;
}
.max-width-0\.5-on-tablet {
max-width: 0.25rem;
}
.max-width-1-on-tablet {
max-width: 0.5rem;
}
.max-width-1\.5-on-tablet {
max-width: 0.75rem;
}
.max-width-2-on-tablet {
max-width: 1rem;
}
.max-width-2\.5-on-tablet {
max-width: 1.25rem;
}
.max-width-3-on-tablet {
max-width: 1.5rem;
}
.max-width-3\.5-on-tablet {
max-width: 1.75rem;
}
.max-width-4-on-tablet {
max-width: 2rem;
}
.max-width-4\.5-on-tablet {
max-width: 2.25rem;
}
.max-width-5-on-tablet {
max-width: 2.5rem;
}
.max-width-5\.5-on-tablet {
max-width: 2.75rem;
}
.max-width-6-on-tablet {
max-width: 3rem;
}
.max-width-6\.5-on-tablet {
max-width: 3.25rem;
}
.max-width-7-on-tablet {
max-width: 3.5rem;
}
.max-width-7\.5-on-tablet {
max-width: 3.75rem;
}
.max-width-8-on-tablet {
max-width: 4rem;
}
.max-width-8\.5-on-tablet {
max-width: 4.25rem;
}
.max-width-9-on-tablet {
max-width: 4.5rem;
}
.max-width-9\.5-on-tablet {
max-width: 4.75rem;
}
.max-width-10-on-tablet {
max-width: 5rem;
}
.max-width-10\.5-on-tablet {
max-width: 5.25rem;
}
.max-width-11-on-tablet {
max-width: 5.5rem;
}
.max-width-11\.5-on-tablet {
max-width: 5.75rem;
}
.max-width-12-on-tablet {
max-width: 6rem;
}
.max-width-12\.5-on-tablet {
max-width: 6.25rem;
}
.max-width-13-on-tablet {
max-width: 6.5rem;
}
.max-width-13\.5-on-tablet {
max-width: 6.75rem;
}
.max-width-14-on-tablet {
max-width: 7rem;
}
.max-width-14\.5-on-tablet {
max-width: 7.25rem;
}
.max-width-15-on-tablet {
max-width: 7.5rem;
}
.max-width-15\.5\@tablet {
max-width: 7.75rem;
}
.max-width-16\@tablet {
max-width: 8rem;
}
.max-width-16\.5\@tablet {
max-width: 8.25rem;
}
.max-width-17\@tablet {
max-width: 8.5rem;
}
.max-width-17\.5\@tablet {
max-width: 8.75rem;
}
.max-width-18\@tablet {
max-width: 9rem;
}
.max-width-18\.5\@tablet {
max-width: 9.25rem;
}
.max-width-19\@tablet {
max-width: 9.5rem;
}
.max-width-19\.5\@tablet {
max-width: 9.75rem;
}
.max-width-20\@tablet {
max-width: 10rem;
}
.max-width-20\.5\@tablet {
max-width: 10.25rem;
}
.max-width-21\@tablet {
max-width: 10.5rem;
}
.max-width-21\.5\@tablet {
max-width: 10.75rem;
}
.max-width-22\@tablet {
max-width: 11rem;
}
.max-width-22\.5\@tablet {
max-width: 11.25rem;
}
.max-width-23\@tablet {
max-width: 11.5rem;
}
.max-width-23\.5\@tablet {
max-width: 11.75rem;
}
.max-width-24\@tablet {
max-width: 12rem;
}
.max-width-24\.5\@tablet {
max-width: 12.25rem;
}
.max-width-25\@tablet {
max-width: 12.5rem;
}
.max-width-25\.5\@tablet {
max-width: 12.75rem;
}
.max-width-26\@tablet {
max-width: 13rem;
}
.max-width-26\.5\@tablet {
max-width: 13.25rem;
}
.max-width-27\@tablet {
max-width: 13.5rem;
}
.max-width-27\.5\@tablet {
max-width: 13.75rem;
}
.max-width-28\@tablet {
max-width: 14rem;
}
.max-width-28\.5\@tablet {
max-width: 14.25rem;
}
.max-width-29\@tablet {
max-width: 14.5rem;
}
.max-width-29\.5\@tablet {
max-width: 14.75rem;
}
.max-width-30\@tablet {
max-width: 15rem;
}
.max-width-10\%-on-tablet {
max-width: 10%;
}
.max-width-20\%-on-tablet {
max-width: 20%;
}
.max-width-30\%-on-tablet {
max-width: 30%;
}
.max-width-40\%-on-tablet {
max-width: 40%;
}
.max-width-50\%-on-tablet {
max-width: 50%;
}
.max-width-60\%-on-tablet {
max-width: 60%;
}
.max-width-70\%-on-tablet {
max-width: 70%;
}
.max-width-80\%-on-tablet {
max-width: 80%;
}
.max-width-90\%-on-tablet {
max-width: 90%;
}
.max-width-100\%-on-tablet {
max-width: 100%;
}
.max-width-25vw-on-tablet {
max-width: 25vw;
}
.max-width-50vw-on-tablet {
max-width: 50vw;
}
.max-width-75vw-on-tablet {
max-width: 75vw;
}
.max-width-100vw-on-tablet {
max-width: 100vw;
}
.max-width-125vw-on-tablet {
max-width: 125vw;
}
.max-width-150vw-on-tablet {
max-width: 150vw;
}
}
@media (min-max-width: 57rem) {
.max-width-0-on-laptop {
max-width: 0;
}
.max-width-0\.5-on-laptop {
max-width: 0.25rem;
}
.max-width-1-on-laptop {
max-width: 0.5rem;
}
.max-width-1\.5-on-laptop {
max-width: 0.75rem;
}
.max-width-2-on-laptop {
max-width: 1rem;
}
.max-width-2\.5-on-laptop {
max-width: 1.25rem;
}
.max-width-3-on-laptop {
max-width: 1.5rem;
}
.max-width-3\.5-on-laptop {
max-width: 1.75rem;
}
.max-width-4-on-laptop {
max-width: 2rem;
}
.max-width-4\.5-on-laptop {
max-width: 2.25rem;
}
.max-width-5-on-laptop {
max-width: 2.5rem;
}
.max-width-5\.5-on-laptop {
max-width: 2.75rem;
}
.max-width-6-on-laptop {
max-width: 3rem;
}
.max-width-6\.5-on-laptop {
max-width: 3.25rem;
}
.max-width-7-on-laptop {
max-width: 3.5rem;
}
.max-width-7\.5-on-laptop {
max-width: 3.75rem;
}
.max-width-8-on-laptop {
max-width: 4rem;
}
.max-width-8\.5-on-laptop {
max-width: 4.25rem;
}
.max-width-9-on-laptop {
max-width: 4.5rem;
}
.max-width-9\.5-on-laptop {
max-width: 4.75rem;
}
.max-width-10-on-laptop {
max-width: 5rem;
}
.max-width-10\.5-on-laptop {
max-width: 5.25rem;
}
.max-width-11-on-laptop {
max-width: 5.5rem;
}
.max-width-11\.5-on-laptop {
max-width: 5.75rem;
}
.max-width-12-on-laptop {
max-width: 6rem;
}
.max-width-12\.5-on-laptop {
max-width: 6.25rem;
}
.max-width-13-on-laptop {
max-width: 6.5rem;
}
.max-width-13\.5-on-laptop {
max-width: 6.75rem;
}
.max-width-14-on-laptop {
max-width: 7rem;
}
.max-width-14\.5-on-laptop {
max-width: 7.25rem;
}
.max-width-15-on-laptop {
max-width: 7.5rem;
}
.max-width-15\.5\@laptop {
max-width: 7.75rem;
}
.max-width-16\@laptop {
max-width: 8rem;
}
.max-width-16\.5\@laptop {
max-width: 8.25rem;
}
.max-width-17\@laptop {
max-width: 8.5rem;
}
.max-width-17\.5\@laptop {
max-width: 8.75rem;
}
.max-width-18\@laptop {
max-width: 9rem;
}
.max-width-18\.5\@laptop {
max-width: 9.25rem;
}
.max-width-19\@laptop {
max-width: 9.5rem;
}
.max-width-19\.5\@laptop {
max-width: 9.75rem;
}
.max-width-20\@laptop {
max-width: 10rem;
}
.max-width-20\.5\@laptop {
max-width: 10.25rem;
}
.max-width-21\@laptop {
max-width: 10.5rem;
}
.max-width-21\.5\@laptop {
max-width: 10.75rem;
}
.max-width-22\@laptop {
max-width: 11rem;
}
.max-width-22\.5\@laptop {
max-width: 11.25rem;
}
.max-width-23\@laptop {
max-width: 11.5rem;
}
.max-width-23\.5\@laptop {
max-width: 11.75rem;
}
.max-width-24\@laptop {
max-width: 12rem;
}
.max-width-24\.5\@laptop {
max-width: 12.25rem;
}
.max-width-25\@laptop {
max-width: 12.5rem;
}
.max-width-25\.5\@laptop {
max-width: 12.75rem;
}
.max-width-26\@laptop {
max-width: 13rem;
}
.max-width-26\.5\@laptop {
max-width: 13.25rem;
}
.max-width-27\@laptop {
max-width: 13.5rem;
}
.max-width-27\.5\@laptop {
max-width: 13.75rem;
}
.max-width-28\@laptop {
max-width: 14rem;
}
.max-width-28\.5\@laptop {
max-width: 14.25rem;
}
.max-width-29\@laptop {
max-width: 14.5rem;
}
.max-width-29\.5\@laptop {
max-width: 14.75rem;
}
.max-width-30\@laptop {
max-width: 15rem;
}
.max-width-10\%-on-laptop {
max-width: 10%;
}
.max-width-20\%-on-laptop {
max-width: 20%;
}
.max-width-30\%-on-laptop {
max-width: 30%;
}
.max-width-40\%-on-laptop {
max-width: 40%;
}
.max-width-50\%-on-laptop {
max-width: 50%;
}
.max-width-60\%-on-laptop {
max-width: 60%;
}
.max-width-70\%-on-laptop {
max-width: 70%;
}
.max-width-80\%-on-laptop {
max-width: 80%;
}
.max-width-90\%-on-laptop {
max-width: 90%;
}
.max-width-100\%-on-laptop {
max-width: 100%;
}
.max-width-25vw-on-laptop {
max-width: 25vw;
}
.max-width-50vw-on-laptop {
max-width: 50vw;
}
.max-width-75vw-on-laptop {
max-width: 75vw;
}
.max-width-100vw-on-laptop {
max-width: 100vw;
}
.max-width-125vw-on-laptop {
max-width: 125vw;
}
.max-width-150vw-on-laptop {
max-width: 150vw;
}
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
transition: box-shadow 1000ms linear;
}
.shadow-extrasmallX2 {
box-shadow: 0 0.12rem 0.2rem rgba(0, 0, 0, 0.1);
transition: box-shadow 1000ms linear;
}
.shadow-extrasmall {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
transition: box-shadow 1000ms linear;
}
.shadow-small {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
transition: box-shadow 1000ms linear;
}
.shadow-medium {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.35);
transition: box-shadow 1000ms linear;
}
.shadow-large {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.35);
transition: box-shadow 1000ms linear;
}
.shadow-extralarge {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
transition: box-shadow 1000ms linear;
}
.shadow-extralargeX2 {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
transition: box-shadow 1000ms linear;
}
.shadow-none {
box-shadow: none !important;
transition: box-shadow 1000ms linear;
}
.shadow\:hover:hover {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
transition: box-shadow 1000ms linear;
}
.shadow-extrasmallX2:hover {
box-shadow: 0 0.12rem 0.2rem rgba(0, 0, 0, 0.1);
transition: box-shadow 1000ms linear;
}
.shadow-extrasmall:hover {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
transition: box-shadow 1000ms linear;
}
.shadow-small\:hover:hover {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
transition: box-shadow 1000ms linear;
}
.shadow-medium\:hover:hover {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.35);
transition: box-shadow 1000ms linear;
}
.shadow-large\:hover:hover {
box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.4);
transition: box-shadow 1000ms linear;
}
.shadow-extralarge:hover {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
transition: box-shadow 1000ms linear;
}
.shadow-extralargeX2:hover {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
transition: box-shadow 1000ms linear;
}
.shadow-none\:hover:hover {
box-shadow: none !important;
transition: box-shadow 1000ms linear;
}
.shadow\:focus:focus {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
transition: box-shadow 1000ms linear;
}
.shadow-extrasmallX2:focus {
box-shadow: 0 0.12rem 0.2rem rgba(0, 0, 0, 0.1);
transition: box-shadow 1000ms linear;
}
.shadow-extrasmall:focus {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
transition: box-shadow 1000ms linear;
}
.shadow-small\:focus:focus {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
transition: box-shadow 1000ms linear;
}
.shadow-medium\:focus:focus {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.35);
transition: box-shadow 1000ms linear;
}
.shadow-large\:focus:focus {
box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.4);
transition: box-shadow 1000ms linear;
}
.shadow-extralarge:focus {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
transition: box-shadow 1000ms linear;
}
.shadow-extralargeX2:focus {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
transition: box-shadow 1000ms linear;
}
.shadow-none\:focus:focus {
box-shadow: none !important;
transition: box-shadow 1000ms linear;
}
.responsive,
.image-responsive,
.video-responsive {
width: 100%;
height: auto;
}
.circle, .image-circle {
border-radius: 50%;
}
.oval, .image-oval {
border-radius: 35%;
}
.opacity-0\.1 {
opacity: 0.1;
}
.opacity-0\.2 {
opacity: 0.2;
}
.opacity-0\.3 {
opacity: 0.3;
}
.opacity-0\.4 {
opacity: 0.4;
}
.opacity-0\.5 {
opacity: 0.5;
}
.opacity-0\.6 {
opacity: 0.6;
}
.opacity-0\.7 {
opacity: 0.7;
}
.opacity-0\.8 {
opacity: 0.8;
}
.opacity-0\.9 {
opacity: 0.9;
}
.opacity-1 {
opacity: 1;
}
.opacity-0\.1\:hover:hover {
opacity: 0.1;
}
.opacity-0\.2\:hover:hover {
opacity: 0.2;
}
.opacity-0\.3\:hover:hover {
opacity: 0.3;
}
.opacity-0\.4\:hover:hover {
opacity: 0.4;
}
.opacity-0\.5\:hover:hover {
opacity: 0.5;
}
.opacity-0\.6\:hover:hover {
opacity: 0.6;
}
.opacity-0\.7\:hover:hover {
opacity: 0.7;
}
.opacity-0\.8\:hover:hover {
opacity: 0.8;
}
.opacity-0\.9\:hover:hover {
opacity: 0.9;
}
.opacity-1\:hover:hover {
opacity: 1;
}
.opacity-0\.1\:focus:focus {
opacity: 0.1;
}
.opacity-0\.2\:focus:focus {
opacity: 0.2;
}
.opacity-0\.3\:focus:focus {
opacity: 0.3;
}
.opacity-0\.4\:focus:focus {
opacity: 0.4;
}
.opacity-0\.5\:focus:focus {
opacity: 0.5;
}
.opacity-0\.6\:focus:focus {
opacity: 0.6;
}
.opacity-0\.7\:focus:focus {
opacity: 0.7;
}
.opacity-0\.8\:focus:focus {
opacity: 0.8;
}
.opacity-0\.9\:focus:focus {
opacity: 0.9;
}
.opacity-1\:focus:focus {
opacity: 1;
}
.cursor-wait {
cursor: wait;
}
.cursor-progress {
cursor: progress;
}
.cursor-auto {
cursor: auto;
}
.cursor-pointer {
cursor: pointer;
}
.cursor-help {
cursor: help;
}
.cursor-none {
pointer-events: none;
}
button,
input,
textarea,
img,
video,
.image-responsive,
.video-responsive,
.navbar,
.ntp,
.notice,
.modal,
.card,
.table,
.list,
.alert,
.form,
.form-group,
.jumbotron,
.progress-bar {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
transition: box-shadow 1000ms linear;
}
button:hover,
input:hover,
textarea:hover,
img:hover,
video:hover,
.image-responsive:hover,
.video-responsive:hover,
.ntp:hover,
.notepad:hover,
.notice:hover,
.modal:hover,
.card:hover,
.table:hover,
.list:hover,
.alert:hover,
.form:hover,
.form-group:hover,
.jumbotron:hover,
.progress-bar:hover {
box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.4);
transition: box-shadow 1000ms linear;
}
.pagination {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
transition: box-shadow 1000ms linear;
}
.pagination button {
box-shadow: none;
transition: box-shadow 1000ms linear;
}
.fade {
animation: fade-animation 2s ease-out;
}
@keyframes fade-animation {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.spin {
animation: spin 2s linear infinite;
position: absolute;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.bounce {
animation: bounce-animation 0.5s ease infinite;
position: absolute;
}
@keyframes bounce-animation {
from {
transform: translateY(1rem);
}
to {
transform: translateY(0.5rem);
}
}
.pulse {
animation: pulse-animation 0.5s ease infinite;
}
@keyframes pulse-animation {
from {
font-size: 130%;
}
to {
font-size: 110%;
}
}
.x2 {
animation-iteration-count: 2;
}
.x3 {
animation-iteration-count: 3;
}
.x4 {
animation-iteration-count: 4;
}
.x5 {
animation-iteration-count: 5;
}
.x6 {
animation-iteration-count: 6;
}
.infinite {
animation-iteration-count: infinite;
}
.parallax {
background-attachment: fixed;
background-position: center;
background-repeat: repeat;
}
.overflow-scroll,
.overflow-scroll\@phone {
overflow: scroll;
}
.overflow-hidden,
.overflow-hidden\@phone {
overflow: hidden;
}
.overflow-visible,
.overflow-visible\@phone {
overflow: visible;
}
.overflow-auto,
.overflow-auto\@phone {
overflow: auto;
}
.overflow-x-scroll,
.overflow-x-scroll\@phone {
overflow-x: scroll;
}
.overflow-x-hidden,
.overflow-x-hidden\@phone {
overflow-x: hidden;
}
.overflow-x-visible,
.overflow-x-visible\@phone {
overflow-x: visible;
}
.overflow-x-auto,
.overflow-x-auto\@phone {
overflow-x: auto;
}
.overflow-y-scroll,
.overflow-y-scroll\@phone {
overflow-y: scroll;
}
.overflow-y-hidden,
.overflow-y-hidden\@phone {
overflow-y: hidden;
}
.overflow-y-visible,
.overflow-y-visible\@phone {
overflow-y: visible;
}
.overflow-y-auto,
.overflow-y-auto\@phone {
overflow-y: auto;
}
@media (max-width: 21.875rem) {
.overflow-scroll\@small-phone {
overflow: scroll;
}
.overflow-hidden\@small-phone {
overflow: hidden;
}
.overflow-visible\@small-phone {
overflow: visible;
}
.overflow-auto\@small-phone {
overflow: auto;
}
.overflow-x-scroll\@small-phone {
overflow-x: scroll;
}
.overflow-x-hidden\@small-phone {
overflow-x: hidden;
}
.overflow-x-visible\@small-phone {
overflow-x: visible;
}
.overflow-x-auto\@small-phone {
overflow-x: auto;
}
.overflow-y-scroll\@small-phone {
overflow-y: scroll;
}
.overflow-y-hidden\@small-phone {
overflow-y: hidden;
}
.overflow-y-visible\@small-phone {
overflow-y: visible;
}
.overflow-y-auto\@small-phone {
overflow-y: auto;
}
}
@media (min-width: 38.75rem) and (max-width: 57rem) {
.overflow-scroll\@tablet {
overflow: scroll;
}
.overflow-hidden\@tablet {
overflow: hidden;
}
.overflow-visible\@tablet {
overflow: visible;
}
.overflow-auto\@tablet {
overflow: auto;
}
.overflow-x-scroll\@tablet {
overflow-x: scroll;
}
.overflow-x-hidden\@tablet {
overflow-x: hidden;
}
.overflow-x-visible\@tablet {
overflow-x: visible;
}
.overflow-x-auto\@tablet {
overflow-x: auto;
}
.overflow-y-scroll\@tablet {
overflow-y: scroll;
}
.overflow-y-hidden\@tablet {
overflow-y: hidden;
}
.overflow-y-visible\@tablet {
overflow-y: visible;
}
.overflow-y-auto\@tablet {
overflow-y: auto;
}
}
@media (min-width: 57rem) {
.overflow-scroll\@laptop {
overflow: scroll;
}
.overflow-hidden\@laptop {
overflow: hidden;
}
.overflow-visible\@laptop {
overflow: visible;
}
.overflow-auto\@laptop {
overflow: auto;
}
.overflow-x-scroll\@laptop {
overflow-x: scroll;
}
.overflow-x-hidden\@laptop {
overflow-x: hidden;
}
.overflow-x-visible\@laptop {
overflow-x: visible;
}
.overflow-x-auto\@laptop {
overflow-x: auto;
}
.overflow-y-scroll\@laptop {
overflow-y: scroll;
}
.overflow-y-hidden\@laptop {
overflow-y: hidden;
}
.overflow-y-visible\@laptop {
overflow-y: visible;
}
.overflow-y-auto\@laptop {
overflow-y: auto;
}
}
.z-index-extrabottomX2 {
z-index: 20;
}
.z-index-extrabottom {
z-index: 200;
}
.z-index-bottom {
z-index: 400;
}
.z-index-normal {
z-index: 500;
}
.z-index-top {
z-index: 700;
}
.z-index-extratop {
z-index: 900;
}
.z-index-extratopX2 {
z-index: 1000;
}
/*# sourceMappingURL=pendeza.css.map */ | 0.57093 | 0.098469 |
.button.button-hero {
padding: 0px 16px;
}
input[type=text] {
border: 1px solid #555;
}
td.wccs-remove {
text-align: center;
}
td.billing-wccs-remove {
text-align: center;
}
select[readonly] {
background-color: #eee;
color: #333;
}
a.billing-wccs-remove-button, a.shipping-wccs-remove-button, a.wccs-remove-button {
font-size: 22px;
text-align: center;
vertical-align: middle;
}
#general-semi-nav {
display: block;
clear: both;
background-color: #f1f1f1;
}
#main-nav-left {
float: left;
position: relative;
}
#main-nav-left li {
margin-bottom: 0;
-moz-box-shadow: inset 0 1px 0 #f9f9f9;
-webkit-box-shadow: inset 0 1px 0 #f9f9f9;
box-shadow: inset 0 1px 0 #f9f9f9;
margin-right: 1px;
border-bottom: 1px solid #d8d8d8;
cursor: pointer;
}
#main-nav-left li.current {
margin-right: 0;
}
#main-nav-left li a, #main-nav-left ul li a:link, #main-nav-left ul li a:visited {
display: block;
padding: 10px 10px 10px 10px;
background-repeat: no-repeat;
background-position: 13px 10px;
font-weight: bold;
font-size: 12px;
text-decoration: none;
color: #555;
opacity: 0.5;
outline: none;
}
#main-nav-left ul li.current a {
background-color: #fcfcfc;
color: #646464;
opacity: 1;
}
#content-nav-right h3.heading.address {
border-bottom: 0;
}
#content-nav-right .option.allow {
border-bottom: 0;
}
#content-nav-right .option input, #content-nav-right .option select, #content-nav-right .option textarea {
margin-bottom: 9px;
background-color: #f1f1f1;
border: 1px solid;
border-color: #ccc #e6e6e6 #e6e6e6 #ccc;
width: 340px;
padding: 4px;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size: 12px;
}
#content-nav-right .option .full-width {
width: 100%;
}
#content-nav-right .section h3.heading.checkbox {
border-bottom: 0;
}
.option {
padding: 10px;
border-width: 1px 0;
border-style: solid;
border-top-color: #fff;
border-bottom-color: #dfdfdf;
background-color: #f5f5f5;
}
#content-nav-right .option input[type="radio"] {
width: 1%;
float:left;
margin-right: 14px;
}
#content-nav-right .option input[type="checkbox"] {
width: 10px;
float:left;
margin-right: 14px;
}
.info-of {
color: #999;
font-size: 11px;
margin-top: -5px;
}
#content-nav-right.general-vibe {
float: left;
margin-top: 1px;
margin-left: -1px;
padding: 0 14px;
padding-bottom: 14px;
font-family: "Lucida Grande", Sans-serif;
background-color: #FCFCFC;
border-left: 1px solid #d8d8d8;
-moz-box-shadow: inset 0 1px 0 #fff;
-webkit-box-shadow: inset 0 1px 0 #fff;
box-shadow: inset 0 1px 0 #fff;
}
#content-nav-right h3.heading {
font-family: Arial, Helvetica, sans-serif;
margin: 10px 0 10px 0;
padding: 7px 0px;
border-bottom: 1px solid #e7e7e7;
font-size: 13px;
font-weight: bold;
}
#main-nav-left ul {
margin-top: 1px;
}
th.wccm_title {
text-align: center;
font-weight: bold;
font-size: 18px;
}
.nav-tab {
cursor: pointer;
}
table.widefat.general-semi thead:first-child {
border-left: 5px solid #278ab7;
}
th.hide_stuff_color.daoo, th.add_amount, th.apply_tick {
background: #38B3E4;
cursor: pointer;
}
.hide_stuff_color.daoo.current_opener, th.add_amount.current_opener, th.apply_tick.current_opener {
background: #FF2876;
color: #fff;
}
th.hide_stuff_days {
text-align:center;
}
input.wccs_submit_button {
float: left;
margin-bottom: 10px;
margin-left: 15px;
}
.reset_form {
float: left;
}
.import_form,
.reset_form {
margin-top:10px;
}
.import_form {
float: left;
margin-left: 15px;
}
.wccm_importer {
font-size:16px;
}
#wccs_import_submit {
float: left;
margin-right:15px;
}
#wccs_reset_submit {
float: left;
margin-bottom: 10px;
width: inherit;
}
span.heading_smalla {
font-weight:600;
float: left;
padding-left: 12px;
padding-right: 12px;
margin-bottom:0.2em;
}
.updated.jellow p {
margin:1em 0;
padding-top: 0;
}
.updated.jellow {
border-left: none;
text-align: center;
padding: 5px;
}
.button-primary.wccm_importer_submit {
margin-top:0.4em;
margin-left:12px;
display:block;
}
td.shipping-wccs-order.ui-sortable-handle, td.billing-wccs-order.ui-sortable-handle, td.wccs-order.ui-sortable-handle {
width: 3%;
color: #aaa;
text-align: center;
vertical-align: middle;
}
td.wccs-remove a:hover, td.billing-wccs-remove a:hover, td.shipping-wccs-remove a:hover {
color:red;
}
td.wccs-remove a, td.billing-wccs-remove a. td.shipping-wccs-remove a {
font-size: 20px;
font-weight: 700;
}
.wccs-clone, .billing-wccs-clone, .shipping-wccs-clone {
display:none;
}
#floatright_set .widefat input {
float:right;
}
.wccs_replace {
width: 20%;
}
td.wccs-order, td.billing-wccs-order, td.shipping-wccs-order {
cursor:move;
}
.wccs-table > tbody > tr > td, .billing-wccs-table > tbody > tr > td, .shipping-wccs-table > tbody > tr > td {
background: #fff;
border: none;
padding: 8px;
position: relative;
vertical-align: middle;
text-align: center;
}
table.widefat {
background: #FCFCFC;
}
.wccs-table > tbody > tr:last-child td, .billing-wccs-table > tbody > tr:last-child td, .shipping-wccs-table > tbody > tr:last-child td {
border-bottom: 0 none;
}
.wccs-table > tbody > tr td:last-child, .billing-wccs-table > tbody > tr td:last-child, .shipping-wccs-table > tbody > tr td:last-child {
border-right: 0 none;
}
.wccs-table > thead > tr > th, .billing-wccs-table > thead > tr > th, .shipping-wccs-table > thead > tr > th {
border: none;
text-align: center;
}
.wccs-table > thead > tr > th:last-child, .billing-wccs-table > thead > tr > th:last-child , .shipping-wccs-table > thead > tr > th:last-child {
border-right: 0 none;
}
.wccs-table tr td.wccs-order,
.wccs-table tr td.billing-wccs-order,
.wccs-table tr th.billing-wccs-order,
.wccs-table tr td.shipping-wccs-order,
.wccs-table tr th.shipping-wccs-order {
width: 16px;
text-align: center;
vertical-align: middle;
color: #aaa;
text-shadow: #fff 0 1px 0;
}
.wccs-table .wccs-remove, .billing-wccs-table .wccs-remove, .shipping-wccs-table .wccs-remove {
width: 16px;
vertical-align: middle;
}
.wccs-table input[type="text"], .billing-wccs-table input[type="text"], .shipping-wccs-table input[type="text"] {
width: 100%;
}
.wccs-table tr td.more_toggler1c, .billing-wccs-table tr td.more_toggler1c, .shipping-wccs-table tr td.more_toggler1c {
cursor: pointer;
}
.wccs-table-footer,
.billing-wccs-table-footer,
.shipping-wccs-table-footer {
position: relative;
overflow: hidden;
margin-top: 10px;
padding: 8px 0;
}
.toggle_shower {
color: #278ab7;
font-weight: 700;
}
.current_opener {
color: red;
font-weight: 700;
}
.spongagge {
float: left;
position: relative;
-moz-transform: rotate(270deg); /* FF3.5+ */
-o-transform: rotate(270deg); /* Opera 10.5 */
-webkit-transform: rotate(270deg); /* Saf3.1+, Chrome */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE6,IE7 */
-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE8 */
margin-top: -25%;
}
a.nav-tab.star {
background: #fff;
}
div#star-five img {
margin-bottom: -5px;
}
@media screen and (max-width: 680px) {
#main-nav-left {
width: 24%;
min-width:135px;
}
#content-nav-right {
width: 70%;
}
}
@media screen and (min-width: 681px) {
#main-nav-left {
width: 16%;
min-width:135px;
}
#content-nav-right {
width: 76%;
}
} | wp-content/plugins/woocommerce-checkout-manager/includes/pickers/css/backend_css.css | .button.button-hero {
padding: 0px 16px;
}
input[type=text] {
border: 1px solid #555;
}
td.wccs-remove {
text-align: center;
}
td.billing-wccs-remove {
text-align: center;
}
select[readonly] {
background-color: #eee;
color: #333;
}
a.billing-wccs-remove-button, a.shipping-wccs-remove-button, a.wccs-remove-button {
font-size: 22px;
text-align: center;
vertical-align: middle;
}
#general-semi-nav {
display: block;
clear: both;
background-color: #f1f1f1;
}
#main-nav-left {
float: left;
position: relative;
}
#main-nav-left li {
margin-bottom: 0;
-moz-box-shadow: inset 0 1px 0 #f9f9f9;
-webkit-box-shadow: inset 0 1px 0 #f9f9f9;
box-shadow: inset 0 1px 0 #f9f9f9;
margin-right: 1px;
border-bottom: 1px solid #d8d8d8;
cursor: pointer;
}
#main-nav-left li.current {
margin-right: 0;
}
#main-nav-left li a, #main-nav-left ul li a:link, #main-nav-left ul li a:visited {
display: block;
padding: 10px 10px 10px 10px;
background-repeat: no-repeat;
background-position: 13px 10px;
font-weight: bold;
font-size: 12px;
text-decoration: none;
color: #555;
opacity: 0.5;
outline: none;
}
#main-nav-left ul li.current a {
background-color: #fcfcfc;
color: #646464;
opacity: 1;
}
#content-nav-right h3.heading.address {
border-bottom: 0;
}
#content-nav-right .option.allow {
border-bottom: 0;
}
#content-nav-right .option input, #content-nav-right .option select, #content-nav-right .option textarea {
margin-bottom: 9px;
background-color: #f1f1f1;
border: 1px solid;
border-color: #ccc #e6e6e6 #e6e6e6 #ccc;
width: 340px;
padding: 4px;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size: 12px;
}
#content-nav-right .option .full-width {
width: 100%;
}
#content-nav-right .section h3.heading.checkbox {
border-bottom: 0;
}
.option {
padding: 10px;
border-width: 1px 0;
border-style: solid;
border-top-color: #fff;
border-bottom-color: #dfdfdf;
background-color: #f5f5f5;
}
#content-nav-right .option input[type="radio"] {
width: 1%;
float:left;
margin-right: 14px;
}
#content-nav-right .option input[type="checkbox"] {
width: 10px;
float:left;
margin-right: 14px;
}
.info-of {
color: #999;
font-size: 11px;
margin-top: -5px;
}
#content-nav-right.general-vibe {
float: left;
margin-top: 1px;
margin-left: -1px;
padding: 0 14px;
padding-bottom: 14px;
font-family: "Lucida Grande", Sans-serif;
background-color: #FCFCFC;
border-left: 1px solid #d8d8d8;
-moz-box-shadow: inset 0 1px 0 #fff;
-webkit-box-shadow: inset 0 1px 0 #fff;
box-shadow: inset 0 1px 0 #fff;
}
#content-nav-right h3.heading {
font-family: Arial, Helvetica, sans-serif;
margin: 10px 0 10px 0;
padding: 7px 0px;
border-bottom: 1px solid #e7e7e7;
font-size: 13px;
font-weight: bold;
}
#main-nav-left ul {
margin-top: 1px;
}
th.wccm_title {
text-align: center;
font-weight: bold;
font-size: 18px;
}
.nav-tab {
cursor: pointer;
}
table.widefat.general-semi thead:first-child {
border-left: 5px solid #278ab7;
}
th.hide_stuff_color.daoo, th.add_amount, th.apply_tick {
background: #38B3E4;
cursor: pointer;
}
.hide_stuff_color.daoo.current_opener, th.add_amount.current_opener, th.apply_tick.current_opener {
background: #FF2876;
color: #fff;
}
th.hide_stuff_days {
text-align:center;
}
input.wccs_submit_button {
float: left;
margin-bottom: 10px;
margin-left: 15px;
}
.reset_form {
float: left;
}
.import_form,
.reset_form {
margin-top:10px;
}
.import_form {
float: left;
margin-left: 15px;
}
.wccm_importer {
font-size:16px;
}
#wccs_import_submit {
float: left;
margin-right:15px;
}
#wccs_reset_submit {
float: left;
margin-bottom: 10px;
width: inherit;
}
span.heading_smalla {
font-weight:600;
float: left;
padding-left: 12px;
padding-right: 12px;
margin-bottom:0.2em;
}
.updated.jellow p {
margin:1em 0;
padding-top: 0;
}
.updated.jellow {
border-left: none;
text-align: center;
padding: 5px;
}
.button-primary.wccm_importer_submit {
margin-top:0.4em;
margin-left:12px;
display:block;
}
td.shipping-wccs-order.ui-sortable-handle, td.billing-wccs-order.ui-sortable-handle, td.wccs-order.ui-sortable-handle {
width: 3%;
color: #aaa;
text-align: center;
vertical-align: middle;
}
td.wccs-remove a:hover, td.billing-wccs-remove a:hover, td.shipping-wccs-remove a:hover {
color:red;
}
td.wccs-remove a, td.billing-wccs-remove a. td.shipping-wccs-remove a {
font-size: 20px;
font-weight: 700;
}
.wccs-clone, .billing-wccs-clone, .shipping-wccs-clone {
display:none;
}
#floatright_set .widefat input {
float:right;
}
.wccs_replace {
width: 20%;
}
td.wccs-order, td.billing-wccs-order, td.shipping-wccs-order {
cursor:move;
}
.wccs-table > tbody > tr > td, .billing-wccs-table > tbody > tr > td, .shipping-wccs-table > tbody > tr > td {
background: #fff;
border: none;
padding: 8px;
position: relative;
vertical-align: middle;
text-align: center;
}
table.widefat {
background: #FCFCFC;
}
.wccs-table > tbody > tr:last-child td, .billing-wccs-table > tbody > tr:last-child td, .shipping-wccs-table > tbody > tr:last-child td {
border-bottom: 0 none;
}
.wccs-table > tbody > tr td:last-child, .billing-wccs-table > tbody > tr td:last-child, .shipping-wccs-table > tbody > tr td:last-child {
border-right: 0 none;
}
.wccs-table > thead > tr > th, .billing-wccs-table > thead > tr > th, .shipping-wccs-table > thead > tr > th {
border: none;
text-align: center;
}
.wccs-table > thead > tr > th:last-child, .billing-wccs-table > thead > tr > th:last-child , .shipping-wccs-table > thead > tr > th:last-child {
border-right: 0 none;
}
.wccs-table tr td.wccs-order,
.wccs-table tr td.billing-wccs-order,
.wccs-table tr th.billing-wccs-order,
.wccs-table tr td.shipping-wccs-order,
.wccs-table tr th.shipping-wccs-order {
width: 16px;
text-align: center;
vertical-align: middle;
color: #aaa;
text-shadow: #fff 0 1px 0;
}
.wccs-table .wccs-remove, .billing-wccs-table .wccs-remove, .shipping-wccs-table .wccs-remove {
width: 16px;
vertical-align: middle;
}
.wccs-table input[type="text"], .billing-wccs-table input[type="text"], .shipping-wccs-table input[type="text"] {
width: 100%;
}
.wccs-table tr td.more_toggler1c, .billing-wccs-table tr td.more_toggler1c, .shipping-wccs-table tr td.more_toggler1c {
cursor: pointer;
}
.wccs-table-footer,
.billing-wccs-table-footer,
.shipping-wccs-table-footer {
position: relative;
overflow: hidden;
margin-top: 10px;
padding: 8px 0;
}
.toggle_shower {
color: #278ab7;
font-weight: 700;
}
.current_opener {
color: red;
font-weight: 700;
}
.spongagge {
float: left;
position: relative;
-moz-transform: rotate(270deg); /* FF3.5+ */
-o-transform: rotate(270deg); /* Opera 10.5 */
-webkit-transform: rotate(270deg); /* Saf3.1+, Chrome */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE6,IE7 */
-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE8 */
margin-top: -25%;
}
a.nav-tab.star {
background: #fff;
}
div#star-five img {
margin-bottom: -5px;
}
@media screen and (max-width: 680px) {
#main-nav-left {
width: 24%;
min-width:135px;
}
#content-nav-right {
width: 70%;
}
}
@media screen and (min-width: 681px) {
#main-nav-left {
width: 16%;
min-width:135px;
}
#content-nav-right {
width: 76%;
}
} | 0.265119 | 0.044743 |
@charset "UTF-8";
/** general */
@font-face {
font-family: 'Simpleg';
font-style: normal;
font-weight: 400;
src: local('Simpleg'), local('Simpleg-Regular'), url(/parts/simpleg.woff) format('woff');
}
h1 .subtitle {
font-size: 0.75em;
color: #002177;
}
.iaview h1 {
font-size: 22px; /*120%;*/
height: 28px;
line-height: 28px;
margin-top: 0;
margin-bottom: 3px;
/*overflow: hidden;*/
}
html:lang(ja) *:lang(en),
html:lang(en) *:lang(ja) {
display: none;
}
html.wait /*, html.wait #titleidx ul li*/ {
cursor: wait;
}
html.full body {
max-width: none;
}
span.mv {
background: #ebefeb;
padding: 0 0.5em;
}
h1 .logo {
float: right;
margin-left: 5px;
margin-top: -5px;
max-height: 36px;
position: relative;
}
h1 .logo img {
max-height: 36px;
max-width: 200px;
}
h1 .logo img:hover {
max-height: 200px;
max-width: 400px;
position: absolute;
right: 0;
background: rgba(255, 255, 255, 0.7);
box-shadow: -1px 1px 1px rgba(140, 140, 140, 0.7);
z-index: 10;
}
abbr[title]:hover {
cursor: default;
}
.sideitem {
float: right;
}
.metainfo a[href^="http"]:after {
content: "";
}
/** basic width */
#openseadragon, #annoclip table, .refstrp,
.metainfo {
width: 100%;
}
.refstrp.rtl {
width: 110px !important;
height: 780px;
overflow: scroll-y;
}
#openseadragon, #titleidx > ul {
height: 780px;
}
#openseadragon.video {
height: 600px;
}
#openseadragon,
.osdelt {
position: relative;
}
#openseadragon {
background: #f8f8f8;
}
.osdelt {
background: rgb(60, 60, 60, 0.5);
}
/** message on osd */
p.msg {
position: absolute;
top: 33%;
width: 100%;
text-align: center;
color: black;
opacity: 1;
user-select: none;
}
p.msg.loading {
height: 3em;
background: url("../../../xforms/images/loading.gif") no-repeat center bottom;
}
p.msg.error {
color: #d00;
user-select: auto;
/*z-index: 1;*/
}
p.msg.annot {
color: black;
z-index: 20;
background: #eeee;
width: 70%;
margin-left: 15%;
}
.osdelt p.msg {
font-size: 80%;
}
#openseadragon.view,
.osdelt.view {
background: black;
}
.view .msg,
.video .msg {
color: white;
}
.view .msg.error,
.view .msg a {
color: #ff9;
}
.view .msg a:hover {
background-color: #666;
}
#openseadragon canvas,
.osdelt canvas {
z-index: 0;
}
#openseadragon.hideanno .annotorious-ol-boxmarker-inner,
#openseadragon.hideanno svg {
display: none;
}
#openseadragon.hideanno .annotorious-ol-boxmarker-outer {
border: none;
}
#openseadragon.hideanno.showsvg svg {
display: block;
}
.seqbtngrp:hover {
cursor: pointer;
}
.seqbtngrp img {
opacity: 0.5;
width: 40px;
height: 60px;
}
.seqbtngrp:hover img {
opacity: 1;
}
/** title index */
#titleidx {
position: absolute;
width: 200px;
right: 0;
font-size: 95%;
}
#titleidx.sidx {
width: 165px;
}
#titleidx.widx {
width: 260px;
}
#titleidx > ul {
overflow: scroll;
}
#titleidx ul {
margin: 0;
padding: 0 0 0 1em;
list-style:none;
}
#titleidx li {
text-indent: -1em;
margin-bottom: 0;
padding: 0.3em 0;
}
#titleidx li:before {
font-family: 'Simpleg';
content: "•";/*◦∘•▪►➢✧❏✣➠✦✧▸▻ */
color: #aaa;
margin-right: 1px;
display:block;
float: left;
width: 1em;
}
/* .struct li is defined bellow section */
#titleidx li[data-an]:before,
#titleidx .struct li[data-an]:before {
font-family: 'Simpleg';
content: "✍";/*▻ ▸ ☛✑*/
}
#titleidx li[data-an]:before{
color: #080;
}
#titleidx li[data-ovl]:before {
/*font-family: 'Simpleg';*/
content: "✽";/*❇✴✽❐❉▻ ▸ ☛✑❍*/
color: #88a;
}
#titleidx ul li.loading {
background: url("../../../xforms/images/loading.gif") no-repeat right center #fcfce0;
}
#titleidx li:nth-of-type(odd) {
background: #f8f8f8;
}
#titleidx li:hover {
background: #eee;
cursor: pointer;
}
#titleidx li.prange {
font-weight: bolder;
background: #fcf8e6;
}
#titleidx li.current {
font-weight: bolder;
background: #f6ecec;
}
#titleidx li.current:hover {
background: #f3eaec;
}
#titleidx li.current:before {
font-family: 'Simpleg';
content: "☞";/*☛▻ ▸ ✑*/
color: maroon;
}
#titleidx li.fail {
color: #f44;
}
#titleidx li.range {
background: transparent;
}
li.range > ul {
display: none;
}
li.range.openf > ul {
display: block;
}
#titleidx li.range:before {
color: black;
/*content: "✦";◦∘•►➢✧❏✣➠✦✧▸▻ */
}
#titleidx .struct li.range:before {
/*color: navy;*/
content: "";
}
#titleidx li.range:hover {
cursor: default;
}
#titleidx p {
font-family: 'Simpleg';
margin-top: 0.5em;
margin-bottom: 0.2em;
color: green;
}
#titleidx .posform {
width: 2em;
color: green;
}
/* ppos */
#ppos {
position: absolute;
top: -36px;
left: 5px;
}
/* viewingHint/Direction */
#titleidx .vinfo {
/*border: dotted 1px gray;*/
box-shadow: 1px 1px 1px rgba(102, 102, 102, 0.4);
background: #f8f8f8;
padding: 0.3em;
margin-left: -0.3em;
margin-right: 2px;
color: #666;
position: relative;
cursor: default;
}
.vinfo > div > span {
display: inline-block;
}
.vinfo del a,
.vinfo del .pseudolink {
text-decoration: none;
}
.vinfo a:link,
.vinfo .pseudolink {
color: #449;
text-decoration: underline dotted silver;
}
.vinfo a:link:hover,
.vinfo .pseudolink:hover {
color: #44a;
text-decoration: underline;
}
.vinfo a:visited {
color: #a58484;
}
.vinfo em {
font-style: normal;
color: green;
}
.vinfo small {
font-size: 75%;
}
.vinfo em.inuse,
.vinfo span.prepared {
padding: 0 3px;
}
.inuse,
.prepared{
border-width: 1px;
border-color: silver;
display: inline-block;
min-width: 15px;
}
.inuse {
border-style: none solid solid none;
box-shadow: -1px -1px 1px #555;
background: rgba(232, 224, 224, 0.6);
}
.prepared {
border-style: solid none none solid;
box-shadow: 1px 1px 1px #555;
cursor: pointer;
}
.prepared:hover {
background: #c6c6ef99;
box-shadow: 1px 1px 1px #22f;
}
/* structure */
#titleidx .struct li:before {
content: "▪";
color: #99c;
}
#strctab:before {
content: "▸";
}
#strctab span {
padding: 0 4px 0 2px;
}
#strctab .active {
color: black;
background: rgba(232, 224, 224, 0.6);
}
/** info panels */
#showjld {
display: none;
clear: both;
}
#jld {
width:100%;
height:100%;
position: absolute;
z-index:10;
display: none;
}
#imgdsc {
min-height: 1em;
max-height: 10em;
overflow-y: auto;
}
#imgdsc.curation {
max-height: none;
}
#imgdsc em[onclick]{
cursor: pointer;
}
.otherCont {
color: #080;
}
.metainfo {
margin: 0.5em 0;
background: #fdfdf9;
}
.metainfo ul {
margin: 0.5em 0 0 0;
}
.metainfo > em {
font-style: normal;
color: maroon;
}
.metainfo > .doctype {
color: black;
font-size: 90%;
}
.metainfo > .doctype a {
color: #449;
text-decoration: none;
border-bottom: dotted 1px gray;
}
.metainfo dl {
margin-top: 0;
margin-bottom: 0.5em;
}
.metainfo div {
clear: left;
}
.metainfo dt {
float: left;
clear: left;
min-width: 7.5em;
margin-top: 0;
margin-right: 0.5em;
}
.metainfo dt:after {
content: ":";
font-weight: normal;
}
.metainfo dt:before {
content: "• ";/*"• "*/
color: #a4a4a4;
font-weight: normal;
}
.metainfo dd {
margin-bottom: 0.25em;
margin-left: 8em;/*4em;*/
}
.metainfo div dd:nth-of-type(even) {
background: #f8f8f8;
}
#docdsc > .doctype:before {
content: "(";
}
#docdsc > .doctype:after {
content: ")";
}
#docdsc svg {
margin-right: 3px;
}
#dirinfo {/* viewing direction info*/
position: absolute;
right: 0;
bottom: -1.5em;
font-size: 80%;
background: #fdfdf9;
}
/** Annotorious */
a.annotorious-editor-button {
color: #ddd;
}
.annotorious-popup {
width: auto;
min-width: 180px;
max-width: 300px;
/*width: 250px;*/
}
.annotorious-popup-text span[class] {
border-bottom: #ddd solid 1px;
}
.annotorious-popup-text div.more {
border-top: #aac dotted 1px;
margin-top: 0.7em;
padding-top: 0.6em;
}
.annotorious-popup-text em {
color: #046b7c;
}
.annotorious-popup-text em.who {
color: green;
}
.annotorious-popup-text em.who[onclick] {
color: blue;
cursor: pointer;
text-decoration: underline;
}
.annotorious-popup-text a img {
border: blue solid 1px;
}
.annotorious-popup-text a[href^="#!"] {
color: blue;
}
.annotorious-popup-text img,
.annotorious-popup-text video,
.annotorious-popup-text audio
{
max-height: 300px;
max-width: 300px;
}
span.annotorious-popup-text p {
margin: 0.2em 0;
}
#annod {
width: 100%;
height: 16em;
box-sizing: border-box;
font-size: 1em;
padding: 0.5em;
}
/** SVG */
g[data-motivation] * {
stroke: rgb(255, 255, 100);
stroke-width: 0.003;
fill: none;
}
g[data-motivation] .filter {
stroke: none;
opacity: 0;
}
g[data-motivation=painting] * {
stroke: rgb(255, 100, 100);
fill: rgba(255, 100, 100, 0.4);
}
g[data-motivation=nofrag] * {
stroke: rgb(80, 160, 80);
fill: rgba(80, 160, 80, 0.4);
}
g[data-context=hasReply] * {
stroke: rgb(230, 25, 0);
fill: none;
}
g[data-context=reply] * {
/*stroke-dasharray: 0.006;*/
stroke-width: 0.002;
}
path.dash {
stroke-dasharray: 0.0025;
}
.hideanno.showsvg * {
fill: none;
stroke-width: 0;
}
/*g.hilite * {
stroke-width: 0.006;
}
*/
g[data-motivation].hilite * {
fill: none;
}
.filter:hover,
g[data-motivation].hilite .filter {
fill: black;
opacity: 0.4;
}
.annotorious-ol-boxmarker-outer.svg,
.svg .annotorious-ol-boxmarker-inner
{
border-width: 0px;
}
/** Clipping / Gallery */
.fbox,
.gbox,
#annoclip {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
}
#annoclip td {
vertical-align: top;
}
.fbox figure,
#annoclip figure {
margin: 0.5em 1em 0.5em 0;
padding: 0.5em;
border: #eee 1px solid;
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.fbox figure {
max-width: 170px;
}
.fbox figure a img {
border: blue 2px solid;
max-width: 165px;
max-height: 215px;
display: block;
margin: 0 auto;
}
#annoclip .clip
{
min-width: 100px;
max-width: 250px !important;
max-height: 250px !important;
position: relative;
overflow: hidden;
}
#annoclip .clip img {
position: absolute;
}
.fbox figcaption,
#annoclip figcaption {
font-size: 90%;
margin-top: 5px;
margin-bottom: -5px;
}
.gbox {
/*z-index: 10;*/
position: absolute;
top: 0;
background: black;
overflow-y: scroll;
align-items: center;
}
.gbox figure
{
min-width: 160px;
min-height: 140px;
text-align: center;
padding: 5px;
margin: 0;
}
.gbox img {
max-width: 210px;
max-height: 210px;
}
.gbox figcaption {
font-size: 80%;
margin-top: -4px;
margin-bottom: -5px;
color: #aaa;
}
.gbox .current {
background: #ac9595;
border: red 1px solid;
padding: 4px;
}
.gbox figure:hover {
border: silver 1px solid;
padding: 4px;
cursor: pointer;
}
.gbox .current figcaption {
color: black;
}
/** search */
.searchres .annotorious-ol-boxmarker-inner
{
background-color: rgba(250,50,50,0.3);
}
.searchres .annotorious-ol-boxmarker-outer {
border-color: red;
}
#titleidx.searchres li[data-an]:before {
font-family: 'Simpleg';
content: "✑";/*▻ ▸ ☛✉*/
color: #b58577;
}
#titleidx.searchres li:nth-of-type(odd) {
background: #f9f5f5;
}
#titleidx.searchres li.notfound {
background: transparent;
color: maroon;
}
#titleidx.searchres li.notfound:hover {
cursor: default;
}
#titleidx.searchres li.notfound:before {
content: "-";
}
#titleidx.searchres li.reset {
background: transparent;
color: #3e3ec9;
}
#titleidx.searchres li.reset:before {
content: "☛";
color: #3e3ec9;
}
/** text folder */
span.expander {
text-decoration: underline;
cursor: pointer;
color: blue;
}
h1 span.expander {
font-size: 16px;
font-weight: normal
}
span.opener, span.closer {
cursor: pointer;
color: #008;
}
span.opener:hover, span.closer:hover {
border-bottom: dotted 1px;
}
.opener:after {
content: " ▷";
font-size: 70%;
}
.closer:after {
content: " ▽";
font-size: 70%;
}
.struct span.opener, .struct span.closer {
color: black;
}
.struct span.opener:after,
.struct span.closer:after {
content: "";
}
.struct span.opener:before {
content: "▶ ";
}
.struct span.closer:before {
content: "▽ "; /* ▼ */
}
.struct span.opener:before,
.struct span.closer:before {
color: #99c;
font-size: 70%;
}
.struct span.opener:hover,
.struct span.closer:hover {
border-bottom: none;
}
span.more, dl.more {
display: none;
}
li dl {
margin-top: 0.2em;
}
/** reference strip */
.refstrp {
overflow-x: scroll;
overflow-y: visible;
vertical-align: bottom;
min-height: 107px;
}
.referencestrip {
height: 91px !important;
top: 6px;
}
.referencestrip > div {
width: 86px !important;
border-width: 1px !important;
border-style: solid !important;
border-color: rgba(50,50,50,0.7) rgba(50,50,50,0.7) rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important;
}
.referencestrip > div:hover {
border-color: rgba(170,170,170,0.5) !important;
}
.refstgl {
position: absolute;
top: -23px;
text-align: center;
width: 100%;
}
.refstgl span {
font-size: 24px;
line-height: 1.5;
color: #db6468 ; /*#dba;*/
text-shadow: 1px 1px 1px rgba(50,50,50,0.9);
}
.refstgl span:hover {
color: rgba(240,240,200,1);
text-shadow: 1px 1px 1px black;
cursor: pointer;
}
/** filter controller */
#fltctrl {
position: relative /*absolute*/;
display: inline-block;
vertical-align: top;
height: 20px;
padding: 5px;
background: rgba(170,170,170,0.2);
color: #ddd;
text-shadow: 1px 1px 1px #222;
font-size: 90%;
cursor: pointer;
}
#fltctrl:hover {
color: white;
background: rgba(210,190,160,0.6);
}
div.panel {
text-shadow: none;
font-size: 80%;
position: absolute;
}
#fltctrl div.panel {
color: white;
top: 30px;
width: 120px;
background: rgba(170,170,170,0.6);
left: 0;
padding: 5px;
}
#fltctrl .panel input[type=range]{
width: 100%;
vertical-align: 5px;
}
#fltctrl span {
cursor: pointer;
display: block;
}
/** Threed controller */
div.panel.threed {
width: 250px;
z-index: 1;
}
div.panel.threed > div {
color: white;
background: rgba(170, 170, 170, 0.9);
border: white 1px solid;
padding: 3px 5px;
}
div.panel.threed.hide > div {
display: none;
}
div.panel.threed > div > span {
color: rgb(244, 244, 121); /*#f8f8b7;*/
}
div.panel.threed > div > div {
padding: 2px 0;
}
div.panel.threed div div div {
/*padding: 1px 0; */
}
div.panel.threed input {
vertical-align: middle;
}
div.panel.threed input[type=range],
div.panel.threed input[type=color] {
width: 140px;
padding: 0 3px;
}
div.panel.threed label {
padding-left: 1em;
}
div.panel.threed > div > div > span {
display: block;
border-top: white 1px dotted;
}
div.panel.threed div div div span {
width: 35px;
display: inline-block;
white-space: pre;
}
div.panel.threed div div div span:first-child {
width: 50px;
}
div.panel.threed div.stat {
position: absolute;
background: transparent;
border: none;
top: 16px;
right: 255px;
color: #bbb;
max-width: 200px;
min-width: 130px;
white-space: normal;
z-index: -1;
}
div.panel.threed .stat td{
padding: 1px 2px;
vertical-align: top;
}
div.panel.threed .stat tr td:first-child{
color: rgba(244, 244, 121, 0.6);
}
div.panel.threed .stat tr td.calced:first-child{
color: gray;
}
div.panel.threed table,
div.panel.threed td {
border: none;
margin: 0;
}
span.toggler {
color: rgba(244, 244, 121, 0.6);
background: rgba(0, 0, 0, 0.2);
position: absolute;
cursor: pointer;
}
div.panel.threed span.toggler {
width: 50px;
left: -50px;
top: 3px;
}
span.toggler.animation {
color: rgba(170, 170, 170, 0.6);
font-size: 80%;
width: 70px;
bottom: 0;
right: 0;
}
span.toggler:hover,
span.toggler.active {
color: rgb(244, 244, 121);
}
button.toggler {
position: absolute;
bottom: -23px;
right: 0;
}
/** layer controller */
#lyctrl {
position: absolute;
top: 0;
right: 0;
/*width: 100px;*/
text-align: right;
color: #dedede;
font-size: 80%;
}
#lyctrl span {
color: rgb(244, 244, 121);
cursor: pointer;
}
#lyctrl span:hover {
background: rgba(190,190,190,0.6);;
}
#lyctrl span.toggler {
right: 0;
padding: 0 2px;
}
#lyctrl .flipper {
position: absolute;
top: 0;
left: 0;
padding: 0 0.5em;
color: #cfeaf4;
}
#lyctrl .flipper:hover {
color: #d0f1fe;
}
#lyctrl > div {
background: rgba(170, 170, 170, 0.67);
padding: 20px 3px 3px;
}
#lyctrl img {
width: 30px;
max-height: 80px;
margin-right: 2px;
cursor: pointer;
border: #f4f479 solid 1px;
}
#lyctrl .off img {
border-color: gray;
}
.slider #lyctrl .off img {
border-color: #f4f479;
}
#lyctrl input[type=range]{
width: 90px;
vertical-align: 5px;
}
#lyctrl button {
width: 100%;
}
.slider canvas {
cursor: crosshair;
}
/** PDF */
.pdf #openseadragon{
text-align: center;
height: 800px;
max-width: 1000px;
}
.pdf h1 span {
margin-right: 3px;
}
.pdf h1 span svg {
margin-bottom: -2px;
}
.pdf .scroller {
overflow-y: scroll;
height: 100%;
width: 100%;
}
.scroller.draggable {
cursor: pointer;
cursor: -webkit-grab;
}
.pdf .btncont {
position: absolute;
}
.btncont.dir {
top: 350px;
width: 100%;
}
.btncont.zoom {
top: 0;
left: 0;
}
.btncont img {
opacity: 0.5;
}
.btncont img:hover {
cursor: pointer;
opacity: 1;
}
.btncont img.rest {
opacity: 0.15;
cursor: default;
}
.btncont.dir img {
position: absolute;
}
.btncont.dir img:nth-child(1) {
left: 0;
}
.btncont.dir img:nth-child(2) {
right: 16px; ##スクロールバー分
}
.zoom img {
opacity: 0.6;
}
.txcont {
display: inline-block;
position: relative;
}
.txcont span {
position: absolute;
color: transparent;
text-align: justify;
text-align-last: justify;
line-height: 1;
cursor: text;
}
.txcont span::selection{
color: rgba(100, 100, 255, 0);
background: rgba(50, 50, 255, 0.25);
}
.txcont div {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
canvas.shadow {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
/** IIIF collection */
ul.collection {
margin-top: 0.7em;
margin-bottom: 0.7em;
}
ul.collection.mu {
column-count: 2;
padding-left: 2em;
}
ul.collection.mu li {
text-indent: -1.2em;
list-style-position: inside;
padding-left: 0.8em;
}
ul.collection li {
line-height: 1.42;
}
.collection li.collection {
list-style-image: url(/parts/tri-r.png);
margin-top: 0.52em;
margin-bottom: 0.56em;
}
.collection span.opener,
.collection span.closer {
color: #00c;
font-weight: bold;
}
.collection .descr {
font-size: 92%;
}
.collection div.descr {
margin: 0 1em 0.5em;
}
img.thumb {
position: absolute;
border: gray solid 1px;
margin-left: 3px;
box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.7);
max-width: 300px;
max-height: 300px;
}
.collection td {
vertical-align: top;
background: white;
}
.collection tr th:nth-child(1) {
min-width: 250px /*35%*/;
}
.collection tr th:nth-child(2) {
min-width: 45%;
}
/** collection's general */
.collection h1 {
margin-top: 0.3em;
}
.collection #imgdsc /*,
.collection .mv*/ {
display: none;
}
.collection td span.alt {
font-size: 90%;
display: block;
margin-top: 0.2em;
}
.collection td span.alt:before {
content: "(or ";
}
.collection td span.alt:after {
content: ")";
}
/** misc **/
#ccbtn {
position: absolute;
right: 0;
bottom: 0;
}
.collection #ccbtn {
display: none;
}
/** *** A/V clock *****/
#openseadragon video {
max-width: 100%;
max-height: 100%;
}
#clock > button,
#clock > span {
display: inline-block;
vertical-align: top;
margin-top: 4px;
}
#clock > span {
margin-top: 5px;
}
#clock .disp {
border: silver solid 1px;
padding-right: 5px;
box-sizing: border-box;
font-size: 12px;
text-align: right;
}
#clock #timeline {
display: inline-block;
}
#timeline > * {
width: 100%;
margin-left: 0;
margin-right: 0;
}
#tlcontainer {
max-height: 120px;
}
#timeline > div > div:nth-of-type(odd) {
background: #f8f8f8;
}
#timeline * {
box-sizing: border-box;
}
#timeline div span {
display: block;
background-color: #d7ede0 /*#c2e1cf #add9bf*/;
border: 1px #acc8b7 /*#98b8a3*/;
border-style: none solid solid none;
height: 8px;
}
#timeline div span.annot,
#timeline div span.Text
{
background-color: #ecfbd6;
border-color: #c4c8ac;
}
#timeline div span.image {
background-color: #dbebef;
}
#timeline div span.canvasd {
position: absolute;
top: 0;
background: rgba(160,196,205,0.1);
border: 1px silver;
border-style: none solid solid none;
color: gray;
font-size: 10px;
height: auto;
text-align: center;
}
#timeline div span.canvasd:nth-of-type(odd) {
background: rgba(160,196,205,0.3);
}
/** timed */
.textpaint,
.texthighlight,
.textlink {
color: white; /*#111*/
font-size: 85%;
line-height: 1.45;
box-sizing: border-box;
box-shadow: 2px 2px 4px rgba(122, 122, 122, 0.5);
}
.textpaint,
.texthighlight {
padding: 0.5em;
overflow-x: hidden;
overflow-y: auto;
}
.textpaint {
background: rgba(120, 120, 120, 0.45); /*rgba(80,80,80,0.45);*/ /*rgba(250,222,222,0.3)*/
border-radius: 3px;
}
.texthighlight {
background: rgba(255,255,0,0.17); /*rgba(250,222,222,0.3)*/
}
.textpaint.transp,
.texthighlight:hover {
color: rgba(5,5,5,.45);
text-shadow: 1px 1px 1px rgba(200,200,200,0.5);
background: transparent;
border: rgba(230,230,230,1) solid 1px;
overflow: visible;
}
.textpaint.keepshow {
border: rgba(230,230,230,0.6) solid 1px;
}
.textlink {
background: rgba(0, 0, 255,0.07); /*rgba(250,222,222,0.3)*/
border: #9b9bd9 solid 1px;
}
.textlink:hover {
border: #33f solid 1px;
}
.textlink a {
display: block;
width: 100%;
height: 100%;
}
.textlink a:link,
.textlink a:visited {
text-decoration: none;
}
.textlink:hover,
.textlink a:hover {
background: transparent;
}
.textlink a[href^="http"]:after {
content: "";
}
/** Sub canvas resize */
.moving {
box-sizing: border-box;
border: dotted 1px silver;
opacity: 0.8;
}
.rframe {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.rframe.resizing {
border: #edab44 dotted 2px;
z-index: 1;
}
.rhandle {
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
height: 32px;
width: 32px;
}
.rhandle span {
color: #555;
font-size: 32px;
line-height: 1;
display: none;
transform: rotate(45deg);
user-select: none;
}
.rhandle:hover,
.rhandle.resizing {
border: silver solid 1px;
background: white;
cursor: default;
}
.comback .rhandle.resizing {
border: black solid 1px;
background: yellow;
}
.rhandle:hover span,
.rhandle.resizing span {
display: block;
}
.catche,
.guide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
}
.guide {
background-image: linear-gradient(
to top right,
transparent, transparent 49.98%,
rgba(249, 164, 164, 0.5) 49.98%,
rgba(249, 164, 164, 0.5) 50%,
transparent 50%, transparent
);
}
/** Dual iframe panels */
#main > iframe {
width: 49.5%;
height: 800px;
border: none;
}
#main > iframe:nth-child(1) {
padding-right: 0.4%;
}
#main.landscape > iframe {
width: 100%;
height: 420px;
}
#main.landscape > iframe:nth-child(1) {
padding-right: 0;
}
#gofar {
background: #ffc;
margin-left: 0.7em;
padding-right: 0.6em;
}
/** audio */
#openseadragon.audio .msg {
top: auto;
bottom: 32px;
padding-left: 20px;
text-align: left;
color: white;
font-size: 80%;
z-index: 1;
}
.audio .annotorious-popup {
width: 300px;
}
.audio .annotorious-ol-boxmarker-inner:hover
{
background-color: #5f91b0;
cursor: pointer
}
/** media queries */
@media (max-width: 900px){
body.sidx {
padding-right: 3px;
}
body.threed {
padding-right: 1em;
}
#titleidx.sidx {
width: 120px;
}
}
@media (max-height: 780px){
#openseadragon, #titleidx > ul {
height: 650px;
}
.referencestrip {
height: 78px !important;
}
}
@media (max-height: 650px){
#openseadragon, #titleidx > ul {
height: 560px;
top: 12px;
}
}
@media (max-width: 750px){
#openseadragon, #annoclip table {
width: 100%;
}
#openseadragon {
height: 500px;
}
body.iaview,
body.sidx {
background-image: none;
padding-right: 0.5em;
padding-left: 1em;
}
#titleidx,
#titleidx.sidx {
position: static;
width: 100%;
max-width: 100%;
}
#titleidx ul {
height: 160px;
}
.annotorious-popup {
width: 180px;
}
.vinfo div {
display: inline-block;
}
ul.collection.mu {
column-count: 1;
}
iframe {
width: 100%;
height: 350px;
}
section p img,
section li img {
max-width: 180px;
}
}
@media (max-height: 800px){
#main.landscape > iframe {
width: 90%;
height: 350px;
overflow: auto;
}
} | xforms/css/imgannot.css | @charset "UTF-8";
/** general */
@font-face {
font-family: 'Simpleg';
font-style: normal;
font-weight: 400;
src: local('Simpleg'), local('Simpleg-Regular'), url(/parts/simpleg.woff) format('woff');
}
h1 .subtitle {
font-size: 0.75em;
color: #002177;
}
.iaview h1 {
font-size: 22px; /*120%;*/
height: 28px;
line-height: 28px;
margin-top: 0;
margin-bottom: 3px;
/*overflow: hidden;*/
}
html:lang(ja) *:lang(en),
html:lang(en) *:lang(ja) {
display: none;
}
html.wait /*, html.wait #titleidx ul li*/ {
cursor: wait;
}
html.full body {
max-width: none;
}
span.mv {
background: #ebefeb;
padding: 0 0.5em;
}
h1 .logo {
float: right;
margin-left: 5px;
margin-top: -5px;
max-height: 36px;
position: relative;
}
h1 .logo img {
max-height: 36px;
max-width: 200px;
}
h1 .logo img:hover {
max-height: 200px;
max-width: 400px;
position: absolute;
right: 0;
background: rgba(255, 255, 255, 0.7);
box-shadow: -1px 1px 1px rgba(140, 140, 140, 0.7);
z-index: 10;
}
abbr[title]:hover {
cursor: default;
}
.sideitem {
float: right;
}
.metainfo a[href^="http"]:after {
content: "";
}
/** basic width */
#openseadragon, #annoclip table, .refstrp,
.metainfo {
width: 100%;
}
.refstrp.rtl {
width: 110px !important;
height: 780px;
overflow: scroll-y;
}
#openseadragon, #titleidx > ul {
height: 780px;
}
#openseadragon.video {
height: 600px;
}
#openseadragon,
.osdelt {
position: relative;
}
#openseadragon {
background: #f8f8f8;
}
.osdelt {
background: rgb(60, 60, 60, 0.5);
}
/** message on osd */
p.msg {
position: absolute;
top: 33%;
width: 100%;
text-align: center;
color: black;
opacity: 1;
user-select: none;
}
p.msg.loading {
height: 3em;
background: url("../../../xforms/images/loading.gif") no-repeat center bottom;
}
p.msg.error {
color: #d00;
user-select: auto;
/*z-index: 1;*/
}
p.msg.annot {
color: black;
z-index: 20;
background: #eeee;
width: 70%;
margin-left: 15%;
}
.osdelt p.msg {
font-size: 80%;
}
#openseadragon.view,
.osdelt.view {
background: black;
}
.view .msg,
.video .msg {
color: white;
}
.view .msg.error,
.view .msg a {
color: #ff9;
}
.view .msg a:hover {
background-color: #666;
}
#openseadragon canvas,
.osdelt canvas {
z-index: 0;
}
#openseadragon.hideanno .annotorious-ol-boxmarker-inner,
#openseadragon.hideanno svg {
display: none;
}
#openseadragon.hideanno .annotorious-ol-boxmarker-outer {
border: none;
}
#openseadragon.hideanno.showsvg svg {
display: block;
}
.seqbtngrp:hover {
cursor: pointer;
}
.seqbtngrp img {
opacity: 0.5;
width: 40px;
height: 60px;
}
.seqbtngrp:hover img {
opacity: 1;
}
/** title index */
#titleidx {
position: absolute;
width: 200px;
right: 0;
font-size: 95%;
}
#titleidx.sidx {
width: 165px;
}
#titleidx.widx {
width: 260px;
}
#titleidx > ul {
overflow: scroll;
}
#titleidx ul {
margin: 0;
padding: 0 0 0 1em;
list-style:none;
}
#titleidx li {
text-indent: -1em;
margin-bottom: 0;
padding: 0.3em 0;
}
#titleidx li:before {
font-family: 'Simpleg';
content: "•";/*◦∘•▪►➢✧❏✣➠✦✧▸▻ */
color: #aaa;
margin-right: 1px;
display:block;
float: left;
width: 1em;
}
/* .struct li is defined bellow section */
#titleidx li[data-an]:before,
#titleidx .struct li[data-an]:before {
font-family: 'Simpleg';
content: "✍";/*▻ ▸ ☛✑*/
}
#titleidx li[data-an]:before{
color: #080;
}
#titleidx li[data-ovl]:before {
/*font-family: 'Simpleg';*/
content: "✽";/*❇✴✽❐❉▻ ▸ ☛✑❍*/
color: #88a;
}
#titleidx ul li.loading {
background: url("../../../xforms/images/loading.gif") no-repeat right center #fcfce0;
}
#titleidx li:nth-of-type(odd) {
background: #f8f8f8;
}
#titleidx li:hover {
background: #eee;
cursor: pointer;
}
#titleidx li.prange {
font-weight: bolder;
background: #fcf8e6;
}
#titleidx li.current {
font-weight: bolder;
background: #f6ecec;
}
#titleidx li.current:hover {
background: #f3eaec;
}
#titleidx li.current:before {
font-family: 'Simpleg';
content: "☞";/*☛▻ ▸ ✑*/
color: maroon;
}
#titleidx li.fail {
color: #f44;
}
#titleidx li.range {
background: transparent;
}
li.range > ul {
display: none;
}
li.range.openf > ul {
display: block;
}
#titleidx li.range:before {
color: black;
/*content: "✦";◦∘•►➢✧❏✣➠✦✧▸▻ */
}
#titleidx .struct li.range:before {
/*color: navy;*/
content: "";
}
#titleidx li.range:hover {
cursor: default;
}
#titleidx p {
font-family: 'Simpleg';
margin-top: 0.5em;
margin-bottom: 0.2em;
color: green;
}
#titleidx .posform {
width: 2em;
color: green;
}
/* ppos */
#ppos {
position: absolute;
top: -36px;
left: 5px;
}
/* viewingHint/Direction */
#titleidx .vinfo {
/*border: dotted 1px gray;*/
box-shadow: 1px 1px 1px rgba(102, 102, 102, 0.4);
background: #f8f8f8;
padding: 0.3em;
margin-left: -0.3em;
margin-right: 2px;
color: #666;
position: relative;
cursor: default;
}
.vinfo > div > span {
display: inline-block;
}
.vinfo del a,
.vinfo del .pseudolink {
text-decoration: none;
}
.vinfo a:link,
.vinfo .pseudolink {
color: #449;
text-decoration: underline dotted silver;
}
.vinfo a:link:hover,
.vinfo .pseudolink:hover {
color: #44a;
text-decoration: underline;
}
.vinfo a:visited {
color: #a58484;
}
.vinfo em {
font-style: normal;
color: green;
}
.vinfo small {
font-size: 75%;
}
.vinfo em.inuse,
.vinfo span.prepared {
padding: 0 3px;
}
.inuse,
.prepared{
border-width: 1px;
border-color: silver;
display: inline-block;
min-width: 15px;
}
.inuse {
border-style: none solid solid none;
box-shadow: -1px -1px 1px #555;
background: rgba(232, 224, 224, 0.6);
}
.prepared {
border-style: solid none none solid;
box-shadow: 1px 1px 1px #555;
cursor: pointer;
}
.prepared:hover {
background: #c6c6ef99;
box-shadow: 1px 1px 1px #22f;
}
/* structure */
#titleidx .struct li:before {
content: "▪";
color: #99c;
}
#strctab:before {
content: "▸";
}
#strctab span {
padding: 0 4px 0 2px;
}
#strctab .active {
color: black;
background: rgba(232, 224, 224, 0.6);
}
/** info panels */
#showjld {
display: none;
clear: both;
}
#jld {
width:100%;
height:100%;
position: absolute;
z-index:10;
display: none;
}
#imgdsc {
min-height: 1em;
max-height: 10em;
overflow-y: auto;
}
#imgdsc.curation {
max-height: none;
}
#imgdsc em[onclick]{
cursor: pointer;
}
.otherCont {
color: #080;
}
.metainfo {
margin: 0.5em 0;
background: #fdfdf9;
}
.metainfo ul {
margin: 0.5em 0 0 0;
}
.metainfo > em {
font-style: normal;
color: maroon;
}
.metainfo > .doctype {
color: black;
font-size: 90%;
}
.metainfo > .doctype a {
color: #449;
text-decoration: none;
border-bottom: dotted 1px gray;
}
.metainfo dl {
margin-top: 0;
margin-bottom: 0.5em;
}
.metainfo div {
clear: left;
}
.metainfo dt {
float: left;
clear: left;
min-width: 7.5em;
margin-top: 0;
margin-right: 0.5em;
}
.metainfo dt:after {
content: ":";
font-weight: normal;
}
.metainfo dt:before {
content: "• ";/*"• "*/
color: #a4a4a4;
font-weight: normal;
}
.metainfo dd {
margin-bottom: 0.25em;
margin-left: 8em;/*4em;*/
}
.metainfo div dd:nth-of-type(even) {
background: #f8f8f8;
}
#docdsc > .doctype:before {
content: "(";
}
#docdsc > .doctype:after {
content: ")";
}
#docdsc svg {
margin-right: 3px;
}
#dirinfo {/* viewing direction info*/
position: absolute;
right: 0;
bottom: -1.5em;
font-size: 80%;
background: #fdfdf9;
}
/** Annotorious */
a.annotorious-editor-button {
color: #ddd;
}
.annotorious-popup {
width: auto;
min-width: 180px;
max-width: 300px;
/*width: 250px;*/
}
.annotorious-popup-text span[class] {
border-bottom: #ddd solid 1px;
}
.annotorious-popup-text div.more {
border-top: #aac dotted 1px;
margin-top: 0.7em;
padding-top: 0.6em;
}
.annotorious-popup-text em {
color: #046b7c;
}
.annotorious-popup-text em.who {
color: green;
}
.annotorious-popup-text em.who[onclick] {
color: blue;
cursor: pointer;
text-decoration: underline;
}
.annotorious-popup-text a img {
border: blue solid 1px;
}
.annotorious-popup-text a[href^="#!"] {
color: blue;
}
.annotorious-popup-text img,
.annotorious-popup-text video,
.annotorious-popup-text audio
{
max-height: 300px;
max-width: 300px;
}
span.annotorious-popup-text p {
margin: 0.2em 0;
}
#annod {
width: 100%;
height: 16em;
box-sizing: border-box;
font-size: 1em;
padding: 0.5em;
}
/** SVG */
g[data-motivation] * {
stroke: rgb(255, 255, 100);
stroke-width: 0.003;
fill: none;
}
g[data-motivation] .filter {
stroke: none;
opacity: 0;
}
g[data-motivation=painting] * {
stroke: rgb(255, 100, 100);
fill: rgba(255, 100, 100, 0.4);
}
g[data-motivation=nofrag] * {
stroke: rgb(80, 160, 80);
fill: rgba(80, 160, 80, 0.4);
}
g[data-context=hasReply] * {
stroke: rgb(230, 25, 0);
fill: none;
}
g[data-context=reply] * {
/*stroke-dasharray: 0.006;*/
stroke-width: 0.002;
}
path.dash {
stroke-dasharray: 0.0025;
}
.hideanno.showsvg * {
fill: none;
stroke-width: 0;
}
/*g.hilite * {
stroke-width: 0.006;
}
*/
g[data-motivation].hilite * {
fill: none;
}
.filter:hover,
g[data-motivation].hilite .filter {
fill: black;
opacity: 0.4;
}
.annotorious-ol-boxmarker-outer.svg,
.svg .annotorious-ol-boxmarker-inner
{
border-width: 0px;
}
/** Clipping / Gallery */
.fbox,
.gbox,
#annoclip {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
}
#annoclip td {
vertical-align: top;
}
.fbox figure,
#annoclip figure {
margin: 0.5em 1em 0.5em 0;
padding: 0.5em;
border: #eee 1px solid;
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.fbox figure {
max-width: 170px;
}
.fbox figure a img {
border: blue 2px solid;
max-width: 165px;
max-height: 215px;
display: block;
margin: 0 auto;
}
#annoclip .clip
{
min-width: 100px;
max-width: 250px !important;
max-height: 250px !important;
position: relative;
overflow: hidden;
}
#annoclip .clip img {
position: absolute;
}
.fbox figcaption,
#annoclip figcaption {
font-size: 90%;
margin-top: 5px;
margin-bottom: -5px;
}
.gbox {
/*z-index: 10;*/
position: absolute;
top: 0;
background: black;
overflow-y: scroll;
align-items: center;
}
.gbox figure
{
min-width: 160px;
min-height: 140px;
text-align: center;
padding: 5px;
margin: 0;
}
.gbox img {
max-width: 210px;
max-height: 210px;
}
.gbox figcaption {
font-size: 80%;
margin-top: -4px;
margin-bottom: -5px;
color: #aaa;
}
.gbox .current {
background: #ac9595;
border: red 1px solid;
padding: 4px;
}
.gbox figure:hover {
border: silver 1px solid;
padding: 4px;
cursor: pointer;
}
.gbox .current figcaption {
color: black;
}
/** search */
.searchres .annotorious-ol-boxmarker-inner
{
background-color: rgba(250,50,50,0.3);
}
.searchres .annotorious-ol-boxmarker-outer {
border-color: red;
}
#titleidx.searchres li[data-an]:before {
font-family: 'Simpleg';
content: "✑";/*▻ ▸ ☛✉*/
color: #b58577;
}
#titleidx.searchres li:nth-of-type(odd) {
background: #f9f5f5;
}
#titleidx.searchres li.notfound {
background: transparent;
color: maroon;
}
#titleidx.searchres li.notfound:hover {
cursor: default;
}
#titleidx.searchres li.notfound:before {
content: "-";
}
#titleidx.searchres li.reset {
background: transparent;
color: #3e3ec9;
}
#titleidx.searchres li.reset:before {
content: "☛";
color: #3e3ec9;
}
/** text folder */
span.expander {
text-decoration: underline;
cursor: pointer;
color: blue;
}
h1 span.expander {
font-size: 16px;
font-weight: normal
}
span.opener, span.closer {
cursor: pointer;
color: #008;
}
span.opener:hover, span.closer:hover {
border-bottom: dotted 1px;
}
.opener:after {
content: " ▷";
font-size: 70%;
}
.closer:after {
content: " ▽";
font-size: 70%;
}
.struct span.opener, .struct span.closer {
color: black;
}
.struct span.opener:after,
.struct span.closer:after {
content: "";
}
.struct span.opener:before {
content: "▶ ";
}
.struct span.closer:before {
content: "▽ "; /* ▼ */
}
.struct span.opener:before,
.struct span.closer:before {
color: #99c;
font-size: 70%;
}
.struct span.opener:hover,
.struct span.closer:hover {
border-bottom: none;
}
span.more, dl.more {
display: none;
}
li dl {
margin-top: 0.2em;
}
/** reference strip */
.refstrp {
overflow-x: scroll;
overflow-y: visible;
vertical-align: bottom;
min-height: 107px;
}
.referencestrip {
height: 91px !important;
top: 6px;
}
.referencestrip > div {
width: 86px !important;
border-width: 1px !important;
border-style: solid !important;
border-color: rgba(50,50,50,0.7) rgba(50,50,50,0.7) rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important;
}
.referencestrip > div:hover {
border-color: rgba(170,170,170,0.5) !important;
}
.refstgl {
position: absolute;
top: -23px;
text-align: center;
width: 100%;
}
.refstgl span {
font-size: 24px;
line-height: 1.5;
color: #db6468 ; /*#dba;*/
text-shadow: 1px 1px 1px rgba(50,50,50,0.9);
}
.refstgl span:hover {
color: rgba(240,240,200,1);
text-shadow: 1px 1px 1px black;
cursor: pointer;
}
/** filter controller */
#fltctrl {
position: relative /*absolute*/;
display: inline-block;
vertical-align: top;
height: 20px;
padding: 5px;
background: rgba(170,170,170,0.2);
color: #ddd;
text-shadow: 1px 1px 1px #222;
font-size: 90%;
cursor: pointer;
}
#fltctrl:hover {
color: white;
background: rgba(210,190,160,0.6);
}
div.panel {
text-shadow: none;
font-size: 80%;
position: absolute;
}
#fltctrl div.panel {
color: white;
top: 30px;
width: 120px;
background: rgba(170,170,170,0.6);
left: 0;
padding: 5px;
}
#fltctrl .panel input[type=range]{
width: 100%;
vertical-align: 5px;
}
#fltctrl span {
cursor: pointer;
display: block;
}
/** Threed controller */
div.panel.threed {
width: 250px;
z-index: 1;
}
div.panel.threed > div {
color: white;
background: rgba(170, 170, 170, 0.9);
border: white 1px solid;
padding: 3px 5px;
}
div.panel.threed.hide > div {
display: none;
}
div.panel.threed > div > span {
color: rgb(244, 244, 121); /*#f8f8b7;*/
}
div.panel.threed > div > div {
padding: 2px 0;
}
div.panel.threed div div div {
/*padding: 1px 0; */
}
div.panel.threed input {
vertical-align: middle;
}
div.panel.threed input[type=range],
div.panel.threed input[type=color] {
width: 140px;
padding: 0 3px;
}
div.panel.threed label {
padding-left: 1em;
}
div.panel.threed > div > div > span {
display: block;
border-top: white 1px dotted;
}
div.panel.threed div div div span {
width: 35px;
display: inline-block;
white-space: pre;
}
div.panel.threed div div div span:first-child {
width: 50px;
}
div.panel.threed div.stat {
position: absolute;
background: transparent;
border: none;
top: 16px;
right: 255px;
color: #bbb;
max-width: 200px;
min-width: 130px;
white-space: normal;
z-index: -1;
}
div.panel.threed .stat td{
padding: 1px 2px;
vertical-align: top;
}
div.panel.threed .stat tr td:first-child{
color: rgba(244, 244, 121, 0.6);
}
div.panel.threed .stat tr td.calced:first-child{
color: gray;
}
div.panel.threed table,
div.panel.threed td {
border: none;
margin: 0;
}
span.toggler {
color: rgba(244, 244, 121, 0.6);
background: rgba(0, 0, 0, 0.2);
position: absolute;
cursor: pointer;
}
div.panel.threed span.toggler {
width: 50px;
left: -50px;
top: 3px;
}
span.toggler.animation {
color: rgba(170, 170, 170, 0.6);
font-size: 80%;
width: 70px;
bottom: 0;
right: 0;
}
span.toggler:hover,
span.toggler.active {
color: rgb(244, 244, 121);
}
button.toggler {
position: absolute;
bottom: -23px;
right: 0;
}
/** layer controller */
#lyctrl {
position: absolute;
top: 0;
right: 0;
/*width: 100px;*/
text-align: right;
color: #dedede;
font-size: 80%;
}
#lyctrl span {
color: rgb(244, 244, 121);
cursor: pointer;
}
#lyctrl span:hover {
background: rgba(190,190,190,0.6);;
}
#lyctrl span.toggler {
right: 0;
padding: 0 2px;
}
#lyctrl .flipper {
position: absolute;
top: 0;
left: 0;
padding: 0 0.5em;
color: #cfeaf4;
}
#lyctrl .flipper:hover {
color: #d0f1fe;
}
#lyctrl > div {
background: rgba(170, 170, 170, 0.67);
padding: 20px 3px 3px;
}
#lyctrl img {
width: 30px;
max-height: 80px;
margin-right: 2px;
cursor: pointer;
border: #f4f479 solid 1px;
}
#lyctrl .off img {
border-color: gray;
}
.slider #lyctrl .off img {
border-color: #f4f479;
}
#lyctrl input[type=range]{
width: 90px;
vertical-align: 5px;
}
#lyctrl button {
width: 100%;
}
.slider canvas {
cursor: crosshair;
}
/** PDF */
.pdf #openseadragon{
text-align: center;
height: 800px;
max-width: 1000px;
}
.pdf h1 span {
margin-right: 3px;
}
.pdf h1 span svg {
margin-bottom: -2px;
}
.pdf .scroller {
overflow-y: scroll;
height: 100%;
width: 100%;
}
.scroller.draggable {
cursor: pointer;
cursor: -webkit-grab;
}
.pdf .btncont {
position: absolute;
}
.btncont.dir {
top: 350px;
width: 100%;
}
.btncont.zoom {
top: 0;
left: 0;
}
.btncont img {
opacity: 0.5;
}
.btncont img:hover {
cursor: pointer;
opacity: 1;
}
.btncont img.rest {
opacity: 0.15;
cursor: default;
}
.btncont.dir img {
position: absolute;
}
.btncont.dir img:nth-child(1) {
left: 0;
}
.btncont.dir img:nth-child(2) {
right: 16px; ##スクロールバー分
}
.zoom img {
opacity: 0.6;
}
.txcont {
display: inline-block;
position: relative;
}
.txcont span {
position: absolute;
color: transparent;
text-align: justify;
text-align-last: justify;
line-height: 1;
cursor: text;
}
.txcont span::selection{
color: rgba(100, 100, 255, 0);
background: rgba(50, 50, 255, 0.25);
}
.txcont div {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
canvas.shadow {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
/** IIIF collection */
ul.collection {
margin-top: 0.7em;
margin-bottom: 0.7em;
}
ul.collection.mu {
column-count: 2;
padding-left: 2em;
}
ul.collection.mu li {
text-indent: -1.2em;
list-style-position: inside;
padding-left: 0.8em;
}
ul.collection li {
line-height: 1.42;
}
.collection li.collection {
list-style-image: url(/parts/tri-r.png);
margin-top: 0.52em;
margin-bottom: 0.56em;
}
.collection span.opener,
.collection span.closer {
color: #00c;
font-weight: bold;
}
.collection .descr {
font-size: 92%;
}
.collection div.descr {
margin: 0 1em 0.5em;
}
img.thumb {
position: absolute;
border: gray solid 1px;
margin-left: 3px;
box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.7);
max-width: 300px;
max-height: 300px;
}
.collection td {
vertical-align: top;
background: white;
}
.collection tr th:nth-child(1) {
min-width: 250px /*35%*/;
}
.collection tr th:nth-child(2) {
min-width: 45%;
}
/** collection's general */
.collection h1 {
margin-top: 0.3em;
}
.collection #imgdsc /*,
.collection .mv*/ {
display: none;
}
.collection td span.alt {
font-size: 90%;
display: block;
margin-top: 0.2em;
}
.collection td span.alt:before {
content: "(or ";
}
.collection td span.alt:after {
content: ")";
}
/** misc **/
#ccbtn {
position: absolute;
right: 0;
bottom: 0;
}
.collection #ccbtn {
display: none;
}
/** *** A/V clock *****/
#openseadragon video {
max-width: 100%;
max-height: 100%;
}
#clock > button,
#clock > span {
display: inline-block;
vertical-align: top;
margin-top: 4px;
}
#clock > span {
margin-top: 5px;
}
#clock .disp {
border: silver solid 1px;
padding-right: 5px;
box-sizing: border-box;
font-size: 12px;
text-align: right;
}
#clock #timeline {
display: inline-block;
}
#timeline > * {
width: 100%;
margin-left: 0;
margin-right: 0;
}
#tlcontainer {
max-height: 120px;
}
#timeline > div > div:nth-of-type(odd) {
background: #f8f8f8;
}
#timeline * {
box-sizing: border-box;
}
#timeline div span {
display: block;
background-color: #d7ede0 /*#c2e1cf #add9bf*/;
border: 1px #acc8b7 /*#98b8a3*/;
border-style: none solid solid none;
height: 8px;
}
#timeline div span.annot,
#timeline div span.Text
{
background-color: #ecfbd6;
border-color: #c4c8ac;
}
#timeline div span.image {
background-color: #dbebef;
}
#timeline div span.canvasd {
position: absolute;
top: 0;
background: rgba(160,196,205,0.1);
border: 1px silver;
border-style: none solid solid none;
color: gray;
font-size: 10px;
height: auto;
text-align: center;
}
#timeline div span.canvasd:nth-of-type(odd) {
background: rgba(160,196,205,0.3);
}
/** timed */
.textpaint,
.texthighlight,
.textlink {
color: white; /*#111*/
font-size: 85%;
line-height: 1.45;
box-sizing: border-box;
box-shadow: 2px 2px 4px rgba(122, 122, 122, 0.5);
}
.textpaint,
.texthighlight {
padding: 0.5em;
overflow-x: hidden;
overflow-y: auto;
}
.textpaint {
background: rgba(120, 120, 120, 0.45); /*rgba(80,80,80,0.45);*/ /*rgba(250,222,222,0.3)*/
border-radius: 3px;
}
.texthighlight {
background: rgba(255,255,0,0.17); /*rgba(250,222,222,0.3)*/
}
.textpaint.transp,
.texthighlight:hover {
color: rgba(5,5,5,.45);
text-shadow: 1px 1px 1px rgba(200,200,200,0.5);
background: transparent;
border: rgba(230,230,230,1) solid 1px;
overflow: visible;
}
.textpaint.keepshow {
border: rgba(230,230,230,0.6) solid 1px;
}
.textlink {
background: rgba(0, 0, 255,0.07); /*rgba(250,222,222,0.3)*/
border: #9b9bd9 solid 1px;
}
.textlink:hover {
border: #33f solid 1px;
}
.textlink a {
display: block;
width: 100%;
height: 100%;
}
.textlink a:link,
.textlink a:visited {
text-decoration: none;
}
.textlink:hover,
.textlink a:hover {
background: transparent;
}
.textlink a[href^="http"]:after {
content: "";
}
/** Sub canvas resize */
.moving {
box-sizing: border-box;
border: dotted 1px silver;
opacity: 0.8;
}
.rframe {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.rframe.resizing {
border: #edab44 dotted 2px;
z-index: 1;
}
.rhandle {
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
height: 32px;
width: 32px;
}
.rhandle span {
color: #555;
font-size: 32px;
line-height: 1;
display: none;
transform: rotate(45deg);
user-select: none;
}
.rhandle:hover,
.rhandle.resizing {
border: silver solid 1px;
background: white;
cursor: default;
}
.comback .rhandle.resizing {
border: black solid 1px;
background: yellow;
}
.rhandle:hover span,
.rhandle.resizing span {
display: block;
}
.catche,
.guide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
}
.guide {
background-image: linear-gradient(
to top right,
transparent, transparent 49.98%,
rgba(249, 164, 164, 0.5) 49.98%,
rgba(249, 164, 164, 0.5) 50%,
transparent 50%, transparent
);
}
/** Dual iframe panels */
#main > iframe {
width: 49.5%;
height: 800px;
border: none;
}
#main > iframe:nth-child(1) {
padding-right: 0.4%;
}
#main.landscape > iframe {
width: 100%;
height: 420px;
}
#main.landscape > iframe:nth-child(1) {
padding-right: 0;
}
#gofar {
background: #ffc;
margin-left: 0.7em;
padding-right: 0.6em;
}
/** audio */
#openseadragon.audio .msg {
top: auto;
bottom: 32px;
padding-left: 20px;
text-align: left;
color: white;
font-size: 80%;
z-index: 1;
}
.audio .annotorious-popup {
width: 300px;
}
.audio .annotorious-ol-boxmarker-inner:hover
{
background-color: #5f91b0;
cursor: pointer
}
/** media queries */
@media (max-width: 900px){
body.sidx {
padding-right: 3px;
}
body.threed {
padding-right: 1em;
}
#titleidx.sidx {
width: 120px;
}
}
@media (max-height: 780px){
#openseadragon, #titleidx > ul {
height: 650px;
}
.referencestrip {
height: 78px !important;
}
}
@media (max-height: 650px){
#openseadragon, #titleidx > ul {
height: 560px;
top: 12px;
}
}
@media (max-width: 750px){
#openseadragon, #annoclip table {
width: 100%;
}
#openseadragon {
height: 500px;
}
body.iaview,
body.sidx {
background-image: none;
padding-right: 0.5em;
padding-left: 1em;
}
#titleidx,
#titleidx.sidx {
position: static;
width: 100%;
max-width: 100%;
}
#titleidx ul {
height: 160px;
}
.annotorious-popup {
width: 180px;
}
.vinfo div {
display: inline-block;
}
ul.collection.mu {
column-count: 1;
}
iframe {
width: 100%;
height: 350px;
}
section p img,
section li img {
max-width: 180px;
}
}
@media (max-height: 800px){
#main.landscape > iframe {
width: 90%;
height: 350px;
overflow: auto;
}
} | 0.263031 | 0.082809 |
[ Table of contents ]
================================================
:: Typography
:: Helper Classes
:: Shortcodes
- Accordion
- Button
- Client
- Countdown
- Counter
- Feature Info
- List Style
- Owl Carousel
- Portfolio
- Pricing Table
- Skill
- Social Icon
- Swiper Slider
- Team
- Testimonial
:: Header
- Header 02
- Header 03
:: Layout
- Section Title
- Sticky column
:: Blog
:: Not Found
:: Footer
- Footer 02
:: Responsive
======================================
[ End table content ]
======================================*/
/*****************************
Typography
*****************************/
body {
font-family: "Heebo", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 14px;
line-height: 1.5;
color: #626262;
overflow-x: hidden;
}
a {
outline: medium none !important;
color:#007bff;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
a:focus {
color:#007bff;
text-decoration: none !important; }
a:hover {
color:#007bff;
text-decoration: none !important; }
input {
outline: medium none !important;
color:#007bff; }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
font-family: "Montserrat", sans-serif;
font-weight: normal;
color: #323232;
margin-top: 0px;
font-weight: 700; }
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
color: inherit; }
h1, .h1 {
font-size: 52px;
font-style: normal; }
h2, .h2 {
font-size: 36px; }
h3, .h3 {
font-size: 30px; }
h4, .h4 {
font-size: 24px; }
h5, .h5 {
font-size: 18px; }
h6, .h6 {
font-size: 16px; }
p {
line-height: 1.8; }
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary p {
color: #ffffff; }
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark p {
color: #ffffff; }
.bg-primary-gradient h1,
.bg-primary-gradient h2,
.bg-primary-gradient h3,
.bg-primary-gradient h4,
.bg-primary-gradient h5,
.bg-primary-gradient h6,
.bg-primary-gradient p {
color: #ffffff; }
section {
position: relative; }
label {
font-weight: normal; }
.lead {
font-weight: 400;
font-size: 18px; }
*::-moz-selection {
background:#007bff;
color: #ffffff;
text-shadow: none; }
::-moz-selection {
background:#007bff;
color: #ffffff;
text-shadow: none; }
::selection {
background:#007bff;
color: #ffffff;
text-shadow: none; }
/* form-control */
.form-control {
border: none;
background-color: #f4f4f5;
height: 48px;
padding: 10px 20px;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 14px;
font-weight: 400;
color: #999999;
border-radius: 3px;
background-clip: inherit !important; }
.form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color:#007bff;
background-color: #f4f4f5; }
.form-control::-moz-placeholder {
color: #999999; }
.form-control::-ms-input-placeholder {
color: #999999; }
.form-control::-webkit-input-placeholder {
color: #999999; }
/* form-dark */
.form-dark .form-control {
background-color: #ffffff; }
.form-dark .form-control:focus {
-webkit-box-shadow: 0px 8px 27px 0px rgba(153, 153, 153, 0.15);
box-shadow: 0px 8px 27px 0px rgba(153, 153, 153, 0.15);
border-color:#007bff; }
.form-dark .form-control::-moz-placeholder {
color: #999999; }
.form-dark .form-control::-ms-input-placeholder {
color: #999999; }
.form-dark .form-control::-webkit-input-placeholder {
color: #999999; }
.form-dark .custom-checkbox .custom-control-label:before {
border: 1px solid #c1c1c1; }
/* custom-file */
.custom-file {
height: 50px; }
.custom-file .custom-file-input {
height: 50px;
color: #323232;
border-radius: 3px;
border-color: #eeeeee; }
.custom-file .custom-file-input:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color:#007bff; }
.custom-file .custom-file-label {
height: 50px;
font-size: 14px;
font-weight: 600;
color: #323232;
border-color: #eeeeee;
padding: 15px 90px 15px 20px;
border-radius: 3px; }
.custom-file .custom-file-label:after {
height: 48px;
padding: 14px 25px; }
.custom-file-input:focus ~ .custom-file-label {
-webkit-box-shadow: none;
box-shadow: none;
border-color:#007bff; }
/* input-group-prepend */
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
background: transparent;
border-color: #eeeeee;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
/* checkbox */
.custom-control-input:checked ~ .custom-control-label:before {
background:#007bff;
border-color:#007bff; }
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
background: transparent;
border-color: transparent; }
.custom-control-input:focus ~ .custom-control-label:before {
-webkit-box-shadow: none;
box-shadow: none; }
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
border-color: #eeeeee; }
.custom-control-label:before {
top: 2px; }
.custom-control-label:after {
top: 2px; }
.custom-checkbox .custom-control-label:before {
border-radius: 3px;
border: 2px solid #f4f4f5; }
.form-group .form-radio .custom-control-input:checked ~ .custom-control-label::after {
background: #323232;
border-color: #323232;
border-radius: 50%; }
/* border */
.border {
border-color: #eeeeee !important; }
.border-top {
border-top-color: #eeeeee !important; }
.border-left {
border-left-color: #eeeeee !important; }
.border-right {
border-right-color: #eeeeee !important; }
.border-bottom {
border-bottom-color: #eeeeee !important; }
.border-primary {
border-color:#007bff !important; }
.border-dark {
border-color: #242536 !important; }
/* border-radius */
.border-radius {
border-radius: 3px !important; }
.border-radius-none {
border-radius: 0 !important; }
.border-radius-left-none {
border-radius: 0 3px 3px 0; }
.border-radius-right-none {
border-radius: 3px 0 0 3px; }
/* badge */
.badge + .badge {
margin-left: 6px; }
.badge-md {
padding: 5px 8px;
font-size: 13px;
font-weight: normal; }
.badge-primary {
background:#007bff; }
/*****************************
Responsive
*****************************/
@media (max-width: 991px) {
/* Typography */
h1, .h1 {
font-size: 48px; }
h2, .h2 {
font-size: 30px; }
h3, .h3 {
font-size: 24px; }
h4, .h4 {
font-size: 20px; } }
@media (max-width: 767px) {
/* Typography */
h1, .h1 {
font-size: 42px;
font-style: normal; }
h2, .h2 {
font-size: 28px; }
h2, .title {
font-size: 28px;
}
}
@media (max-width: 479px) {
/* Typography */
h1, .h1 {
font-size: 36px;
font-style: normal; }
h2, .h2 {
font-size: 26px; }
h3, .h3 {
font-size: 20px; }
h4, .h4 {
font-size: 18px; }
h5, .h5 {
font-size: 16px; }
h6, .h6 {
font-size: 14px; }
h2, .title {
font-size: 26px;
}
}
/*****************************
Helper Classes
*****************************/
/* Text Color */
.text-primary {
color:#007bff !important; }
.text-dark {
color: #323232 !important; }
.text-light {
color: #fcfcfc !important; }
.text-muted {
color: #999999 !important; }
.text-gradient {
background: -webkit-linear-gradient(#007bff, #3e3c91);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
/* Background Color */
.bg-primary {
background:#007bff !important; }
.bg-dark {
background: #242536 !important; }
.bg-gray {
background: #f4f4f5 !important; }
.bg-light {
background: #fcfcfc !important; }
.bg-primary-gradient {
background: -webkit-gradient(linear, left top, right top, color-stop(30%,#007bff), to(#fa3a72)) !important;
background: linear-gradient(to right,#007bff 30%, #3e3c91 100%) !important; }
.bg-dark-gradient {
background: -webkit-gradient(linear, left top, right top, color-stop(10%, #161427), to(#592036)) !important;
background: linear-gradient(to right, #161427 10%, #203059 100%) !important; }
/* fill */
.fill-primary {
fill:#007bff;
fill-rule: evenodd; }
.fill-dark {
fill: #242536;
fill-rule: evenodd; }
.fill-gray {
fill: #f4f4f5;
fill-rule: evenodd; }
.fill-light {
fill: #fcfcfc;
fill-rule: evenodd; }
.fill-white {
fill: #ffffff;
fill-rule: evenodd; }
.fill-gradient {
fill: url(#Gradient);
fill-rule: evenodd; }
.fill-gradient-02 {
fill: url(#Gradient-02);
fill-rule: evenodd; }
.fill-gradient-1 {
stop-color:#007bff; }
.fill-gradient-2 {
stop-color: #3e3c91; }
/* Page section margin padding */
.space-lg-ptb {
padding: 160px 0; }
.space-lg-pt {
padding-top: 160px; }
.space-lg-pb {
padding-bottom: 160px; }
.space-ptb {
padding: 100px 0; }
.space-pt {
padding-top: 100px; }
.space-pb {
padding-bottom: 100px; }
.space-sm-ptb {
padding: 70px 0; }
.space-sm-pt {
padding-top: 70px; }
.space-sm-pb {
padding-bottom: 70px; }
.space-lg-mt {
margin-top: 150px; }
/* position */
.top-0 {
top: 0; }
.bottom-0 {
bottom: 0; }
.left-0 {
left: 0; }
.right-0 {
right: 0; }
.position-center {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.top-50 {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.left-50 {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
/* z index */
.z-index-1 {
z-index: 1; }
.z-index-9 {
z-index: 9; }
.z-index-99 {
z-index: 99; }
.z-index-999 {
z-index: 999; }
.z-index-n1 {
z-index: -1; }
/* Opacity */
.opacity-10 {
opacity: 0.1; }
.opacity-20 {
opacity: 0.2; }
.opacity-30 {
opacity: 0.3; }
.opacity-40 {
opacity: 0.4; }
.opacity-50 {
opacity: 0.5; }
.opacity-60 {
opacity: 0.6; }
.opacity-70 {
opacity: 0.7; }
.opacity-80 {
opacity: 0.8; }
.opacity-90 {
opacity: 0.9; }
.opacity-100 {
opacity: 1; }
/* Font Size */
.display-1 {
font-size: 9rem;
line-height: 1;
font-weight: 800; }
.display-2 {
font-size: 8rem;
line-height: 1.2;
font-weight: 800; }
.display-3 {
font-size: 7rem;
line-height: 1.2;
font-weight: 800; }
.display-4 {
font-size: 6rem;
line-height: 1.2;
font-weight: 800; }
.display-5 {
font-size: 5rem;
line-height: 1.2; }
.display-6 {
font-size: 4rem;
line-height: 1.2; }
.display-7 {
font-size: 3rem;
line-height: 1.2; }
.display-8 {
font-size: 2.5rem;
line-height: 1.2; }
.display-9 {
font-size: 1.5rem;
line-height: 1.4; }
.display-10 {
font-size: 1rem;
line-height: 1.4; }
/* Overflow hidden */
.overflow-y-hidden {
overflow-y: hidden; }
.overflow-x-hidden {
overflow-x: hidden; }
/*****************************
Display Responsive
*****************************/
@media (max-width: 1199px) {
/* Font Size */
.display-1 {
font-size: 8rem; }
.display-2 {
font-size: 7rem; }
.display-3 {
font-size: 6rem; }
.display-4 {
font-size: 5rem; }
.display-5 {
font-size: 4.5rem; }
.display-6 {
font-size: 4rem; }
.display-7 {
font-size: 2.5rem; }
.display-8 {
font-size: 2rem; } }
@media (max-width: 991px) {
/* Font Size */
.display-1 {
font-size: 7rem; }
.display-2 {
font-size: 6rem; }
.display-3 {
font-size: 5rem; }
.display-4 {
font-size: 4.5rem; }
.display-5 {
font-size: 4rem; }
.display-6 {
font-size: 3rem; } }
@media (max-width: 767px) {
/* Font Size */
.display-1 {
font-size: 6rem; }
.display-2 {
font-size: 5rem; }
.display-3 {
font-size: 4rem; }
.display-4 {
font-size: 3.5rem; }
.display-5 {
font-size: 3rem; }
.display-6 {
font-size: 2.5rem; }
.display-7 {
font-size: 2.3rem; }
.display-9 {
font-size: 1.3rem; } }
@media (max-width: 575px) {
/* Font Size */
.display-1 {
font-size: 5rem; }
.display-2 {
font-size: 4rem; }
.display-3 {
font-size: 3rem; }
.display-4 {
font-size: 2.5rem; }
.display-5 {
font-size: 2rem; }
.display-6 {
font-size: 1.8rem; }
.display-7 {
font-size: 1.6rem; }
.display-8 {
font-size: 1.5rem; }
.display-9 {
font-size: 1.2rem; } }
/* Height */
.h-100vh {
height: 100vh !important; }
.h-900 {
height: 900px; }
.h-800 {
height: 800px; }
.h-700 {
height: 700px; }
.h-600 {
height: 600px; }
.h-500 {
height: 500px; }
.h-400 {
height: 400px; }
.h-300 {
height: 300px; }
/*****************************
Height Responsive
*****************************/
@media (max-width: 1199px) {
/* Height */
.h-lg-800 {
height: 800px; }
.h-lg-700 {
height: 700px; }
.h-lg-600 {
height: 600px; }
.h-lg-500 {
height: 500px; }
.h-lg-400 {
height: 400px; }
.h-lg-300 {
height: 300px; } }
@media (max-width: 991px) {
/* Height */
.h-md-800 {
height: 800px; }
.h-md-700 {
height: 700px; }
.h-md-600 {
height: 600px; }
.h-md-500 {
height: 500px; }
.h-md-400 {
height: 400px; }
.h-md-300 {
height: 300px; }
.h-md-auto {
height: auto; } }
@media (max-width: 767px) {
/* Height */
.h-sm-600 {
height: 600px; }
.h-sm-500 {
height: 500px; }
.h-sm-400 {
height: 400px; }
.h-sm-300 {
height: 300px; }
.h-sm-auto {
height: auto; } }
/* padding */
.p-6 {
padding: 5rem !important; }
.pt-6,
.py-6 {
padding-top: 5rem !important; }
.pr-6,
.px-6 {
padding-right: 5rem !important; }
.pb-6,
.py-6 {
padding-bottom: 5rem !important; }
.pl-6,
.px-6 {
padding-left: 5rem !important; }
/* margin */
.m-6 {
margin: 7rem !important; }
.mr-6,
.mx-6 {
margin-right: 7rem !important; }
.ml-6,
.mx-6 {
margin-left: 7rem !important; }
.mt-6,
.my-6 {
margin-top: 7rem !important; }
.mb-6,
.my-6 {
margin-bottom: 7rem !important; }
.m-7 {
margin: 9rem !important; }
.mr-7,
.mx-7 {
margin-right: 9rem !important; }
.ml-7,
.mx-7 {
margin-left: 9rem !important; }
.mt-7,
.my-7 {
margin-top: 9rem !important; }
.mb-7,
.my-7 {
margin-bottom: 9rem !important; }
.m-8 {
margin: 10rem !important; }
.mr-8,
.mx-8 {
margin-right: 10rem !important; }
.ml-8,
.mx-8 {
margin-left: 10rem !important; }
.mt-8,
.my-8 {
margin-top: 10rem !important; }
.mb-8,
.my-8 {
margin-bottom: 10rem !important; }
.m-9 {
margin: 12rem !important; }
.mr-9,
.mx-9 {
margin-right: 12rem !important; }
.ml-9,
.mx-9 {
margin-left: 12rem !important; }
.mt-9,
.my-9 {
margin-top: 12rem !important; }
.mb-9,
.my-9 {
margin-bottom: 12rem !important; }
.m-10 {
margin: 14rem !important; }
.mr-10,
.mx-10 {
margin-right: 14rem !important; }
.ml-10,
.mx-10 {
margin-left: 14rem !important; }
.mt-10,
.my-10 {
margin-top: 14rem !important; }
.mb-10,
.my-10 {
margin-bottom: 14rem !important; }
.m-n6 {
margin: -7rem !important; }
.mt-n6,
.my-n6 {
margin-top: -7rem !important; }
.mr-n6,
.mx-n6 {
margin-right: -7rem !important; }
.mb-n6,
.my-n6 {
margin-bottom: -7rem !important; }
.ml-n6,
.mx-n6 {
margin-left: -7rem !important; }
.m-n7 {
margin: -9rem !important; }
.mt-n7,
.my-n7 {
margin-top: -9rem !important; }
.mr-n7,
.mx-n7 {
margin-right: -9rem !important; }
.mb-n7,
.my-n7 {
margin-bottom: -9rem !important; }
.ml-n7,
.mx-n7 {
margin-left: -9rem !important; }
.m-n8 {
margin: -10rem !important; }
.mt-n8,
.my-n8 {
margin-top: -10rem !important; }
.mr-n8,
.mx-n8 {
margin-right: -10rem !important; }
.mb-n8,
.my-n8 {
margin-bottom: -10rem !important; }
.ml-n8,
.mx-n8 {
margin-left: -10rem !important; }
.m-n9 {
margin: -12rem !important; }
.mt-n9,
.my-n9 {
margin-top: -12rem !important; }
.mr-n9,
.mx-n9 {
margin-right: -12rem !important; }
.mb-n9,
.my-n9 {
margin-bottom: -12rem !important; }
.ml-n9,
.mx-n9 {
margin-left: -12rem !important; }
.m-n10 {
margin: -14rem !important; }
.mt-n10,
.my-n10 {
margin-top: -14rem !important; }
.mr-n10,
.mx-n10 {
margin-right: -14rem !important; }
.mb-n10,
.my-n10 {
margin-bottom: -14rem !important; }
.ml-n10,
.mx-n10 {
margin-left: -14rem !important; }
@media (min-width: 576px) {
/* Margin */
.m-sm-n6 {
margin: -7rem !important; }
.mt-sm-n6,
.my-sm-n6 {
margin-top: -7rem !important; }
.mr-sm-n6,
.mx-sm-n6 {
margin-right: -7rem !important; }
.mb-sm-n6,
.my-sm-n6 {
margin-bottom: -7rem !important; }
.ml-sm-n6,
.mx-sm-n6 {
margin-left: -7rem !important; }
.m-sm-n7 {
margin: -9rem !important; }
.mt-sm-n7,
.my-sm-n7 {
margin-top: -9rem !important; }
.mr-sm-n7,
.mx-sm-n7 {
margin-right: -9rem !important; }
.mb-sm-n7,
.my-sm-n7 {
margin-bottom: -9rem !important; }
.ml-sm-n7,
.mx-sm-n7 {
margin-left: -9rem !important; }
.ml-sm-n9 {
margin-left: -12rem !important; }
.ml-sm-n10 {
margin-left: -14rem !important; }
/* Padding */
.p-sm-6 {
padding: 5rem !important; }
.pl-sm-6,
.px-sm-6 {
padding-left: 5rem !important; }
.pt-sm-6,
.py-sm-6 {
padding-top: 5rem !important; }
.pb-sm-6,
.py-sm-6 {
padding-bottom: 5rem !important; }
.pr-sm-6,
.py-sm-6 {
padding-right: 5rem !important; }
/* border */
.border-sm-0 {
border: 0 !important; }
.border-sm-top {
border-top: 1px solid #eeeeee !important; }
.border-sm-right {
border-right: 1px solid #eeeeee !important; }
.border-sm-bottom {
border-bottom: 1px solid #eeeeee !important; }
.border-sm-left {
border-left: 1px solid #eeeeee !important; } }
@media (min-width: 768px) {
/* Margin */
.m-md-n6 {
margin: -7rem !important; }
.mt-md-n6,
.my-md-n6 {
margin-top: -7rem !important; }
.mr-md-n6,
.mx-md-n6 {
margin-right: -7rem !important; }
.mb-md-n6,
.my-md-n6 {
margin-bottom: -7rem !important; }
.ml-md-n6,
.mx-md-n6 {
margin-left: -7rem !important; }
.m-md-n7 {
margin: -9rem !important; }
.mt-md-n7,
.my-md-n7 {
margin-top: -9rem !important; }
.mr-md-n7,
.mx-md-n7 {
margin-right: -9rem !important; }
.mb-md-n7,
.my-md-n7 {
margin-bottom: -9rem !important; }
.ml-md-n7,
.mx-md-n7 {
margin-left: -9rem !important; }
.ml-md-n9 {
margin-left: -12rem !important; }
.ml-md-n10 {
margin-left: -14rem !important; }
/* Padding */
.py-md-0 {
padding-bottom: 0rem !important;
padding-top: 0rem !important; }
.p-md-6 {
padding: 5rem !important; }
.pl-md-6,
.px-md-6 {
padding-left: 5rem !important; }
.pt-md-6,
.py-md-6 {
padding-top: 5rem !important; }
.pb-md-6,
.py-md-6 {
padding-bottom: 5rem !important; }
.pr-md-6,
.px-md-6 {
padding-right: 5rem !important; }
/* border */
.border-md-0 {
border: 0 !important; }
.border-md-top {
border-top: 1px solid #eeeeee !important; }
.border-md-right {
border-right: 1px solid #eeeeee !important; }
.border-md-bottom {
border-bottom: 1px solid #eeeeee !important; }
.border-md-left {
border-left: 1px solid #eeeeee !important; } }
@media (min-width: 992px) {
/* Margin */
.m-lg-n6 {
margin: -7rem !important; }
.mt-lg-n6,
.my-lg-n6 {
margin-top: -7rem !important; }
.mr-lg-n6,
.mx-lg-n6 {
margin-right: -7rem !important; }
.mb-lg-n6,
.my-lg-n6 {
margin-bottom: -7rem !important; }
.ml-lg-n6,
.mx-lg-n6 {
margin-left: -7rem !important; }
.m-lg-n7 {
margin: -9rem !important; }
.mt-lg-n7,
.my-lg-n7 {
margin-top: -9rem !important; }
.mr-lg-n7,
.mx-lg-n7 {
margin-right: -9rem !important; }
.mb-lg-n7,
.my-lg-n7 {
margin-bottom: -9rem !important; }
.ml-lg-n7,
.mx-lg-n7 {
margin-left: -9rem !important; }
.ml-lg-n9 {
margin-left: -12rem !important; }
.ml-lg-n10 {
margin-left: -14rem !important; }
/* Padding */
.p-lg-6 {
padding: 5rem !important; }
.pl-lg-6,
.px-lg-6 {
padding-left: 5rem !important; }
.pt-lg-6,
.py-lg-6 {
padding-top: 5rem !important; }
.pb-lg-6,
.py-lg-6 {
padding-bottom: 5rem !important; }
.pr-lg-6,
.px-lg-6 {
padding-right: 5rem !important; }
/* border */
.border-lg-0 {
border: 0 !important; }
.border-lg-top {
border-top: 1px solid #eeeeee !important; }
.border-lg-right {
border-right: 1px solid #eeeeee !important; }
.border-lg-bottom {
border-bottom: 1px solid #eeeeee !important; }
.border-lg-left {
border-left: 1px solid #eeeeee !important; } }
@media (min-width: 1200px) {
/* Margin */
.m-xl-n6 {
margin: -7rem !important; }
.mt-xl-n6,
.my-xl-n6 {
margin-top: -7rem !important; }
.mr-xl-n6,
.mx-xl-n6 {
margin-right: -7rem !important; }
.mb-xl-n6,
.my-xl-n6 {
margin-bottom: -7rem !important; }
.ml-xl-n6,
.mx-xl-n6 {
margin-left: -7rem !important; }
.m-xl-n7 {
margin: -9rem !important; }
.mt-xl-n7,
.my-xl-n7 {
margin-top: -9rem !important; }
.mr-xl-n7,
.mx-xl-n7 {
margin-right: -9rem !important; }
.mb-xl-n7,
.my-xl-n7 {
margin-bottom: -9rem !important; }
.ml-xl-n7,
.mx-xl-n7 {
margin-left: -9rem !important; }
.ml-xl-n9 {
margin-left: -12rem !important; }
.ml-xl-n10 {
margin-left: -14rem !important; }
/* Padding */
.p-xl-6 {
padding: 5rem !important; }
.pl-xl-6,
.px-xl-6 {
padding-left: 5rem !important; }
.pt-xl-6,
.py-xl-6 {
padding-top: 5rem !important; }
.pb-xl-6,
.py-xl-6 {
padding-bottom: 5rem !important; }
.pr-xl-6,
.px-xl-6 {
padding-right: 5rem !important; }
/* border */
.border-xl-0 {
border: 0 !important; }
.border-xl-top {
border-top: 1px solid #eeeeee !important; }
.border-xl-right {
border-right: 1px solid #eeeeee !important; }
.border-xl-bottom {
border-bottom: 1px solid #eeeeee !important; }
.border-xl-left {
border-left: 1px solid #eeeeee !important; } }
/* pre-loader */
#pre-loader {
background-color: #ffffff;
height: 100%;
width: 100%;
position: fixed;
z-index: 1;
margin-top: 0px;
top: 0px;
left: 0px;
bottom: 0px;
overflow: hidden !important;
right: 0px;
z-index: 999999; }
#pre-loader img {
text-align: center;
left: 0;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 99;
margin: 0 auto; }
/* Background overlay */
.bg-holder {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
width: 100%; }
.bg-overlay-black-10 {
position: relative;
z-index: 1; }
.bg-overlay-black-10:before {
background: rgba(36, 37, 54, 0.1);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-black-20 {
position: relative;
z-index: 1; }
.bg-overlay-black-20:before {
background: rgba(36, 37, 54, 0.2);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-black-30 {
position: relative;
z-index: 1; }
.bg-overlay-black-30:before {
background: rgba(36, 37, 54, 0.3);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-black-40 {
position: relative;
z-index: 1; }
.bg-overlay-black-40:before {
background: rgba(36, 37, 54, 0.4);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-black-50 {
position: relative;
z-index: 1; }
.bg-overlay-black-50:before {
background: rgba(36, 37, 54, 0.5);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-black-60 {
position: relative;
z-index: 1; }
.bg-overlay-black-60:before {
background: rgba(36, 37, 54, 0.6);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-black-70 {
position: relative;
z-index: 1; }
.bg-overlay-black-70:before {
background: rgba(36, 37, 54, 0.7);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-black-80 {
position: relative;
z-index: 1; }
.bg-overlay-black-80:before {
background: rgba(36, 37, 54, 0.8);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-black-90 {
position: relative;
z-index: 1; }
.bg-overlay-black-90:before {
background: rgba(36, 37, 54, 0.9);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-10 {
position: relative;
z-index: 1; }
.bg-overlay-white-10:before {
background: rgba(255, 255, 255, 0.1);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-20 {
position: relative;
z-index: 1; }
.bg-overlay-white-20:before {
background: rgba(255, 255, 255, 0.2);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-30 {
position: relative;
z-index: 1; }
.bg-overlay-white-30:before {
background: rgba(255, 255, 255, 0.3);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-40 {
position: relative;
z-index: 1; }
.bg-overlay-white-40:before {
background: rgba(255, 255, 255, 0.4);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-50 {
position: relative;
z-index: 1; }
.bg-overlay-white-50:before {
background: rgba(255, 255, 255, 0.5);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-60 {
position: relative;
z-index: 1; }
.bg-overlay-white-60:before {
background: rgba(255, 255, 255, 0.6);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-70 {
position: relative;
z-index: 1; }
.bg-overlay-white-70:before {
background: rgba(255, 255, 255, 0.7);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-80 {
position: relative;
z-index: 1; }
.bg-overlay-white-80:before {
background: rgba(255, 255, 255, 0.8);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-90 {
position: relative;
z-index: 1; }
.bg-overlay-white-90:before {
background: rgba(255, 255, 255, 0.9);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-primary-20 {
position: relative;
z-index: 1; }
.bg-overlay-primary-20:before {
background: rgba(253, 70, 50, 0.2);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-primary-50 {
position: relative;
z-index: 1; }
.bg-overlay-primary-50:before {
background: rgba(253, 70, 50, 0.5);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-primary-70 {
position: relative;
z-index: 1; }
.bg-overlay-primary-70:before {
background: rgba(253, 70, 50, 0.7);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-primary-90 {
position: relative;
z-index: 1; }
.bg-overlay-primary-90:before {
background: rgba(253, 70, 50, 0.9);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
/* avatar */
.avatar {
width: 50px;
height: 50px;
display: inline-block; }
.avatar.avatar-sm {
width: 20px;
height: 20px; }
.avatar.avatar-md {
width: 80px;
height: 80px; }
.avatar.avatar-lg {
width: 145px;
height: 145px; }
.avatar-img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
/* grayscale */
.grayscale {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.grayscale:hover {
-webkit-filter: inherit;
filter: inherit; }
/* pagination */
.pagination .page-link {
color:#007bff; }
/* Contact-info */
.contact-info ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 15px; }
.contact-info ul li:last-child {
margin-bottom: 0; }
.contact-info ul li span {
margin-left: 15px; }
.contact-info ul li i {
margin-top: 5px; }
.post-navigation .nav-previous a {
padding: 0;
text-align: left; }
.post-navigation .nav-previous a span {
margin-left: 0;
margin-right: 15px; }
.post-navigation .nav-previous a span:before {
right: auto;
left: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.post-navigation .nav-previous a span:after {
right: auto;
left: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.post-navigation .nav-previous a:hover {
color:#007bff; }
.post-navigation .nav-previous a:focus {
color:#007bff; }
.post-navigation .nav-previous a:active {
color:#007bff; }
.post-navigation .nav-next a {
padding: 0;
text-align: right; }
.post-navigation .nav-next a:hover {
color:#007bff; }
.post-navigation .nav-next a:focus {
color:#007bff; }
.post-navigation .nav-next a:active {
color:#007bff; }
.post-navigation .nav-title {
margin-bottom: 0;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 200px;
display: inline-block; }
.post-tags a {
color: #626262; }
.post-tags a:hover {
color:#007bff; }
@media (max-width: 991px) {
/* Page section margin padding */
.space-lg-ptb {
padding: 100px 0; }
.space-lg-pt {
padding-top: 100px; }
.space-lg-pb {
padding-bottom: 100px; }
.space-ptb {
padding: 70px 0; }
.space-pt {
padding-top: 70px; }
.space-pb {
padding-bottom: 70px; }
.space-sm-ptb {
padding: 50px 0; }
.space-sm-pt {
padding-top: 50px; }
.space-sm-pb {
padding-bottom: 50px; }
.space-lg-mt {
margin-top: 100px; } }
@media (max-width: 767px) {
/* container */
.container {
max-width: 100%; }
/* Page section margin padding */
.space-lg-ptb {
padding: 70px 0; }
.space-lg-pt {
padding-top: 70px; }
.space-lg-pb {
padding-bottom: 70px; }
.space-ptb {
padding: 50px 0; }
.space-pt {
padding-top: 50px; }
.space-pb {
padding-bottom: 50px; }
.space-sm-ptb {
padding: 30px 0; }
.space-sm-pt {
padding-top: 30px; }
.space-sm-pb {
padding-bottom: 30px; }
.space-lg-mt {
margin-top: 70px; } }
/*** SVG IE11 specific styles ***/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.clipped-title {
background-image: none; }
.team.team-02 .team-img .shape-04 {
height: 168px; }
.bg-primary-gradient .counter .counter-icon i {
color: #242536;
background: transparent !important; }
.feature-step-item.bg-primary .step-number {
background: transparent !important;
color: #ffffff; }
.get-touch svg {
bottom: -100px !important; }
.team.team-02 .team-img .shape-04 {
bottom: -260px !important; }
.feature-info.bg-primary i, .feature-step-item.bg-primary .step-number {
background: transparent !important; }
.team.team-02:hover .team-img .shape-04 {
bottom: -140px !important; }
.inner-banner .container {
width: 100%; } }
/*****************************
Shortcodes
*****************************/
/*****************************
Accordion
*****************************/
#accordion .card {
border: none;
padding: 0px;
margin-bottom: 15px; }
#accordion .card .card-header {
background: none;
border-bottom: none;
padding: 0; }
#accordion .card .card-header button {
position: relative;
font-size: 18px;
color: #323232;
padding: 17px 40px 17px 40px;
width: 100%;
text-align: left;
border: none;
background: #fcfcfc; }
#accordion .card .card-header button:before {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0px;
content: "\f068";
font-size: 14px;
font-family: "Font Awesome 5 Free";
width: 36px;
height: 36px;
line-height: 36px;
border-radius: 50%;
z-index: 9;
font-weight: 900;
text-align: center;
color:#007bff; }
#accordion .card .card-body {
padding: 10px 30px 0px 35px; }
#accordion .card .card-header button.collapsed:before {
content: "\f067"; }
/*****************************
Button
*****************************/
button {
outline: medium none !important;
color:#007bff;
font-family: "Montserrat", sans-serif;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
/* btn */
.btn {
font-size: 14px;
font-weight: 700;
padding: 12px 28px;
border-radius: 3px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-family: "Montserrat", sans-serif; }
.btn:not(:disabled):not(.disabled).active:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none; }
.btn:not(:disabled):not(.disabled):active:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
color: #ffffff; }
.btn:hover {
-webkit-box-shadow: none;
box-shadow: none;
outline: none; }
.btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
color: #ffffff; }
.btn:active {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
color: #ffffff; }
.show > .btn.dropdown-toggle:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
color: #ffffff; }
.show > .btn-primary.dropdown-toggle {
background:#007bff;
border-color:#007bff; }
/* btn-primary */
.btn-primary {
background:#007bff;
border-color:#007bff;
color: #ffffff; }
.btn-primary:hover {
background: #fd2b14;
border-color: #fd2b14;
color: #ffffff; }
.btn-primary:hover:not(:disabled):not(.disabled).active {
background:#007bff;
border-color:#007bff; }
.btn-primary:hover:not(:disabled):not(.disabled):active {
background:#007bff;
border-color:#007bff; }
.btn-primary:focus {
background:#007bff;
border-color:#007bff; }
.btn-primary:not(:disabled):not(.disabled):active:focus {
background:#007bff;
border-color:#007bff; }
/* btn-dark */
.btn-dark {
background: #242536;
border-color: #242536; }
.btn-dark:hover {
background: #2e2f45;
border-color: #2e2f45; }
.btn-dark:not(:disabled):not(.disabled):active:focus {
color: #ffffff; }
.btn:not(:disabled):not(.disabled).active:focus {
color: #ffffff; }
.btn i {
padding: 0px 10px 0px 0px; }
.btn + .btn {
margin-left: 3px; }
.btn-link {
color:#007bff; }
.btn-link:hover {
color: #242536;
text-decoration: none;
outline: none; }
.btn-link:focus {
color: #242536;
text-decoration: none;
outline: none; }
.btn.btn-link:not(:disabled):not(.disabled):active:focus {
color: #242536; }
/* btn-white */
.btn-white {
background: #ffffff;
border-color: #ffffff;
color: #242536; }
.btn-white:hover {
background: #f4f4f5;
border-color: #f4f4f5;
color: #242536; }
.btn-white:active {
color: #242536; }
.btn-white:focus {
color: #242536; }
.btn.btn-white:not(:disabled):not(.disabled):active:focus {
color: #242536; }
/* btn-light */
.btn-light:active {
color: #242536; }
.btn-light:focus {
color: #242536; }
.btn.btn-light:not(:disabled):not(.disabled):active:focus {
color: #242536; }
/* btn-Size */
.btn.btn-sm {
padding: 6px 24px; }
.btn.btn-md {
padding: 8px 30px; }
.btn.btn-lg {
padding: 12px 35px;
font-size: 18px; }
.btn.btn-xl {
padding: 15px 60px;
font-size: 18px; }
/* btn-outline-secondary */
.btn-outline-secondary {
border: 2px solid #eeeeee;
color: #323232; }
.btn-outline-secondary:hover {
background: #323232;
color: #ffffff;
border-color: #323232; }
.btn-outline-secondary:focus {
background: #323232;
color: #ffffff;
border-color: #323232; }
.btn-outline-secondary:not(:disabled):not(.disabled):active {
background: #323232;
color: #ffffff;
border-color: #323232; }
.btn-outline-primary {
color:#007bff;
border-color:#007bff; }
.btn-outline-primary:hover {
background:#007bff;
color: #ffffff;
border-color:#007bff; }
.btn-outline-primary:focus {
background:#007bff;
color: #ffffff;
border-color:#007bff; }
.btn-outline-primary:not(:disabled):not(.disabled):active {
background:#007bff;
color: #ffffff;
border-color:#007bff; }
/* btn-arrow */
.btn-arrow {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-weight: 500; }
.btn-arrow span {
margin-left: 15px;
width: 18px;
height: 2px;
display: inline-block;
position: relative;
background:#007bff;
-webkit-transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s; }
.btn-arrow span:before {
content: "";
display: block;
height: 2px;
position: absolute;
border-radius: 2px;
background: inherit;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: -4px;
right: 0px;
width: 10px; }
.btn-arrow span:after {
content: "";
display: block;
height: 2px;
position: absolute;
border-radius: 2px;
background: inherit;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 10px;
bottom: -4px;
right: 0px; }
.btn-arrow:hover span {
width: 50px; }
.btn-white.btn-arrow span {
background: #242536; }
.btn-dark.btn-arrow span {
background: #ffffff; }
.btn-primary-gradient.btn-arrow span {
background: #ffffff; }
.btn-primary.btn-arrow span {
background: #ffffff; }
.btn-arrow.arrow-gradient span {
background-image: -webkit-gradient(linear, left top, right top, color-stop(50%,#007bff), to(#fa3a72));
background-image: linear-gradient(to right,#007bff 50%, #3e3c91 100%); }
.btn-arrow.arrow-white span {
background: #ffffff; }
.btn-arrow.arrow-dark span {
background: #242536; }
/* btn-gradient */
.btn-primary-gradient {
background-size: 200% auto;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
background-image: -webkit-gradient(linear, left top, right top, color-stop(5%,#007bff), color-stop(51%, #3e3c91), to(#007bff));
background-image: linear-gradient(to right,#007bff 5%, #3e3c91 51%,#007bff 100%);
color: #ffffff; }
.btn-primary-gradient:hover {
background-position: right center;
color: #ffffff; }
.btn-dark-gradient {
background-size: 200% auto;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #161427), color-stop(51%, #592036), to(#161427));
background-image: linear-gradient(to right, #161427 5%, #592036 51%, #161427 100%);
color: #ffffff; }
.btn-dark-gradient:hover {
background-position: right center;
color: #ffffff; }
/* video-btn */
.video-btn {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.video-btn i {
font-size: 22px;
padding-right: 0; }
.video-btn:focus {
color: #ffffff; }
.video-btn-02 .video-btn {
position: inherit;
top: 0%;
left: 0%;
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
width: 50px;
height: 50px;
background: #ffffff; }
.video-btn-02 .video-btn i {
font-size: 18px;
padding-right: 0; }
@media (max-width: 767px) {
/* video-btn */
.video-btn {
width: 50px;
height: 50px; }
.video-btn i {
font-size: 14px; } }
/*****************************
Client
*****************************/
.our-clients-style-01 {
padding: 0;
margin: 0; }
.our-clients-style-01 li {
position: relative;
display: inline-block;
list-style-type: none;
text-align: center;
width: 33.33%;
float: left;
border: 1px solid #eeeeee;
border-left: none;
border-top: none;
cursor: pointer;
border-bottom: none;
padding: 40px 0; }
.our-clients-style-01 li:nth-child(3n+0) {
border-right: none; }
.our-clients-style-01 li:nth-child(3n+0) ~ li {
border-top: 1px solid #eeeeee; }
.our-clients-style-01 li img {
cursor: pointer;
-webkit-filter: grayscale(100%);
filter: grayscale(100%); }
.our-clients-style-01 li:hover img {
cursor: pointer;
-webkit-filter: grayscale(0%);
filter: grayscale(0%); }
@media (max-width: 767px) {
.our-clients-style-01 li {
width: 50%; }
.our-clients-style-01 li:nth-child(2n+0) {
border-right: none; }
.our-clients-style-01 li:nth-child(3n+0) {
border-right: 1px solid #eeeeee;
border-top: 1px solid #eeeeee; }
.our-clients-style-01 li:last-child {
border-right: none; } }
@media (max-width: 479px) {
.our-clients-style-01 li {
width: 100%;
border-right: none;
padding: 30px 0px; }
.our-clients-style-01 li:nth-child(2n+0) {
border-right: none;
border-top: 1px solid #eeeeee; }
.our-clients-style-01 li:nth-child(3n+0) {
border-right: none; }
.our-clients-style-01 li:first-child {
padding-top: 0; }
.our-clients-style-01 li:last-child {
border-right: none;
padding-bottom: 0; } }
/*****************************
Countdown
*****************************/
.countdown {
display: inline-block;
text-align: left;
background: #ffffff;
border-radius: 3px;
-webkit-box-shadow: 0px 8px 27px 0px rgba(153, 153, 153, 0.15);
box-shadow: 0px 8px 27px 0px rgba(153, 153, 153, 0.15);
padding: 25px 25px;
width: 100%; }
.countdown span {
font-size: 34px;
line-height: 34px;
font-weight: 600;
font-family: "Montserrat", sans-serif;
color: #242536; }
.countdown p {
font-size: 16px;
line-height: 26px;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 0; }
/*****************************
Counter
*****************************/
.counter {
position: relative;
padding: 20px 0px 20px 50px; }
.counter .counter-icon {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.counter .counter-icon i {
font-size: 110px;
line-height: 110px;
background: -webkit-linear-gradient(#007bff, #3e3c91);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
opacity: 0.2;
color:#007bff; }
.counter .counter-content {
position: relative; }
.counter .counter-content .timer {
position: relative;
font-size: 52px;
font-weight: 500;
font-family: "Montserrat", sans-serif;
color: #323232;
margin-bottom: 10px;
line-height: 52px;
/*display: inline-block;*/ }
.counter .counter-content .timer2 {
position: relative;
font-size: 40px;
font-weight: 500;
font-family: "Montserrat", sans-serif;
margin-bottom: 10px;
line-height: 52px;
color: #fff}
.counter .counter-content .counter-icon-sign {
font-size: 52px;
font-weight: 500;
font-family: "Montserrat", sans-serif;
color: #323232;
margin-bottom: 10px;
line-height: 52px; }
.counter .counter-content label {
font-size: 16px;
font-weight: 600;
display: block;
margin-bottom: 0; }
.bg-primary-gradient .counter .counter-icon i {
background: #242536;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #242536; }
.bg-primary-gradient .counter .counter-content .timer {
color: #ffffff; }
.bg-primary-gradient .counter .counter-content .counter-icon-sign {
color: #ffffff; }
.bg-primary-gradient .counter .counter-content label {
color: #ffffff; }
.bg-dark-gradient .counter .counter-icon i {
background: #ffffff;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #ffffff; }
.bg-dark-gradient .counter .counter-content .timer {
color: #ffffff; }
.bg-dark-gradient .counter .counter-content .counter-icon-sign {
color: #ffffff; }
.bg-dark-gradient .counter .counter-content label {
color: #ffffff; }
@media (max-width: 1199px) {
.counter {
margin-left: 0; } }
@media (max-width: 991px) {
.counter .counter-icon i {
font-size: 80px;
line-height: 80px; }
.counter .counter-content .timer {
font-size: 40px;
line-height: 40px; }
.counter .counter-content .counter-icon-sign {
font-size: 40px;
line-height: 40px; } }
/*****************************
Feature Info
*****************************/
.feature-step-item .feature-step .step-number {
font-size: 62px;
line-height: 52px;
font-weight: 500;
margin-bottom: 15px;
color:#007bff;
display: inline-block; }
.feature-step-item .feature-step .step-title {
margin-bottom: 15px; }
.feature-step-item .step-number {
font-size: 62px;
line-height: 52px;
font-weight: 500;
background: -webkit-linear-gradient(#007bff, #3e3c91);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
color:#007bff; }
.feature-step-item .feature-step .step-title {
margin-bottom: 15px; }
.feature-info {
position: relative;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
overflow: hidden;
height: 100%; }
.feature-info i {
font-style: normal;
padding-right: 20px;
font-size: 56px;
line-height: 66px;
display: inline-block;
background: -webkit-linear-gradient(#007bff, #3e3c91);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color:#007bff; }
.feature-info .feature-info-content {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease; }
.feature-info .feature-info-content .icon-btn {
opacity: 0;
margin-top: 15px;
position: relative;
bottom: -50px; }
.feature-info:hover .feature-info-content .icon-btn {
opacity: 1;
bottom: 0; }
.feature-info.text-center i {
padding-right: 0px;
margin-bottom: 30px; }
.feature-info.text-center h4 {
margin-bottom: 20px; }
.feature-info.bg-primary i,
.feature-step-item.bg-primary .step-number {
background: #ffffff;
-webkit-background-clip: text;
color: #ffffff; }
.feature-info.bg-primary .feature-info-content .icon-btn {
color: #ffffff; }
.feature-info.bg-primary .feature-info-content .icon-btn span {
background: #ffffff; }
/*****************************
List Style
*****************************/
.list-check {
margin: 0;
padding: 0; }
.list-check li {
position: relative;
list-style-type: none;
margin-bottom: 20px; }
.list-check li i {
background: #f4f4f5;
color:#007bff;
height: 36px;
width: 36px;
line-height: 36px;
text-align: center;
border-radius: 100%;
display: inline-block;
margin-right: 15px; }
.list-check li:last-child {
margin-bottom: 0; }
/*****************************
Owl Carousel
*****************************/
.owl-carousel .owl-item img {
width: auto;
display: inherit; }
.owl-carousel .owl-nav {
cursor: pointer;
z-index: 999;
width: 100%; }
.owl-carousel .owl-nav button span {
position: relative;
top: -4px;
width: 18px;
height: 2px;
display: inline-block;
background:#007bff;
-webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s; }
.owl-carousel .owl-nav button span:before {
content: "";
display: block;
height: 2px;
position: absolute;
border-radius: 2px;
background: inherit; }
.owl-carousel .owl-nav button span:after {
content: "";
display: block;
height: 2px;
position: absolute;
border-radius: 2px;
background: inherit; }
.owl-carousel .owl-nav button span.prev-arrow {
margin-right: 15px; }
.owl-carousel .owl-nav button span.prev-arrow:before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: -4px;
left: 0px;
width: 10px; }
.owl-carousel .owl-nav button span.prev-arrow:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 10px;
bottom: -4px;
left: 0px; }
.owl-carousel .owl-nav button span.next-arrow {
margin-left: 15px; }
.owl-carousel .owl-nav button span.next-arrow:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: -4px;
right: 0px;
width: 10px; }
.owl-carousel .owl-nav button span.next-arrow:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 10px;
bottom: -4px;
right: 0px; }
.owl-carousel .owl-nav button:hover span {
width: 50px; }
.owl-carousel .owl-nav .owl-prev {
display: block;
position: absolute;
text-indent: inherit;
width: auto;
cursor: pointer;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
left: 0px;
display: block;
position: absolute;
text-indent: inherit;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0 !important;
display: inline-block;
margin: 14px 2px 0; }
.owl-carousel .owl-nav .owl-next {
display: block;
position: absolute;
text-indent: inherit;
width: auto;
cursor: pointer;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
right: 0px;
display: block;
position: absolute;
text-indent: inherit;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0 !important;
display: inline-block;
margin: 14px 2px 0; }
.owl-carousel .owl-dots .owl-dot span {
background: #c1c1c1;
display: inline-block;
width: 10px;
min-height: 4px;
border-radius: 3px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
cursor: pointer; }
.owl-carousel .owl-dots .owl-dot:hover span {
background:#007bff;
width: 30px; }
.owl-carousel .owl-dots .owl-dot.active span {
background:#007bff;
width: 30px; }
.owl-carousel .owl-dot {
display: inline-block;
margin: 0px 4px 0; }
.owl-dots-bottom-left {
padding-bottom: 40px; }
.owl-dots-bottom-left .owl-dots {
bottom: 0px;
position: absolute;
left: 0px;
width: auto; }
.owl-dots-bottom-center {
padding-bottom: 40px; }
.owl-dots-bottom-center .owl-dots {
bottom: 0px;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: auto; }
@media (max-width: 767px) {
.container {
max-width: 100%; }
.owl-carousel .owl-nav {
display: none; } }
/*****************************
Portfolio
*****************************/
.my-shuffle-container {
margin-left: -15px;
margin-right: -15px; }
.my-shuffle-container .grid-item {
width: 33.33%;
padding: 15px; }
.portfolio-item img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.portfolio-item .portfolio-img {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 20px; }
.portfolio-item .portfolio-img i {
font-size: 20px; }
.portfolio-item .portfolio-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease; }
.portfolio-item .portfolio-overlay .portfolio-img {
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
right: inherit; }
.portfolio-item .portfolio-overlay .portfolio-img i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 20px;
color: #ffffff;
height: 60px;
width: 60px;
text-align: center;
line-height: 60px;
border: 2px solid#007bff;
border-radius: 3px;
background: -webkit-gradient(linear, left top, right top, color-stop(30%,#007bff), to(#fa3a72));
background: linear-gradient(to right,#007bff 30%, #3e3c91 100%); }
.portfolio-item .portfolio-info {
margin-top: 25px;
margin-bottom: 35px;
position: relative; }
.portfolio-item .portfolio-info .portfolio-category {
margin-bottom: 5px;
display: block; }
.portfolio-item .portfolio-info .portfolio-category a {
font-size: 14px;
font-weight: 600;
background: -webkit-linear-gradient(#007bff, #3e3c91);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
.portfolio-item .portfolio-info .portfolio-title {
color: #242536;
font-size: 18px;
font-weight: 600;
font-family: "Montserrat", sans-serif; }
.portfolio-item .portfolio-info .portfolio-title:hover {
color:#007bff; }
.portfolio-item:hover .portfolio-overlay {
opacity: 1;
background: rgba(0, 0, 0, 0.3); }
.portfolio-item.portfolio-item-02 {
overflow: hidden; }
.portfolio-item.portfolio-item-02 .portfolio-info {
padding: 20px;
width: 90%;
position: absolute;
left: 50%;
bottom: 0px;
z-index: 2;
opacity: 0;
border-radius: 5px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
background: #ffffff;
margin-top: 0px;
margin-bottom: 0px; }
.portfolio-item.portfolio-item-02:hover .portfolio-info {
opacity: 1;
bottom: 30px; }
.my-shuffle-container .portfolio-item .portfolio-info {
margin-bottom: 0px; }
.filters-group {
display: table;
margin: 0 auto 50px;
text-align: center; }
.filters-group button {
margin: 0 5px 10px;
padding: 12px 20px;
cursor: pointer;
font-size: 18px;
line-height: 22px;
font-weight: 600;
color: #242536;
background: inherit;
border: none;
border-radius: 3px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.filters-group button:hover {
background: -webkit-gradient(linear, left top, right top, color-stop(30%,#007bff), to(#fa3a72));
background: linear-gradient(to right,#007bff 30%, #3e3c91 100%);
color: #ffffff; }
.filters-group button.active {
background: -webkit-gradient(linear, left top, right top, color-stop(30%,#007bff), to(#fa3a72));
background: linear-gradient(to right,#007bff 30%, #3e3c91 100%);
color: #ffffff; }
.bg-dark .portfolio-item .portfolio-info .portfolio-title {
color: #ffffff; }
.bg-dark .portfolio-item .portfolio-info .portfolio-title:hover {
color:#007bff; }
/*************************************
shuffle
*************************************/
.my-shuffle-container.grid-style .grid-item {
padding: 0 !important; }
.my-shuffle-container.columns-1 .grid-item {
width: 100%;
padding: 15px; }
.my-shuffle-container.columns-2 .grid-item {
width: 50%;
padding: 15px;
float: left; }
.my-shuffle-container.columns-3 .grid-item {
width: 33.33333333%;
padding: 15px; }
.my-shuffle-container.columns-4 .grid-item {
width: 25%;
padding: 10px; }
.my-shuffle-container.columns-5 .grid-item {
width: 20%;
padding: 15px; }
.my-shuffle-container.columns-6 .grid-item {
width: 16.666666%;
padding: 0px; }
.my-shuffle-container.columns-2 .grid-item-full,
.my-shuffle-container.columns-3 .grid-item-full,
.my-shuffle-container.columns-4 .grid-item-full,
.my-shuffle-container.columns-5 .grid-item-full,
.my-shuffle-container.columns-6 .grid-item-full {
width: 100%; }
@media (max-width: 767px) {
.my-shuffle-container .grid-item,
.my-shuffle-container.columns-3 .grid-item,
.my-shuffle-container.columns-4 .grid-item,
.my-shuffle-container.columns-5 .grid-item,
.my-shuffle-container.columns-6 .grid-item {
width: 50%; } }
@media (max-width: 575px) {
.my-shuffle-container.columns-2 .grid-item,
.my-shuffle-container .grid-item {
width: 100%; }
.my-shuffle-container .grid-item,
.my-shuffle-container.columns-2 .grid-item,
.my-shuffle-container.columns-3 .grid-item,
.my-shuffle-container.columns-4 .grid-item,
.my-shuffle-container.columns-5 .grid-item,
.my-shuffle-container.columns-6 .grid-item {
width: 100%; } }
/*****************************
Pricing Table
*****************************/
.pricing-table {
padding: 50px 30px;
border-radius: 3px; }
.pricing-table .pricing-title {
margin-bottom: 15px; }
.pricing-table .pricing-price {
padding: 40px 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.pricing-table .pricing-price h2 {
margin-bottom: 0;
font-size: 60px;
font-weight: 600; }
.pricing-table .pricing-price .pricing-duration {
padding-left: 20px; }
.pricing-table .pricing-price .pricing-duration span {
display: block; }
/*****************************
Skill
*****************************/
.skill {
position: relative;
width: 100%;
height: 4px;
margin: 50px 0 20px 0;
background-color: #f4f4f5;
border-radius: 3px; }
.skill .skill-bar {
position: relative;
height: 100%;
border-radius: 3px;
padding: 0px;
background: -webkit-gradient(linear, left top, right top, color-stop(30%,#007bff), to(#fa3a72));
background: linear-gradient(to right,#007bff 30%, #3e3c91 100%);
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: width .9s ease;
transition: width .9s ease; }
.skill .skill-bar .skill-title {
color: #323232;
font-size: 18px;
font-weight: 500;
position: absolute;
margin-left: 0;
margin-top: -28px;
text-align: left; }
.skill .skill-bar .skill-title i {
margin-right: 8px; }
.skill .skill-bar .progress-number {
color: #323232;
float: right;
margin-top: -18px;
position: absolute;
right: 14px;
top: -10px;
font-size: 15px;
font-weight: 600; }
.skill .skill-bar .progress-type {
color: #323232;
float: right;
margin-top: -18px;
position: absolute;
right: 0;
top: -10px;
font-size: 15px;
font-weight: 600; }
.skill .skill-bar:before {
content: "";
position: absolute;
right: 0;
background:#007bff;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
height: 10px;
width: 10px; }
/*****************************
Social Icon
*****************************/
.social-icon ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
padding: 0; }
.social-icon ul li {
list-style-type: none;
margin-right: 20px; }
.social-icon ul li a {
font-size: 16px;
color: #242536;
display: block; }
.social-icon ul li a:hover {
color:#007bff; }
.social-icon ul li:last-child {
margin-right: 0; }
.social-icon.social-icon-02 ul li a {
font-size: 16px;
color: #ffffff;
text-align: center;
width: 50px;
height: 50px;
line-height: 50px;
background: rgba(255, 255, 255, 0.1);
border-radius: 3px; }
.social-icon.social-icon-02 ul li a:hover {
background: white;
color:#007bff; }
/*****************************
Swiper Slider
*****************************/
.swiper-button-next,
.swiper-button-prev {
position: absolute;
bottom: 50px;
top: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
width: auto;
height: auto; }
.swiper-button-next {
right: 70px; }
.swiper-button-prev {
left: 70px; }
.swiper-button-prev span,
.swiper-button-next span {
padding: 0 15px; }
.swiper-button-prev:focus,
.swiper-button-next:focus {
outline: none; }
.swiper-button-next,
.swiper-button-prev {
background-image: inherit !important;
z-index: 1; }
.swiper-button-prev span {
position: relative;
top: 0px;
width: 18px;
height: 2px;
margin-right: 15px;
display: inline-block;
background:#007bff;
-webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s; }
.swiper-button-prev span:before {
position: absolute;
content: "";
display: block;
width: 10px;
height: 2px;
top: -4px;
left: 0px;
border-radius: 2px;
background: inherit;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.swiper-button-prev span:after {
position: absolute;
content: "";
display: block;
height: 2px;
width: 10px;
bottom: -4px;
left: 0px;
border-radius: 2px;
background: inherit;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.swiper-button-prev:hover span {
width: 50px; }
.swiper-button-next span {
position: relative;
top: 0px;
width: 18px;
height: 2px;
margin-left: 15px;
display: inline-block;
background:#007bff;
-webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s; }
.swiper-button-next span:before {
content: "";
display: block;
height: 2px;
position: absolute;
border-radius: 2px;
background: inherit;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: -4px;
right: 0px;
width: 10px; }
.swiper-button-next span:after {
content: "";
display: block;
height: 2px;
position: absolute;
border-radius: 2px;
background: inherit;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 10px;
bottom: -4px;
right: 0px; }
.swiper-button-next:hover span {
width: 50px; }
@-webkit-keyframes loaderAnim {
to {
opacity: 1;
-webkit-transform: scale3d(0.2, 0.3, 0.5);
transform: scale3d(0.2, 0.3, 0.5); } }
@keyframes loaderAnim {
to {
opacity: 1;
-webkit-transform: scale3d(0.2, 0.3, 0.5);
transform: scale3d(0.2, 0.3, 0.5); } }
@media (max-width: 767px) {
.swiper-button-next,
.swiper-button-prev {
display: none; } }
/*****************************
Team
*****************************/
.team {
position: relative;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.team .team-img {
position: relative;
padding-right: 50px;
border-radius: 3px; }
.team .team-img img {
border-radius: 3px; }
.team .team-img .shape {
position: absolute;
z-index: -1; }
.team .team-img .shape-01 {
right: 0px;
bottom: -75px; }
.team .team-img .shape-02 {
right: 0px;
bottom: -55px; }
.team .team-img .shape-03 {
right: 0px;
bottom: -76px; }
.team .team-info {
position: relative; }
.team .team-info .team-designation {
font-size: 16px;
color:#007bff;
margin-top: 25px;
display: block; }
.team .team-info .team-title {
font-size: 20px;
font-weight: 500;
color: #323232;
margin-top: 10px;
margin-bottom: 4px;
display: block; }
.team .team-info .team-title:hover {
color:#007bff; }
.team:hover .team-detail .team-social {
opacity: 1; }
.team.team-02 {
text-align: center; }
.team.team-02 .team-img {
position: relative;
padding-right: 0px;
overflow: hidden;
border-radius: 3px; }
.team.team-02 .team-img img {
border-radius: 3px; }
.team.team-02 .team-img .shape {
z-index: 9;
-webkit-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out; }
.team.team-02 .team-img .shape-04 {
width: 350px;
height: auto;
bottom: -170px;
left: -15px; }
.team.team-02 .team-img .shape-05 {
top: -180px;
left: -85px; }
.team.team-02 .team-img .team-social {
position: absolute;
left: 50%;
width: 100%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
bottom: -30px;
z-index: 9; }
.team.team-02 .team-img .team-social ul {
display: inline-block;
margin-bottom: 0;
padding-left: 0; }
.team.team-02 .team-img .team-social ul li {
display: inline-block;
list-style-type: none;
float: left; }
.team.team-02 .team-img .team-social ul li a {
display: block;
color: #ffffff;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
padding: 0 8px; }
.team.team-02 .team-img .team-social ul li a:hover {
color:#007bff; }
.team.team-02 .team-img .team-social ul li a i {
font-size: 16px;
line-height: 24px; }
.team.team-02:hover .team-img .shape {
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out; }
.team.team-02:hover .team-img .shape-04 {
bottom: -40px;
left: -15px; }
.team.team-02:hover .team-img .shape-05 {
top: -70px;
left: -85px; }
.team.team-02:hover .team-img .team-social {
bottom: 10px; }
@media (max-width: 991px) {
/* Team */
.team .team-img {
padding-right: 0px; }
.team .team-img .shape-01 {
right: -10px;
width: 120px; }
.team .team-img .shape-02 {
right: -10px;
bottom: -90px;
width: 120px; }
.team .team-img .shape-03 {
right: -10px;
width: 120px; }
.team.team-02 .team-img .shape-04 {
width: 480px;
bottom: -230px; } }
@media (max-width: 575px) {
.team .team-img .shape-01,
.team .team-img .shape-02,
.team .team-img .shape-03 {
display: none; }
.team.team-02 .team-img .shape-04 {
width: 580px;
bottom: -280px; }
.team.team-02:hover .team-img .shape-04 {
bottom: -80px; } }
@media (max-width: 479px) {
.team.team-02 .team-img .shape-04 {
width: 480px;
bottom: -230px; }
.team.team-02:hover .team-img .shape-04 {
bottom: -40px; } }
@media (max-width: 391px) {
.team.team-02 .team-img .shape-04 {
width: 400px; } }
/*****************************
Testimonial
*****************************/
.testimonial-item {
position: relative; }
.testimonial-item .testimonial-quote {
margin-bottom: 20px; }
.testimonial-item .testimonial-quote i {
font-size: 62px;
display: inline-block;
line-height: 62px;
color:#007bff; }
.testimonial-item .testimonial-content p {
font-size: 24px;
line-height: 34px;
color: #323232;
margin-bottom: 35px; }
.testimonial-item .testimonial-author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 0px; }
.testimonial-item .testimonial-author .testimonial-avatar {
margin-right: 15px; }
.testimonial-item .testimonial-author .testimonial-avatar img {
border-radius: 3px; }
.testimonial-item .testimonial-author .testimonial-name .name {
font-size: 16px;
margin-bottom: 0px;
font-weight: 600;
color: #323232; }
.testimonial-item .testimonial-author .testimonial-name span {
font-size: 12px;
line-height: 20px;
color:#007bff;
font-weight: 400; }
/* testimonial center */
.testimonial-center .testimonial-item {
text-align: center;
padding: 0 15%; }
.testimonial-center .testimonial-item .testimonial-author {
margin-bottom: 0;
display: inline-block; }
.testimonial-center .testimonial-item .testimonial-author .testimonial-avatar {
display: none; }
/* testimonial-bg */
.testimonial-bg.owl-carousel .testimonial-item {
padding: 70px 40px;
background: #fcfcfc; }
.testimonial-bg.owl-carousel .testimonial-item .testimonial-content p {
font-size: 18px;
line-height: 28px; }
.testimonial-bg.owl-carousel .owl-nav .owl-prev {
left: -100px; }
.testimonial-bg.owl-carousel .owl-nav .owl-next {
right: -100px; }
.testimonial-bg.testimonial-bg-dark.owl-carousel .testimonial-item {
background: #242536; }
.testimonial-bg.testimonial-bg-dark.owl-carousel .testimonial-item .testimonial-content p {
color: #ffffff; }
.testimonial-bg.testimonial-bg-dark.owl-carousel .testimonial-item .testimonial-author .testimonial-name .name {
color: #ffffff; }
.testimonial-bg.testimonial-bg-dark.owl-carousel .testimonial-item .testimonial-author .testimonial-name span {
color: #ffffff; }
.testimonial-dark.owl-carousel .testimonial-item .testimonial-quote i {
color: #ffffff; }
.testimonial-dark.owl-carousel .testimonial-item .testimonial-content p {
color: #ffffff; }
.testimonial-dark.owl-carousel .testimonial-item .testimonial-author .testimonial-name .name {
color: #ffffff; }
.testimonial-dark.owl-carousel .testimonial-item .testimonial-author .testimonial-name span {
color: #ffffff; }
.testimonial-dark.owl-carousel .owl-dots .owl-dot span {
background: #ffffff; }
/* bg-dark */
.bg-dark .testimonial-item .testimonial-quote i {
background: -webkit-linear-gradient(#007bff, #3e3c91);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
.bg-dark .testimonial-item .testimonial-content p {
color: #ffffff; }
.bg-dark .testimonial-item .testimonial-author .testimonial-name .name {
color: #ffffff; }
.bg-dark .testimonial-item .testimonial-author .testimonial-name span {
color: #ffffff; }
.bg-dark .owl-nav .owl-prev {
color: #ffffff !important; }
.bg-dark .owl-nav .owl-next {
color: #ffffff !important; }
@media (max-width: 1350px) {
.testimonial-bg.owl-carousel .owl-nav .owl-prev {
left: -50px; }
.testimonial-bg.owl-carousel .owl-nav .owl-next {
right: -50px; } }
@media (max-width: 1199px) {
.testimonial-center.owl-carousel .owl-nav .owl-prev,
.testimonial-bg.owl-carousel .owl-nav .owl-prev {
left: 0px; }
.testimonial-center.owl-carousel .owl-nav .owl-next,
.testimonial-bg.owl-carousel .owl-nav .owl-next {
right: 0px; } }
@media (max-width: 991px) {
.owl-carousel .owl-nav .owl-prev {
left: 0; }
.owl-carousel .owl-nav .owl-next {
right: 0; }
.testimonial-bg.owl-carousel .owl-nav .owl-prev,
.testimonial-bg.owl-carousel .owl-nav .owl-next {
display: none; }
.testimonial-bg.owl-carousel .testimonial-item {
padding: 50px 40px; } }
@media (max-width: 767px) {
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
display: none; }
.testimonial-center .testimonial-item {
padding: 0 0; }
.testimonial-item .testimonial-content p {
font-size: 18px;
line-height: 28px; }
.testimonial-bg.owl-carousel .testimonial-item {
padding: 40px; } }
@media (max-width: 479px) {
.testimonial-item .testimonial-content p {
font-size: 16px;
line-height: 26px; }
.testimonial-bg.owl-carousel .testimonial-item {
padding: 30px; } }
/*****************************
Header
*****************************/
.header {
background: #ffffff;
position: relative;
z-index: 99; }
.header .topbar {
padding: 15px 0;
border-bottom: 1px solid #eeeeee; }
.header .topbar a {
color: #626262;
font-size: 13px; }
.header .topbar a i {
color:#007bff; }
.header .topbar a span {
font-weight: 600; }
.header .topbar a:hover {
color:#007bff; }
.header .topbar li {
padding: 0 10px; }
.header .topbar .login {
position: relative;
padding: 0 10px; }
.header .topbar .login:before {
position: absolute;
content: "|";
top: 0;
right: 0;
font-size: 16px;
color: #c1c1c1; }
.header .navbar {
position: relative;
width: 100%;
z-index: 9;
padding: 0px 0; }
.header .navbar .navbar-brand {
padding: 20px 0px;
margin-right: 0;
color: #ffffff;
-webkit-box-flex: 0;
-ms-flex: 0 0 180px;
flex: 0 0 180px; }
.header .navbar .navbar-brand img {
height: 40px; }
.header .navbar .navbar-toggler-icon {
position: relative;
width: 30px;
height: 2px;
background:#007bff; }
.header .navbar .navbar-toggler-icon:before {
position: absolute;
content: "";
width: 30px;
height: 2px;
background:#007bff;
left: 0;
top: -10px; }
.header .navbar .navbar-toggler-icon:after {
position: absolute;
content: "";
width: 30px;
height: 2px;
background:#007bff;
left: 0;
bottom: -10px; }
.header .navbar .navbar-nav .nav-item .nav-link {
font-weight: 600;
font-size: 16px;
padding: 10px 25px;
color: #323232;
text-transform: capitalize; }
.header .navbar .navbar-nav .nav-item .nav-link i {
padding-left: 5px;
font-size: 12px; }
.header .navbar .navbar-nav .nav-item .nav-link:hover {
color:#007bff; }
.header .navbar .dropdown .dropdown-menu {
padding: 20px 30px;
z-index: 9999; }
.header .navbar .dropdown .dropdown-menu li a {
background: transparent;
font-size: 16px;
font-weight: 500;
padding: 10px 20px 10px 0;
border-radius: 3px;
min-width: 180px;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.header .navbar .dropdown .dropdown-menu li a:hover {
color:#007bff;
padding-left: 25px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.header .navbar .dropdown .dropdown-menu li a:before {
position: absolute;
content: "";
background:#007bff;
height: 3px;
width: 0;
left: 0px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.header .navbar .dropdown .dropdown-menu li a:hover:before {
width: 15px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.header .dropdown-toggle:after {
content: none; }
.header .logo-sticky {
display: none; }
.header.sticky-top .logo {
display: none; }
.header.sticky-top .logo-sticky {
display: inline-block; }
.header .navbar .navbar-nav .nav-item.active .nav-link {
color:#007bff; }
.navbar .dropdown > .dropdown-menu li.active > a {
color:#007bff;
padding-left: 25px; }
.navbar .navbar-nav .dropdown-menu li.active > a:before {
width: 15px; }
/* header-transparent */
.header.header-transparent {
position: absolute;
background: transparent !important;
width: 100%;
z-index: 99; }
.header.header-transparent .navbar .navbar-brand {
margin-right: 40px;
padding: 20px 0; }
.header.header-transparent .navbar .navbar-brand img {
height: 40px; }
.header.header-transparent .navbar .navbar-nav .nav-link {
color: #ffffff; }
/* Header 02 */
.header.header-02 .navbar .navbar-nav .nav-item.active .nav-link {
color:#007bff; }
/* Header 03 */
.header.header-03 .navbar .navbar-nav .nav-item.active .nav-link {
color:#007bff; }
/* Search */
.search .search-btn {
display: block;
height: 22px;
line-height: 22px;
position: relative;
text-indent: -9999px;
width: 14px;
-webkit-transition: color 300ms ease 0s;
transition: color 300ms ease 0s;
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out; }
.search .search-btn:before {
content: "\f002";
font-family: "Font Awesome 5 Free";
font-size: 16px;
font-weight: 900;
left: 0;
position: absolute;
text-indent: 0;
top: 0; }
.search .search-box {
display: block;
position: absolute;
left: 0px;
top: 100%;
visibility: hidden;
width: 100%;
z-index: 888;
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 0px 0px;
transform-origin: 0px 0px;
opacity: 0 !important;
margin: 0px;
border-radius: 3px;
-webkit-transition: all 400ms ease 0s;
transition: all 400ms ease 0s; }
.search .search-box .form-control {
height: 58px;
background-color: #ffffff;
padding-right: 60px; }
.search .search-box .search-button {
cursor: pointer;
font-size: 16px;
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background: transparent;
border-width: initial;
border-style: none;
border-color: initial;
-o-border-image: initial;
border-image: initial;
-webkit-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s; }
.search.search-open .search-box {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-box-shadow: rgba(153, 153, 153, 0.176) 0px 1rem 3rem;
box-shadow: rgba(153, 153, 153, 0.176) 0px 1rem 3rem;
opacity: 1 !important;
visibility: visible !important; }
.header.bg-light .navbar .navbar-nav .nav-link {
color: #323232; }
.header.bg-primary .search-btn {
color: #ffffff; }
.header.bg-primary .navbar .navbar-nav .nav-item .nav-link {
color: #ffffff; }
.header.bg-primary .navbar .navbar-nav .nav-item.active .nav-link,
.header.bg-primary .navbar .navbar-nav .nav-item .nav-link:hover {
color: #ffffff; }
/* Sticky */
@-webkit-keyframes stickySlideDown {
0% {
opacity: 0.7;
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); } }
@keyframes stickySlideDown {
0% {
opacity: 0.7;
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); } }
.header.sticky-top {
position: fixed;
left: 0;
width: 100%;
background: #ffffff !important;
-webkit-box-shadow: 0px 8px 27px 0px rgba(153, 153, 153, 0.15);
box-shadow: 0px 8px 27px 0px rgba(153, 153, 153, 0.15);
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
z-index: 999;
-webkit-animation: stickySlideDown 1s cubic-bezier(0.23, 1, 0.32, 1) both;
animation: stickySlideDown 1s cubic-bezier(0.23, 1, 0.32, 1) both; }
.header.sticky-top .topbar {
display: none !important; }
.header.sticky-top .navbar .navbar-brand {
padding: 15px 0px; }
.header.sticky-top .navbar .navbar-nav .nav-item .nav-link {
color: #323232; }
.header.sticky-top .navbar .navbar-nav .nav-item .nav-link:hover {
color: #323232; }
.header.sticky-top .navbar-nav .nav-item.active .nav-link {
color:#007bff; }
.header.sticky-top .navbar-nav .nav-item.active .nav-link:hover {
color:#007bff; }
.header.sticky-top .search-btn {
color:#007bff !important; }
.header.bg-primary.sticky-top .btn {
background:#007bff;
color: #ffffff;
border-color:#007bff; }
/* Header 02 */
.header.header-02.sticky-top .navbar .navbar-nav .nav-item .nav-link:hover {
color:#007bff; }
/* Header 03 */
.header.header-03.sticky-top .navbar .navbar-nav .nav-item .nav-link:hover {
color:#007bff; }
.header.sticky-top.bg-primary .navbar .navbar-nav .nav-item.active .nav-link,
.header.sticky-top.bg-primary .navbar .navbar-nav .nav-item .nav-link:hover {
color:#007bff; }
/*****************************
header Responsive
*****************************/
@media (min-width: 992px) {
/* dropdowns */
.dropdown {
display: inline-block; }
.dropdown .dropdown-menu {
margin: 0px;
font-size: 14px;
border-radius: 3px;
border: none;
left: 100%;
-webkit-transform: translate3d(-50%, 10px, 0);
transform: translate3d(-50%, 10px, 0);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition-property: opacity, visibility, -webkit-transform;
transition-property: opacity, visibility, -webkit-transform;
transition-property: opacity, visibility, transform;
transition-property: opacity, visibility, transform, -webkit-transform;
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
visibility: hidden;
opacity: 0;
display: block !important; }
.dropdown:hover .dropdown-menu {
opacity: 1;
visibility: visible; } }
@media (max-width: 1199px) {
.header .navbar .navbar-nav .nav-item .nav-link {
padding: 10px 16px; } }
@media (max-width: 991px) {
.header {
-webkit-box-shadow: 0px 8px 27px 0px rgba(153, 153, 153, 0.15);
box-shadow: 0px 8px 27px 0px rgba(153, 153, 153, 0.15); }
.header.header-transparent {
position: relative;
background: #ffffff !important; }
.header.header-transparent.bg-primary {
position: relative;
background: #242536 !important; }
.header.header-transparent.sticky-top {
position: fixed; }
.navbar-toggler {
border: none;
position: absolute;
height: 75px;
right: 0px;
padding: 0; }
.header .navbar-collapse {
position: absolute;
top: 100%;
z-index: 999;
background: #ffffff;
width: 100%;
max-height: 350px;
overflow: auto;
left: 0;
margin-left: 0px;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
.navbar .navbar-nav .dropdown-menu li.active > a {
padding-left: 25px; }
.header .navbar .dropdown-menu {
margin: 0px;
font-size: 14px;
border-radius: 0px;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background: #f4f4f5;
padding: 14px 30px;
font-size: 13px; }
.navbar .navbar-nav .nav-link i {
position: absolute;
right: 20px;
top: 15px; }
.header.header-transparent .navbar .navbar-nav .nav-link {
color: #242536; }
.header.bg-primary .navbar .navbar-nav .nav-item .nav-link {
color: #242536; }
.header.bg-primary .navbar .navbar-nav .nav-item.active .nav-link,
.header.bg-primary .navbar .navbar-nav .nav-item .nav-link:hover {
color:#007bff; } }
@media (max-width: 767px) {
.header .navbar .dropdown .dropdown-menu li a,
.header .navbar .navbar-nav .nav-item .nav-link {
font-size: 14px; } }
/*****************************
Layout
*****************************/
/* Section Title */
.section-title {
margin-bottom: 50px; }
.section-title .title {
margin-bottom: 20px; }
.section-title p {
margin-bottom: 30px; }
/* Get touch */
.get-touch {
background: #fcfcfc;
padding: 30px;
text-align: center;
position: relative;
height: 350px;
overflow: hidden; }
.get-touch svg {
position: absolute;
left: 0px;
width: 100%;
bottom: 0;
height: auto; }
/* Text bg image */
.clipped-title {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: url(../images/bg/06.jpg);
font-weight: 900;
color:#007bff; }
/* Sticky Image */
.sticky-img {
position: fixed;
top: 90px;
width: 50%; }
.sticky-img.right-split {
right: 0; }
.sticky-img.left-split {
left: 0; }
/* Subscribe */
.subscribe {
position: relative; }
.subscribe .form-group .form-control {
padding-right: 75px; }
.subscribe button {
position: absolute;
right: 10px;
top: 50%;
padding: 23px 10px;
background: none;
border: none;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
/* Frame Layout */
.frame-layout {
padding: 20px; }
/* Sticky column */
.is-sticky {
position: -webkit-sticky;
position: sticky;
top: 130px; }
/* Back To Top */
.back-to-top {
background: -webkit-gradient(linear, left top, right top, color-stop(30%,#007bff), to(#fa3a72));
background: linear-gradient(to right,#007bff 30%, #3e3c91 100%);
border-radius: 3px;
position: fixed;
bottom: 30px;
right: 30px;
display: inline-block;
font-size: 16px;
color: #ffffff;
text-align: center;
width: 40px;
height: 40px;
line-height: 40px;
overflow: hidden;
cursor: pointer;
-webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
z-index: 9; }
.back-to-top:hover, .back-to-top.auto {
color: rgba(255, 255, 255, 0);
-webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s; }
.back-to-top:hover:before, .back-to-top.auto:before {
-webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }
.back-to-top:hover:after, .back-to-top.auto:after {
-webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }
.back-to-top:before {
position: absolute;
display: inline-block;
content: "";
background: #ffffff;
width: 3px;
height: 16px;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -2px;
-webkit-transform: translateY(50px);
transform: translateY(50px); }
.back-to-top:after {
position: absolute;
display: inline-block;
content: "";
width: 12px;
height: 12px;
color: #ffffff;
border-top: 3px solid;
border-left: 3px solid;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
top: 50%;
left: 50%;
margin-top: -9px;
margin-left: -7px;
-webkit-transform: translateY(50px) rotateZ(45deg);
transform: translateY(50px) rotateZ(45deg); }
@-webkit-keyframes tipUp {
0% {
-webkit-transform: translateY(50px) rotateZ(45deg);
transform: translateY(50px) rotateZ(45deg); }
100% {
-webkit-transform: translateY(-70px) rotateZ(45deg);
transform: translateY(-70px) rotateZ(45deg); } }
@keyframes tipUp {
0% {
-webkit-transform: translateY(50px) rotateZ(45deg);
transform: translateY(50px) rotateZ(45deg); }
100% {
-webkit-transform: translateY(-70px) rotateZ(45deg);
transform: translateY(-70px) rotateZ(45deg); } }
@-webkit-keyframes lineUp {
0% {
-webkit-transform: translateY(50px);
transform: translateY(50px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); } }
@keyframes lineUp {
0% {
-webkit-transform: translateY(50px);
transform: translateY(50px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); } }
/* Image block */
.imageblock-section {
position: relative;
display: block;
width: 100%; }
.imageblock-section-img {
position: absolute;
height: 100%;
top: 0;
padding: 0;
right: 0;
left: auto; }
.background-image-holder {
position: absolute;
height: 100%;
top: 0;
right: 0;
background-size: cover !important;
background-position: 50% 50% !important;
-webkit-transition: opacity .3s linear;
transition: opacity .3s linear;
display: block;
width: 100%; }
.social-bg-hover {
position: relative;
color: #ffffff; }
.social-bg-hover:before {
content: "";
color: #ffffff;
width: 100%;
height: 100%;
display: inline-block;
position: absolute;
left: 0;
top: 0; }
.social-bg-hover:hover {
color: #ffffff; }
.social-bg-hover:hover:before {
background-color: rgba(0, 0, 0, 0.1); }
.social-bg-hover span {
position: relative; }
.facebook-bg {
background-color: #445c8e; }
.twitter-bg {
background-color: #43afe9; }
.google-bg {
background-color: #dc0510; }
.instagram-bg {
background-color: #DD2A7B; }
.linkedin-bg {
background-color: #007eb3; }
/* error */
.error-text {
font-size: 268px;
line-height: 266px;
font-weight: 800;
font-family: "Montserrat", sans-serif;
color: #242536; }
@media (max-width: 991px) {
.imageblock-section-img {
position: relative;
height: 400px; } }
@media (max-width: 767px) {
/* Section title */
.section-title {
margin-bottom: 30px; }
.section-title p {
margin-bottom: 20px; }
.get-touch {
margin-top: 50px; }
/* Sticky Image */
.sticky-img.right-split,
.sticky-img.left-split {
position: inherit;
top: 0;
width: 90%;
right: 0;
left: 0;
margin: auto;
margin-bottom: 30px; }
/* error */
.error-text {
font-size: 210px;
line-height: 220px; } }
@media only screen and (max-width: 767px) and (min-width: 575px) {
.get-touch svg {
bottom: -50px; } }
@media (max-width: 575px) {
/* error */
.error-text {
font-size: 120px;
line-height: 130px; } }
/*****************************
Footer
*****************************/
.footer {
position: relative;
overflow: hidden; }
.footer .shape-06 {
position: absolute;
left: -140px;
bottom: -80px;
opacity: 0.1; }
.footer hr {
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 70px;
margin-bottom: 70px; }
.footer .footer-link ul li {
margin-bottom: 15px; }
.footer .footer-link ul li:last-child {
margin-bottom: 0; }
.footer .footer-link ul li a {
color: #323232; }
.footer .footer-link ul li a:hover {
color:#007bff; }
.footer .footer-bottom {
margin-top: 60px;
padding: 40px 0 20px; }
.footer .footer-bottom .copyright p {
font-size: 14px;
color: #999999; }
.footer .footer-bottom .social-icon ul li a {
color: #ffffff; }
.footer .footer-bottom .social-icon ul li a:hover {
color:#007bff; }
.footer .footer-bottom .footer-bottom-link {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
padding: 0;
margin: 0; }
.footer .footer-bottom .footer-bottom-link li {
list-style-type: none; }
.footer .footer-bottom .footer-bottom-link li a {
display: block;
font-size: 15px;
color: #cdcdcd;
padding: 0px 20px; }
.footer .footer-bottom .footer-bottom-link li a:hover {
color:#007bff; }
.footer .footer-bottom .footer-bottom-link li:last-child a {
padding-right: 0px; }
.footer form .form-group .form-control {
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.02);
color: #ffffff;
padding-right: 20px; }
.footer form .form-group .form-control:-moz-placeholder {
color: #c1c1c1; }
.footer form .form-group .form-control:-ms-input-placeholder {
color: #c1c1c1; }
.footer form .form-group .form-control:-webkit-input-placeholder {
color: #c1c1c1; }
/* Footer 02 */
.footer.footer-02 .footer-bottom {
background: rgba(255, 255, 255, 0.1);
padding: 30px 0;
margin-top: 100px; }
.footer.footer-02 .map {
height: 100%; }
.footer.footer-02 .footer-logo {
height: 100%;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.footer.footer-02 .footer-logo svg {
width: 90%;
height: 100%; }
.footer.bg-dark .footer-link ul li a {
color: #999999; }
.footer.bg-dark .footer-link ul li a:hover {
color:#007bff; }
/*****************************
Responsive
*****************************/
@media (max-width: 1199px) {
.footer.footer-02 .footer-logo svg {
width: 100%; } }
@media (max-width: 991px) {
.footer hr {
margin-top: 50px;
margin-bottom: 50px; }
.footer .footer-bottom {
margin-top: 20px; }
.footer.footer-02 .footer-bottom {
margin-top: 70px; }
.footer.footer-02 .footer-logo {
height: auto; }
.footer.footer-02 .footer-logo {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
.footer.footer-02 .map {
height: 350px; } }
@media (max-width: 767px) {
.footer hr {
margin-top: 30px;
margin-bottom: 30px; }
.footer .footer-bottom {
margin-top: 0px; }
.footer.footer-02 .footer-bottom {
margin-top: 50px; } }
/*****************************
Blog
*****************************/
.blog-post {
border-radius: 3px;
position: relative;
overflow: hidden; }
.blog-post .blog-post-content {
padding: 30px;
background: #fcfcfc; }
.blog-post .blog-post-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 15px; }
.blog-post .blog-post-meta .blog-post-date {
position: relative;
padding-right: 16px; }
.blog-post .blog-post-meta .blog-post-date:before {
position: absolute;
right: 0;
width: 2px;
height: 15px;
background: #626262;
content: "";
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.blog-post .blog-post-meta a {
color: #626262;
font-weight: 500; }
.blog-post .blog-post-meta a:hover {
color:#007bff; }
.blog-post .blog-post-meta .blog-post-author {
padding-left: 20px;
font-weight: 500; }
.blog-post .blog-post-title {
line-height: 28px;
margin-bottom: 0; }
.blog-post .blog-post-image img {
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
@media (max-width: 479px) {
.blog-post .blog-post-meta {
display: block; }
.blog-post .blog-post-meta .blog-post-date {
padding-right: 0;
margin-bottom: 8px; }
.blog-post .blog-post-meta .blog-post-date:before {
display: none; }
.blog-post .blog-post-meta .blog-post-author {
padding-left: 0px;
margin-bottom: 8px; } }
/*************************
Display Responsive
*************************/
@media only screen and (max-width: 991px) and (min-width: 768px) {
.container {
max-width: 96%; } }
@media (min-width: 1200px) {
/* container */
.container {
max-width: 1170px; } }
@media (min-width: 1500px) {
/* container */
.container {
max-width: 1400px; } }
@media (max-width: 991px) {
/* Page section margin padding */
.space-ptb {
padding: 70px 0; }
.space-pt {
padding-top: 70px; }
.space-pb {
padding-bottom: 70px; }
.space-sm-ptb {
padding: 50px 0; }
.space-sm-pt {
padding-top: 50px; }
.space-sm-pb {
padding-bottom: 50px; }
.space-lg-mt {
margin-top: 100px; } }
@media (max-width: 767px) {
/* container */
.container {
max-width: 100%; }
/* Page section margin padding */
.space-ptb {
padding: 50px 0; }
.space-pt {
padding-top: 50px; }
.space-pb {
padding-bottom: 50px; }
.space-sm-ptb {
padding: 30px 0; }
.space-sm-pt {
padding-top: 30px; }
.space-sm-pb {
padding-bottom: 30px; }
.space-lg-mt {
margin-top: 70px; } }
/* */
.titulo {
text-transform: uppercase;
font-size: 2rem;
}
.boton-transparente {
display: inline-block;
color: #fff;
border: 2px solid #fff;
text-align: center;
outline: none;
text-decoration: none;
transition: background-color 0.2s ease-out,
color 0.2s ease-out;
}
.boton-transparente:hover,
.boton-transparente:active {
background-color: #fff;
color: #007bff;
transition: background-color 0.3s ease-in,
color 0.3s ease-in;
}
.boton-orange {
display: inline-block;
background-color: #f39135;
color: #fff;
text-align: center;
outline: none;
text-decoration: none;
}
.boton-orange:hover,
.boton-orange:active {
background-color: #007bff;
color: #fff;
transition: background-color 0.3s ease-in,
color 0.3s ease-in;
}
.img-icon {
font-size: 82px;
line-height: 52px;
font-weight: 500;
color: #007bff;
}
/*****/
.resume_top-info_short_description {
color: #8f96a3;
font-size: 14px;
font-weight: 500;
margin-top: 0;
}
.resume_top-info_location {
color: #8f96a3;
display: inline-block;
font-size: 14px;
margin: 0 10px 0 0;
}
.resume_top-info_since {
color: #8f96a3;
display: inline-block;
font-size: 14px;
line-height: 22px;
margin: 0;
}
.resume_top-tags .tag {
color: #495469;
background: transparent;
display: inline-block;
font-size: 13px;
line-height: 15px;
font-weight: 500;
border: 1px solid #dfe3e9;
border-radius: 12px;
padding: 2px 16px;
margin-right: 8px;
margin-bottom: 8px;
text-decoration: none;
}
.display-5 {
font-size: 2.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-6 {
font-size: 1.5rem;
font-weight: 300;
line-height: 1.2;
}
.feature-online {
position: relative;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
overflow: hidden;
height: 100%;
}
.feature-online i {
font-style: normal;
font-size: 30px;
display: inline-block;
background: -webkit-linear-gradient(#00bd28, #125f13);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #1ce848;
}
.feature-offline i {
font-style: normal;
font-size: 30px;
display: inline-block;
background: -webkit-linear-gradient(#393b3a, #777a7a);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #393b3a;
} | public/web/css/style.css | [ Table of contents ]
================================================
:: Typography
:: Helper Classes
:: Shortcodes
- Accordion
- Button
- Client
- Countdown
- Counter
- Feature Info
- List Style
- Owl Carousel
- Portfolio
- Pricing Table
- Skill
- Social Icon
- Swiper Slider
- Team
- Testimonial
:: Header
- Header 02
- Header 03
:: Layout
- Section Title
- Sticky column
:: Blog
:: Not Found
:: Footer
- Footer 02
:: Responsive
======================================
[ End table content ]
======================================*/
/*****************************
Typography
*****************************/
body {
font-family: "Heebo", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 14px;
line-height: 1.5;
color: #626262;
overflow-x: hidden;
}
a {
outline: medium none !important;
color:#007bff;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
a:focus {
color:#007bff;
text-decoration: none !important; }
a:hover {
color:#007bff;
text-decoration: none !important; }
input {
outline: medium none !important;
color:#007bff; }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
font-family: "Montserrat", sans-serif;
font-weight: normal;
color: #323232;
margin-top: 0px;
font-weight: 700; }
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
color: inherit; }
h1, .h1 {
font-size: 52px;
font-style: normal; }
h2, .h2 {
font-size: 36px; }
h3, .h3 {
font-size: 30px; }
h4, .h4 {
font-size: 24px; }
h5, .h5 {
font-size: 18px; }
h6, .h6 {
font-size: 16px; }
p {
line-height: 1.8; }
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary p {
color: #ffffff; }
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark p {
color: #ffffff; }
.bg-primary-gradient h1,
.bg-primary-gradient h2,
.bg-primary-gradient h3,
.bg-primary-gradient h4,
.bg-primary-gradient h5,
.bg-primary-gradient h6,
.bg-primary-gradient p {
color: #ffffff; }
section {
position: relative; }
label {
font-weight: normal; }
.lead {
font-weight: 400;
font-size: 18px; }
*::-moz-selection {
background:#007bff;
color: #ffffff;
text-shadow: none; }
::-moz-selection {
background:#007bff;
color: #ffffff;
text-shadow: none; }
::selection {
background:#007bff;
color: #ffffff;
text-shadow: none; }
/* form-control */
.form-control {
border: none;
background-color: #f4f4f5;
height: 48px;
padding: 10px 20px;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 14px;
font-weight: 400;
color: #999999;
border-radius: 3px;
background-clip: inherit !important; }
.form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color:#007bff;
background-color: #f4f4f5; }
.form-control::-moz-placeholder {
color: #999999; }
.form-control::-ms-input-placeholder {
color: #999999; }
.form-control::-webkit-input-placeholder {
color: #999999; }
/* form-dark */
.form-dark .form-control {
background-color: #ffffff; }
.form-dark .form-control:focus {
-webkit-box-shadow: 0px 8px 27px 0px rgba(153, 153, 153, 0.15);
box-shadow: 0px 8px 27px 0px rgba(153, 153, 153, 0.15);
border-color:#007bff; }
.form-dark .form-control::-moz-placeholder {
color: #999999; }
.form-dark .form-control::-ms-input-placeholder {
color: #999999; }
.form-dark .form-control::-webkit-input-placeholder {
color: #999999; }
.form-dark .custom-checkbox .custom-control-label:before {
border: 1px solid #c1c1c1; }
/* custom-file */
.custom-file {
height: 50px; }
.custom-file .custom-file-input {
height: 50px;
color: #323232;
border-radius: 3px;
border-color: #eeeeee; }
.custom-file .custom-file-input:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color:#007bff; }
.custom-file .custom-file-label {
height: 50px;
font-size: 14px;
font-weight: 600;
color: #323232;
border-color: #eeeeee;
padding: 15px 90px 15px 20px;
border-radius: 3px; }
.custom-file .custom-file-label:after {
height: 48px;
padding: 14px 25px; }
.custom-file-input:focus ~ .custom-file-label {
-webkit-box-shadow: none;
box-shadow: none;
border-color:#007bff; }
/* input-group-prepend */
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
background: transparent;
border-color: #eeeeee;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
/* checkbox */
.custom-control-input:checked ~ .custom-control-label:before {
background:#007bff;
border-color:#007bff; }
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
background: transparent;
border-color: transparent; }
.custom-control-input:focus ~ .custom-control-label:before {
-webkit-box-shadow: none;
box-shadow: none; }
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
border-color: #eeeeee; }
.custom-control-label:before {
top: 2px; }
.custom-control-label:after {
top: 2px; }
.custom-checkbox .custom-control-label:before {
border-radius: 3px;
border: 2px solid #f4f4f5; }
.form-group .form-radio .custom-control-input:checked ~ .custom-control-label::after {
background: #323232;
border-color: #323232;
border-radius: 50%; }
/* border */
.border {
border-color: #eeeeee !important; }
.border-top {
border-top-color: #eeeeee !important; }
.border-left {
border-left-color: #eeeeee !important; }
.border-right {
border-right-color: #eeeeee !important; }
.border-bottom {
border-bottom-color: #eeeeee !important; }
.border-primary {
border-color:#007bff !important; }
.border-dark {
border-color: #242536 !important; }
/* border-radius */
.border-radius {
border-radius: 3px !important; }
.border-radius-none {
border-radius: 0 !important; }
.border-radius-left-none {
border-radius: 0 3px 3px 0; }
.border-radius-right-none {
border-radius: 3px 0 0 3px; }
/* badge */
.badge + .badge {
margin-left: 6px; }
.badge-md {
padding: 5px 8px;
font-size: 13px;
font-weight: normal; }
.badge-primary {
background:#007bff; }
/*****************************
Responsive
*****************************/
@media (max-width: 991px) {
/* Typography */
h1, .h1 {
font-size: 48px; }
h2, .h2 {
font-size: 30px; }
h3, .h3 {
font-size: 24px; }
h4, .h4 {
font-size: 20px; } }
@media (max-width: 767px) {
/* Typography */
h1, .h1 {
font-size: 42px;
font-style: normal; }
h2, .h2 {
font-size: 28px; }
h2, .title {
font-size: 28px;
}
}
@media (max-width: 479px) {
/* Typography */
h1, .h1 {
font-size: 36px;
font-style: normal; }
h2, .h2 {
font-size: 26px; }
h3, .h3 {
font-size: 20px; }
h4, .h4 {
font-size: 18px; }
h5, .h5 {
font-size: 16px; }
h6, .h6 {
font-size: 14px; }
h2, .title {
font-size: 26px;
}
}
/*****************************
Helper Classes
*****************************/
/* Text Color */
.text-primary {
color:#007bff !important; }
.text-dark {
color: #323232 !important; }
.text-light {
color: #fcfcfc !important; }
.text-muted {
color: #999999 !important; }
.text-gradient {
background: -webkit-linear-gradient(#007bff, #3e3c91);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
/* Background Color */
.bg-primary {
background:#007bff !important; }
.bg-dark {
background: #242536 !important; }
.bg-gray {
background: #f4f4f5 !important; }
.bg-light {
background: #fcfcfc !important; }
.bg-primary-gradient {
background: -webkit-gradient(linear, left top, right top, color-stop(30%,#007bff), to(#fa3a72)) !important;
background: linear-gradient(to right,#007bff 30%, #3e3c91 100%) !important; }
.bg-dark-gradient {
background: -webkit-gradient(linear, left top, right top, color-stop(10%, #161427), to(#592036)) !important;
background: linear-gradient(to right, #161427 10%, #203059 100%) !important; }
/* fill */
.fill-primary {
fill:#007bff;
fill-rule: evenodd; }
.fill-dark {
fill: #242536;
fill-rule: evenodd; }
.fill-gray {
fill: #f4f4f5;
fill-rule: evenodd; }
.fill-light {
fill: #fcfcfc;
fill-rule: evenodd; }
.fill-white {
fill: #ffffff;
fill-rule: evenodd; }
.fill-gradient {
fill: url(#Gradient);
fill-rule: evenodd; }
.fill-gradient-02 {
fill: url(#Gradient-02);
fill-rule: evenodd; }
.fill-gradient-1 {
stop-color:#007bff; }
.fill-gradient-2 {
stop-color: #3e3c91; }
/* Page section margin padding */
.space-lg-ptb {
padding: 160px 0; }
.space-lg-pt {
padding-top: 160px; }
.space-lg-pb {
padding-bottom: 160px; }
.space-ptb {
padding: 100px 0; }
.space-pt {
padding-top: 100px; }
.space-pb {
padding-bottom: 100px; }
.space-sm-ptb {
padding: 70px 0; }
.space-sm-pt {
padding-top: 70px; }
.space-sm-pb {
padding-bottom: 70px; }
.space-lg-mt {
margin-top: 150px; }
/* position */
.top-0 {
top: 0; }
.bottom-0 {
bottom: 0; }
.left-0 {
left: 0; }
.right-0 {
right: 0; }
.position-center {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.top-50 {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.left-50 {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
/* z index */
.z-index-1 {
z-index: 1; }
.z-index-9 {
z-index: 9; }
.z-index-99 {
z-index: 99; }
.z-index-999 {
z-index: 999; }
.z-index-n1 {
z-index: -1; }
/* Opacity */
.opacity-10 {
opacity: 0.1; }
.opacity-20 {
opacity: 0.2; }
.opacity-30 {
opacity: 0.3; }
.opacity-40 {
opacity: 0.4; }
.opacity-50 {
opacity: 0.5; }
.opacity-60 {
opacity: 0.6; }
.opacity-70 {
opacity: 0.7; }
.opacity-80 {
opacity: 0.8; }
.opacity-90 {
opacity: 0.9; }
.opacity-100 {
opacity: 1; }
/* Font Size */
.display-1 {
font-size: 9rem;
line-height: 1;
font-weight: 800; }
.display-2 {
font-size: 8rem;
line-height: 1.2;
font-weight: 800; }
.display-3 {
font-size: 7rem;
line-height: 1.2;
font-weight: 800; }
.display-4 {
font-size: 6rem;
line-height: 1.2;
font-weight: 800; }
.display-5 {
font-size: 5rem;
line-height: 1.2; }
.display-6 {
font-size: 4rem;
line-height: 1.2; }
.display-7 {
font-size: 3rem;
line-height: 1.2; }
.display-8 {
font-size: 2.5rem;
line-height: 1.2; }
.display-9 {
font-size: 1.5rem;
line-height: 1.4; }
.display-10 {
font-size: 1rem;
line-height: 1.4; }
/* Overflow hidden */
.overflow-y-hidden {
overflow-y: hidden; }
.overflow-x-hidden {
overflow-x: hidden; }
/*****************************
Display Responsive
*****************************/
@media (max-width: 1199px) {
/* Font Size */
.display-1 {
font-size: 8rem; }
.display-2 {
font-size: 7rem; }
.display-3 {
font-size: 6rem; }
.display-4 {
font-size: 5rem; }
.display-5 {
font-size: 4.5rem; }
.display-6 {
font-size: 4rem; }
.display-7 {
font-size: 2.5rem; }
.display-8 {
font-size: 2rem; } }
@media (max-width: 991px) {
/* Font Size */
.display-1 {
font-size: 7rem; }
.display-2 {
font-size: 6rem; }
.display-3 {
font-size: 5rem; }
.display-4 {
font-size: 4.5rem; }
.display-5 {
font-size: 4rem; }
.display-6 {
font-size: 3rem; } }
@media (max-width: 767px) {
/* Font Size */
.display-1 {
font-size: 6rem; }
.display-2 {
font-size: 5rem; }
.display-3 {
font-size: 4rem; }
.display-4 {
font-size: 3.5rem; }
.display-5 {
font-size: 3rem; }
.display-6 {
font-size: 2.5rem; }
.display-7 {
font-size: 2.3rem; }
.display-9 {
font-size: 1.3rem; } }
@media (max-width: 575px) {
/* Font Size */
.display-1 {
font-size: 5rem; }
.display-2 {
font-size: 4rem; }
.display-3 {
font-size: 3rem; }
.display-4 {
font-size: 2.5rem; }
.display-5 {
font-size: 2rem; }
.display-6 {
font-size: 1.8rem; }
.display-7 {
font-size: 1.6rem; }
.display-8 {
font-size: 1.5rem; }
.display-9 {
font-size: 1.2rem; } }
/* Height */
.h-100vh {
height: 100vh !important; }
.h-900 {
height: 900px; }
.h-800 {
height: 800px; }
.h-700 {
height: 700px; }
.h-600 {
height: 600px; }
.h-500 {
height: 500px; }
.h-400 {
height: 400px; }
.h-300 {
height: 300px; }
/*****************************
Height Responsive
*****************************/
@media (max-width: 1199px) {
/* Height */
.h-lg-800 {
height: 800px; }
.h-lg-700 {
height: 700px; }
.h-lg-600 {
height: 600px; }
.h-lg-500 {
height: 500px; }
.h-lg-400 {
height: 400px; }
.h-lg-300 {
height: 300px; } }
@media (max-width: 991px) {
/* Height */
.h-md-800 {
height: 800px; }
.h-md-700 {
height: 700px; }
.h-md-600 {
height: 600px; }
.h-md-500 {
height: 500px; }
.h-md-400 {
height: 400px; }
.h-md-300 {
height: 300px; }
.h-md-auto {
height: auto; } }
@media (max-width: 767px) {
/* Height */
.h-sm-600 {
height: 600px; }
.h-sm-500 {
height: 500px; }
.h-sm-400 {
height: 400px; }
.h-sm-300 {
height: 300px; }
.h-sm-auto {
height: auto; } }
/* padding */
.p-6 {
padding: 5rem !important; }
.pt-6,
.py-6 {
padding-top: 5rem !important; }
.pr-6,
.px-6 {
padding-right: 5rem !important; }
.pb-6,
.py-6 {
padding-bottom: 5rem !important; }
.pl-6,
.px-6 {
padding-left: 5rem !important; }
/* margin */
.m-6 {
margin: 7rem !important; }
.mr-6,
.mx-6 {
margin-right: 7rem !important; }
.ml-6,
.mx-6 {
margin-left: 7rem !important; }
.mt-6,
.my-6 {
margin-top: 7rem !important; }
.mb-6,
.my-6 {
margin-bottom: 7rem !important; }
.m-7 {
margin: 9rem !important; }
.mr-7,
.mx-7 {
margin-right: 9rem !important; }
.ml-7,
.mx-7 {
margin-left: 9rem !important; }
.mt-7,
.my-7 {
margin-top: 9rem !important; }
.mb-7,
.my-7 {
margin-bottom: 9rem !important; }
.m-8 {
margin: 10rem !important; }
.mr-8,
.mx-8 {
margin-right: 10rem !important; }
.ml-8,
.mx-8 {
margin-left: 10rem !important; }
.mt-8,
.my-8 {
margin-top: 10rem !important; }
.mb-8,
.my-8 {
margin-bottom: 10rem !important; }
.m-9 {
margin: 12rem !important; }
.mr-9,
.mx-9 {
margin-right: 12rem !important; }
.ml-9,
.mx-9 {
margin-left: 12rem !important; }
.mt-9,
.my-9 {
margin-top: 12rem !important; }
.mb-9,
.my-9 {
margin-bottom: 12rem !important; }
.m-10 {
margin: 14rem !important; }
.mr-10,
.mx-10 {
margin-right: 14rem !important; }
.ml-10,
.mx-10 {
margin-left: 14rem !important; }
.mt-10,
.my-10 {
margin-top: 14rem !important; }
.mb-10,
.my-10 {
margin-bottom: 14rem !important; }
.m-n6 {
margin: -7rem !important; }
.mt-n6,
.my-n6 {
margin-top: -7rem !important; }
.mr-n6,
.mx-n6 {
margin-right: -7rem !important; }
.mb-n6,
.my-n6 {
margin-bottom: -7rem !important; }
.ml-n6,
.mx-n6 {
margin-left: -7rem !important; }
.m-n7 {
margin: -9rem !important; }
.mt-n7,
.my-n7 {
margin-top: -9rem !important; }
.mr-n7,
.mx-n7 {
margin-right: -9rem !important; }
.mb-n7,
.my-n7 {
margin-bottom: -9rem !important; }
.ml-n7,
.mx-n7 {
margin-left: -9rem !important; }
.m-n8 {
margin: -10rem !important; }
.mt-n8,
.my-n8 {
margin-top: -10rem !important; }
.mr-n8,
.mx-n8 {
margin-right: -10rem !important; }
.mb-n8,
.my-n8 {
margin-bottom: -10rem !important; }
.ml-n8,
.mx-n8 {
margin-left: -10rem !important; }
.m-n9 {
margin: -12rem !important; }
.mt-n9,
.my-n9 {
margin-top: -12rem !important; }
.mr-n9,
.mx-n9 {
margin-right: -12rem !important; }
.mb-n9,
.my-n9 {
margin-bottom: -12rem !important; }
.ml-n9,
.mx-n9 {
margin-left: -12rem !important; }
.m-n10 {
margin: -14rem !important; }
.mt-n10,
.my-n10 {
margin-top: -14rem !important; }
.mr-n10,
.mx-n10 {
margin-right: -14rem !important; }
.mb-n10,
.my-n10 {
margin-bottom: -14rem !important; }
.ml-n10,
.mx-n10 {
margin-left: -14rem !important; }
@media (min-width: 576px) {
/* Margin */
.m-sm-n6 {
margin: -7rem !important; }
.mt-sm-n6,
.my-sm-n6 {
margin-top: -7rem !important; }
.mr-sm-n6,
.mx-sm-n6 {
margin-right: -7rem !important; }
.mb-sm-n6,
.my-sm-n6 {
margin-bottom: -7rem !important; }
.ml-sm-n6,
.mx-sm-n6 {
margin-left: -7rem !important; }
.m-sm-n7 {
margin: -9rem !important; }
.mt-sm-n7,
.my-sm-n7 {
margin-top: -9rem !important; }
.mr-sm-n7,
.mx-sm-n7 {
margin-right: -9rem !important; }
.mb-sm-n7,
.my-sm-n7 {
margin-bottom: -9rem !important; }
.ml-sm-n7,
.mx-sm-n7 {
margin-left: -9rem !important; }
.ml-sm-n9 {
margin-left: -12rem !important; }
.ml-sm-n10 {
margin-left: -14rem !important; }
/* Padding */
.p-sm-6 {
padding: 5rem !important; }
.pl-sm-6,
.px-sm-6 {
padding-left: 5rem !important; }
.pt-sm-6,
.py-sm-6 {
padding-top: 5rem !important; }
.pb-sm-6,
.py-sm-6 {
padding-bottom: 5rem !important; }
.pr-sm-6,
.py-sm-6 {
padding-right: 5rem !important; }
/* border */
.border-sm-0 {
border: 0 !important; }
.border-sm-top {
border-top: 1px solid #eeeeee !important; }
.border-sm-right {
border-right: 1px solid #eeeeee !important; }
.border-sm-bottom {
border-bottom: 1px solid #eeeeee !important; }
.border-sm-left {
border-left: 1px solid #eeeeee !important; } }
@media (min-width: 768px) {
/* Margin */
.m-md-n6 {
margin: -7rem !important; }
.mt-md-n6,
.my-md-n6 {
margin-top: -7rem !important; }
.mr-md-n6,
.mx-md-n6 {
margin-right: -7rem !important; }
.mb-md-n6,
.my-md-n6 {
margin-bottom: -7rem !important; }
.ml-md-n6,
.mx-md-n6 {
margin-left: -7rem !important; }
.m-md-n7 {
margin: -9rem !important; }
.mt-md-n7,
.my-md-n7 {
margin-top: -9rem !important; }
.mr-md-n7,
.mx-md-n7 {
margin-right: -9rem !important; }
.mb-md-n7,
.my-md-n7 {
margin-bottom: -9rem !important; }
.ml-md-n7,
.mx-md-n7 {
margin-left: -9rem !important; }
.ml-md-n9 {
margin-left: -12rem !important; }
.ml-md-n10 {
margin-left: -14rem !important; }
/* Padding */
.py-md-0 {
padding-bottom: 0rem !important;
padding-top: 0rem !important; }
.p-md-6 {
padding: 5rem !important; }
.pl-md-6,
.px-md-6 {
padding-left: 5rem !important; }
.pt-md-6,
.py-md-6 {
padding-top: 5rem !important; }
.pb-md-6,
.py-md-6 {
padding-bottom: 5rem !important; }
.pr-md-6,
.px-md-6 {
padding-right: 5rem !important; }
/* border */
.border-md-0 {
border: 0 !important; }
.border-md-top {
border-top: 1px solid #eeeeee !important; }
.border-md-right {
border-right: 1px solid #eeeeee !important; }
.border-md-bottom {
border-bottom: 1px solid #eeeeee !important; }
.border-md-left {
border-left: 1px solid #eeeeee !important; } }
@media (min-width: 992px) {
/* Margin */
.m-lg-n6 {
margin: -7rem !important; }
.mt-lg-n6,
.my-lg-n6 {
margin-top: -7rem !important; }
.mr-lg-n6,
.mx-lg-n6 {
margin-right: -7rem !important; }
.mb-lg-n6,
.my-lg-n6 {
margin-bottom: -7rem !important; }
.ml-lg-n6,
.mx-lg-n6 {
margin-left: -7rem !important; }
.m-lg-n7 {
margin: -9rem !important; }
.mt-lg-n7,
.my-lg-n7 {
margin-top: -9rem !important; }
.mr-lg-n7,
.mx-lg-n7 {
margin-right: -9rem !important; }
.mb-lg-n7,
.my-lg-n7 {
margin-bottom: -9rem !important; }
.ml-lg-n7,
.mx-lg-n7 {
margin-left: -9rem !important; }
.ml-lg-n9 {
margin-left: -12rem !important; }
.ml-lg-n10 {
margin-left: -14rem !important; }
/* Padding */
.p-lg-6 {
padding: 5rem !important; }
.pl-lg-6,
.px-lg-6 {
padding-left: 5rem !important; }
.pt-lg-6,
.py-lg-6 {
padding-top: 5rem !important; }
.pb-lg-6,
.py-lg-6 {
padding-bottom: 5rem !important; }
.pr-lg-6,
.px-lg-6 {
padding-right: 5rem !important; }
/* border */
.border-lg-0 {
border: 0 !important; }
.border-lg-top {
border-top: 1px solid #eeeeee !important; }
.border-lg-right {
border-right: 1px solid #eeeeee !important; }
.border-lg-bottom {
border-bottom: 1px solid #eeeeee !important; }
.border-lg-left {
border-left: 1px solid #eeeeee !important; } }
@media (min-width: 1200px) {
/* Margin */
.m-xl-n6 {
margin: -7rem !important; }
.mt-xl-n6,
.my-xl-n6 {
margin-top: -7rem !important; }
.mr-xl-n6,
.mx-xl-n6 {
margin-right: -7rem !important; }
.mb-xl-n6,
.my-xl-n6 {
margin-bottom: -7rem !important; }
.ml-xl-n6,
.mx-xl-n6 {
margin-left: -7rem !important; }
.m-xl-n7 {
margin: -9rem !important; }
.mt-xl-n7,
.my-xl-n7 {
margin-top: -9rem !important; }
.mr-xl-n7,
.mx-xl-n7 {
margin-right: -9rem !important; }
.mb-xl-n7,
.my-xl-n7 {
margin-bottom: -9rem !important; }
.ml-xl-n7,
.mx-xl-n7 {
margin-left: -9rem !important; }
.ml-xl-n9 {
margin-left: -12rem !important; }
.ml-xl-n10 {
margin-left: -14rem !important; }
/* Padding */
.p-xl-6 {
padding: 5rem !important; }
.pl-xl-6,
.px-xl-6 {
padding-left: 5rem !important; }
.pt-xl-6,
.py-xl-6 {
padding-top: 5rem !important; }
.pb-xl-6,
.py-xl-6 {
padding-bottom: 5rem !important; }
.pr-xl-6,
.px-xl-6 {
padding-right: 5rem !important; }
/* border */
.border-xl-0 {
border: 0 !important; }
.border-xl-top {
border-top: 1px solid #eeeeee !important; }
.border-xl-right {
border-right: 1px solid #eeeeee !important; }
.border-xl-bottom {
border-bottom: 1px solid #eeeeee !important; }
.border-xl-left {
border-left: 1px solid #eeeeee !important; } }
/* pre-loader */
#pre-loader {
background-color: #ffffff;
height: 100%;
width: 100%;
position: fixed;
z-index: 1;
margin-top: 0px;
top: 0px;
left: 0px;
bottom: 0px;
overflow: hidden !important;
right: 0px;
z-index: 999999; }
#pre-loader img {
text-align: center;
left: 0;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 99;
margin: 0 auto; }
/* Background overlay */
.bg-holder {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
width: 100%; }
.bg-overlay-black-10 {
position: relative;
z-index: 1; }
.bg-overlay-black-10:before {
background: rgba(36, 37, 54, 0.1);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-black-20 {
position: relative;
z-index: 1; }
.bg-overlay-black-20:before {
background: rgba(36, 37, 54, 0.2);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-black-30 {
position: relative;
z-index: 1; }
.bg-overlay-black-30:before {
background: rgba(36, 37, 54, 0.3);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-black-40 {
position: relative;
z-index: 1; }
.bg-overlay-black-40:before {
background: rgba(36, 37, 54, 0.4);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-black-50 {
position: relative;
z-index: 1; }
.bg-overlay-black-50:before {
background: rgba(36, 37, 54, 0.5);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-black-60 {
position: relative;
z-index: 1; }
.bg-overlay-black-60:before {
background: rgba(36, 37, 54, 0.6);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-black-70 {
position: relative;
z-index: 1; }
.bg-overlay-black-70:before {
background: rgba(36, 37, 54, 0.7);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-black-80 {
position: relative;
z-index: 1; }
.bg-overlay-black-80:before {
background: rgba(36, 37, 54, 0.8);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-black-90 {
position: relative;
z-index: 1; }
.bg-overlay-black-90:before {
background: rgba(36, 37, 54, 0.9);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-10 {
position: relative;
z-index: 1; }
.bg-overlay-white-10:before {
background: rgba(255, 255, 255, 0.1);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-20 {
position: relative;
z-index: 1; }
.bg-overlay-white-20:before {
background: rgba(255, 255, 255, 0.2);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-30 {
position: relative;
z-index: 1; }
.bg-overlay-white-30:before {
background: rgba(255, 255, 255, 0.3);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-40 {
position: relative;
z-index: 1; }
.bg-overlay-white-40:before {
background: rgba(255, 255, 255, 0.4);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-50 {
position: relative;
z-index: 1; }
.bg-overlay-white-50:before {
background: rgba(255, 255, 255, 0.5);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-60 {
position: relative;
z-index: 1; }
.bg-overlay-white-60:before {
background: rgba(255, 255, 255, 0.6);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-70 {
position: relative;
z-index: 1; }
.bg-overlay-white-70:before {
background: rgba(255, 255, 255, 0.7);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-80 {
position: relative;
z-index: 1; }
.bg-overlay-white-80:before {
background: rgba(255, 255, 255, 0.8);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-white-90 {
position: relative;
z-index: 1; }
.bg-overlay-white-90:before {
background: rgba(255, 255, 255, 0.9);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-primary-20 {
position: relative;
z-index: 1; }
.bg-overlay-primary-20:before {
background: rgba(253, 70, 50, 0.2);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-primary-50 {
position: relative;
z-index: 1; }
.bg-overlay-primary-50:before {
background: rgba(253, 70, 50, 0.5);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-primary-70 {
position: relative;
z-index: 1; }
.bg-overlay-primary-70:before {
background: rgba(253, 70, 50, 0.7);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.bg-overlay-primary-90 {
position: relative;
z-index: 1; }
.bg-overlay-primary-90:before {
background: rgba(253, 70, 50, 0.9);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
/* avatar */
.avatar {
width: 50px;
height: 50px;
display: inline-block; }
.avatar.avatar-sm {
width: 20px;
height: 20px; }
.avatar.avatar-md {
width: 80px;
height: 80px; }
.avatar.avatar-lg {
width: 145px;
height: 145px; }
.avatar-img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
/* grayscale */
.grayscale {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.grayscale:hover {
-webkit-filter: inherit;
filter: inherit; }
/* pagination */
.pagination .page-link {
color:#007bff; }
/* Contact-info */
.contact-info ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 15px; }
.contact-info ul li:last-child {
margin-bottom: 0; }
.contact-info ul li span {
margin-left: 15px; }
.contact-info ul li i {
margin-top: 5px; }
.post-navigation .nav-previous a {
padding: 0;
text-align: left; }
.post-navigation .nav-previous a span {
margin-left: 0;
margin-right: 15px; }
.post-navigation .nav-previous a span:before {
right: auto;
left: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.post-navigation .nav-previous a span:after {
right: auto;
left: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.post-navigation .nav-previous a:hover {
color:#007bff; }
.post-navigation .nav-previous a:focus {
color:#007bff; }
.post-navigation .nav-previous a:active {
color:#007bff; }
.post-navigation .nav-next a {
padding: 0;
text-align: right; }
.post-navigation .nav-next a:hover {
color:#007bff; }
.post-navigation .nav-next a:focus {
color:#007bff; }
.post-navigation .nav-next a:active {
color:#007bff; }
.post-navigation .nav-title {
margin-bottom: 0;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 200px;
display: inline-block; }
.post-tags a {
color: #626262; }
.post-tags a:hover {
color:#007bff; }
@media (max-width: 991px) {
/* Page section margin padding */
.space-lg-ptb {
padding: 100px 0; }
.space-lg-pt {
padding-top: 100px; }
.space-lg-pb {
padding-bottom: 100px; }
.space-ptb {
padding: 70px 0; }
.space-pt {
padding-top: 70px; }
.space-pb {
padding-bottom: 70px; }
.space-sm-ptb {
padding: 50px 0; }
.space-sm-pt {
padding-top: 50px; }
.space-sm-pb {
padding-bottom: 50px; }
.space-lg-mt {
margin-top: 100px; } }
@media (max-width: 767px) {
/* container */
.container {
max-width: 100%; }
/* Page section margin padding */
.space-lg-ptb {
padding: 70px 0; }
.space-lg-pt {
padding-top: 70px; }
.space-lg-pb {
padding-bottom: 70px; }
.space-ptb {
padding: 50px 0; }
.space-pt {
padding-top: 50px; }
.space-pb {
padding-bottom: 50px; }
.space-sm-ptb {
padding: 30px 0; }
.space-sm-pt {
padding-top: 30px; }
.space-sm-pb {
padding-bottom: 30px; }
.space-lg-mt {
margin-top: 70px; } }
/*** SVG IE11 specific styles ***/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.clipped-title {
background-image: none; }
.team.team-02 .team-img .shape-04 {
height: 168px; }
.bg-primary-gradient .counter .counter-icon i {
color: #242536;
background: transparent !important; }
.feature-step-item.bg-primary .step-number {
background: transparent !important;
color: #ffffff; }
.get-touch svg {
bottom: -100px !important; }
.team.team-02 .team-img .shape-04 {
bottom: -260px !important; }
.feature-info.bg-primary i, .feature-step-item.bg-primary .step-number {
background: transparent !important; }
.team.team-02:hover .team-img .shape-04 {
bottom: -140px !important; }
.inner-banner .container {
width: 100%; } }
/*****************************
Shortcodes
*****************************/
/*****************************
Accordion
*****************************/
#accordion .card {
border: none;
padding: 0px;
margin-bottom: 15px; }
#accordion .card .card-header {
background: none;
border-bottom: none;
padding: 0; }
#accordion .card .card-header button {
position: relative;
font-size: 18px;
color: #323232;
padding: 17px 40px 17px 40px;
width: 100%;
text-align: left;
border: none;
background: #fcfcfc; }
#accordion .card .card-header button:before {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0px;
content: "\f068";
font-size: 14px;
font-family: "Font Awesome 5 Free";
width: 36px;
height: 36px;
line-height: 36px;
border-radius: 50%;
z-index: 9;
font-weight: 900;
text-align: center;
color:#007bff; }
#accordion .card .card-body {
padding: 10px 30px 0px 35px; }
#accordion .card .card-header button.collapsed:before {
content: "\f067"; }
/*****************************
Button
*****************************/
button {
outline: medium none !important;
color:#007bff;
font-family: "Montserrat", sans-serif;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
/* btn */
.btn {
font-size: 14px;
font-weight: 700;
padding: 12px 28px;
border-radius: 3px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-family: "Montserrat", sans-serif; }
.btn:not(:disabled):not(.disabled).active:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none; }
.btn:not(:disabled):not(.disabled):active:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
color: #ffffff; }
.btn:hover {
-webkit-box-shadow: none;
box-shadow: none;
outline: none; }
.btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
color: #ffffff; }
.btn:active {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
color: #ffffff; }
.show > .btn.dropdown-toggle:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
color: #ffffff; }
.show > .btn-primary.dropdown-toggle {
background:#007bff;
border-color:#007bff; }
/* btn-primary */
.btn-primary {
background:#007bff;
border-color:#007bff;
color: #ffffff; }
.btn-primary:hover {
background: #fd2b14;
border-color: #fd2b14;
color: #ffffff; }
.btn-primary:hover:not(:disabled):not(.disabled).active {
background:#007bff;
border-color:#007bff; }
.btn-primary:hover:not(:disabled):not(.disabled):active {
background:#007bff;
border-color:#007bff; }
.btn-primary:focus {
background:#007bff;
border-color:#007bff; }
.btn-primary:not(:disabled):not(.disabled):active:focus {
background:#007bff;
border-color:#007bff; }
/* btn-dark */
.btn-dark {
background: #242536;
border-color: #242536; }
.btn-dark:hover {
background: #2e2f45;
border-color: #2e2f45; }
.btn-dark:not(:disabled):not(.disabled):active:focus {
color: #ffffff; }
.btn:not(:disabled):not(.disabled).active:focus {
color: #ffffff; }
.btn i {
padding: 0px 10px 0px 0px; }
.btn + .btn {
margin-left: 3px; }
.btn-link {
color:#007bff; }
.btn-link:hover {
color: #242536;
text-decoration: none;
outline: none; }
.btn-link:focus {
color: #242536;
text-decoration: none;
outline: none; }
.btn.btn-link:not(:disabled):not(.disabled):active:focus {
color: #242536; }
/* btn-white */
.btn-white {
background: #ffffff;
border-color: #ffffff;
color: #242536; }
.btn-white:hover {
background: #f4f4f5;
border-color: #f4f4f5;
color: #242536; }
.btn-white:active {
color: #242536; }
.btn-white:focus {
color: #242536; }
.btn.btn-white:not(:disabled):not(.disabled):active:focus {
color: #242536; }
/* btn-light */
.btn-light:active {
color: #242536; }
.btn-light:focus {
color: #242536; }
.btn.btn-light:not(:disabled):not(.disabled):active:focus {
color: #242536; }
/* btn-Size */
.btn.btn-sm {
padding: 6px 24px; }
.btn.btn-md {
padding: 8px 30px; }
.btn.btn-lg {
padding: 12px 35px;
font-size: 18px; }
.btn.btn-xl {
padding: 15px 60px;
font-size: 18px; }
/* btn-outline-secondary */
.btn-outline-secondary {
border: 2px solid #eeeeee;
color: #323232; }
.btn-outline-secondary:hover {
background: #323232;
color: #ffffff;
border-color: #323232; }
.btn-outline-secondary:focus {
background: #323232;
color: #ffffff;
border-color: #323232; }
.btn-outline-secondary:not(:disabled):not(.disabled):active {
background: #323232;
color: #ffffff;
border-color: #323232; }
.btn-outline-primary {
color:#007bff;
border-color:#007bff; }
.btn-outline-primary:hover {
background:#007bff;
color: #ffffff;
border-color:#007bff; }
.btn-outline-primary:focus {
background:#007bff;
color: #ffffff;
border-color:#007bff; }
.btn-outline-primary:not(:disabled):not(.disabled):active {
background:#007bff;
color: #ffffff;
border-color:#007bff; }
/* btn-arrow */
.btn-arrow {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-weight: 500; }
.btn-arrow span {
margin-left: 15px;
width: 18px;
height: 2px;
display: inline-block;
position: relative;
background:#007bff;
-webkit-transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s; }
.btn-arrow span:before {
content: "";
display: block;
height: 2px;
position: absolute;
border-radius: 2px;
background: inherit;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: -4px;
right: 0px;
width: 10px; }
.btn-arrow span:after {
content: "";
display: block;
height: 2px;
position: absolute;
border-radius: 2px;
background: inherit;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 10px;
bottom: -4px;
right: 0px; }
.btn-arrow:hover span {
width: 50px; }
.btn-white.btn-arrow span {
background: #242536; }
.btn-dark.btn-arrow span {
background: #ffffff; }
.btn-primary-gradient.btn-arrow span {
background: #ffffff; }
.btn-primary.btn-arrow span {
background: #ffffff; }
.btn-arrow.arrow-gradient span {
background-image: -webkit-gradient(linear, left top, right top, color-stop(50%,#007bff), to(#fa3a72));
background-image: linear-gradient(to right,#007bff 50%, #3e3c91 100%); }
.btn-arrow.arrow-white span {
background: #ffffff; }
.btn-arrow.arrow-dark span {
background: #242536; }
/* btn-gradient */
.btn-primary-gradient {
background-size: 200% auto;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
background-image: -webkit-gradient(linear, left top, right top, color-stop(5%,#007bff), color-stop(51%, #3e3c91), to(#007bff));
background-image: linear-gradient(to right,#007bff 5%, #3e3c91 51%,#007bff 100%);
color: #ffffff; }
.btn-primary-gradient:hover {
background-position: right center;
color: #ffffff; }
.btn-dark-gradient {
background-size: 200% auto;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #161427), color-stop(51%, #592036), to(#161427));
background-image: linear-gradient(to right, #161427 5%, #592036 51%, #161427 100%);
color: #ffffff; }
.btn-dark-gradient:hover {
background-position: right center;
color: #ffffff; }
/* video-btn */
.video-btn {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.video-btn i {
font-size: 22px;
padding-right: 0; }
.video-btn:focus {
color: #ffffff; }
.video-btn-02 .video-btn {
position: inherit;
top: 0%;
left: 0%;
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
width: 50px;
height: 50px;
background: #ffffff; }
.video-btn-02 .video-btn i {
font-size: 18px;
padding-right: 0; }
@media (max-width: 767px) {
/* video-btn */
.video-btn {
width: 50px;
height: 50px; }
.video-btn i {
font-size: 14px; } }
/*****************************
Client
*****************************/
.our-clients-style-01 {
padding: 0;
margin: 0; }
.our-clients-style-01 li {
position: relative;
display: inline-block;
list-style-type: none;
text-align: center;
width: 33.33%;
float: left;
border: 1px solid #eeeeee;
border-left: none;
border-top: none;
cursor: pointer;
border-bottom: none;
padding: 40px 0; }
.our-clients-style-01 li:nth-child(3n+0) {
border-right: none; }
.our-clients-style-01 li:nth-child(3n+0) ~ li {
border-top: 1px solid #eeeeee; }
.our-clients-style-01 li img {
cursor: pointer;
-webkit-filter: grayscale(100%);
filter: grayscale(100%); }
.our-clients-style-01 li:hover img {
cursor: pointer;
-webkit-filter: grayscale(0%);
filter: grayscale(0%); }
@media (max-width: 767px) {
.our-clients-style-01 li {
width: 50%; }
.our-clients-style-01 li:nth-child(2n+0) {
border-right: none; }
.our-clients-style-01 li:nth-child(3n+0) {
border-right: 1px solid #eeeeee;
border-top: 1px solid #eeeeee; }
.our-clients-style-01 li:last-child {
border-right: none; } }
@media (max-width: 479px) {
.our-clients-style-01 li {
width: 100%;
border-right: none;
padding: 30px 0px; }
.our-clients-style-01 li:nth-child(2n+0) {
border-right: none;
border-top: 1px solid #eeeeee; }
.our-clients-style-01 li:nth-child(3n+0) {
border-right: none; }
.our-clients-style-01 li:first-child {
padding-top: 0; }
.our-clients-style-01 li:last-child {
border-right: none;
padding-bottom: 0; } }
/*****************************
Countdown
*****************************/
.countdown {
display: inline-block;
text-align: left;
background: #ffffff;
border-radius: 3px;
-webkit-box-shadow: 0px 8px 27px 0px rgba(153, 153, 153, 0.15);
box-shadow: 0px 8px 27px 0px rgba(153, 153, 153, 0.15);
padding: 25px 25px;
width: 100%; }
.countdown span {
font-size: 34px;
line-height: 34px;
font-weight: 600;
font-family: "Montserrat", sans-serif;
color: #242536; }
.countdown p {
font-size: 16px;
line-height: 26px;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 0; }
/*****************************
Counter
*****************************/
.counter {
position: relative;
padding: 20px 0px 20px 50px; }
.counter .counter-icon {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.counter .counter-icon i {
font-size: 110px;
line-height: 110px;
background: -webkit-linear-gradient(#007bff, #3e3c91);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
opacity: 0.2;
color:#007bff; }
.counter .counter-content {
position: relative; }
.counter .counter-content .timer {
position: relative;
font-size: 52px;
font-weight: 500;
font-family: "Montserrat", sans-serif;
color: #323232;
margin-bottom: 10px;
line-height: 52px;
/*display: inline-block;*/ }
.counter .counter-content .timer2 {
position: relative;
font-size: 40px;
font-weight: 500;
font-family: "Montserrat", sans-serif;
margin-bottom: 10px;
line-height: 52px;
color: #fff}
.counter .counter-content .counter-icon-sign {
font-size: 52px;
font-weight: 500;
font-family: "Montserrat", sans-serif;
color: #323232;
margin-bottom: 10px;
line-height: 52px; }
.counter .counter-content label {
font-size: 16px;
font-weight: 600;
display: block;
margin-bottom: 0; }
.bg-primary-gradient .counter .counter-icon i {
background: #242536;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #242536; }
.bg-primary-gradient .counter .counter-content .timer {
color: #ffffff; }
.bg-primary-gradient .counter .counter-content .counter-icon-sign {
color: #ffffff; }
.bg-primary-gradient .counter .counter-content label {
color: #ffffff; }
.bg-dark-gradient .counter .counter-icon i {
background: #ffffff;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #ffffff; }
.bg-dark-gradient .counter .counter-content .timer {
color: #ffffff; }
.bg-dark-gradient .counter .counter-content .counter-icon-sign {
color: #ffffff; }
.bg-dark-gradient .counter .counter-content label {
color: #ffffff; }
@media (max-width: 1199px) {
.counter {
margin-left: 0; } }
@media (max-width: 991px) {
.counter .counter-icon i {
font-size: 80px;
line-height: 80px; }
.counter .counter-content .timer {
font-size: 40px;
line-height: 40px; }
.counter .counter-content .counter-icon-sign {
font-size: 40px;
line-height: 40px; } }
/*****************************
Feature Info
*****************************/
.feature-step-item .feature-step .step-number {
font-size: 62px;
line-height: 52px;
font-weight: 500;
margin-bottom: 15px;
color:#007bff;
display: inline-block; }
.feature-step-item .feature-step .step-title {
margin-bottom: 15px; }
.feature-step-item .step-number {
font-size: 62px;
line-height: 52px;
font-weight: 500;
background: -webkit-linear-gradient(#007bff, #3e3c91);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
color:#007bff; }
.feature-step-item .feature-step .step-title {
margin-bottom: 15px; }
.feature-info {
position: relative;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
overflow: hidden;
height: 100%; }
.feature-info i {
font-style: normal;
padding-right: 20px;
font-size: 56px;
line-height: 66px;
display: inline-block;
background: -webkit-linear-gradient(#007bff, #3e3c91);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color:#007bff; }
.feature-info .feature-info-content {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease; }
.feature-info .feature-info-content .icon-btn {
opacity: 0;
margin-top: 15px;
position: relative;
bottom: -50px; }
.feature-info:hover .feature-info-content .icon-btn {
opacity: 1;
bottom: 0; }
.feature-info.text-center i {
padding-right: 0px;
margin-bottom: 30px; }
.feature-info.text-center h4 {
margin-bottom: 20px; }
.feature-info.bg-primary i,
.feature-step-item.bg-primary .step-number {
background: #ffffff;
-webkit-background-clip: text;
color: #ffffff; }
.feature-info.bg-primary .feature-info-content .icon-btn {
color: #ffffff; }
.feature-info.bg-primary .feature-info-content .icon-btn span {
background: #ffffff; }
/*****************************
List Style
*****************************/
.list-check {
margin: 0;
padding: 0; }
.list-check li {
position: relative;
list-style-type: none;
margin-bottom: 20px; }
.list-check li i {
background: #f4f4f5;
color:#007bff;
height: 36px;
width: 36px;
line-height: 36px;
text-align: center;
border-radius: 100%;
display: inline-block;
margin-right: 15px; }
.list-check li:last-child {
margin-bottom: 0; }
/*****************************
Owl Carousel
*****************************/
.owl-carousel .owl-item img {
width: auto;
display: inherit; }
.owl-carousel .owl-nav {
cursor: pointer;
z-index: 999;
width: 100%; }
.owl-carousel .owl-nav button span {
position: relative;
top: -4px;
width: 18px;
height: 2px;
display: inline-block;
background:#007bff;
-webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s; }
.owl-carousel .owl-nav button span:before {
content: "";
display: block;
height: 2px;
position: absolute;
border-radius: 2px;
background: inherit; }
.owl-carousel .owl-nav button span:after {
content: "";
display: block;
height: 2px;
position: absolute;
border-radius: 2px;
background: inherit; }
.owl-carousel .owl-nav button span.prev-arrow {
margin-right: 15px; }
.owl-carousel .owl-nav button span.prev-arrow:before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: -4px;
left: 0px;
width: 10px; }
.owl-carousel .owl-nav button span.prev-arrow:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 10px;
bottom: -4px;
left: 0px; }
.owl-carousel .owl-nav button span.next-arrow {
margin-left: 15px; }
.owl-carousel .owl-nav button span.next-arrow:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: -4px;
right: 0px;
width: 10px; }
.owl-carousel .owl-nav button span.next-arrow:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 10px;
bottom: -4px;
right: 0px; }
.owl-carousel .owl-nav button:hover span {
width: 50px; }
.owl-carousel .owl-nav .owl-prev {
display: block;
position: absolute;
text-indent: inherit;
width: auto;
cursor: pointer;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
left: 0px;
display: block;
position: absolute;
text-indent: inherit;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0 !important;
display: inline-block;
margin: 14px 2px 0; }
.owl-carousel .owl-nav .owl-next {
display: block;
position: absolute;
text-indent: inherit;
width: auto;
cursor: pointer;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
right: 0px;
display: block;
position: absolute;
text-indent: inherit;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0 !important;
display: inline-block;
margin: 14px 2px 0; }
.owl-carousel .owl-dots .owl-dot span {
background: #c1c1c1;
display: inline-block;
width: 10px;
min-height: 4px;
border-radius: 3px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
cursor: pointer; }
.owl-carousel .owl-dots .owl-dot:hover span {
background:#007bff;
width: 30px; }
.owl-carousel .owl-dots .owl-dot.active span {
background:#007bff;
width: 30px; }
.owl-carousel .owl-dot {
display: inline-block;
margin: 0px 4px 0; }
.owl-dots-bottom-left {
padding-bottom: 40px; }
.owl-dots-bottom-left .owl-dots {
bottom: 0px;
position: absolute;
left: 0px;
width: auto; }
.owl-dots-bottom-center {
padding-bottom: 40px; }
.owl-dots-bottom-center .owl-dots {
bottom: 0px;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: auto; }
@media (max-width: 767px) {
.container {
max-width: 100%; }
.owl-carousel .owl-nav {
display: none; } }
/*****************************
Portfolio
*****************************/
.my-shuffle-container {
margin-left: -15px;
margin-right: -15px; }
.my-shuffle-container .grid-item {
width: 33.33%;
padding: 15px; }
.portfolio-item img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.portfolio-item .portfolio-img {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 20px; }
.portfolio-item .portfolio-img i {
font-size: 20px; }
.portfolio-item .portfolio-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease; }
.portfolio-item .portfolio-overlay .portfolio-img {
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
right: inherit; }
.portfolio-item .portfolio-overlay .portfolio-img i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 20px;
color: #ffffff;
height: 60px;
width: 60px;
text-align: center;
line-height: 60px;
border: 2px solid#007bff;
border-radius: 3px;
background: -webkit-gradient(linear, left top, right top, color-stop(30%,#007bff), to(#fa3a72));
background: linear-gradient(to right,#007bff 30%, #3e3c91 100%); }
.portfolio-item .portfolio-info {
margin-top: 25px;
margin-bottom: 35px;
position: relative; }
.portfolio-item .portfolio-info .portfolio-category {
margin-bottom: 5px;
display: block; }
.portfolio-item .portfolio-info .portfolio-category a {
font-size: 14px;
font-weight: 600;
background: -webkit-linear-gradient(#007bff, #3e3c91);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
.portfolio-item .portfolio-info .portfolio-title {
color: #242536;
font-size: 18px;
font-weight: 600;
font-family: "Montserrat", sans-serif; }
.portfolio-item .portfolio-info .portfolio-title:hover {
color:#007bff; }
.portfolio-item:hover .portfolio-overlay {
opacity: 1;
background: rgba(0, 0, 0, 0.3); }
.portfolio-item.portfolio-item-02 {
overflow: hidden; }
.portfolio-item.portfolio-item-02 .portfolio-info {
padding: 20px;
width: 90%;
position: absolute;
left: 50%;
bottom: 0px;
z-index: 2;
opacity: 0;
border-radius: 5px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
background: #ffffff;
margin-top: 0px;
margin-bottom: 0px; }
.portfolio-item.portfolio-item-02:hover .portfolio-info {
opacity: 1;
bottom: 30px; }
.my-shuffle-container .portfolio-item .portfolio-info {
margin-bottom: 0px; }
.filters-group {
display: table;
margin: 0 auto 50px;
text-align: center; }
.filters-group button {
margin: 0 5px 10px;
padding: 12px 20px;
cursor: pointer;
font-size: 18px;
line-height: 22px;
font-weight: 600;
color: #242536;
background: inherit;
border: none;
border-radius: 3px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.filters-group button:hover {
background: -webkit-gradient(linear, left top, right top, color-stop(30%,#007bff), to(#fa3a72));
background: linear-gradient(to right,#007bff 30%, #3e3c91 100%);
color: #ffffff; }
.filters-group button.active {
background: -webkit-gradient(linear, left top, right top, color-stop(30%,#007bff), to(#fa3a72));
background: linear-gradient(to right,#007bff 30%, #3e3c91 100%);
color: #ffffff; }
.bg-dark .portfolio-item .portfolio-info .portfolio-title {
color: #ffffff; }
.bg-dark .portfolio-item .portfolio-info .portfolio-title:hover {
color:#007bff; }
/*************************************
shuffle
*************************************/
.my-shuffle-container.grid-style .grid-item {
padding: 0 !important; }
.my-shuffle-container.columns-1 .grid-item {
width: 100%;
padding: 15px; }
.my-shuffle-container.columns-2 .grid-item {
width: 50%;
padding: 15px;
float: left; }
.my-shuffle-container.columns-3 .grid-item {
width: 33.33333333%;
padding: 15px; }
.my-shuffle-container.columns-4 .grid-item {
width: 25%;
padding: 10px; }
.my-shuffle-container.columns-5 .grid-item {
width: 20%;
padding: 15px; }
.my-shuffle-container.columns-6 .grid-item {
width: 16.666666%;
padding: 0px; }
.my-shuffle-container.columns-2 .grid-item-full,
.my-shuffle-container.columns-3 .grid-item-full,
.my-shuffle-container.columns-4 .grid-item-full,
.my-shuffle-container.columns-5 .grid-item-full,
.my-shuffle-container.columns-6 .grid-item-full {
width: 100%; }
@media (max-width: 767px) {
.my-shuffle-container .grid-item,
.my-shuffle-container.columns-3 .grid-item,
.my-shuffle-container.columns-4 .grid-item,
.my-shuffle-container.columns-5 .grid-item,
.my-shuffle-container.columns-6 .grid-item {
width: 50%; } }
@media (max-width: 575px) {
.my-shuffle-container.columns-2 .grid-item,
.my-shuffle-container .grid-item {
width: 100%; }
.my-shuffle-container .grid-item,
.my-shuffle-container.columns-2 .grid-item,
.my-shuffle-container.columns-3 .grid-item,
.my-shuffle-container.columns-4 .grid-item,
.my-shuffle-container.columns-5 .grid-item,
.my-shuffle-container.columns-6 .grid-item {
width: 100%; } }
/*****************************
Pricing Table
*****************************/
.pricing-table {
padding: 50px 30px;
border-radius: 3px; }
.pricing-table .pricing-title {
margin-bottom: 15px; }
.pricing-table .pricing-price {
padding: 40px 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.pricing-table .pricing-price h2 {
margin-bottom: 0;
font-size: 60px;
font-weight: 600; }
.pricing-table .pricing-price .pricing-duration {
padding-left: 20px; }
.pricing-table .pricing-price .pricing-duration span {
display: block; }
/*****************************
Skill
*****************************/
.skill {
position: relative;
width: 100%;
height: 4px;
margin: 50px 0 20px 0;
background-color: #f4f4f5;
border-radius: 3px; }
.skill .skill-bar {
position: relative;
height: 100%;
border-radius: 3px;
padding: 0px;
background: -webkit-gradient(linear, left top, right top, color-stop(30%,#007bff), to(#fa3a72));
background: linear-gradient(to right,#007bff 30%, #3e3c91 100%);
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: width .9s ease;
transition: width .9s ease; }
.skill .skill-bar .skill-title {
color: #323232;
font-size: 18px;
font-weight: 500;
position: absolute;
margin-left: 0;
margin-top: -28px;
text-align: left; }
.skill .skill-bar .skill-title i {
margin-right: 8px; }
.skill .skill-bar .progress-number {
color: #323232;
float: right;
margin-top: -18px;
position: absolute;
right: 14px;
top: -10px;
font-size: 15px;
font-weight: 600; }
.skill .skill-bar .progress-type {
color: #323232;
float: right;
margin-top: -18px;
position: absolute;
right: 0;
top: -10px;
font-size: 15px;
font-weight: 600; }
.skill .skill-bar:before {
content: "";
position: absolute;
right: 0;
background:#007bff;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
height: 10px;
width: 10px; }
/*****************************
Social Icon
*****************************/
.social-icon ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
padding: 0; }
.social-icon ul li {
list-style-type: none;
margin-right: 20px; }
.social-icon ul li a {
font-size: 16px;
color: #242536;
display: block; }
.social-icon ul li a:hover {
color:#007bff; }
.social-icon ul li:last-child {
margin-right: 0; }
.social-icon.social-icon-02 ul li a {
font-size: 16px;
color: #ffffff;
text-align: center;
width: 50px;
height: 50px;
line-height: 50px;
background: rgba(255, 255, 255, 0.1);
border-radius: 3px; }
.social-icon.social-icon-02 ul li a:hover {
background: white;
color:#007bff; }
/*****************************
Swiper Slider
*****************************/
.swiper-button-next,
.swiper-button-prev {
position: absolute;
bottom: 50px;
top: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
width: auto;
height: auto; }
.swiper-button-next {
right: 70px; }
.swiper-button-prev {
left: 70px; }
.swiper-button-prev span,
.swiper-button-next span {
padding: 0 15px; }
.swiper-button-prev:focus,
.swiper-button-next:focus {
outline: none; }
.swiper-button-next,
.swiper-button-prev {
background-image: inherit !important;
z-index: 1; }
.swiper-button-prev span {
position: relative;
top: 0px;
width: 18px;
height: 2px;
margin-right: 15px;
display: inline-block;
background:#007bff;
-webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s; }
.swiper-button-prev span:before {
position: absolute;
content: "";
display: block;
width: 10px;
height: 2px;
top: -4px;
left: 0px;
border-radius: 2px;
background: inherit;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.swiper-button-prev span:after {
position: absolute;
content: "";
display: block;
height: 2px;
width: 10px;
bottom: -4px;
left: 0px;
border-radius: 2px;
background: inherit;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.swiper-button-prev:hover span {
width: 50px; }
.swiper-button-next span {
position: relative;
top: 0px;
width: 18px;
height: 2px;
margin-left: 15px;
display: inline-block;
background:#007bff;
-webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s; }
.swiper-button-next span:before {
content: "";
display: block;
height: 2px;
position: absolute;
border-radius: 2px;
background: inherit;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: -4px;
right: 0px;
width: 10px; }
.swiper-button-next span:after {
content: "";
display: block;
height: 2px;
position: absolute;
border-radius: 2px;
background: inherit;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 10px;
bottom: -4px;
right: 0px; }
.swiper-button-next:hover span {
width: 50px; }
@-webkit-keyframes loaderAnim {
to {
opacity: 1;
-webkit-transform: scale3d(0.2, 0.3, 0.5);
transform: scale3d(0.2, 0.3, 0.5); } }
@keyframes loaderAnim {
to {
opacity: 1;
-webkit-transform: scale3d(0.2, 0.3, 0.5);
transform: scale3d(0.2, 0.3, 0.5); } }
@media (max-width: 767px) {
.swiper-button-next,
.swiper-button-prev {
display: none; } }
/*****************************
Team
*****************************/
.team {
position: relative;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.team .team-img {
position: relative;
padding-right: 50px;
border-radius: 3px; }
.team .team-img img {
border-radius: 3px; }
.team .team-img .shape {
position: absolute;
z-index: -1; }
.team .team-img .shape-01 {
right: 0px;
bottom: -75px; }
.team .team-img .shape-02 {
right: 0px;
bottom: -55px; }
.team .team-img .shape-03 {
right: 0px;
bottom: -76px; }
.team .team-info {
position: relative; }
.team .team-info .team-designation {
font-size: 16px;
color:#007bff;
margin-top: 25px;
display: block; }
.team .team-info .team-title {
font-size: 20px;
font-weight: 500;
color: #323232;
margin-top: 10px;
margin-bottom: 4px;
display: block; }
.team .team-info .team-title:hover {
color:#007bff; }
.team:hover .team-detail .team-social {
opacity: 1; }
.team.team-02 {
text-align: center; }
.team.team-02 .team-img {
position: relative;
padding-right: 0px;
overflow: hidden;
border-radius: 3px; }
.team.team-02 .team-img img {
border-radius: 3px; }
.team.team-02 .team-img .shape {
z-index: 9;
-webkit-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out; }
.team.team-02 .team-img .shape-04 {
width: 350px;
height: auto;
bottom: -170px;
left: -15px; }
.team.team-02 .team-img .shape-05 {
top: -180px;
left: -85px; }
.team.team-02 .team-img .team-social {
position: absolute;
left: 50%;
width: 100%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
bottom: -30px;
z-index: 9; }
.team.team-02 .team-img .team-social ul {
display: inline-block;
margin-bottom: 0;
padding-left: 0; }
.team.team-02 .team-img .team-social ul li {
display: inline-block;
list-style-type: none;
float: left; }
.team.team-02 .team-img .team-social ul li a {
display: block;
color: #ffffff;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
padding: 0 8px; }
.team.team-02 .team-img .team-social ul li a:hover {
color:#007bff; }
.team.team-02 .team-img .team-social ul li a i {
font-size: 16px;
line-height: 24px; }
.team.team-02:hover .team-img .shape {
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out; }
.team.team-02:hover .team-img .shape-04 {
bottom: -40px;
left: -15px; }
.team.team-02:hover .team-img .shape-05 {
top: -70px;
left: -85px; }
.team.team-02:hover .team-img .team-social {
bottom: 10px; }
@media (max-width: 991px) {
/* Team */
.team .team-img {
padding-right: 0px; }
.team .team-img .shape-01 {
right: -10px;
width: 120px; }
.team .team-img .shape-02 {
right: -10px;
bottom: -90px;
width: 120px; }
.team .team-img .shape-03 {
right: -10px;
width: 120px; }
.team.team-02 .team-img .shape-04 {
width: 480px;
bottom: -230px; } }
@media (max-width: 575px) {
.team .team-img .shape-01,
.team .team-img .shape-02,
.team .team-img .shape-03 {
display: none; }
.team.team-02 .team-img .shape-04 {
width: 580px;
bottom: -280px; }
.team.team-02:hover .team-img .shape-04 {
bottom: -80px; } }
@media (max-width: 479px) {
.team.team-02 .team-img .shape-04 {
width: 480px;
bottom: -230px; }
.team.team-02:hover .team-img .shape-04 {
bottom: -40px; } }
@media (max-width: 391px) {
.team.team-02 .team-img .shape-04 {
width: 400px; } }
/*****************************
Testimonial
*****************************/
.testimonial-item {
position: relative; }
.testimonial-item .testimonial-quote {
margin-bottom: 20px; }
.testimonial-item .testimonial-quote i {
font-size: 62px;
display: inline-block;
line-height: 62px;
color:#007bff; }
.testimonial-item .testimonial-content p {
font-size: 24px;
line-height: 34px;
color: #323232;
margin-bottom: 35px; }
.testimonial-item .testimonial-author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 0px; }
.testimonial-item .testimonial-author .testimonial-avatar {
margin-right: 15px; }
.testimonial-item .testimonial-author .testimonial-avatar img {
border-radius: 3px; }
.testimonial-item .testimonial-author .testimonial-name .name {
font-size: 16px;
margin-bottom: 0px;
font-weight: 600;
color: #323232; }
.testimonial-item .testimonial-author .testimonial-name span {
font-size: 12px;
line-height: 20px;
color:#007bff;
font-weight: 400; }
/* testimonial center */
.testimonial-center .testimonial-item {
text-align: center;
padding: 0 15%; }
.testimonial-center .testimonial-item .testimonial-author {
margin-bottom: 0;
display: inline-block; }
.testimonial-center .testimonial-item .testimonial-author .testimonial-avatar {
display: none; }
/* testimonial-bg */
.testimonial-bg.owl-carousel .testimonial-item {
padding: 70px 40px;
background: #fcfcfc; }
.testimonial-bg.owl-carousel .testimonial-item .testimonial-content p {
font-size: 18px;
line-height: 28px; }
.testimonial-bg.owl-carousel .owl-nav .owl-prev {
left: -100px; }
.testimonial-bg.owl-carousel .owl-nav .owl-next {
right: -100px; }
.testimonial-bg.testimonial-bg-dark.owl-carousel .testimonial-item {
background: #242536; }
.testimonial-bg.testimonial-bg-dark.owl-carousel .testimonial-item .testimonial-content p {
color: #ffffff; }
.testimonial-bg.testimonial-bg-dark.owl-carousel .testimonial-item .testimonial-author .testimonial-name .name {
color: #ffffff; }
.testimonial-bg.testimonial-bg-dark.owl-carousel .testimonial-item .testimonial-author .testimonial-name span {
color: #ffffff; }
.testimonial-dark.owl-carousel .testimonial-item .testimonial-quote i {
color: #ffffff; }
.testimonial-dark.owl-carousel .testimonial-item .testimonial-content p {
color: #ffffff; }
.testimonial-dark.owl-carousel .testimonial-item .testimonial-author .testimonial-name .name {
color: #ffffff; }
.testimonial-dark.owl-carousel .testimonial-item .testimonial-author .testimonial-name span {
color: #ffffff; }
.testimonial-dark.owl-carousel .owl-dots .owl-dot span {
background: #ffffff; }
/* bg-dark */
.bg-dark .testimonial-item .testimonial-quote i {
background: -webkit-linear-gradient(#007bff, #3e3c91);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
.bg-dark .testimonial-item .testimonial-content p {
color: #ffffff; }
.bg-dark .testimonial-item .testimonial-author .testimonial-name .name {
color: #ffffff; }
.bg-dark .testimonial-item .testimonial-author .testimonial-name span {
color: #ffffff; }
.bg-dark .owl-nav .owl-prev {
color: #ffffff !important; }
.bg-dark .owl-nav .owl-next {
color: #ffffff !important; }
@media (max-width: 1350px) {
.testimonial-bg.owl-carousel .owl-nav .owl-prev {
left: -50px; }
.testimonial-bg.owl-carousel .owl-nav .owl-next {
right: -50px; } }
@media (max-width: 1199px) {
.testimonial-center.owl-carousel .owl-nav .owl-prev,
.testimonial-bg.owl-carousel .owl-nav .owl-prev {
left: 0px; }
.testimonial-center.owl-carousel .owl-nav .owl-next,
.testimonial-bg.owl-carousel .owl-nav .owl-next {
right: 0px; } }
@media (max-width: 991px) {
.owl-carousel .owl-nav .owl-prev {
left: 0; }
.owl-carousel .owl-nav .owl-next {
right: 0; }
.testimonial-bg.owl-carousel .owl-nav .owl-prev,
.testimonial-bg.owl-carousel .owl-nav .owl-next {
display: none; }
.testimonial-bg.owl-carousel .testimonial-item {
padding: 50px 40px; } }
@media (max-width: 767px) {
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
display: none; }
.testimonial-center .testimonial-item {
padding: 0 0; }
.testimonial-item .testimonial-content p {
font-size: 18px;
line-height: 28px; }
.testimonial-bg.owl-carousel .testimonial-item {
padding: 40px; } }
@media (max-width: 479px) {
.testimonial-item .testimonial-content p {
font-size: 16px;
line-height: 26px; }
.testimonial-bg.owl-carousel .testimonial-item {
padding: 30px; } }
/*****************************
Header
*****************************/
.header {
background: #ffffff;
position: relative;
z-index: 99; }
.header .topbar {
padding: 15px 0;
border-bottom: 1px solid #eeeeee; }
.header .topbar a {
color: #626262;
font-size: 13px; }
.header .topbar a i {
color:#007bff; }
.header .topbar a span {
font-weight: 600; }
.header .topbar a:hover {
color:#007bff; }
.header .topbar li {
padding: 0 10px; }
.header .topbar .login {
position: relative;
padding: 0 10px; }
.header .topbar .login:before {
position: absolute;
content: "|";
top: 0;
right: 0;
font-size: 16px;
color: #c1c1c1; }
.header .navbar {
position: relative;
width: 100%;
z-index: 9;
padding: 0px 0; }
.header .navbar .navbar-brand {
padding: 20px 0px;
margin-right: 0;
color: #ffffff;
-webkit-box-flex: 0;
-ms-flex: 0 0 180px;
flex: 0 0 180px; }
.header .navbar .navbar-brand img {
height: 40px; }
.header .navbar .navbar-toggler-icon {
position: relative;
width: 30px;
height: 2px;
background:#007bff; }
.header .navbar .navbar-toggler-icon:before {
position: absolute;
content: "";
width: 30px;
height: 2px;
background:#007bff;
left: 0;
top: -10px; }
.header .navbar .navbar-toggler-icon:after {
position: absolute;
content: "";
width: 30px;
height: 2px;
background:#007bff;
left: 0;
bottom: -10px; }
.header .navbar .navbar-nav .nav-item .nav-link {
font-weight: 600;
font-size: 16px;
padding: 10px 25px;
color: #323232;
text-transform: capitalize; }
.header .navbar .navbar-nav .nav-item .nav-link i {
padding-left: 5px;
font-size: 12px; }
.header .navbar .navbar-nav .nav-item .nav-link:hover {
color:#007bff; }
.header .navbar .dropdown .dropdown-menu {
padding: 20px 30px;
z-index: 9999; }
.header .navbar .dropdown .dropdown-menu li a {
background: transparent;
font-size: 16px;
font-weight: 500;
padding: 10px 20px 10px 0;
border-radius: 3px;
min-width: 180px;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.header .navbar .dropdown .dropdown-menu li a:hover {
color:#007bff;
padding-left: 25px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.header .navbar .dropdown .dropdown-menu li a:before {
position: absolute;
content: "";
background:#007bff;
height: 3px;
width: 0;
left: 0px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.header .navbar .dropdown .dropdown-menu li a:hover:before {
width: 15px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.header .dropdown-toggle:after {
content: none; }
.header .logo-sticky {
display: none; }
.header.sticky-top .logo {
display: none; }
.header.sticky-top .logo-sticky {
display: inline-block; }
.header .navbar .navbar-nav .nav-item.active .nav-link {
color:#007bff; }
.navbar .dropdown > .dropdown-menu li.active > a {
color:#007bff;
padding-left: 25px; }
.navbar .navbar-nav .dropdown-menu li.active > a:before {
width: 15px; }
/* header-transparent */
.header.header-transparent {
position: absolute;
background: transparent !important;
width: 100%;
z-index: 99; }
.header.header-transparent .navbar .navbar-brand {
margin-right: 40px;
padding: 20px 0; }
.header.header-transparent .navbar .navbar-brand img {
height: 40px; }
.header.header-transparent .navbar .navbar-nav .nav-link {
color: #ffffff; }
/* Header 02 */
.header.header-02 .navbar .navbar-nav .nav-item.active .nav-link {
color:#007bff; }
/* Header 03 */
.header.header-03 .navbar .navbar-nav .nav-item.active .nav-link {
color:#007bff; }
/* Search */
.search .search-btn {
display: block;
height: 22px;
line-height: 22px;
position: relative;
text-indent: -9999px;
width: 14px;
-webkit-transition: color 300ms ease 0s;
transition: color 300ms ease 0s;
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out; }
.search .search-btn:before {
content: "\f002";
font-family: "Font Awesome 5 Free";
font-size: 16px;
font-weight: 900;
left: 0;
position: absolute;
text-indent: 0;
top: 0; }
.search .search-box {
display: block;
position: absolute;
left: 0px;
top: 100%;
visibility: hidden;
width: 100%;
z-index: 888;
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 0px 0px;
transform-origin: 0px 0px;
opacity: 0 !important;
margin: 0px;
border-radius: 3px;
-webkit-transition: all 400ms ease 0s;
transition: all 400ms ease 0s; }
.search .search-box .form-control {
height: 58px;
background-color: #ffffff;
padding-right: 60px; }
.search .search-box .search-button {
cursor: pointer;
font-size: 16px;
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background: transparent;
border-width: initial;
border-style: none;
border-color: initial;
-o-border-image: initial;
border-image: initial;
-webkit-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s; }
.search.search-open .search-box {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-box-shadow: rgba(153, 153, 153, 0.176) 0px 1rem 3rem;
box-shadow: rgba(153, 153, 153, 0.176) 0px 1rem 3rem;
opacity: 1 !important;
visibility: visible !important; }
.header.bg-light .navbar .navbar-nav .nav-link {
color: #323232; }
.header.bg-primary .search-btn {
color: #ffffff; }
.header.bg-primary .navbar .navbar-nav .nav-item .nav-link {
color: #ffffff; }
.header.bg-primary .navbar .navbar-nav .nav-item.active .nav-link,
.header.bg-primary .navbar .navbar-nav .nav-item .nav-link:hover {
color: #ffffff; }
/* Sticky */
@-webkit-keyframes stickySlideDown {
0% {
opacity: 0.7;
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); } }
@keyframes stickySlideDown {
0% {
opacity: 0.7;
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); } }
.header.sticky-top {
position: fixed;
left: 0;
width: 100%;
background: #ffffff !important;
-webkit-box-shadow: 0px 8px 27px 0px rgba(153, 153, 153, 0.15);
box-shadow: 0px 8px 27px 0px rgba(153, 153, 153, 0.15);
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
z-index: 999;
-webkit-animation: stickySlideDown 1s cubic-bezier(0.23, 1, 0.32, 1) both;
animation: stickySlideDown 1s cubic-bezier(0.23, 1, 0.32, 1) both; }
.header.sticky-top .topbar {
display: none !important; }
.header.sticky-top .navbar .navbar-brand {
padding: 15px 0px; }
.header.sticky-top .navbar .navbar-nav .nav-item .nav-link {
color: #323232; }
.header.sticky-top .navbar .navbar-nav .nav-item .nav-link:hover {
color: #323232; }
.header.sticky-top .navbar-nav .nav-item.active .nav-link {
color:#007bff; }
.header.sticky-top .navbar-nav .nav-item.active .nav-link:hover {
color:#007bff; }
.header.sticky-top .search-btn {
color:#007bff !important; }
.header.bg-primary.sticky-top .btn {
background:#007bff;
color: #ffffff;
border-color:#007bff; }
/* Header 02 */
.header.header-02.sticky-top .navbar .navbar-nav .nav-item .nav-link:hover {
color:#007bff; }
/* Header 03 */
.header.header-03.sticky-top .navbar .navbar-nav .nav-item .nav-link:hover {
color:#007bff; }
.header.sticky-top.bg-primary .navbar .navbar-nav .nav-item.active .nav-link,
.header.sticky-top.bg-primary .navbar .navbar-nav .nav-item .nav-link:hover {
color:#007bff; }
/*****************************
header Responsive
*****************************/
@media (min-width: 992px) {
/* dropdowns */
.dropdown {
display: inline-block; }
.dropdown .dropdown-menu {
margin: 0px;
font-size: 14px;
border-radius: 3px;
border: none;
left: 100%;
-webkit-transform: translate3d(-50%, 10px, 0);
transform: translate3d(-50%, 10px, 0);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition-property: opacity, visibility, -webkit-transform;
transition-property: opacity, visibility, -webkit-transform;
transition-property: opacity, visibility, transform;
transition-property: opacity, visibility, transform, -webkit-transform;
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
visibility: hidden;
opacity: 0;
display: block !important; }
.dropdown:hover .dropdown-menu {
opacity: 1;
visibility: visible; } }
@media (max-width: 1199px) {
.header .navbar .navbar-nav .nav-item .nav-link {
padding: 10px 16px; } }
@media (max-width: 991px) {
.header {
-webkit-box-shadow: 0px 8px 27px 0px rgba(153, 153, 153, 0.15);
box-shadow: 0px 8px 27px 0px rgba(153, 153, 153, 0.15); }
.header.header-transparent {
position: relative;
background: #ffffff !important; }
.header.header-transparent.bg-primary {
position: relative;
background: #242536 !important; }
.header.header-transparent.sticky-top {
position: fixed; }
.navbar-toggler {
border: none;
position: absolute;
height: 75px;
right: 0px;
padding: 0; }
.header .navbar-collapse {
position: absolute;
top: 100%;
z-index: 999;
background: #ffffff;
width: 100%;
max-height: 350px;
overflow: auto;
left: 0;
margin-left: 0px;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
.navbar .navbar-nav .dropdown-menu li.active > a {
padding-left: 25px; }
.header .navbar .dropdown-menu {
margin: 0px;
font-size: 14px;
border-radius: 0px;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background: #f4f4f5;
padding: 14px 30px;
font-size: 13px; }
.navbar .navbar-nav .nav-link i {
position: absolute;
right: 20px;
top: 15px; }
.header.header-transparent .navbar .navbar-nav .nav-link {
color: #242536; }
.header.bg-primary .navbar .navbar-nav .nav-item .nav-link {
color: #242536; }
.header.bg-primary .navbar .navbar-nav .nav-item.active .nav-link,
.header.bg-primary .navbar .navbar-nav .nav-item .nav-link:hover {
color:#007bff; } }
@media (max-width: 767px) {
.header .navbar .dropdown .dropdown-menu li a,
.header .navbar .navbar-nav .nav-item .nav-link {
font-size: 14px; } }
/*****************************
Layout
*****************************/
/* Section Title */
.section-title {
margin-bottom: 50px; }
.section-title .title {
margin-bottom: 20px; }
.section-title p {
margin-bottom: 30px; }
/* Get touch */
.get-touch {
background: #fcfcfc;
padding: 30px;
text-align: center;
position: relative;
height: 350px;
overflow: hidden; }
.get-touch svg {
position: absolute;
left: 0px;
width: 100%;
bottom: 0;
height: auto; }
/* Text bg image */
.clipped-title {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: url(../images/bg/06.jpg);
font-weight: 900;
color:#007bff; }
/* Sticky Image */
.sticky-img {
position: fixed;
top: 90px;
width: 50%; }
.sticky-img.right-split {
right: 0; }
.sticky-img.left-split {
left: 0; }
/* Subscribe */
.subscribe {
position: relative; }
.subscribe .form-group .form-control {
padding-right: 75px; }
.subscribe button {
position: absolute;
right: 10px;
top: 50%;
padding: 23px 10px;
background: none;
border: none;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
/* Frame Layout */
.frame-layout {
padding: 20px; }
/* Sticky column */
.is-sticky {
position: -webkit-sticky;
position: sticky;
top: 130px; }
/* Back To Top */
.back-to-top {
background: -webkit-gradient(linear, left top, right top, color-stop(30%,#007bff), to(#fa3a72));
background: linear-gradient(to right,#007bff 30%, #3e3c91 100%);
border-radius: 3px;
position: fixed;
bottom: 30px;
right: 30px;
display: inline-block;
font-size: 16px;
color: #ffffff;
text-align: center;
width: 40px;
height: 40px;
line-height: 40px;
overflow: hidden;
cursor: pointer;
-webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
z-index: 9; }
.back-to-top:hover, .back-to-top.auto {
color: rgba(255, 255, 255, 0);
-webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s; }
.back-to-top:hover:before, .back-to-top.auto:before {
-webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }
.back-to-top:hover:after, .back-to-top.auto:after {
-webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }
.back-to-top:before {
position: absolute;
display: inline-block;
content: "";
background: #ffffff;
width: 3px;
height: 16px;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -2px;
-webkit-transform: translateY(50px);
transform: translateY(50px); }
.back-to-top:after {
position: absolute;
display: inline-block;
content: "";
width: 12px;
height: 12px;
color: #ffffff;
border-top: 3px solid;
border-left: 3px solid;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
top: 50%;
left: 50%;
margin-top: -9px;
margin-left: -7px;
-webkit-transform: translateY(50px) rotateZ(45deg);
transform: translateY(50px) rotateZ(45deg); }
@-webkit-keyframes tipUp {
0% {
-webkit-transform: translateY(50px) rotateZ(45deg);
transform: translateY(50px) rotateZ(45deg); }
100% {
-webkit-transform: translateY(-70px) rotateZ(45deg);
transform: translateY(-70px) rotateZ(45deg); } }
@keyframes tipUp {
0% {
-webkit-transform: translateY(50px) rotateZ(45deg);
transform: translateY(50px) rotateZ(45deg); }
100% {
-webkit-transform: translateY(-70px) rotateZ(45deg);
transform: translateY(-70px) rotateZ(45deg); } }
@-webkit-keyframes lineUp {
0% {
-webkit-transform: translateY(50px);
transform: translateY(50px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); } }
@keyframes lineUp {
0% {
-webkit-transform: translateY(50px);
transform: translateY(50px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); } }
/* Image block */
.imageblock-section {
position: relative;
display: block;
width: 100%; }
.imageblock-section-img {
position: absolute;
height: 100%;
top: 0;
padding: 0;
right: 0;
left: auto; }
.background-image-holder {
position: absolute;
height: 100%;
top: 0;
right: 0;
background-size: cover !important;
background-position: 50% 50% !important;
-webkit-transition: opacity .3s linear;
transition: opacity .3s linear;
display: block;
width: 100%; }
.social-bg-hover {
position: relative;
color: #ffffff; }
.social-bg-hover:before {
content: "";
color: #ffffff;
width: 100%;
height: 100%;
display: inline-block;
position: absolute;
left: 0;
top: 0; }
.social-bg-hover:hover {
color: #ffffff; }
.social-bg-hover:hover:before {
background-color: rgba(0, 0, 0, 0.1); }
.social-bg-hover span {
position: relative; }
.facebook-bg {
background-color: #445c8e; }
.twitter-bg {
background-color: #43afe9; }
.google-bg {
background-color: #dc0510; }
.instagram-bg {
background-color: #DD2A7B; }
.linkedin-bg {
background-color: #007eb3; }
/* error */
.error-text {
font-size: 268px;
line-height: 266px;
font-weight: 800;
font-family: "Montserrat", sans-serif;
color: #242536; }
@media (max-width: 991px) {
.imageblock-section-img {
position: relative;
height: 400px; } }
@media (max-width: 767px) {
/* Section title */
.section-title {
margin-bottom: 30px; }
.section-title p {
margin-bottom: 20px; }
.get-touch {
margin-top: 50px; }
/* Sticky Image */
.sticky-img.right-split,
.sticky-img.left-split {
position: inherit;
top: 0;
width: 90%;
right: 0;
left: 0;
margin: auto;
margin-bottom: 30px; }
/* error */
.error-text {
font-size: 210px;
line-height: 220px; } }
@media only screen and (max-width: 767px) and (min-width: 575px) {
.get-touch svg {
bottom: -50px; } }
@media (max-width: 575px) {
/* error */
.error-text {
font-size: 120px;
line-height: 130px; } }
/*****************************
Footer
*****************************/
.footer {
position: relative;
overflow: hidden; }
.footer .shape-06 {
position: absolute;
left: -140px;
bottom: -80px;
opacity: 0.1; }
.footer hr {
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 70px;
margin-bottom: 70px; }
.footer .footer-link ul li {
margin-bottom: 15px; }
.footer .footer-link ul li:last-child {
margin-bottom: 0; }
.footer .footer-link ul li a {
color: #323232; }
.footer .footer-link ul li a:hover {
color:#007bff; }
.footer .footer-bottom {
margin-top: 60px;
padding: 40px 0 20px; }
.footer .footer-bottom .copyright p {
font-size: 14px;
color: #999999; }
.footer .footer-bottom .social-icon ul li a {
color: #ffffff; }
.footer .footer-bottom .social-icon ul li a:hover {
color:#007bff; }
.footer .footer-bottom .footer-bottom-link {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
padding: 0;
margin: 0; }
.footer .footer-bottom .footer-bottom-link li {
list-style-type: none; }
.footer .footer-bottom .footer-bottom-link li a {
display: block;
font-size: 15px;
color: #cdcdcd;
padding: 0px 20px; }
.footer .footer-bottom .footer-bottom-link li a:hover {
color:#007bff; }
.footer .footer-bottom .footer-bottom-link li:last-child a {
padding-right: 0px; }
.footer form .form-group .form-control {
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.02);
color: #ffffff;
padding-right: 20px; }
.footer form .form-group .form-control:-moz-placeholder {
color: #c1c1c1; }
.footer form .form-group .form-control:-ms-input-placeholder {
color: #c1c1c1; }
.footer form .form-group .form-control:-webkit-input-placeholder {
color: #c1c1c1; }
/* Footer 02 */
.footer.footer-02 .footer-bottom {
background: rgba(255, 255, 255, 0.1);
padding: 30px 0;
margin-top: 100px; }
.footer.footer-02 .map {
height: 100%; }
.footer.footer-02 .footer-logo {
height: 100%;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.footer.footer-02 .footer-logo svg {
width: 90%;
height: 100%; }
.footer.bg-dark .footer-link ul li a {
color: #999999; }
.footer.bg-dark .footer-link ul li a:hover {
color:#007bff; }
/*****************************
Responsive
*****************************/
@media (max-width: 1199px) {
.footer.footer-02 .footer-logo svg {
width: 100%; } }
@media (max-width: 991px) {
.footer hr {
margin-top: 50px;
margin-bottom: 50px; }
.footer .footer-bottom {
margin-top: 20px; }
.footer.footer-02 .footer-bottom {
margin-top: 70px; }
.footer.footer-02 .footer-logo {
height: auto; }
.footer.footer-02 .footer-logo {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
.footer.footer-02 .map {
height: 350px; } }
@media (max-width: 767px) {
.footer hr {
margin-top: 30px;
margin-bottom: 30px; }
.footer .footer-bottom {
margin-top: 0px; }
.footer.footer-02 .footer-bottom {
margin-top: 50px; } }
/*****************************
Blog
*****************************/
.blog-post {
border-radius: 3px;
position: relative;
overflow: hidden; }
.blog-post .blog-post-content {
padding: 30px;
background: #fcfcfc; }
.blog-post .blog-post-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 15px; }
.blog-post .blog-post-meta .blog-post-date {
position: relative;
padding-right: 16px; }
.blog-post .blog-post-meta .blog-post-date:before {
position: absolute;
right: 0;
width: 2px;
height: 15px;
background: #626262;
content: "";
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.blog-post .blog-post-meta a {
color: #626262;
font-weight: 500; }
.blog-post .blog-post-meta a:hover {
color:#007bff; }
.blog-post .blog-post-meta .blog-post-author {
padding-left: 20px;
font-weight: 500; }
.blog-post .blog-post-title {
line-height: 28px;
margin-bottom: 0; }
.blog-post .blog-post-image img {
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
@media (max-width: 479px) {
.blog-post .blog-post-meta {
display: block; }
.blog-post .blog-post-meta .blog-post-date {
padding-right: 0;
margin-bottom: 8px; }
.blog-post .blog-post-meta .blog-post-date:before {
display: none; }
.blog-post .blog-post-meta .blog-post-author {
padding-left: 0px;
margin-bottom: 8px; } }
/*************************
Display Responsive
*************************/
@media only screen and (max-width: 991px) and (min-width: 768px) {
.container {
max-width: 96%; } }
@media (min-width: 1200px) {
/* container */
.container {
max-width: 1170px; } }
@media (min-width: 1500px) {
/* container */
.container {
max-width: 1400px; } }
@media (max-width: 991px) {
/* Page section margin padding */
.space-ptb {
padding: 70px 0; }
.space-pt {
padding-top: 70px; }
.space-pb {
padding-bottom: 70px; }
.space-sm-ptb {
padding: 50px 0; }
.space-sm-pt {
padding-top: 50px; }
.space-sm-pb {
padding-bottom: 50px; }
.space-lg-mt {
margin-top: 100px; } }
@media (max-width: 767px) {
/* container */
.container {
max-width: 100%; }
/* Page section margin padding */
.space-ptb {
padding: 50px 0; }
.space-pt {
padding-top: 50px; }
.space-pb {
padding-bottom: 50px; }
.space-sm-ptb {
padding: 30px 0; }
.space-sm-pt {
padding-top: 30px; }
.space-sm-pb {
padding-bottom: 30px; }
.space-lg-mt {
margin-top: 70px; } }
/* */
.titulo {
text-transform: uppercase;
font-size: 2rem;
}
.boton-transparente {
display: inline-block;
color: #fff;
border: 2px solid #fff;
text-align: center;
outline: none;
text-decoration: none;
transition: background-color 0.2s ease-out,
color 0.2s ease-out;
}
.boton-transparente:hover,
.boton-transparente:active {
background-color: #fff;
color: #007bff;
transition: background-color 0.3s ease-in,
color 0.3s ease-in;
}
.boton-orange {
display: inline-block;
background-color: #f39135;
color: #fff;
text-align: center;
outline: none;
text-decoration: none;
}
.boton-orange:hover,
.boton-orange:active {
background-color: #007bff;
color: #fff;
transition: background-color 0.3s ease-in,
color 0.3s ease-in;
}
.img-icon {
font-size: 82px;
line-height: 52px;
font-weight: 500;
color: #007bff;
}
/*****/
.resume_top-info_short_description {
color: #8f96a3;
font-size: 14px;
font-weight: 500;
margin-top: 0;
}
.resume_top-info_location {
color: #8f96a3;
display: inline-block;
font-size: 14px;
margin: 0 10px 0 0;
}
.resume_top-info_since {
color: #8f96a3;
display: inline-block;
font-size: 14px;
line-height: 22px;
margin: 0;
}
.resume_top-tags .tag {
color: #495469;
background: transparent;
display: inline-block;
font-size: 13px;
line-height: 15px;
font-weight: 500;
border: 1px solid #dfe3e9;
border-radius: 12px;
padding: 2px 16px;
margin-right: 8px;
margin-bottom: 8px;
text-decoration: none;
}
.display-5 {
font-size: 2.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-6 {
font-size: 1.5rem;
font-weight: 300;
line-height: 1.2;
}
.feature-online {
position: relative;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
overflow: hidden;
height: 100%;
}
.feature-online i {
font-style: normal;
font-size: 30px;
display: inline-block;
background: -webkit-linear-gradient(#00bd28, #125f13);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #1ce848;
}
.feature-offline i {
font-style: normal;
font-size: 30px;
display: inline-block;
background: -webkit-linear-gradient(#393b3a, #777a7a);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #393b3a;
} | 0.448426 | 0.065755 |
@media (max-width: 1120px) {
footer {
display: none;
}
aside {
grid-row: 1/4;
}
}
@media (max-width: 866px) {
body {
grid-template-columns: 0.2fr 4fr 0.2fr 2fr;
grid-template-rows: 120px auto 84px;
}
main {
grid-row: 2/3;
}
main,
.status {
grid-column: 2/3 !important;
}
aside {
grid-column: 4/5;
}
.lateral {
background-color: #fff;
display: flex;
justify-content: space-evenly;
align-items: baseline;
grid-column: 2/3;
grid-row: 3/4;
border-radius: 15px 15px 0 0;
width: 100%;
height: 84px;
position: sticky;
}
.lateral div,
.lateral a {
height: 40px;
width: 40px;
padding: 0;
}
.menu_index {
position: relative;
top: -35px;
margin-left: 0;
}
}
@media (max-width: 768px) {
.status,
main,
aside {
/* Hidden Scrollbar Firefox, Edge and IE */
scrollbar-width: none;
-ms-overflow-style: none;
}
/* Hidden Scrollbar safari and chrome */
.status::-webkit-scrollbar,
main::-webkit-scrollbar,
aside::-webkit-scrollbar {
width: 0;
height: 0;
}
#form_post {
width: 100%;
height: 100%;
border-radius: 0px;
}
}
@media (max-width: 620px) {
body {
grid-template-columns: 10px 4fr 10px;
grid-template-rows: 120px auto 84px;
}
aside {
display: none;
}
.menu_index {
height: 60px !important;
min-width: 60px !important;
top: -41px;
background: var(--second);
}
.menu_index figure {
width: 50px;
height: 50px;
}
.lateral {
grid-column: 1/4;
box-shadow: 0 0 1px 2px var(--second);
align-items: center;
}
.lateral div,
.lateral a {
height: 50px;
width: 50px;
padding: 0;
}
.lateral a {
display: flex;
align-items: center;
justify-content: space-between;
}
.lateral .Menu_texto {
font-size: 12px;
}
.lateral div:hover figure {
width: 55px;
height: 55px;
transition: ease-in-out 0.5s;
}
main {
grid-row: 2/3;
}
main .card {
width: 99%;
}
header.status div.card_status {
margin: auto 15px;
}
}
@media (max-width: 425px) {
h1 {
font-size: 25px;
}
} | src/view/webapp/css/Media.css | @media (max-width: 1120px) {
footer {
display: none;
}
aside {
grid-row: 1/4;
}
}
@media (max-width: 866px) {
body {
grid-template-columns: 0.2fr 4fr 0.2fr 2fr;
grid-template-rows: 120px auto 84px;
}
main {
grid-row: 2/3;
}
main,
.status {
grid-column: 2/3 !important;
}
aside {
grid-column: 4/5;
}
.lateral {
background-color: #fff;
display: flex;
justify-content: space-evenly;
align-items: baseline;
grid-column: 2/3;
grid-row: 3/4;
border-radius: 15px 15px 0 0;
width: 100%;
height: 84px;
position: sticky;
}
.lateral div,
.lateral a {
height: 40px;
width: 40px;
padding: 0;
}
.menu_index {
position: relative;
top: -35px;
margin-left: 0;
}
}
@media (max-width: 768px) {
.status,
main,
aside {
/* Hidden Scrollbar Firefox, Edge and IE */
scrollbar-width: none;
-ms-overflow-style: none;
}
/* Hidden Scrollbar safari and chrome */
.status::-webkit-scrollbar,
main::-webkit-scrollbar,
aside::-webkit-scrollbar {
width: 0;
height: 0;
}
#form_post {
width: 100%;
height: 100%;
border-radius: 0px;
}
}
@media (max-width: 620px) {
body {
grid-template-columns: 10px 4fr 10px;
grid-template-rows: 120px auto 84px;
}
aside {
display: none;
}
.menu_index {
height: 60px !important;
min-width: 60px !important;
top: -41px;
background: var(--second);
}
.menu_index figure {
width: 50px;
height: 50px;
}
.lateral {
grid-column: 1/4;
box-shadow: 0 0 1px 2px var(--second);
align-items: center;
}
.lateral div,
.lateral a {
height: 50px;
width: 50px;
padding: 0;
}
.lateral a {
display: flex;
align-items: center;
justify-content: space-between;
}
.lateral .Menu_texto {
font-size: 12px;
}
.lateral div:hover figure {
width: 55px;
height: 55px;
transition: ease-in-out 0.5s;
}
main {
grid-row: 2/3;
}
main .card {
width: 99%;
}
header.status div.card_status {
margin: auto 15px;
}
}
@media (max-width: 425px) {
h1 {
font-size: 25px;
}
} | 0.314471 | 0.111241 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i|Roboto:100,200,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i|Roboto:100,200,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i|Roboto:100,200,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i|Roboto:100,200,300,400,700");
@keyframes cardHover {
from {
color: #757575; }
to {
box-shadow: -1px 4px 8px #656565;
color: #000000; } }
.flex, .flex-row, .flex-column {
display: flex;
justify-content: space-between; }
.flex-row {
flex-direction: row; }
.flex-column {
flex-direction: column; }
.flex-1 {
flex: 1; }
.flex-2 {
flex: 2; }
.flex-3 {
flex: 3; }
.flex-4 {
flex: 4; }
.flex-5 {
flex: 5; }
.flex-6 {
flex: 6; }
.flex-7 {
flex: 7; }
.flex-8 {
flex: 8; }
.flex-9 {
flex: 9; }
.flex-10 {
flex: 10; }
.flex-11 {
flex: 11; }
.flex-12 {
flex: 12; }
.scale {
transform: scale(1.5); }
.row-container {
width: 60%;
margin: 12% auto;
color: #757575; }
.row-container .speed-image-container {
position: relative; }
.row-container .speed-image-container .timelapse-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(2);
color: #CF000F; }
.row-container .label {
font-family: Roboto, sans-serif;
font-size: 36px;
font-weight: 300; }
.row-container .description {
font-family: Roboto, sans-serif;
font-size: 18px;
font-weight: 100; }
.row-container .hybrid-text {
text-align: right; }
.row-container .allDevices-text {
text-align: center; }
.row-container .allDevices-img {
margin-top: 7%;
margin-left: 8%; }
footer {
background-color: #CF000F;
position: absolute;
width: 100%;
height: 50px;
color: #FFFFFF;
font-family: Open Sans, sans-serif;
bottom: 0; }
footer .footer-title {
margin-left: 25px;
position: relative;
top: 50%;
transform: translateY(-50%); }
.post-list-container {
margin-top: 50px;
width: 90%;
margin: auto; }
.post-list-container section {
width: 100%; }
.post-list-container section .no-padding {
padding: 0; }
.post-list-container section h1 {
font-family: Roboto, sans-serif;
font-weight: 500;
font-size: 36px;
color: #757575;
margin-bottom: 25px; }
.post-list-container section h2 {
font-weight: 300; }
.post-list-container section h3 {
font-weight: 300;
font-size: 14px;
margin-top: 15px; }
.post-list-container section .post-column {
width: 90%; }
.post-list-container section .post-container div {
cursor: pointer;
margin: 25px 0;
color: #757575;
transition: color .5s;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.11), 0 1px 2px rgba(0, 0, 0, 0.22);
transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
padding: 15px;
border-radius: 2px; }
.post-list-container section .post-container div:hover {
box-shadow: -1px 3px 5px #999;
color: #2574A9; }
.post-list-container section .categories-container {
margin: 25px;
align-items: flex-start; }
.post-list-container section .categories-container /deep/ .mat-list-text {
font-weight: 300;
font-family: Roboto, sans-serif;
color: #757575; }
.flex, .flex-row, .flex-column {
display: flex;
justify-content: space-between; }
.flex-row {
flex-direction: row; }
.flex-column {
flex-direction: column; }
.flex-1 {
flex: 1; }
.flex-2 {
flex: 2; }
.flex-3 {
flex: 3; }
.flex-4 {
flex: 4; }
.flex-5 {
flex: 5; }
.flex-6 {
flex: 6; }
.flex-7 {
flex: 7; }
.flex-8 {
flex: 8; }
.flex-9 {
flex: 9; }
.flex-10 {
flex: 10; }
.flex-11 {
flex: 11; }
.flex-12 {
flex: 12; }
@keyframes cardHover {
from {
color: #757575; }
to {
box-shadow: -1px 4px 8px #656565;
color: #000000; } }
.post-detail-container {
width: 80%;
margin: auto; }
.post-detail-container .post-body {
white-space: pre-line;
padding: 25px; }
.post-detail-container .post-body .post-header-container {
margin-bottom: 3%;
position: relative; }
.post-detail-container .post-body .post-header-container .post-title {
color: #656565;
font-size: 40px;
font-weight: 300; }
.post-detail-container .post-body .post-header-container .post-info {
position: relative;
right: 0;
bottom: 0;
text-align: right;
color: #757575;
justify-content: flex-end; }
.post-detail-container .post-body .post-header-container .post-info span {
font-weight: 500;
margin-right: 10px;
align-self: center; }
.post-detail-container .post-body .post-header-container .post-info p {
font-weight: 100; }
.post-detail-container .post-body mat-card p {
color: #757575; }
.post-detail-container .post-detail-comments {
margin-top: 25px;
text-align: center; }
.post-detail-container .post-detail-comments > div:nth-child(1) {
padding: 25px; }
@-webkit-keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em; }
40% {
box-shadow: 0 -2em;
height: 5em; } }
@keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em; }
40% {
box-shadow: 0 -2em;
height: 5em; } }
.loader-container {
position: absolute;
background-color: rgba(0, 0, 0, 0.75);
width: 100vw;
height: 100vh;
top: 0;
left: 0;
z-index: 3; }
.loader-container .loader,
.loader-container .loader:before,
.loader-container .loader:after {
background: #FFFFFF;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
width: 1em;
height: 4em; }
.loader-container .loader {
color: #FFFFFF;
text-indent: -9999em;
margin: 88px auto;
position: relative;
font-size: 11px;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
position: relative;
top: 20%; }
.loader-container .loader:before,
.loader-container .loader:after {
position: absolute;
top: 0;
content: ''; }
.loader-container .loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s; }
.loader-container .loader:after {
left: 1.5em; }
* {
margin: 0;
padding: 0; }
a {
text-decoration: none; }
ul {
list-style: none; }
html {
height: 100%; }
html body {
position: relative;
min-height: 100%;
background-color: #FEFEFE; }
html body .content-container {
width: 75%;
margin: auto;
padding-bottom: 100px;
font-family: Roboto, sans-serif; }
html body .content-container p {
font-family: Roboto, sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 30px; }
html body .content-container .post-container {
width: 70%; }
/*# sourceMappingURL=styles.css.map */ | client/src/assets/styles/styles.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i|Roboto:100,200,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i|Roboto:100,200,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i|Roboto:100,200,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i|Roboto:100,200,300,400,700");
@keyframes cardHover {
from {
color: #757575; }
to {
box-shadow: -1px 4px 8px #656565;
color: #000000; } }
.flex, .flex-row, .flex-column {
display: flex;
justify-content: space-between; }
.flex-row {
flex-direction: row; }
.flex-column {
flex-direction: column; }
.flex-1 {
flex: 1; }
.flex-2 {
flex: 2; }
.flex-3 {
flex: 3; }
.flex-4 {
flex: 4; }
.flex-5 {
flex: 5; }
.flex-6 {
flex: 6; }
.flex-7 {
flex: 7; }
.flex-8 {
flex: 8; }
.flex-9 {
flex: 9; }
.flex-10 {
flex: 10; }
.flex-11 {
flex: 11; }
.flex-12 {
flex: 12; }
.scale {
transform: scale(1.5); }
.row-container {
width: 60%;
margin: 12% auto;
color: #757575; }
.row-container .speed-image-container {
position: relative; }
.row-container .speed-image-container .timelapse-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(2);
color: #CF000F; }
.row-container .label {
font-family: Roboto, sans-serif;
font-size: 36px;
font-weight: 300; }
.row-container .description {
font-family: Roboto, sans-serif;
font-size: 18px;
font-weight: 100; }
.row-container .hybrid-text {
text-align: right; }
.row-container .allDevices-text {
text-align: center; }
.row-container .allDevices-img {
margin-top: 7%;
margin-left: 8%; }
footer {
background-color: #CF000F;
position: absolute;
width: 100%;
height: 50px;
color: #FFFFFF;
font-family: Open Sans, sans-serif;
bottom: 0; }
footer .footer-title {
margin-left: 25px;
position: relative;
top: 50%;
transform: translateY(-50%); }
.post-list-container {
margin-top: 50px;
width: 90%;
margin: auto; }
.post-list-container section {
width: 100%; }
.post-list-container section .no-padding {
padding: 0; }
.post-list-container section h1 {
font-family: Roboto, sans-serif;
font-weight: 500;
font-size: 36px;
color: #757575;
margin-bottom: 25px; }
.post-list-container section h2 {
font-weight: 300; }
.post-list-container section h3 {
font-weight: 300;
font-size: 14px;
margin-top: 15px; }
.post-list-container section .post-column {
width: 90%; }
.post-list-container section .post-container div {
cursor: pointer;
margin: 25px 0;
color: #757575;
transition: color .5s;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.11), 0 1px 2px rgba(0, 0, 0, 0.22);
transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
padding: 15px;
border-radius: 2px; }
.post-list-container section .post-container div:hover {
box-shadow: -1px 3px 5px #999;
color: #2574A9; }
.post-list-container section .categories-container {
margin: 25px;
align-items: flex-start; }
.post-list-container section .categories-container /deep/ .mat-list-text {
font-weight: 300;
font-family: Roboto, sans-serif;
color: #757575; }
.flex, .flex-row, .flex-column {
display: flex;
justify-content: space-between; }
.flex-row {
flex-direction: row; }
.flex-column {
flex-direction: column; }
.flex-1 {
flex: 1; }
.flex-2 {
flex: 2; }
.flex-3 {
flex: 3; }
.flex-4 {
flex: 4; }
.flex-5 {
flex: 5; }
.flex-6 {
flex: 6; }
.flex-7 {
flex: 7; }
.flex-8 {
flex: 8; }
.flex-9 {
flex: 9; }
.flex-10 {
flex: 10; }
.flex-11 {
flex: 11; }
.flex-12 {
flex: 12; }
@keyframes cardHover {
from {
color: #757575; }
to {
box-shadow: -1px 4px 8px #656565;
color: #000000; } }
.post-detail-container {
width: 80%;
margin: auto; }
.post-detail-container .post-body {
white-space: pre-line;
padding: 25px; }
.post-detail-container .post-body .post-header-container {
margin-bottom: 3%;
position: relative; }
.post-detail-container .post-body .post-header-container .post-title {
color: #656565;
font-size: 40px;
font-weight: 300; }
.post-detail-container .post-body .post-header-container .post-info {
position: relative;
right: 0;
bottom: 0;
text-align: right;
color: #757575;
justify-content: flex-end; }
.post-detail-container .post-body .post-header-container .post-info span {
font-weight: 500;
margin-right: 10px;
align-self: center; }
.post-detail-container .post-body .post-header-container .post-info p {
font-weight: 100; }
.post-detail-container .post-body mat-card p {
color: #757575; }
.post-detail-container .post-detail-comments {
margin-top: 25px;
text-align: center; }
.post-detail-container .post-detail-comments > div:nth-child(1) {
padding: 25px; }
@-webkit-keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em; }
40% {
box-shadow: 0 -2em;
height: 5em; } }
@keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em; }
40% {
box-shadow: 0 -2em;
height: 5em; } }
.loader-container {
position: absolute;
background-color: rgba(0, 0, 0, 0.75);
width: 100vw;
height: 100vh;
top: 0;
left: 0;
z-index: 3; }
.loader-container .loader,
.loader-container .loader:before,
.loader-container .loader:after {
background: #FFFFFF;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
width: 1em;
height: 4em; }
.loader-container .loader {
color: #FFFFFF;
text-indent: -9999em;
margin: 88px auto;
position: relative;
font-size: 11px;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
position: relative;
top: 20%; }
.loader-container .loader:before,
.loader-container .loader:after {
position: absolute;
top: 0;
content: ''; }
.loader-container .loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s; }
.loader-container .loader:after {
left: 1.5em; }
* {
margin: 0;
padding: 0; }
a {
text-decoration: none; }
ul {
list-style: none; }
html {
height: 100%; }
html body {
position: relative;
min-height: 100%;
background-color: #FEFEFE; }
html body .content-container {
width: 75%;
margin: auto;
padding-bottom: 100px;
font-family: Roboto, sans-serif; }
html body .content-container p {
font-family: Roboto, sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 30px; }
html body .content-container .post-container {
width: 70%; }
/*# sourceMappingURL=styles.css.map */ | 0.404037 | 0.067424 |
body
{font-family: 'Roboto Slab','Helvetica Neue',Helvetica,Arial,sans-serif;
overflow-x: hidden;
}p
{
line-height: 1.75;
}a
{
color: #fed136;
}a:hover
{
color: #fec503;
}.text-primary
{
color: #fed136!important;
}h1,
h2,
h3,
h4,
h5,
h6
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-weight: 700;
}section
{
padding: 100px 0;
}section h2.section-heading
{
font-size: 40px;margin-top: 0;margin-bottom: 15px;
}section h3.section-subheading
{font-family: 'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 16px;font-weight: 400;font-style: italic;margin-bottom: 75px;text-transform: none;
}@media (min-width:768px)
{
section
{
padding: 150px 0;
}
}.btn
{
font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight: 700;
}.btn-xl
{
font-size: 18px;padding: 20px 40px;
}.btn-primary
{border-color: #fed136;
background-color: #fed136;
}.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover
{color: #fff;border-color: #fec810!important;
background-color: #fec810!important;
}.btn-primary:active,
.btn-primary:focus
{
box-shadow: 0 0 0 .2rem rgba(254,209,55,.5)!important;
}::-moz-selection
{
background: #fed136;text-shadow: none;
}::selection
{
background: #fed136;text-shadow: none;
}img::selection
{
background: 0 0;
}img::-moz-selection
{
background: 0 0;
}body
{
-webkit-tap-highlight-color: #fed136;
}#mainNav
{
background-color: #212529;
}#mainNav .navbar-toggler
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 12px;right: 0;padding: 13px;text-transform: uppercase;color: #fff;border: 0;background-color: #fed136;
}#mainNav .navbar-brand
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial, sans-serif;
color: #fed136;
}#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover
{
color: #fec503;
}#mainNav .navbar-nav .nav-item .nav-link
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 90%;font-weight: 400;padding: .75em 0;letter-spacing: 1px;color: #fff;
}#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover
{
color: #fed136;
}@media (min-width:992px)
{
#mainNav
{
padding-top: 25px;padding-bottom: 25px;-webkit-transition: padding-top .3s,padding-bottom .3s;-moz-transition: padding-top .3s,padding-bottom .3s;transition: padding-top .3s,padding-bottom .3s;border: none;background-color: transparent;
}#mainNav .navbar-brand
{
font-size: 1.75em;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;
}#mainNav .navbar-nav .nav-item .nav-link
{
padding: 1.1em 1em!important;
}#mainNav.navbar-shrink
{
padding-top: 0;padding-bottom: 0;background-color: #212529;
}#mainNav.navbar-shrink .navbar-brand
{
font-size: 1.25em;padding: 12px 0;
}
}header.masthead
{
text-align: center;color: #fff;background-image: url(../img/header-bg.jpg);background-repeat: no-repeat;background-attachment: scroll;background-position: center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;
}header.masthead .intro-text
{
padding-top: 150px;padding-bottom: 100px;
}header.masthead .intro-text .intro-lead-in
{font-family: 'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 22px;font-style: italic;line-height: 22px;margin-bottom: 25px;
}header.masthead .intro-text .intro-heading
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 50px;font-weight: 700;line-height: 50px;margin-bottom: 25px;
}@media (min-width:768px)
{
header.masthead .intro-text
{
padding-top: 250px;padding-bottom: 200px;
}header.masthead .intro-text .intro-lead-in
{font-family: 'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 40px;font-style: italic;line-height: 40px;margin-bottom: 25px;
}header.masthead .intro-text .intro-heading
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 75px;font-weight: 700;line-height: 75px;margin-bottom: 50px;
}
}.service-heading
{
margin: 15px 0;text-transform: none;
}#portfolio .portfolio-item
{
right: 0;margin: 0 0 15px;
}#portfolio .portfolio-item .portfolio-link
{
position: relative;display: block;max-width: 400px;margin: 0 auto;cursor: pointer;
}#portfolio .portfolio-item .portfolio-link .portfolio-hover
{
position: absolute;width: 100%;height: 100%;-webkit-transition: all ease .5s;-moz-transition: all ease .5s;transition: all ease .5s;opacity: 0;background: rgba(254,209,54,.9);
}#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover
{
opacity: 1;
}#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content
{
font-size: 20px;position: absolute;top: 50%;width: 100%;height: 20px;margin-top: -12px;text-align: center;color: #fff;
}#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i
{
margin-top: -12px;
}#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4
{
margin: 0;
}#portfolio .portfolio-item .portfolio-caption
{
max-width: 400px;margin: 0 auto;padding: 25px;text-align: center;background-color: #fff;
}#portfolio .portfolio-item .portfolio-caption h4
{
margin: 0;text-transform: none;
}#portfolio .portfolio-item .portfolio-caption p
{font-family: 'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 16px;font-style: italic;margin: 0;
}#portfolio *
{
z-index: 2;
}@media (min-width:767px)
{
#portfolio .portfolio-item
{
margin: 0 0 30px;
}
}.portfolio-modal
{
padding-right: 0!important;
}.portfolio-modal .modal-dialog
{max-width: 100vw;
margin: 1rem;
}.portfolio-modal .modal-content
{
padding: 100px 0;text-align: center;
}.portfolio-modal .modal-content h2
{
font-size: 3em;margin-bottom: 15px;
}.portfolio-modal .modal-content p
{
margin-bottom: 30px;
}.portfolio-modal .modal-content p.item-intro
{font-family: 'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 16px;font-style: italic;margin: 20px 0 30px;
}.portfolio-modal .modal-content ul.list-inline
{
margin-top: 0;margin-bottom: 30px;
}.portfolio-modal .modal-content img
{
margin-bottom: 30px;
}.portfolio-modal .modal-content button
{
cursor: pointer;
}.portfolio-modal .close-modal
{
position: absolute;top: 25px;right: 25px;width: 75px;height: 75px;cursor: pointer;background-color: transparent;
}.portfolio-modal .close-modal:hover
{
opacity: .3;
}.portfolio-modal .close-modal .lr
{
z-index: 1051;width: 1px;height: 75px;margin-left: 35px;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);background-color: #212529;
}.portfolio-modal .close-modal .lr .rl
{
z-index: 1052;width: 1px;height: 75px;-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);background-color: #212529;
}.timeline
{
position: relative;padding: 0;list-style: none;
}.timeline:before
{
position: absolute;top: 0;bottom: 0;left: 40px;width: 2px;margin-left: -1.5px;content: '';background-color: #e9ecef;
}.timeline > li
{
position: relative;min-height: 50px;margin-bottom: 50px;
}.timeline > li:after,
.timeline > li:before
{
display: table;content: ' ';
}.timeline > li:after
{
clear: both;
}.timeline > li .timeline-panel
{
position: relative;float: right;width: 100%;padding: 0 20px 0 100px;text-align: left;
}.timeline > li .timeline-panel:before
{
right: auto;left: -15px;border-right-width: 15px;border-left-width: 0;
}.timeline > li .timeline-panel:after
{
right: auto;left: -14px;border-right-width: 14px;border-left-width: 0;
}.timeline > li .timeline-image
{
position: absolute;z-index: 100;left: 0;width: 80px;height: 80px;margin-left: 0;text-align: center;color: #fff;border: 7px solid #e9ecef;border-radius: 100%;background-color: #fed136;
}.timeline > li .timeline-image h4
{
font-size: 10px;line-height: 14px;margin-top: 12px;
}.timeline > li.timeline-inverted > .timeline-panel
{
float: right;padding: 0 20px 0 100px;text-align: left;
}.timeline > li.timeline-inverted > .timeline-panel:before
{
right: auto;left: -15px;border-right-width: 15px;border-left-width: 0;
}.timeline > li.timeline-inverted > .timeline-panel:after
{
right: auto;left: -14px;border-right-width: 14px;border-left-width: 0;
}.timeline > li:last-child
{
margin-bottom: 0;
}.timeline .timeline-heading h4
{
margin-top: 0;color: inherit;
}.timeline .timeline-heading h4.subheading
{
text-transform: none;
}.timeline .timeline-body > p,
.timeline .timeline-body > ul
{
margin-bottom: 0;
}@media (min-width:768px)
{
.timeline:before
{
left: 50%;
}.timeline > li
{
min-height: 100px;margin-bottom: 100px;
}.timeline > li .timeline-panel
{
float: left;width: 41%;padding: 0 20px 20px 30px;text-align: right;
}.timeline > li .timeline-image
{
left: 50%;width: 100px;height: 100px;margin-left: -50px;
}.timeline > li .timeline-image h4
{
font-size: 13px;line-height: 18px;margin-top: 16px;
}.timeline > li.timeline-inverted > .timeline-panel
{
float: right;padding: 0 30px 20px 20px;text-align: left;
}
}@media (min-width:992px)
{
.timeline > li
{
min-height: 150px;
}.timeline > li .timeline-panel
{
padding: 0 20px 20px;
}.timeline > li .timeline-image
{
width: 150px;height: 150px;margin-left: -75px;
}.timeline > li .timeline-image h4
{
font-size: 18px;line-height: 26px;margin-top: 30px;
}.timeline > li.timeline-inverted > .timeline-panel
{
padding: 0 20px 20px;
}
}@media (min-width:1200px)
{
.timeline > li
{
min-height: 170px;
}.timeline > li .timeline-panel
{
padding: 0 20px 20px 100px;
}.timeline > li .timeline-image
{
width: 170px;height: 170px;margin-left: -85px;
}.timeline > li .timeline-image h4
{
margin-top: 40px;
}.timeline > li.timeline-inverted > .timeline-panel
{
padding: 0 100px 20px 20px;
}
}.team-member
{
margin-bottom: 50px;text-align: center;
}.team-member img
{
width: 225px;height: 225px;border: 7px solid #fff;
}.team-member h4
{
margin-top: 25px;margin-bottom: 0;text-transform: none;
}.team-member p
{
margin-top: 0;
}section#contact
{
background-color: #212529;background-image: url(../img/map-image.png);background-repeat: no-repeat;background-position: center;
}section#contact .section-heading
{
color: #fff;
}section#contact .form-group
{
margin-bottom: 25px;
}section#contact .form-group input,
section#contact .form-group textarea
{
padding: 20px;
}section#contact .form-group input.form-control
{
height: auto;
}section#contact .form-group textarea.form-control
{
height: 248px;
}section#contact .form-control:focus
{
border-color: #fed136;box-shadow: none;
}section#contact ::-webkit-input-placeholder
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-weight: 700;color: #ced4da;
}section#contact :-moz-placeholder
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-weight: 700;color: #ced4da;
}section#contact ::-moz-placeholder
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-weight: 700;color: #ced4da;
}section#contact :-ms-input-placeholder
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-weight: 700;color: #ced4da;
}footer
{
padding: 25px 0;text-align: center;
}footer span.copyright
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 90%;line-height: 40px;text-transform: none;
}footer ul.quicklinks
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 90%;line-height: 40px;margin-bottom: 0;text-transform: none;
}ul.social-buttons
{
margin-bottom: 0;
}ul.social-buttons li a
{
font-size: 20px;line-height: 40px;display: block;width: 40px;height: 40px;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;color: #fff;border-radius: 100%;outline: 0;background-color: #212529;
}ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover
{
background-color: #fed136;
}
hr.symbol {
padding: 0;
border: none;
border-top: medium double #333;
color: #333;
text-align: center;
}
hr.symbol:after {
content: "§";
display: inline-block;
position: relative;
top: -0.7em;
font-size: 1.5em;
padding: 0 0.25em;
background: white;
} | css/agency.min.css | body
{font-family: 'Roboto Slab','Helvetica Neue',Helvetica,Arial,sans-serif;
overflow-x: hidden;
}p
{
line-height: 1.75;
}a
{
color: #fed136;
}a:hover
{
color: #fec503;
}.text-primary
{
color: #fed136!important;
}h1,
h2,
h3,
h4,
h5,
h6
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-weight: 700;
}section
{
padding: 100px 0;
}section h2.section-heading
{
font-size: 40px;margin-top: 0;margin-bottom: 15px;
}section h3.section-subheading
{font-family: 'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 16px;font-weight: 400;font-style: italic;margin-bottom: 75px;text-transform: none;
}@media (min-width:768px)
{
section
{
padding: 150px 0;
}
}.btn
{
font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight: 700;
}.btn-xl
{
font-size: 18px;padding: 20px 40px;
}.btn-primary
{border-color: #fed136;
background-color: #fed136;
}.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover
{color: #fff;border-color: #fec810!important;
background-color: #fec810!important;
}.btn-primary:active,
.btn-primary:focus
{
box-shadow: 0 0 0 .2rem rgba(254,209,55,.5)!important;
}::-moz-selection
{
background: #fed136;text-shadow: none;
}::selection
{
background: #fed136;text-shadow: none;
}img::selection
{
background: 0 0;
}img::-moz-selection
{
background: 0 0;
}body
{
-webkit-tap-highlight-color: #fed136;
}#mainNav
{
background-color: #212529;
}#mainNav .navbar-toggler
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 12px;right: 0;padding: 13px;text-transform: uppercase;color: #fff;border: 0;background-color: #fed136;
}#mainNav .navbar-brand
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial, sans-serif;
color: #fed136;
}#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover
{
color: #fec503;
}#mainNav .navbar-nav .nav-item .nav-link
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 90%;font-weight: 400;padding: .75em 0;letter-spacing: 1px;color: #fff;
}#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover
{
color: #fed136;
}@media (min-width:992px)
{
#mainNav
{
padding-top: 25px;padding-bottom: 25px;-webkit-transition: padding-top .3s,padding-bottom .3s;-moz-transition: padding-top .3s,padding-bottom .3s;transition: padding-top .3s,padding-bottom .3s;border: none;background-color: transparent;
}#mainNav .navbar-brand
{
font-size: 1.75em;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;
}#mainNav .navbar-nav .nav-item .nav-link
{
padding: 1.1em 1em!important;
}#mainNav.navbar-shrink
{
padding-top: 0;padding-bottom: 0;background-color: #212529;
}#mainNav.navbar-shrink .navbar-brand
{
font-size: 1.25em;padding: 12px 0;
}
}header.masthead
{
text-align: center;color: #fff;background-image: url(../img/header-bg.jpg);background-repeat: no-repeat;background-attachment: scroll;background-position: center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;
}header.masthead .intro-text
{
padding-top: 150px;padding-bottom: 100px;
}header.masthead .intro-text .intro-lead-in
{font-family: 'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 22px;font-style: italic;line-height: 22px;margin-bottom: 25px;
}header.masthead .intro-text .intro-heading
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 50px;font-weight: 700;line-height: 50px;margin-bottom: 25px;
}@media (min-width:768px)
{
header.masthead .intro-text
{
padding-top: 250px;padding-bottom: 200px;
}header.masthead .intro-text .intro-lead-in
{font-family: 'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 40px;font-style: italic;line-height: 40px;margin-bottom: 25px;
}header.masthead .intro-text .intro-heading
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 75px;font-weight: 700;line-height: 75px;margin-bottom: 50px;
}
}.service-heading
{
margin: 15px 0;text-transform: none;
}#portfolio .portfolio-item
{
right: 0;margin: 0 0 15px;
}#portfolio .portfolio-item .portfolio-link
{
position: relative;display: block;max-width: 400px;margin: 0 auto;cursor: pointer;
}#portfolio .portfolio-item .portfolio-link .portfolio-hover
{
position: absolute;width: 100%;height: 100%;-webkit-transition: all ease .5s;-moz-transition: all ease .5s;transition: all ease .5s;opacity: 0;background: rgba(254,209,54,.9);
}#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover
{
opacity: 1;
}#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content
{
font-size: 20px;position: absolute;top: 50%;width: 100%;height: 20px;margin-top: -12px;text-align: center;color: #fff;
}#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i
{
margin-top: -12px;
}#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4
{
margin: 0;
}#portfolio .portfolio-item .portfolio-caption
{
max-width: 400px;margin: 0 auto;padding: 25px;text-align: center;background-color: #fff;
}#portfolio .portfolio-item .portfolio-caption h4
{
margin: 0;text-transform: none;
}#portfolio .portfolio-item .portfolio-caption p
{font-family: 'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 16px;font-style: italic;margin: 0;
}#portfolio *
{
z-index: 2;
}@media (min-width:767px)
{
#portfolio .portfolio-item
{
margin: 0 0 30px;
}
}.portfolio-modal
{
padding-right: 0!important;
}.portfolio-modal .modal-dialog
{max-width: 100vw;
margin: 1rem;
}.portfolio-modal .modal-content
{
padding: 100px 0;text-align: center;
}.portfolio-modal .modal-content h2
{
font-size: 3em;margin-bottom: 15px;
}.portfolio-modal .modal-content p
{
margin-bottom: 30px;
}.portfolio-modal .modal-content p.item-intro
{font-family: 'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 16px;font-style: italic;margin: 20px 0 30px;
}.portfolio-modal .modal-content ul.list-inline
{
margin-top: 0;margin-bottom: 30px;
}.portfolio-modal .modal-content img
{
margin-bottom: 30px;
}.portfolio-modal .modal-content button
{
cursor: pointer;
}.portfolio-modal .close-modal
{
position: absolute;top: 25px;right: 25px;width: 75px;height: 75px;cursor: pointer;background-color: transparent;
}.portfolio-modal .close-modal:hover
{
opacity: .3;
}.portfolio-modal .close-modal .lr
{
z-index: 1051;width: 1px;height: 75px;margin-left: 35px;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);background-color: #212529;
}.portfolio-modal .close-modal .lr .rl
{
z-index: 1052;width: 1px;height: 75px;-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);background-color: #212529;
}.timeline
{
position: relative;padding: 0;list-style: none;
}.timeline:before
{
position: absolute;top: 0;bottom: 0;left: 40px;width: 2px;margin-left: -1.5px;content: '';background-color: #e9ecef;
}.timeline > li
{
position: relative;min-height: 50px;margin-bottom: 50px;
}.timeline > li:after,
.timeline > li:before
{
display: table;content: ' ';
}.timeline > li:after
{
clear: both;
}.timeline > li .timeline-panel
{
position: relative;float: right;width: 100%;padding: 0 20px 0 100px;text-align: left;
}.timeline > li .timeline-panel:before
{
right: auto;left: -15px;border-right-width: 15px;border-left-width: 0;
}.timeline > li .timeline-panel:after
{
right: auto;left: -14px;border-right-width: 14px;border-left-width: 0;
}.timeline > li .timeline-image
{
position: absolute;z-index: 100;left: 0;width: 80px;height: 80px;margin-left: 0;text-align: center;color: #fff;border: 7px solid #e9ecef;border-radius: 100%;background-color: #fed136;
}.timeline > li .timeline-image h4
{
font-size: 10px;line-height: 14px;margin-top: 12px;
}.timeline > li.timeline-inverted > .timeline-panel
{
float: right;padding: 0 20px 0 100px;text-align: left;
}.timeline > li.timeline-inverted > .timeline-panel:before
{
right: auto;left: -15px;border-right-width: 15px;border-left-width: 0;
}.timeline > li.timeline-inverted > .timeline-panel:after
{
right: auto;left: -14px;border-right-width: 14px;border-left-width: 0;
}.timeline > li:last-child
{
margin-bottom: 0;
}.timeline .timeline-heading h4
{
margin-top: 0;color: inherit;
}.timeline .timeline-heading h4.subheading
{
text-transform: none;
}.timeline .timeline-body > p,
.timeline .timeline-body > ul
{
margin-bottom: 0;
}@media (min-width:768px)
{
.timeline:before
{
left: 50%;
}.timeline > li
{
min-height: 100px;margin-bottom: 100px;
}.timeline > li .timeline-panel
{
float: left;width: 41%;padding: 0 20px 20px 30px;text-align: right;
}.timeline > li .timeline-image
{
left: 50%;width: 100px;height: 100px;margin-left: -50px;
}.timeline > li .timeline-image h4
{
font-size: 13px;line-height: 18px;margin-top: 16px;
}.timeline > li.timeline-inverted > .timeline-panel
{
float: right;padding: 0 30px 20px 20px;text-align: left;
}
}@media (min-width:992px)
{
.timeline > li
{
min-height: 150px;
}.timeline > li .timeline-panel
{
padding: 0 20px 20px;
}.timeline > li .timeline-image
{
width: 150px;height: 150px;margin-left: -75px;
}.timeline > li .timeline-image h4
{
font-size: 18px;line-height: 26px;margin-top: 30px;
}.timeline > li.timeline-inverted > .timeline-panel
{
padding: 0 20px 20px;
}
}@media (min-width:1200px)
{
.timeline > li
{
min-height: 170px;
}.timeline > li .timeline-panel
{
padding: 0 20px 20px 100px;
}.timeline > li .timeline-image
{
width: 170px;height: 170px;margin-left: -85px;
}.timeline > li .timeline-image h4
{
margin-top: 40px;
}.timeline > li.timeline-inverted > .timeline-panel
{
padding: 0 100px 20px 20px;
}
}.team-member
{
margin-bottom: 50px;text-align: center;
}.team-member img
{
width: 225px;height: 225px;border: 7px solid #fff;
}.team-member h4
{
margin-top: 25px;margin-bottom: 0;text-transform: none;
}.team-member p
{
margin-top: 0;
}section#contact
{
background-color: #212529;background-image: url(../img/map-image.png);background-repeat: no-repeat;background-position: center;
}section#contact .section-heading
{
color: #fff;
}section#contact .form-group
{
margin-bottom: 25px;
}section#contact .form-group input,
section#contact .form-group textarea
{
padding: 20px;
}section#contact .form-group input.form-control
{
height: auto;
}section#contact .form-group textarea.form-control
{
height: 248px;
}section#contact .form-control:focus
{
border-color: #fed136;box-shadow: none;
}section#contact ::-webkit-input-placeholder
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-weight: 700;color: #ced4da;
}section#contact :-moz-placeholder
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-weight: 700;color: #ced4da;
}section#contact ::-moz-placeholder
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-weight: 700;color: #ced4da;
}section#contact :-ms-input-placeholder
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-weight: 700;color: #ced4da;
}footer
{
padding: 25px 0;text-align: center;
}footer span.copyright
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 90%;line-height: 40px;text-transform: none;
}footer ul.quicklinks
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 90%;line-height: 40px;margin-bottom: 0;text-transform: none;
}ul.social-buttons
{
margin-bottom: 0;
}ul.social-buttons li a
{
font-size: 20px;line-height: 40px;display: block;width: 40px;height: 40px;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;color: #fff;border-radius: 100%;outline: 0;background-color: #212529;
}ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover
{
background-color: #fed136;
}
hr.symbol {
padding: 0;
border: none;
border-top: medium double #333;
color: #333;
text-align: center;
}
hr.symbol:after {
content: "§";
display: inline-block;
position: relative;
top: -0.7em;
font-size: 1.5em;
padding: 0 0.25em;
background: white;
} | 0.296247 | 0.041249 |
* { margin:0; padding:0; }
body { font-family:georgia,serif; background-color:#fff; color:#333; }
body,p,li,td { font-size:15px; }
p, ul, ol, div.codeblock, table { margin:13px 0 20px 0; line-height:1.5; }
hr { border:none; height:1px; background-color:#ddd; }
img { border:none; vertical-align:bottom; }
ul, ol { padding-left:1.618em; }
a { text-decoration:none; border-bottom:1px solid #ddd; }
a:link, a:active { color:#316d96; border-bottom-color:#d9ebf8; }
a:visited { color:#7e5494; border-bottom-color:#f1ddfb; }
a:link:hover, a:active:hover { color:#006be4; background:#e2f4ff; border-bottom-color:#c7e4f7; }
a:visited:hover { color:#af00cf; background:#f4e6ff; border-bottom-color:#e5cbf0; }
a > img { margin-bottom:-1px; } /* hide the bottom border implied by the "a" tag */
h1, h2, h3, h4 { color:#000; font-family:'helvetica neue',helvetica,arial,sans-serif; }
h1 a, h2 a, h3 a, h4 a { border:none; }
h1 a:link, h2 a:link, h3 a:link, h4 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited { color:inherit; }
h1 { font-size:26px; }
h2 { font-size:19px; }
h3 { font-size:17px; color:#555; }
/* Universal helpers */
.highlight { background-color:#fffe95; color:#302400; }
.breaker { clear:both; }
.wrapper { clear:both; margin:0 auto; width:920px; }
.wrapper hr {
margin:1em -20px 1em -9999em;
background-color:transparent;
height:0;
border-top:1px solid #ccc;
}
/* Errors from gb::$errors */
#gb-errors { background-color:#fcc; color:#611; padding:10px; min-height:48px; border-bottom:4px solid #c00; }
#gb-errors a { border:none; background:transparent; }
#gb-errors a.close {
display:block; float:right;
width:16px; height:16px;
background-image:url(icons16.png);
background-position:0 -32px;
background-repeat:no-repeat;
}
#gb-errors a.close:hover { background-position:0 -48px; }
#gb-errors a.close span { display:none; }
#gb-errors div.icon {
background-image:url(icons48.png);
background-position:0 -48px;
background-repeat:no-repeat;
width:48px; height:48px;
float:left;
margin-left:-15px;
}
#gb-errors ul { display:block; float:left; margin:0; padding:0; list-style:none; }
#gb-errors li { font-family:'helvetica neue',helvetica,arial,sans-serif; font-size:16px; }
#gb-errors li.title { font-weight:bold; line-height:1; margin:0.2em 0; }
/* Header */
#header {
font-family:'helvetica neue',helvetica,arial,sans-serif;
border-bottom:1px solid #ccc;
background-repeat:repeat-x;
background-position:0 0;
height:110px;
width:100%;
padding-top:40px;
}
#header a { border:none; }
#header div.date { float:right; line-height:1; margin-top:16px; color:#999; }
#header div.title { height:85px; }
#header div.title div.name { font-size:34px; height:43px; font-weight:bold; }
#header div.title div.name a:link, #header div.title div.name a:visited { color:#000; }
#header div.title div.name a:link:hover, #header div.title div.name a:visited:hover {
background:none; color:#006be4;
}
#header div.title div.description {
font-family:georgia,serif; font-size:12px; font-style:italic; color:#999;
}
#header ul { display:block; height:25px; list-style:none; margin:0; padding:0; }
#header ul li { float:left; }
#header ul li.divider { width:20px; height:25px; }
#header ul li.divider + li a { border-left:1px solid #ccc; }
#header ul li:first-child a { border-left:1px solid #ccc; }
#header ul li a {
display:block; line-height:25px; padding:0 10px; height:25px;
color:#999;
font-size:12px;
font-weight:bold;
border:1px solid #ccc;
border-bottom:none;
border-left:none;
}
#header ul li a:hover {
color:#000;
background-color:transparent;
}
#header ul li a.current, #header ul li a.current:hover {
color: #000;
background-color:#fff;
}
/*
* The following ~40 lines adds some character to your blog.
* Remove these lines for a plain and simple black & white style.
*/
#header { background-color:#e4e2cd; border-color:#c2c0ae;
background-image:url(header-bg.png); background-position:center 0; }
@font-face {
font-family:'Liberation Serif';
font-style:normal;
src:local('Liberation Serif'), url('liberation-serif-regular.ttf') format('truetype');
}
@font-face {
/* Firefox 3.5 don't seem to be able to deduce "italic" style from font-style:italic above
so we import the typeface under its ps name */
font-family:'Liberation Serif Italic';
font-style:italic;
src:local('Liberation Serif Italic'), url('liberation-serif-italic.ttf') format('truetype');
}
@font-face {
font-family:'Liberation Serif Bold';
font-weight:bold;
src:local('Liberation Serif Bold'), url('liberation-serif-bold.ttf') format('truetype');
}
@font-face {
font-family:'Liberation Serif Bold Italic';
font-weight:bold;
font-style:italic;
src:local('Liberation Serif Bold Italic'), url('liberation-serif-bold-italic.ttf') format('truetype');
}
@font-face {
font-family:Inconsolata;
src:local(Inconsolata), url('inconsolata.otf') format('opentype');
}
#header div.title div.name { text-shadow:#efeee1 0 1px 0; }
body { font-family:'Liberation Serif', georgia, times; }
#header div.title div.description { font-family:'Liberation Serif Italic', georgia, serif; }
div.post code, div.post pre, div.post tt, div.post samp { font-family:'Inconsolata', monospace; }
div.post div.body blockquote { font-family:'Liberation Serif Italic',georgia,serif; }
div.post div.body b, div.post div.body strong { font-family:'Liberation Serif Bold',georgia,serif; }
div.post div.body em, div.post div.body i { font-family:'Liberation Serif Italic',georgia,serif; }
div.post div.body em b, div.post div.body i b, div.post div.body em strong, div.post div.body i strong,
div.post div.body b em, div.post div.body b i, div.post div.body strong em, div.post div.body strong i
{
font-family:'Liberation Serif Bold Italic',georgia,serif;
}
#header div.title div.name a:link, #header div.title div.name a:visited { color:#2d2c25; }
#header div.title div.name a:link:hover, #header div.title div.name a:visited:hover { color:#000; }
#header div.title div.description { color:#8f8d7c; text-shadow:#efeee1 0 1px 0; }
#header div.date { color:#696758; text-shadow:#efeee1 0 1px 0; }
#header ul li a { color:#696758; border-color:#c2c0ae !important;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
text-shadow:#efeee1 0 1px 0;
}
#header ul li a:hover { background-color:#fff; color:#006be4; }
#header ul li a:hover, #header ul li a.current { text-shadow:none; }
/* End of the posh styling */
/* Main content */
#main { }
/* Columns */
div.columns div.col { float:left; }
div.columns.c3 {}
div.columns.c3 div.col { width:280px; float:left; }
div.columns.c3 div.col + div.col { margin:0 40px; }
div.columns.c3 div.col + div.col + div.col { margin:0; }
/* Summary columns */
#summary { border-bottom:1px solid #ccc; padding-top:20px; padding-bottom:10px; }
#summary p, #summary li, #summary blockquote { font-size:13px; color:#555; }
#summary div.recent-posts {}
#summary div.recent-posts ol { list-style:none; padding:0; }
#summary div.recent-posts li { white-space:nowrap; overflow:hidden; color:#999; }
#summary div.recent-posts li a { margin-right:5px; }
#summary div.recent-posts li span.age { white-space:nowrap;; }
#summary h2 { font-size:14px; color:#555; margin-bottom:-5px; }
ol.tags { overflow:hidden; }
ol.tags a:link, ol.tags a:visited { border:none; }
ol.tags a:link:hover, ol.tags a:visited:hover { color:#444 !important; }
ol.tags { padding:0; }
ol.tags li { float:left; list-style:none; padding:0 10px 0 0; }
ol.tags li.p0 a:link, ol.tags li.p0 a:visited { color:#eee; }
ol.tags li.p1 a:link, ol.tags li.p1 a:visited { color:#ddd; }
ol.tags li.p2 a:link, ol.tags li.p2 a:visited { color:#ccc; }
ol.tags li.p3 a:link, ol.tags li.p3 a:visited { color:#bbb; }
ol.tags li.p4 a:link, ol.tags li.p4 a:visited { color:#aaa; }
ol.tags li.p5 a:link, ol.tags li.p5 a:visited { color:#999; }
ol.tags li.p6 a:link, ol.tags li.p6 a:visited { color:#888; }
ol.tags li.p7 a:link, ol.tags li.p7 a:visited { color:#777; }
ol.tags li.p8 a:link, ol.tags li.p8 a:visited { color:#666; }
ol.tags li.p9 a:link, ol.tags li.p9 a:visited { color:#555; }
ol.tags li.p10 a:link, ol.tags li.p10 a:visited { color:#555; }
#summary.breadcrumb { padding:10px 0; border-bottom:1px dashed #ddd; }
#summary.breadcrumb p {
margin:0;
font-style:italic;
}
/* Sidebar */
#sidebar {
float:right;
width:280px;
margin:0 0 0 20px;
padding:20px 0 20px 20px;
}
#sidebar > hr {
margin:1em -20px 1em -20px;
background-color:transparent;
height:0;
border-top:1px dashed #ccc;
}
#sidebar ol.recent-comments { list-style:none; padding:0; }
#sidebar ol.recent-comments li { white-space:nowrap; max-width:280px; }
#sidebar ol.recent-comments small { color:#999; width:75px; }
#sidebar ol.recent-comments a { max-width:200px; }
#sidebar ol.recent-comments a, #sidebar ol.recent-comments small {
display:inline-block; overflow:hidden; text-overflow:ellipsis; border:none;
}
/* Posts */
div.posts { width:600px; float:left; }
div.posts > h1 { display:none; /* for SEO reasons, since we don't have a proper H1 */ }
div.posts div.post { padding-bottom:20px; }
div.posts div.post > h2 { font-size:26px; /* same as h1 for single posts */ }
/* Post */
div.post { margin-top:20px; margin-bottom:10px; width:600px; }
div.post p.meta {
font-family:"lucida grande","tahoma",sans-serif; font-size:11px;
margin:2px 0;
color:#999;
}
div.post p.meta a:link, div.post p.meta a:active { color:#9bafbd; border-bottom-color:#e3eff7; }
div.post p.meta a:visited { color:#bca6c8; border-bottom-color:#f8effc; }
div.post p.meta a:link:hover, div.post p.meta a:active:hover { color:#006be4; border-bottom-color:#c7e4f7; }
div.post p.meta a:visited:hover { color:#af00cf; border-bottom-color:#e5cbf0; }
div.post a.numcomments {
font-family:'helvetica neue',helvetica,arial,sans-serif;
border:none;
display:block;
float:right;
background-image:url(icons16.png);
background-position:right -64px;
background-color:transparent;
background-repeat:no-repeat;
padding-right:19px;
margin-top:9px;
height:16px;
line-height:16px;
}
div.post a.numcomments:hover { background-position:right -80px; }
div.post a.numcomments:link, div.post a.numcomments:visited { color:#777; }
div.post a.numcomments:link:hover, div.post a.numcomments:visited:hover { color:#000; }
div.post div.body { /*overflow-x:hidden;*/ }
div.post div.body a.img { background-color:transparent; border:none; }
div.post div.body object, div.post div.body img { max-width:600px; }
div.post div.body hr { border-top-style:dashed; }
div.post div.body blockquote {
padding-left:10px;
border-left:5px solid #ccc;
font-style:italic;
color:#666;
}
div.post div.body .center { margin-left:auto; margin-right:auto; }
div.post div.body img.center { display:block; }
div.post div.body table { border-collapse:collapse; }
div.post div.body table th, div.post div.body table td { border-left:1px solid #ccc; padding:0 7px; }
div.post div.body table th { border-bottom:1px solid #ccc; }
div.post div.body table th:first-child, div.post div.body table td:first-child { border-left:none; padding-left:0; }
div.post div.body table th:last-child, div.post div.body table td:last-child { padding-right:0; }
div.post *[align=right] { margin-left:15px; margin-bottom:15px; }
div.post div.body > p.read-more { }
div.post div.body > p.read-more a {
display:inline-block; padding:0 7px; line-height:22px;
border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
background-color:#fffe95; color:#685c00; border:none;
}
div.post div.body > p.read-more a:hover { background-color:#fff000; color:#302400; }
div.post div.body :target { background:#fe0; }
div.post div.body sup:target { padding:2px 5px; }
div.post div.body div.footnotes {}
div.post div.body div.footnotes ol:before { content:"Footnotes"; color:#999; }
div.post div.body div.footnotes ol { padding-left:0; }
div.post div.body div.footnotes li, div.post div.body div.footnotes p { font-size:13px; }
div.post div.body div.footnotes li > p { margin:6px 0 10px 0; }
div.post div.body div.footnotes li:target { background:#ffc; padding:4px 10px; margin:4px -10px; }
/* Paged posts footer */
#paged-footer {
background-color:#eee;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
margin-top:-1px;
padding:10px 0;
}
/* Comments */
#comments {
float:left;
width:600px;
}
#comments div.notification { background:#9cc8ff; color:#00234e; width:560px; padding:10px 20px; margin:20px 0; }
#comments div.notification p { padding-top:10px;padding-bottom:10px; margin:0; }
#comments hr { margin-top:0; margin-right:0; }
#comments h2 { margin-bottom:1em; }
#comments ul { list-style:none; margin:0; padding:0 0 10px 30px; width:600px; }
#comments > ul { padding-left:0; } /* first level is not indented */
#comments ul.l1, #comments ul.l1 li { width:570px; }
#comments ul.l2, #comments ul.l2 li { width:540px; }
#comments ul.l3, #comments ul.l3 li { width:510px; }
#comments ul.l4, #comments ul.l4 li { width:480px; }
#comments ul.l5, #comments ul.l5 li { width:450px; }
#comments ul.l6, #comments ul.l6 li { width:420px; }
#comments ul.l1 div.message-wrapper { width:507px; }
#comments ul.l2 div.message-wrapper { width:477px; }
#comments ul.l3 div.message-wrapper { width:447px; }
#comments ul.l4 div.message-wrapper { width:417px; }
#comments ul.l5 div.message-wrapper { width:387px; }
#comments ul.l6 div.message-wrapper { width:357px; }
/* Comment */
li.comment {
width:600px;
margin:0 0 10px 0;
display:block;
}
li.comment.post-author div.author a.name { color:#00942a; }
li.comment.post-author div.author a.name:after { content:" (author)"; font-weight:normal; font-style:italic; }
li.comment div.avatar { float:left; width:48px; height:48px; margin:10px 0; }
li.pingback div.avatar {
background-image:url(icons48.png);
background-position:0 0;
background-repeat:no-repeat;
}
li.pingback div.avatar img { display:none; }
li.comment div.message-wrapper {
float:left;
width:537px;
margin:10px 0 10px 15px;
}
li.comment div.actions { float:right; }
li.comment div.actions a {
width:16px; height:16px;
display:block;
border:none;
float:left;
background-color:transparent;
background-position:0 0;
background-repeat:no-repeat;
background-image:url(icons16.png);
}
li.comment div.actions a span { display:none; }
li.comment div.actions a.reply { }
li.comment div.actions a.reply:hover { background-position:0 -16px; }
li.pingback div.actions a.reply { display:none; }
li.comment div.actions a.rm { background-position:0 -32px; }
li.comment div.actions a.rm:hover { background-position:0 -48px; }
li.comment div.author {
float:left;
line-height:1;
font-family:'helvetica neue',helvetica,arial,sans-serif;
font-weight:bold;
}
li.comment div.author a { color:#111; border:none; }
li.comment div.author a.age { margin-left:0.3em; color:#999; }
li.comment div.author a:link:hover { color:#006be4; }
li.comment div.author a:visited:hover { color:#af00cf; }
li.comment div.message { margin-top:5px; margin-right:10px; }
li.comment div.message > p { margin:0.6em 0 0 0; }
li.comment div.message > p:first-child { margin:0; }
li.comment > form { margin:10px 10px 10px 68px; }
#reply-title { margin-top:1em; }
#comment-form { width:500px; }
#comment-form p { margin:0; }
#comment-form textarea {
width:488px;
margin:0;
padding:5px;
border-width:3;
font-family:inherit;
font-size:1em;
}
#comment-form input[type="text"] { width:156px; margin-left:4px; padding:1px; border-width:3; }
#comment-form input[type="text"]:first-child { margin-left:0; }
#comment-form input { margin-top:5px; }
#comment-form input.default { color:#999; }
#comment-form.inline-reply { width:420px; padding-bottom:10px; }
#comment-form.inline-reply textarea { width:408px; }
#comment-form.inline-reply input[type="text"] { width:129px; }
#comment-form.inline-reply input[type="text"]:first-child { width:130px; }
/* Footer */
#footer { padding:10px 0; color:#ccc; }
#footer a:link, #footer a:visited { color:#ccc; }
/* Error 404 not found */
#error404 { margin:100px; text-align:center; }
#error404 h1 { margin-bottom:30px; }
/* Pygments source code syntax highlight */
/*div.codeblock {
font-size:14px;
background-color:#fff;
margin-left:-10px;
padding-left:9px;
border-left:1px solid #eee;
}*/
div.codeblock {
font-size:14px;
background-color:#eee;
padding:10px 10px;
border:1px solid #ddd;
margin:0px 0 15px 0; line-height:1.25;
}
div.codeblock pre { overflow:auto; }
div.codeblock .hll { background-color: #ffffcc }
div.codeblock .g { color: #000000 } /* Generic */
div.codeblock .gh { color: #000080; font-weight: bold } /* Generic.Heading */
div.codeblock .gd { color: #a40000 } /* Generic.Deleted */
div.codeblock .ge { color: #000000; font-style: italic } /* Generic.Emph */
div.codeblock .gr { color: #ef2929 } /* Generic.Error */
div.codeblock .gi { color: #00A000 } /* Generic.Inserted */
div.codeblock .go { color: #000000; font-style: italic } /* Generic.Output */
div.codeblock .gp { color: #8f5902 } /* Generic.Prompt */
div.codeblock .gs { color: #000000; font-weight: bold } /* Generic.Strong */
div.codeblock .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
div.codeblock .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */
div.codeblock .c { color: #999; font-style: italic } /* Comment */
div.codeblock .cm { color: #999; } /* Comment.Multiline */
div.codeblock .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */
div.codeblock .c1 { color: #999; font-style: italic } /* Comment.Single */
div.codeblock .cs { color: #8f5902; font-style: italic } /* Comment.Special */
div.codeblock .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
div.codeblock .k { color: #204a87; } /* Keyword */
div.codeblock .l { color: #000000 } /* Literal */
div.codeblock .n { color: #000000 } /* Name */
div.codeblock .o { color: #c31; } /* Operator */
div.codeblock .x { color: #000000 } /* Other */
div.codeblock .p { color: #000000; } /* Punctuation */
div.codeblock .kc { color: #204a87; } /* Keyword.Constant */
div.codeblock .kd { color: #1166cc; } /* Keyword.Declaration */
div.codeblock .kn { color: #204a87; } /* Keyword.Namespace */
div.codeblock .kp { color: #204a87; } /* Keyword.Pseudo */
div.codeblock .kr { color: #204a87; } /* Keyword.Reserved */
div.codeblock .kt { color: #204a87; } /* Keyword.Type */
div.codeblock .ld { color: #000000 } /* Literal.Date */
div.codeblock .m { color: #0000cf; } /* Literal.Number */
div.codeblock .s { color: #4b8911 } /* Literal.String */
div.codeblock .na { color: #c4a000 } /* Name.Attribute */
div.codeblock .nb { color: #204a87 } /* Name.Builtin */
div.codeblock .nc { color: #000000 } /* Name.Class */
div.codeblock .no { color: #000000 } /* Name.Constant */
div.codeblock .nd { color: #5c35cc; } /* Name.Decorator */
div.codeblock .ni { color: #ce5c00 } /* Name.Entity */
div.codeblock .ne { color: #cc0000; } /* Name.Exception */
div.codeblock .nf { color: #000000 } /* Name.Function */
div.codeblock .nl { color: #f57900 } /* Name.Label */
div.codeblock .nn { color: #000000 } /* Name.Namespace */
div.codeblock .nx { color: #000000 } /* Name.Other */
div.codeblock .py { color: #000000 } /* Name.Property */
div.codeblock .nt { color: #204a87; } /* Name.Tag */
div.codeblock .nv { color: #000000 } /* Name.Variable */
div.codeblock .ow { color: #204a87; } /* Operator.Word */
div.codeblock .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */
div.codeblock .mf { color: #91c; } /* Literal.Number.Float */
div.codeblock .mh { color: #91c; } /* Literal.Number.Hex */
div.codeblock .mi { color: #91c; } /* Literal.Number.Integer */
div.codeblock .il { color: #91c; } /* Literal.Number.Integer.Long */
div.codeblock .mo { color: #91c; } /* Literal.Number.Oct */
div.codeblock .sb { color: #4e9a06 } /* Literal.String.Backtick */
div.codeblock .sc { color: #4e9a06 } /* Literal.String.Char */
div.codeblock .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */
div.codeblock .s2 { color: #4e9a06 } /* Literal.String.Double */
div.codeblock .se { color: #4e9a06 } /* Literal.String.Escape */
div.codeblock .sh { color: #4e9a06 } /* Literal.String.Heredoc */
div.codeblock .si { color: #4e9a06 } /* Literal.String.Interpol */
div.codeblock .sx { color: #4e9a06 } /* Literal.String.Other */
div.codeblock .sr { color: #4e9a06 } /* Literal.String.Regex */
div.codeblock .s1 { color: #4e9a06 } /* Literal.String.Single */
div.codeblock .ss { color: #4e9a06 } /* Literal.String.Symbol */
div.codeblock .bp { color: #3465a4 } /* Name.Builtin.Pseudo */
div.codeblock .vc { color: #000000 } /* Name.Variable.Class */
div.codeblock .vg { color: #000000 } /* Name.Variable.Global */
div.codeblock .vi { color: #000000 } /* Name.Variable.Instance */ | themes/default/style.css | * { margin:0; padding:0; }
body { font-family:georgia,serif; background-color:#fff; color:#333; }
body,p,li,td { font-size:15px; }
p, ul, ol, div.codeblock, table { margin:13px 0 20px 0; line-height:1.5; }
hr { border:none; height:1px; background-color:#ddd; }
img { border:none; vertical-align:bottom; }
ul, ol { padding-left:1.618em; }
a { text-decoration:none; border-bottom:1px solid #ddd; }
a:link, a:active { color:#316d96; border-bottom-color:#d9ebf8; }
a:visited { color:#7e5494; border-bottom-color:#f1ddfb; }
a:link:hover, a:active:hover { color:#006be4; background:#e2f4ff; border-bottom-color:#c7e4f7; }
a:visited:hover { color:#af00cf; background:#f4e6ff; border-bottom-color:#e5cbf0; }
a > img { margin-bottom:-1px; } /* hide the bottom border implied by the "a" tag */
h1, h2, h3, h4 { color:#000; font-family:'helvetica neue',helvetica,arial,sans-serif; }
h1 a, h2 a, h3 a, h4 a { border:none; }
h1 a:link, h2 a:link, h3 a:link, h4 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited { color:inherit; }
h1 { font-size:26px; }
h2 { font-size:19px; }
h3 { font-size:17px; color:#555; }
/* Universal helpers */
.highlight { background-color:#fffe95; color:#302400; }
.breaker { clear:both; }
.wrapper { clear:both; margin:0 auto; width:920px; }
.wrapper hr {
margin:1em -20px 1em -9999em;
background-color:transparent;
height:0;
border-top:1px solid #ccc;
}
/* Errors from gb::$errors */
#gb-errors { background-color:#fcc; color:#611; padding:10px; min-height:48px; border-bottom:4px solid #c00; }
#gb-errors a { border:none; background:transparent; }
#gb-errors a.close {
display:block; float:right;
width:16px; height:16px;
background-image:url(icons16.png);
background-position:0 -32px;
background-repeat:no-repeat;
}
#gb-errors a.close:hover { background-position:0 -48px; }
#gb-errors a.close span { display:none; }
#gb-errors div.icon {
background-image:url(icons48.png);
background-position:0 -48px;
background-repeat:no-repeat;
width:48px; height:48px;
float:left;
margin-left:-15px;
}
#gb-errors ul { display:block; float:left; margin:0; padding:0; list-style:none; }
#gb-errors li { font-family:'helvetica neue',helvetica,arial,sans-serif; font-size:16px; }
#gb-errors li.title { font-weight:bold; line-height:1; margin:0.2em 0; }
/* Header */
#header {
font-family:'helvetica neue',helvetica,arial,sans-serif;
border-bottom:1px solid #ccc;
background-repeat:repeat-x;
background-position:0 0;
height:110px;
width:100%;
padding-top:40px;
}
#header a { border:none; }
#header div.date { float:right; line-height:1; margin-top:16px; color:#999; }
#header div.title { height:85px; }
#header div.title div.name { font-size:34px; height:43px; font-weight:bold; }
#header div.title div.name a:link, #header div.title div.name a:visited { color:#000; }
#header div.title div.name a:link:hover, #header div.title div.name a:visited:hover {
background:none; color:#006be4;
}
#header div.title div.description {
font-family:georgia,serif; font-size:12px; font-style:italic; color:#999;
}
#header ul { display:block; height:25px; list-style:none; margin:0; padding:0; }
#header ul li { float:left; }
#header ul li.divider { width:20px; height:25px; }
#header ul li.divider + li a { border-left:1px solid #ccc; }
#header ul li:first-child a { border-left:1px solid #ccc; }
#header ul li a {
display:block; line-height:25px; padding:0 10px; height:25px;
color:#999;
font-size:12px;
font-weight:bold;
border:1px solid #ccc;
border-bottom:none;
border-left:none;
}
#header ul li a:hover {
color:#000;
background-color:transparent;
}
#header ul li a.current, #header ul li a.current:hover {
color: #000;
background-color:#fff;
}
/*
* The following ~40 lines adds some character to your blog.
* Remove these lines for a plain and simple black & white style.
*/
#header { background-color:#e4e2cd; border-color:#c2c0ae;
background-image:url(header-bg.png); background-position:center 0; }
@font-face {
font-family:'Liberation Serif';
font-style:normal;
src:local('Liberation Serif'), url('liberation-serif-regular.ttf') format('truetype');
}
@font-face {
/* Firefox 3.5 don't seem to be able to deduce "italic" style from font-style:italic above
so we import the typeface under its ps name */
font-family:'Liberation Serif Italic';
font-style:italic;
src:local('Liberation Serif Italic'), url('liberation-serif-italic.ttf') format('truetype');
}
@font-face {
font-family:'Liberation Serif Bold';
font-weight:bold;
src:local('Liberation Serif Bold'), url('liberation-serif-bold.ttf') format('truetype');
}
@font-face {
font-family:'Liberation Serif Bold Italic';
font-weight:bold;
font-style:italic;
src:local('Liberation Serif Bold Italic'), url('liberation-serif-bold-italic.ttf') format('truetype');
}
@font-face {
font-family:Inconsolata;
src:local(Inconsolata), url('inconsolata.otf') format('opentype');
}
#header div.title div.name { text-shadow:#efeee1 0 1px 0; }
body { font-family:'Liberation Serif', georgia, times; }
#header div.title div.description { font-family:'Liberation Serif Italic', georgia, serif; }
div.post code, div.post pre, div.post tt, div.post samp { font-family:'Inconsolata', monospace; }
div.post div.body blockquote { font-family:'Liberation Serif Italic',georgia,serif; }
div.post div.body b, div.post div.body strong { font-family:'Liberation Serif Bold',georgia,serif; }
div.post div.body em, div.post div.body i { font-family:'Liberation Serif Italic',georgia,serif; }
div.post div.body em b, div.post div.body i b, div.post div.body em strong, div.post div.body i strong,
div.post div.body b em, div.post div.body b i, div.post div.body strong em, div.post div.body strong i
{
font-family:'Liberation Serif Bold Italic',georgia,serif;
}
#header div.title div.name a:link, #header div.title div.name a:visited { color:#2d2c25; }
#header div.title div.name a:link:hover, #header div.title div.name a:visited:hover { color:#000; }
#header div.title div.description { color:#8f8d7c; text-shadow:#efeee1 0 1px 0; }
#header div.date { color:#696758; text-shadow:#efeee1 0 1px 0; }
#header ul li a { color:#696758; border-color:#c2c0ae !important;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
text-shadow:#efeee1 0 1px 0;
}
#header ul li a:hover { background-color:#fff; color:#006be4; }
#header ul li a:hover, #header ul li a.current { text-shadow:none; }
/* End of the posh styling */
/* Main content */
#main { }
/* Columns */
div.columns div.col { float:left; }
div.columns.c3 {}
div.columns.c3 div.col { width:280px; float:left; }
div.columns.c3 div.col + div.col { margin:0 40px; }
div.columns.c3 div.col + div.col + div.col { margin:0; }
/* Summary columns */
#summary { border-bottom:1px solid #ccc; padding-top:20px; padding-bottom:10px; }
#summary p, #summary li, #summary blockquote { font-size:13px; color:#555; }
#summary div.recent-posts {}
#summary div.recent-posts ol { list-style:none; padding:0; }
#summary div.recent-posts li { white-space:nowrap; overflow:hidden; color:#999; }
#summary div.recent-posts li a { margin-right:5px; }
#summary div.recent-posts li span.age { white-space:nowrap;; }
#summary h2 { font-size:14px; color:#555; margin-bottom:-5px; }
ol.tags { overflow:hidden; }
ol.tags a:link, ol.tags a:visited { border:none; }
ol.tags a:link:hover, ol.tags a:visited:hover { color:#444 !important; }
ol.tags { padding:0; }
ol.tags li { float:left; list-style:none; padding:0 10px 0 0; }
ol.tags li.p0 a:link, ol.tags li.p0 a:visited { color:#eee; }
ol.tags li.p1 a:link, ol.tags li.p1 a:visited { color:#ddd; }
ol.tags li.p2 a:link, ol.tags li.p2 a:visited { color:#ccc; }
ol.tags li.p3 a:link, ol.tags li.p3 a:visited { color:#bbb; }
ol.tags li.p4 a:link, ol.tags li.p4 a:visited { color:#aaa; }
ol.tags li.p5 a:link, ol.tags li.p5 a:visited { color:#999; }
ol.tags li.p6 a:link, ol.tags li.p6 a:visited { color:#888; }
ol.tags li.p7 a:link, ol.tags li.p7 a:visited { color:#777; }
ol.tags li.p8 a:link, ol.tags li.p8 a:visited { color:#666; }
ol.tags li.p9 a:link, ol.tags li.p9 a:visited { color:#555; }
ol.tags li.p10 a:link, ol.tags li.p10 a:visited { color:#555; }
#summary.breadcrumb { padding:10px 0; border-bottom:1px dashed #ddd; }
#summary.breadcrumb p {
margin:0;
font-style:italic;
}
/* Sidebar */
#sidebar {
float:right;
width:280px;
margin:0 0 0 20px;
padding:20px 0 20px 20px;
}
#sidebar > hr {
margin:1em -20px 1em -20px;
background-color:transparent;
height:0;
border-top:1px dashed #ccc;
}
#sidebar ol.recent-comments { list-style:none; padding:0; }
#sidebar ol.recent-comments li { white-space:nowrap; max-width:280px; }
#sidebar ol.recent-comments small { color:#999; width:75px; }
#sidebar ol.recent-comments a { max-width:200px; }
#sidebar ol.recent-comments a, #sidebar ol.recent-comments small {
display:inline-block; overflow:hidden; text-overflow:ellipsis; border:none;
}
/* Posts */
div.posts { width:600px; float:left; }
div.posts > h1 { display:none; /* for SEO reasons, since we don't have a proper H1 */ }
div.posts div.post { padding-bottom:20px; }
div.posts div.post > h2 { font-size:26px; /* same as h1 for single posts */ }
/* Post */
div.post { margin-top:20px; margin-bottom:10px; width:600px; }
div.post p.meta {
font-family:"lucida grande","tahoma",sans-serif; font-size:11px;
margin:2px 0;
color:#999;
}
div.post p.meta a:link, div.post p.meta a:active { color:#9bafbd; border-bottom-color:#e3eff7; }
div.post p.meta a:visited { color:#bca6c8; border-bottom-color:#f8effc; }
div.post p.meta a:link:hover, div.post p.meta a:active:hover { color:#006be4; border-bottom-color:#c7e4f7; }
div.post p.meta a:visited:hover { color:#af00cf; border-bottom-color:#e5cbf0; }
div.post a.numcomments {
font-family:'helvetica neue',helvetica,arial,sans-serif;
border:none;
display:block;
float:right;
background-image:url(icons16.png);
background-position:right -64px;
background-color:transparent;
background-repeat:no-repeat;
padding-right:19px;
margin-top:9px;
height:16px;
line-height:16px;
}
div.post a.numcomments:hover { background-position:right -80px; }
div.post a.numcomments:link, div.post a.numcomments:visited { color:#777; }
div.post a.numcomments:link:hover, div.post a.numcomments:visited:hover { color:#000; }
div.post div.body { /*overflow-x:hidden;*/ }
div.post div.body a.img { background-color:transparent; border:none; }
div.post div.body object, div.post div.body img { max-width:600px; }
div.post div.body hr { border-top-style:dashed; }
div.post div.body blockquote {
padding-left:10px;
border-left:5px solid #ccc;
font-style:italic;
color:#666;
}
div.post div.body .center { margin-left:auto; margin-right:auto; }
div.post div.body img.center { display:block; }
div.post div.body table { border-collapse:collapse; }
div.post div.body table th, div.post div.body table td { border-left:1px solid #ccc; padding:0 7px; }
div.post div.body table th { border-bottom:1px solid #ccc; }
div.post div.body table th:first-child, div.post div.body table td:first-child { border-left:none; padding-left:0; }
div.post div.body table th:last-child, div.post div.body table td:last-child { padding-right:0; }
div.post *[align=right] { margin-left:15px; margin-bottom:15px; }
div.post div.body > p.read-more { }
div.post div.body > p.read-more a {
display:inline-block; padding:0 7px; line-height:22px;
border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
background-color:#fffe95; color:#685c00; border:none;
}
div.post div.body > p.read-more a:hover { background-color:#fff000; color:#302400; }
div.post div.body :target { background:#fe0; }
div.post div.body sup:target { padding:2px 5px; }
div.post div.body div.footnotes {}
div.post div.body div.footnotes ol:before { content:"Footnotes"; color:#999; }
div.post div.body div.footnotes ol { padding-left:0; }
div.post div.body div.footnotes li, div.post div.body div.footnotes p { font-size:13px; }
div.post div.body div.footnotes li > p { margin:6px 0 10px 0; }
div.post div.body div.footnotes li:target { background:#ffc; padding:4px 10px; margin:4px -10px; }
/* Paged posts footer */
#paged-footer {
background-color:#eee;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
margin-top:-1px;
padding:10px 0;
}
/* Comments */
#comments {
float:left;
width:600px;
}
#comments div.notification { background:#9cc8ff; color:#00234e; width:560px; padding:10px 20px; margin:20px 0; }
#comments div.notification p { padding-top:10px;padding-bottom:10px; margin:0; }
#comments hr { margin-top:0; margin-right:0; }
#comments h2 { margin-bottom:1em; }
#comments ul { list-style:none; margin:0; padding:0 0 10px 30px; width:600px; }
#comments > ul { padding-left:0; } /* first level is not indented */
#comments ul.l1, #comments ul.l1 li { width:570px; }
#comments ul.l2, #comments ul.l2 li { width:540px; }
#comments ul.l3, #comments ul.l3 li { width:510px; }
#comments ul.l4, #comments ul.l4 li { width:480px; }
#comments ul.l5, #comments ul.l5 li { width:450px; }
#comments ul.l6, #comments ul.l6 li { width:420px; }
#comments ul.l1 div.message-wrapper { width:507px; }
#comments ul.l2 div.message-wrapper { width:477px; }
#comments ul.l3 div.message-wrapper { width:447px; }
#comments ul.l4 div.message-wrapper { width:417px; }
#comments ul.l5 div.message-wrapper { width:387px; }
#comments ul.l6 div.message-wrapper { width:357px; }
/* Comment */
li.comment {
width:600px;
margin:0 0 10px 0;
display:block;
}
li.comment.post-author div.author a.name { color:#00942a; }
li.comment.post-author div.author a.name:after { content:" (author)"; font-weight:normal; font-style:italic; }
li.comment div.avatar { float:left; width:48px; height:48px; margin:10px 0; }
li.pingback div.avatar {
background-image:url(icons48.png);
background-position:0 0;
background-repeat:no-repeat;
}
li.pingback div.avatar img { display:none; }
li.comment div.message-wrapper {
float:left;
width:537px;
margin:10px 0 10px 15px;
}
li.comment div.actions { float:right; }
li.comment div.actions a {
width:16px; height:16px;
display:block;
border:none;
float:left;
background-color:transparent;
background-position:0 0;
background-repeat:no-repeat;
background-image:url(icons16.png);
}
li.comment div.actions a span { display:none; }
li.comment div.actions a.reply { }
li.comment div.actions a.reply:hover { background-position:0 -16px; }
li.pingback div.actions a.reply { display:none; }
li.comment div.actions a.rm { background-position:0 -32px; }
li.comment div.actions a.rm:hover { background-position:0 -48px; }
li.comment div.author {
float:left;
line-height:1;
font-family:'helvetica neue',helvetica,arial,sans-serif;
font-weight:bold;
}
li.comment div.author a { color:#111; border:none; }
li.comment div.author a.age { margin-left:0.3em; color:#999; }
li.comment div.author a:link:hover { color:#006be4; }
li.comment div.author a:visited:hover { color:#af00cf; }
li.comment div.message { margin-top:5px; margin-right:10px; }
li.comment div.message > p { margin:0.6em 0 0 0; }
li.comment div.message > p:first-child { margin:0; }
li.comment > form { margin:10px 10px 10px 68px; }
#reply-title { margin-top:1em; }
#comment-form { width:500px; }
#comment-form p { margin:0; }
#comment-form textarea {
width:488px;
margin:0;
padding:5px;
border-width:3;
font-family:inherit;
font-size:1em;
}
#comment-form input[type="text"] { width:156px; margin-left:4px; padding:1px; border-width:3; }
#comment-form input[type="text"]:first-child { margin-left:0; }
#comment-form input { margin-top:5px; }
#comment-form input.default { color:#999; }
#comment-form.inline-reply { width:420px; padding-bottom:10px; }
#comment-form.inline-reply textarea { width:408px; }
#comment-form.inline-reply input[type="text"] { width:129px; }
#comment-form.inline-reply input[type="text"]:first-child { width:130px; }
/* Footer */
#footer { padding:10px 0; color:#ccc; }
#footer a:link, #footer a:visited { color:#ccc; }
/* Error 404 not found */
#error404 { margin:100px; text-align:center; }
#error404 h1 { margin-bottom:30px; }
/* Pygments source code syntax highlight */
/*div.codeblock {
font-size:14px;
background-color:#fff;
margin-left:-10px;
padding-left:9px;
border-left:1px solid #eee;
}*/
div.codeblock {
font-size:14px;
background-color:#eee;
padding:10px 10px;
border:1px solid #ddd;
margin:0px 0 15px 0; line-height:1.25;
}
div.codeblock pre { overflow:auto; }
div.codeblock .hll { background-color: #ffffcc }
div.codeblock .g { color: #000000 } /* Generic */
div.codeblock .gh { color: #000080; font-weight: bold } /* Generic.Heading */
div.codeblock .gd { color: #a40000 } /* Generic.Deleted */
div.codeblock .ge { color: #000000; font-style: italic } /* Generic.Emph */
div.codeblock .gr { color: #ef2929 } /* Generic.Error */
div.codeblock .gi { color: #00A000 } /* Generic.Inserted */
div.codeblock .go { color: #000000; font-style: italic } /* Generic.Output */
div.codeblock .gp { color: #8f5902 } /* Generic.Prompt */
div.codeblock .gs { color: #000000; font-weight: bold } /* Generic.Strong */
div.codeblock .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
div.codeblock .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */
div.codeblock .c { color: #999; font-style: italic } /* Comment */
div.codeblock .cm { color: #999; } /* Comment.Multiline */
div.codeblock .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */
div.codeblock .c1 { color: #999; font-style: italic } /* Comment.Single */
div.codeblock .cs { color: #8f5902; font-style: italic } /* Comment.Special */
div.codeblock .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
div.codeblock .k { color: #204a87; } /* Keyword */
div.codeblock .l { color: #000000 } /* Literal */
div.codeblock .n { color: #000000 } /* Name */
div.codeblock .o { color: #c31; } /* Operator */
div.codeblock .x { color: #000000 } /* Other */
div.codeblock .p { color: #000000; } /* Punctuation */
div.codeblock .kc { color: #204a87; } /* Keyword.Constant */
div.codeblock .kd { color: #1166cc; } /* Keyword.Declaration */
div.codeblock .kn { color: #204a87; } /* Keyword.Namespace */
div.codeblock .kp { color: #204a87; } /* Keyword.Pseudo */
div.codeblock .kr { color: #204a87; } /* Keyword.Reserved */
div.codeblock .kt { color: #204a87; } /* Keyword.Type */
div.codeblock .ld { color: #000000 } /* Literal.Date */
div.codeblock .m { color: #0000cf; } /* Literal.Number */
div.codeblock .s { color: #4b8911 } /* Literal.String */
div.codeblock .na { color: #c4a000 } /* Name.Attribute */
div.codeblock .nb { color: #204a87 } /* Name.Builtin */
div.codeblock .nc { color: #000000 } /* Name.Class */
div.codeblock .no { color: #000000 } /* Name.Constant */
div.codeblock .nd { color: #5c35cc; } /* Name.Decorator */
div.codeblock .ni { color: #ce5c00 } /* Name.Entity */
div.codeblock .ne { color: #cc0000; } /* Name.Exception */
div.codeblock .nf { color: #000000 } /* Name.Function */
div.codeblock .nl { color: #f57900 } /* Name.Label */
div.codeblock .nn { color: #000000 } /* Name.Namespace */
div.codeblock .nx { color: #000000 } /* Name.Other */
div.codeblock .py { color: #000000 } /* Name.Property */
div.codeblock .nt { color: #204a87; } /* Name.Tag */
div.codeblock .nv { color: #000000 } /* Name.Variable */
div.codeblock .ow { color: #204a87; } /* Operator.Word */
div.codeblock .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */
div.codeblock .mf { color: #91c; } /* Literal.Number.Float */
div.codeblock .mh { color: #91c; } /* Literal.Number.Hex */
div.codeblock .mi { color: #91c; } /* Literal.Number.Integer */
div.codeblock .il { color: #91c; } /* Literal.Number.Integer.Long */
div.codeblock .mo { color: #91c; } /* Literal.Number.Oct */
div.codeblock .sb { color: #4e9a06 } /* Literal.String.Backtick */
div.codeblock .sc { color: #4e9a06 } /* Literal.String.Char */
div.codeblock .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */
div.codeblock .s2 { color: #4e9a06 } /* Literal.String.Double */
div.codeblock .se { color: #4e9a06 } /* Literal.String.Escape */
div.codeblock .sh { color: #4e9a06 } /* Literal.String.Heredoc */
div.codeblock .si { color: #4e9a06 } /* Literal.String.Interpol */
div.codeblock .sx { color: #4e9a06 } /* Literal.String.Other */
div.codeblock .sr { color: #4e9a06 } /* Literal.String.Regex */
div.codeblock .s1 { color: #4e9a06 } /* Literal.String.Single */
div.codeblock .ss { color: #4e9a06 } /* Literal.String.Symbol */
div.codeblock .bp { color: #3465a4 } /* Name.Builtin.Pseudo */
div.codeblock .vc { color: #000000 } /* Name.Variable.Class */
div.codeblock .vg { color: #000000 } /* Name.Variable.Global */
div.codeblock .vi { color: #000000 } /* Name.Variable.Instance */ | 0.398875 | 0.177811 |
@charset "UTF-8";
@-webkit-keyframes fpFadeInDown {
0% {
opacity:0;
transform:translate3d(0, -20px, 0)
}
to {
opacity: 1;
transform: translateZ(0)
}
}
@keyframes fpFadeInDown {
0% {
opacity:0;
transform:translate3d(0, -20px, 0)
}
to {
opacity: 1;
transform: translateZ(0)
}
}
[dir=ltr] .flatpickr-calendar {
background: transparent;
opacity: 0;
display: none;
text-align: center;
visibility: hidden;
padding: 0;
-webkit-animation: none;
animation: none;
direction: ltr;
border: 0;
font-size: 14px;
line-height: 24px;
border-radius: 5px;
position: absolute;
width: 307.875px;
box-sizing: border-box;
touch-action: manipulation;
background: #fff;
box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,.08)
}
[dir=ltr] .flatpickr-calendar.inline, [dir=ltr] .flatpickr-calendar.open {
opacity: 1;
max-height: 640px;
visibility: visible
}
[dir=ltr] .flatpickr-calendar.open {
display: inline-block;
z-index: 99999
}
[dir=ltr] .flatpickr-calendar.animate.open {
-webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}
[dir=ltr] .flatpickr-calendar.inline {
display: block;
position: relative;
top: 2px
}
[dir=ltr] .flatpickr-calendar.static {
position: absolute;
top: calc(100% + 2px)
}
[dir=ltr] .flatpickr-calendar.static.open {
z-index: 999;
display: block
}
[dir=ltr] .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
box-shadow: none!important
}
[dir=ltr] .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}
[dir=ltr] .flatpickr-calendar .hasTime .dayContainer, [dir=ltr] .flatpickr-calendar .hasWeeks .dayContainer {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
[dir=ltr] .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
height: 40px;
border-top: 1px solid #e6e6e6
}
[dir=ltr] .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
height: auto
}
[dir=ltr] .flatpickr-calendar:after, [dir=ltr] .flatpickr-calendar:before {
position: absolute;
display: block;
pointer-events: none;
border: solid transparent;
content: "";
height: 0;
width: 0;
left: 22px
}
[dir=ltr] .flatpickr-calendar.rightMost:after, [dir=ltr] .flatpickr-calendar.rightMost:before {
left: auto;
right: 22px
}
[dir=ltr] .flatpickr-calendar:before {
border-width: 5px;
margin: 0 -5px
}
[dir=ltr] .flatpickr-calendar:after {
border-width: 4px;
margin: 0 -4px
}
[dir=ltr] .flatpickr-calendar.arrowTop:after, [dir=ltr] .flatpickr-calendar.arrowTop:before {
bottom: 100%
}
[dir=ltr] .flatpickr-calendar.arrowTop:before {
border-bottom-color: #e6e6e6
}
[dir=ltr] .flatpickr-calendar.arrowTop:after {
border-bottom-color: #fff
}
[dir=ltr] .flatpickr-calendar.arrowBottom:after, [dir=ltr] .flatpickr-calendar.arrowBottom:before {
top: 100%
}
[dir=ltr] .flatpickr-calendar.arrowBottom:before {
border-top-color: #e6e6e6
}
[dir=ltr] .flatpickr-calendar.arrowBottom:after {
border-top-color: #fff
}
[dir=ltr] .flatpickr-calendar:focus {
outline: 0
}
[dir=ltr] .flatpickr-wrapper {
position: relative;
display: inline-block
}
[dir=ltr] .flatpickr-months {
display: flex
}
[dir=ltr] .flatpickr-months .flatpickr-month {
background: transparent;
color: rgba(0,0,0,.9);
fill: rgba(0,0,0,.9);
height: 28px;
line-height: 1;
text-align: center;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden;
flex: 1
}
[dir=ltr] .flatpickr-months .flatpickr-next-month, [dir=ltr] .flatpickr-months .flatpickr-prev-month {
text-decoration: none;
cursor: pointer;
position: absolute;
top: 0;
line-height: 16px;
height: 28px;
padding: 10px;
z-index: 3;
color: rgba(0,0,0,.9);
fill: rgba(0,0,0,.9)
}
[dir=ltr] .flatpickr-months .flatpickr-next-month.disabled, [dir=ltr] .flatpickr-months .flatpickr-prev-month.disabled {
display: none
}
[dir=ltr] .flatpickr-months .flatpickr-next-month i, [dir=ltr] .flatpickr-months .flatpickr-prev-month i {
position: relative
}
[dir=ltr] .flatpickr-months .flatpickr-next-month.flatpickr-prev-month, [dir=ltr] .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
/*!
/*rtl:begin:ignore*/left: 0/*!
/*rtl:end:ignore*/}
[dir=ltr] .flatpickr-months .flatpickr-next-month.flatpickr-next-month, [dir=ltr] .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
/*!
/*rtl:begin:ignore*/right: 0/*!
/*rtl:end:ignore*/}
[dir=ltr] .flatpickr-months .flatpickr-next-month:hover, [dir=ltr] .flatpickr-months .flatpickr-prev-month:hover {
color: #959ea9
}
[dir=ltr] .flatpickr-months .flatpickr-next-month:hover svg, [dir=ltr] .flatpickr-months .flatpickr-prev-month:hover svg {
fill: #f64747
}
[dir=ltr] .flatpickr-months .flatpickr-next-month svg, [dir=ltr] .flatpickr-months .flatpickr-prev-month svg {
width: 14px;
height: 14px
}
[dir=ltr] .flatpickr-months .flatpickr-next-month svg path, [dir=ltr] .flatpickr-months .flatpickr-prev-month svg path {
transition: fill .1s;
fill: inherit
}
[dir=ltr] .numInputWrapper {
position: relative;
height: auto
}
[dir=ltr] .numInputWrapper input, [dir=ltr] .numInputWrapper span {
display: inline-block
}
[dir=ltr] .numInputWrapper input {
width: 100%
}
[dir=ltr] .numInputWrapper input::-ms-clear {
display:none
}
[dir=ltr] .numInputWrapper span {
position: absolute;
right: 0;
width: 14px;
padding: 0 4px 0 2px;
height: 50%;
line-height: 50%;
opacity: 0;
cursor: pointer;
border: 1px solid rgba(57,57,57,.15);
box-sizing: border-box
}
[dir=ltr] .numInputWrapper span:hover {
background: rgba(0,0,0,.1)
}
[dir=ltr] .numInputWrapper span:active {
background: rgba(0,0,0,.2)
}
[dir=ltr] .numInputWrapper span:after {
display: block;
content: "";
position: absolute
}
[dir=ltr] .numInputWrapper span.arrowUp {
top: 0;
border-bottom: 0
}
[dir=ltr] .numInputWrapper span.arrowUp:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid rgba(57,57,57,.6);
top: 26%
}
[dir=ltr] .numInputWrapper span.arrowDown {
top: 50%
}
[dir=ltr] .numInputWrapper span.arrowDown:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid rgba(57,57,57,.6);
top: 40%
}
[dir=ltr] .numInputWrapper span svg {
width: inherit;
height: auto
}
[dir=ltr] .numInputWrapper span svg path {
fill: rgba(0,0,0,.5)
}
[dir=ltr] .numInputWrapper:hover {
background: rgba(0,0,0,.05)
}
[dir=ltr] .numInputWrapper:hover span {
opacity: 1
}
[dir=ltr] .flatpickr-current-month {
font-size: 135%;
line-height: inherit;
font-weight: 300;
color: inherit;
position: absolute;
width: 75%;
left: 12.5%;
padding: 6.16px 0 0;
line-height: 1;
height: 28px;
display: inline-block;
text-align: center;
transform: translateZ(0)
}
[dir=ltr] .flatpickr-current-month span.cur-month {
font-family: inherit;
font-weight: 700;
color: inherit;
display: inline-block;
margin-left:.5ch;
padding: 0
}
[dir=ltr] .flatpickr-current-month span.cur-month:hover {
background: rgba(0,0,0,.05)
}
[dir=ltr] .flatpickr-current-month .numInputWrapper {
width: 6ch;
width: 7ch�;
display: inline-block
}
[dir=ltr] .flatpickr-current-month .numInputWrapper span.arrowUp:after {
border-bottom-color: rgba(0,0,0,.9)
}
[dir=ltr] .flatpickr-current-month .numInputWrapper span.arrowDown:after {
border-top-color: rgba(0,0,0,.9)
}
[dir=ltr] .flatpickr-current-month input.cur-year {
background: transparent;
box-sizing: border-box;
color: inherit;
cursor: text;
padding:0 0 0 .5ch;
margin: 0;
display: inline-block;
font-size: inherit;
font-family: inherit;
font-weight: 300;
line-height: inherit;
height: auto;
border: 0;
border-radius: 0;
vertical-align: initial
}
[dir=ltr] .flatpickr-current-month input.cur-year:focus {
outline: 0
}
[dir=ltr] .flatpickr-current-month input.cur-year[disabled], [dir=ltr] .flatpickr-current-month input.cur-year[disabled]:hover {
font-size: 100%;
color: rgba(0,0,0,.5);
background: transparent;
pointer-events: none
}
[dir=ltr] .flatpickr-weekdays {
background: transparent;
text-align: center;
overflow: hidden;
width: 100%;
display: flex;
align-items: center;
height: 28px
}
[dir=ltr] .flatpickr-weekdays .flatpickr-weekdaycontainer {
display: flex;
flex: 1
}
[dir=ltr] span.flatpickr-weekday {
cursor: default;
font-size: 90%;
background: transparent;
color: rgba(0,0,0,.54);
line-height: 1;
margin: 0;
text-align: center;
display: block;
flex: 1;
font-weight: bolder
}
[dir=ltr] .dayContainer, [dir=ltr] .flatpickr-weeks {
padding: 1px 0 0
}
[dir=ltr] .flatpickr-days {
position: relative;
overflow: hidden;
display: flex;
align-items: flex-start;
width: 307.875px
}
[dir=ltr] .flatpickr-days:focus {
outline: 0
}
[dir=ltr] .dayContainer {
padding: 0;
outline: 0;
text-align: left;
width: 307.875px;
min-width: 307.875px;
max-width: 307.875px;
box-sizing: border-box;
display: inline-block;
display: flex;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
justify-content: space-around;
transform: translateZ(0);
opacity: 1
}
[dir=ltr] .dayContainer+.dayContainer {
box-shadow: -1px 0 0 #e6e6e6
}
[dir=ltr] .flatpickr-day {
background: none;
border: 1px solid transparent;
border-radius: 150px;
box-sizing: border-box;
color: #393939;
cursor: pointer;
font-weight: 400;
width: 14.2857143%;
flex-basis: 14.2857143%;
max-width: 39px;
height: 39px;
line-height: 39px;
margin: 0;
display: inline-block;
position: relative;
justify-content: center;
text-align: center
}
[dir=ltr] .flatpickr-day.inRange, [dir=ltr] .flatpickr-day.nextMonthDay.inRange, [dir=ltr] .flatpickr-day.nextMonthDay.today.inRange, [dir=ltr] .flatpickr-day.nextMonthDay:focus, [dir=ltr] .flatpickr-day.nextMonthDay:hover, [dir=ltr] .flatpickr-day.prevMonthDay.inRange, [dir=ltr] .flatpickr-day.prevMonthDay.today.inRange, [dir=ltr] .flatpickr-day.prevMonthDay:focus, [dir=ltr] .flatpickr-day.prevMonthDay:hover, [dir=ltr] .flatpickr-day.today.inRange, [dir=ltr] .flatpickr-day:focus, [dir=ltr] .flatpickr-day:hover {
cursor: pointer;
outline: 0;
background: #e6e6e6;
border-color: #e6e6e6
}
[dir=ltr] .flatpickr-day.today {
border-color: #959ea9
}
[dir=ltr] .flatpickr-day.today:focus, [dir=ltr] .flatpickr-day.today:hover {
border-color: #959ea9;
background: #959ea9;
color: #fff
}
[dir=ltr] .flatpickr-day.endRange, [dir=ltr] .flatpickr-day.endRange.inRange, [dir=ltr] .flatpickr-day.endRange.nextMonthDay, [dir=ltr] .flatpickr-day.endRange.prevMonthDay, [dir=ltr] .flatpickr-day.endRange:focus, [dir=ltr] .flatpickr-day.endRange:hover, [dir=ltr] .flatpickr-day.selected, [dir=ltr] .flatpickr-day.selected.inRange, [dir=ltr] .flatpickr-day.selected.nextMonthDay, [dir=ltr] .flatpickr-day.selected.prevMonthDay, [dir=ltr] .flatpickr-day.selected:focus, [dir=ltr] .flatpickr-day.selected:hover, [dir=ltr] .flatpickr-day.startRange, [dir=ltr] .flatpickr-day.startRange.inRange, [dir=ltr] .flatpickr-day.startRange.nextMonthDay, [dir=ltr] .flatpickr-day.startRange.prevMonthDay, [dir=ltr] .flatpickr-day.startRange:focus, [dir=ltr] .flatpickr-day.startRange:hover {
background: #0085eb;
box-shadow: none;
color: #fff;
border-color: #0085eb
}
[dir=ltr] .flatpickr-day.endRange.startRange, [dir=ltr] .flatpickr-day.selected.startRange, [dir=ltr] .flatpickr-day.startRange.startRange {
border-radius: 50px 0 0 50px
}
[dir=ltr] .flatpickr-day.endRange.endRange, [dir=ltr] .flatpickr-day.selected.endRange, [dir=ltr] .flatpickr-day.startRange.endRange {
border-radius: 0 50px 50px 0
}
[dir=ltr] .flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)), [dir=ltr] .flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)), [dir=ltr] .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
box-shadow:-10px 0 0 #0085eb
}
[dir=ltr] .flatpickr-day.endRange.startRange.endRange, [dir=ltr] .flatpickr-day.selected.startRange.endRange, [dir=ltr] .flatpickr-day.startRange.startRange.endRange {
border-radius: 50px
}
[dir=ltr] .flatpickr-day.inRange {
border-radius: 0;
box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}
[dir=ltr] .flatpickr-day.disabled, [dir=ltr] .flatpickr-day.disabled:hover, [dir=ltr] .flatpickr-day.nextMonthDay, [dir=ltr] .flatpickr-day.notAllowed, [dir=ltr] .flatpickr-day.notAllowed.nextMonthDay, [dir=ltr] .flatpickr-day.notAllowed.prevMonthDay, [dir=ltr] .flatpickr-day.prevMonthDay {
color: rgba(57,57,57,.3);
background: transparent;
border-color: transparent;
cursor: default
}
[dir=ltr] .flatpickr-day.disabled, [dir=ltr] .flatpickr-day.disabled:hover {
cursor: not-allowed;
color: rgba(57,57,57,.1)
}
[dir=ltr] .flatpickr-day.week.selected {
border-radius: 0;
box-shadow: -5px 0 0 #0085eb, 5px 0 0 #0085eb
}
[dir=ltr] .flatpickr-day.hidden {
visibility: hidden
}
[dir=ltr] .rangeMode .flatpickr-day {
margin-top: 1px
}
[dir=ltr] .flatpickr-weekwrapper {
display: inline-block;
float: left
}
[dir=ltr] .flatpickr-weekwrapper .flatpickr-weeks {
padding: 0 12px;
box-shadow: 1px 0 0 #e6e6e6
}
[dir=ltr] .flatpickr-weekwrapper .flatpickr-weekday {
float: none;
width: 100%;
line-height: 28px
}
[dir=ltr] .flatpickr-weekwrapper span.flatpickr-day, [dir=ltr] .flatpickr-weekwrapper span.flatpickr-day:hover {
display: block;
width: 100%;
max-width: none;
color: rgba(57,57,57,.3);
background: transparent;
cursor: default;
border: none
}
[dir=ltr] .flatpickr-innerContainer {
display: block;
display: flex;
box-sizing: border-box;
overflow: hidden
}
[dir=ltr] .flatpickr-rContainer {
display: inline-block;
padding: 0;
box-sizing: border-box
}
[dir=ltr] .flatpickr-time {
text-align: center;
outline: 0;
display: block;
height: 0;
line-height: 40px;
max-height: 40px;
box-sizing: border-box;
overflow: hidden;
display: flex
}
[dir=ltr] .flatpickr-time:after {
content: "";
display: table;
clear: both
}
[dir=ltr] .flatpickr-time .numInputWrapper {
flex: 1;
width: 40%;
height: 40px;
float: left
}
[dir=ltr] .flatpickr-time .numInputWrapper span.arrowUp:after {
border-bottom-color: #393939
}
[dir=ltr] .flatpickr-time .numInputWrapper span.arrowDown:after {
border-top-color: #393939
}
[dir=ltr] .flatpickr-time.hasSeconds .numInputWrapper {
width: 26%
}
[dir=ltr] .flatpickr-time.time24hr .numInputWrapper {
width: 49%
}
[dir=ltr] .flatpickr-time input {
background: transparent;
box-shadow: none;
border: 0;
border-radius: 0;
text-align: center;
margin: 0;
padding: 0;
height: inherit;
line-height: inherit;
color: #393939;
font-size: 14px;
position: relative;
box-sizing: border-box
}
[dir=ltr] .flatpickr-time input.flatpickr-hour {
font-weight: 700
}
[dir=ltr] .flatpickr-time input.flatpickr-minute, [dir=ltr] .flatpickr-time input.flatpickr-second {
font-weight: 400
}
[dir=ltr] .flatpickr-time input:focus {
outline: 0;
border: 0
}
[dir=ltr] .flatpickr-time .flatpickr-am-pm, [dir=ltr] .flatpickr-time .flatpickr-time-separator {
height: inherit;
display: inline-block;
float: left;
line-height: inherit;
color: #393939;
font-weight: 700;
width: 2%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
align-self: center
}
[dir=ltr] .flatpickr-time .flatpickr-am-pm {
outline: 0;
width: 18%;
cursor: pointer;
text-align: center;
font-weight: 400
}
[dir=ltr] .flatpickr-time .flatpickr-am-pm:focus, [dir=ltr] .flatpickr-time .flatpickr-am-pm:hover, [dir=ltr] .flatpickr-time input:focus, [dir=ltr] .flatpickr-time input:hover {
background: #f3f3f3
}
[dir=ltr] .flatpickr-input[readonly] {
cursor: pointer
} | public/assets/css/flatpickr.css | @charset "UTF-8";
@-webkit-keyframes fpFadeInDown {
0% {
opacity:0;
transform:translate3d(0, -20px, 0)
}
to {
opacity: 1;
transform: translateZ(0)
}
}
@keyframes fpFadeInDown {
0% {
opacity:0;
transform:translate3d(0, -20px, 0)
}
to {
opacity: 1;
transform: translateZ(0)
}
}
[dir=ltr] .flatpickr-calendar {
background: transparent;
opacity: 0;
display: none;
text-align: center;
visibility: hidden;
padding: 0;
-webkit-animation: none;
animation: none;
direction: ltr;
border: 0;
font-size: 14px;
line-height: 24px;
border-radius: 5px;
position: absolute;
width: 307.875px;
box-sizing: border-box;
touch-action: manipulation;
background: #fff;
box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,.08)
}
[dir=ltr] .flatpickr-calendar.inline, [dir=ltr] .flatpickr-calendar.open {
opacity: 1;
max-height: 640px;
visibility: visible
}
[dir=ltr] .flatpickr-calendar.open {
display: inline-block;
z-index: 99999
}
[dir=ltr] .flatpickr-calendar.animate.open {
-webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}
[dir=ltr] .flatpickr-calendar.inline {
display: block;
position: relative;
top: 2px
}
[dir=ltr] .flatpickr-calendar.static {
position: absolute;
top: calc(100% + 2px)
}
[dir=ltr] .flatpickr-calendar.static.open {
z-index: 999;
display: block
}
[dir=ltr] .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
box-shadow: none!important
}
[dir=ltr] .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}
[dir=ltr] .flatpickr-calendar .hasTime .dayContainer, [dir=ltr] .flatpickr-calendar .hasWeeks .dayContainer {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
[dir=ltr] .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
height: 40px;
border-top: 1px solid #e6e6e6
}
[dir=ltr] .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
height: auto
}
[dir=ltr] .flatpickr-calendar:after, [dir=ltr] .flatpickr-calendar:before {
position: absolute;
display: block;
pointer-events: none;
border: solid transparent;
content: "";
height: 0;
width: 0;
left: 22px
}
[dir=ltr] .flatpickr-calendar.rightMost:after, [dir=ltr] .flatpickr-calendar.rightMost:before {
left: auto;
right: 22px
}
[dir=ltr] .flatpickr-calendar:before {
border-width: 5px;
margin: 0 -5px
}
[dir=ltr] .flatpickr-calendar:after {
border-width: 4px;
margin: 0 -4px
}
[dir=ltr] .flatpickr-calendar.arrowTop:after, [dir=ltr] .flatpickr-calendar.arrowTop:before {
bottom: 100%
}
[dir=ltr] .flatpickr-calendar.arrowTop:before {
border-bottom-color: #e6e6e6
}
[dir=ltr] .flatpickr-calendar.arrowTop:after {
border-bottom-color: #fff
}
[dir=ltr] .flatpickr-calendar.arrowBottom:after, [dir=ltr] .flatpickr-calendar.arrowBottom:before {
top: 100%
}
[dir=ltr] .flatpickr-calendar.arrowBottom:before {
border-top-color: #e6e6e6
}
[dir=ltr] .flatpickr-calendar.arrowBottom:after {
border-top-color: #fff
}
[dir=ltr] .flatpickr-calendar:focus {
outline: 0
}
[dir=ltr] .flatpickr-wrapper {
position: relative;
display: inline-block
}
[dir=ltr] .flatpickr-months {
display: flex
}
[dir=ltr] .flatpickr-months .flatpickr-month {
background: transparent;
color: rgba(0,0,0,.9);
fill: rgba(0,0,0,.9);
height: 28px;
line-height: 1;
text-align: center;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden;
flex: 1
}
[dir=ltr] .flatpickr-months .flatpickr-next-month, [dir=ltr] .flatpickr-months .flatpickr-prev-month {
text-decoration: none;
cursor: pointer;
position: absolute;
top: 0;
line-height: 16px;
height: 28px;
padding: 10px;
z-index: 3;
color: rgba(0,0,0,.9);
fill: rgba(0,0,0,.9)
}
[dir=ltr] .flatpickr-months .flatpickr-next-month.disabled, [dir=ltr] .flatpickr-months .flatpickr-prev-month.disabled {
display: none
}
[dir=ltr] .flatpickr-months .flatpickr-next-month i, [dir=ltr] .flatpickr-months .flatpickr-prev-month i {
position: relative
}
[dir=ltr] .flatpickr-months .flatpickr-next-month.flatpickr-prev-month, [dir=ltr] .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
/*!
/*rtl:begin:ignore*/left: 0/*!
/*rtl:end:ignore*/}
[dir=ltr] .flatpickr-months .flatpickr-next-month.flatpickr-next-month, [dir=ltr] .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
/*!
/*rtl:begin:ignore*/right: 0/*!
/*rtl:end:ignore*/}
[dir=ltr] .flatpickr-months .flatpickr-next-month:hover, [dir=ltr] .flatpickr-months .flatpickr-prev-month:hover {
color: #959ea9
}
[dir=ltr] .flatpickr-months .flatpickr-next-month:hover svg, [dir=ltr] .flatpickr-months .flatpickr-prev-month:hover svg {
fill: #f64747
}
[dir=ltr] .flatpickr-months .flatpickr-next-month svg, [dir=ltr] .flatpickr-months .flatpickr-prev-month svg {
width: 14px;
height: 14px
}
[dir=ltr] .flatpickr-months .flatpickr-next-month svg path, [dir=ltr] .flatpickr-months .flatpickr-prev-month svg path {
transition: fill .1s;
fill: inherit
}
[dir=ltr] .numInputWrapper {
position: relative;
height: auto
}
[dir=ltr] .numInputWrapper input, [dir=ltr] .numInputWrapper span {
display: inline-block
}
[dir=ltr] .numInputWrapper input {
width: 100%
}
[dir=ltr] .numInputWrapper input::-ms-clear {
display:none
}
[dir=ltr] .numInputWrapper span {
position: absolute;
right: 0;
width: 14px;
padding: 0 4px 0 2px;
height: 50%;
line-height: 50%;
opacity: 0;
cursor: pointer;
border: 1px solid rgba(57,57,57,.15);
box-sizing: border-box
}
[dir=ltr] .numInputWrapper span:hover {
background: rgba(0,0,0,.1)
}
[dir=ltr] .numInputWrapper span:active {
background: rgba(0,0,0,.2)
}
[dir=ltr] .numInputWrapper span:after {
display: block;
content: "";
position: absolute
}
[dir=ltr] .numInputWrapper span.arrowUp {
top: 0;
border-bottom: 0
}
[dir=ltr] .numInputWrapper span.arrowUp:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid rgba(57,57,57,.6);
top: 26%
}
[dir=ltr] .numInputWrapper span.arrowDown {
top: 50%
}
[dir=ltr] .numInputWrapper span.arrowDown:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid rgba(57,57,57,.6);
top: 40%
}
[dir=ltr] .numInputWrapper span svg {
width: inherit;
height: auto
}
[dir=ltr] .numInputWrapper span svg path {
fill: rgba(0,0,0,.5)
}
[dir=ltr] .numInputWrapper:hover {
background: rgba(0,0,0,.05)
}
[dir=ltr] .numInputWrapper:hover span {
opacity: 1
}
[dir=ltr] .flatpickr-current-month {
font-size: 135%;
line-height: inherit;
font-weight: 300;
color: inherit;
position: absolute;
width: 75%;
left: 12.5%;
padding: 6.16px 0 0;
line-height: 1;
height: 28px;
display: inline-block;
text-align: center;
transform: translateZ(0)
}
[dir=ltr] .flatpickr-current-month span.cur-month {
font-family: inherit;
font-weight: 700;
color: inherit;
display: inline-block;
margin-left:.5ch;
padding: 0
}
[dir=ltr] .flatpickr-current-month span.cur-month:hover {
background: rgba(0,0,0,.05)
}
[dir=ltr] .flatpickr-current-month .numInputWrapper {
width: 6ch;
width: 7ch�;
display: inline-block
}
[dir=ltr] .flatpickr-current-month .numInputWrapper span.arrowUp:after {
border-bottom-color: rgba(0,0,0,.9)
}
[dir=ltr] .flatpickr-current-month .numInputWrapper span.arrowDown:after {
border-top-color: rgba(0,0,0,.9)
}
[dir=ltr] .flatpickr-current-month input.cur-year {
background: transparent;
box-sizing: border-box;
color: inherit;
cursor: text;
padding:0 0 0 .5ch;
margin: 0;
display: inline-block;
font-size: inherit;
font-family: inherit;
font-weight: 300;
line-height: inherit;
height: auto;
border: 0;
border-radius: 0;
vertical-align: initial
}
[dir=ltr] .flatpickr-current-month input.cur-year:focus {
outline: 0
}
[dir=ltr] .flatpickr-current-month input.cur-year[disabled], [dir=ltr] .flatpickr-current-month input.cur-year[disabled]:hover {
font-size: 100%;
color: rgba(0,0,0,.5);
background: transparent;
pointer-events: none
}
[dir=ltr] .flatpickr-weekdays {
background: transparent;
text-align: center;
overflow: hidden;
width: 100%;
display: flex;
align-items: center;
height: 28px
}
[dir=ltr] .flatpickr-weekdays .flatpickr-weekdaycontainer {
display: flex;
flex: 1
}
[dir=ltr] span.flatpickr-weekday {
cursor: default;
font-size: 90%;
background: transparent;
color: rgba(0,0,0,.54);
line-height: 1;
margin: 0;
text-align: center;
display: block;
flex: 1;
font-weight: bolder
}
[dir=ltr] .dayContainer, [dir=ltr] .flatpickr-weeks {
padding: 1px 0 0
}
[dir=ltr] .flatpickr-days {
position: relative;
overflow: hidden;
display: flex;
align-items: flex-start;
width: 307.875px
}
[dir=ltr] .flatpickr-days:focus {
outline: 0
}
[dir=ltr] .dayContainer {
padding: 0;
outline: 0;
text-align: left;
width: 307.875px;
min-width: 307.875px;
max-width: 307.875px;
box-sizing: border-box;
display: inline-block;
display: flex;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
justify-content: space-around;
transform: translateZ(0);
opacity: 1
}
[dir=ltr] .dayContainer+.dayContainer {
box-shadow: -1px 0 0 #e6e6e6
}
[dir=ltr] .flatpickr-day {
background: none;
border: 1px solid transparent;
border-radius: 150px;
box-sizing: border-box;
color: #393939;
cursor: pointer;
font-weight: 400;
width: 14.2857143%;
flex-basis: 14.2857143%;
max-width: 39px;
height: 39px;
line-height: 39px;
margin: 0;
display: inline-block;
position: relative;
justify-content: center;
text-align: center
}
[dir=ltr] .flatpickr-day.inRange, [dir=ltr] .flatpickr-day.nextMonthDay.inRange, [dir=ltr] .flatpickr-day.nextMonthDay.today.inRange, [dir=ltr] .flatpickr-day.nextMonthDay:focus, [dir=ltr] .flatpickr-day.nextMonthDay:hover, [dir=ltr] .flatpickr-day.prevMonthDay.inRange, [dir=ltr] .flatpickr-day.prevMonthDay.today.inRange, [dir=ltr] .flatpickr-day.prevMonthDay:focus, [dir=ltr] .flatpickr-day.prevMonthDay:hover, [dir=ltr] .flatpickr-day.today.inRange, [dir=ltr] .flatpickr-day:focus, [dir=ltr] .flatpickr-day:hover {
cursor: pointer;
outline: 0;
background: #e6e6e6;
border-color: #e6e6e6
}
[dir=ltr] .flatpickr-day.today {
border-color: #959ea9
}
[dir=ltr] .flatpickr-day.today:focus, [dir=ltr] .flatpickr-day.today:hover {
border-color: #959ea9;
background: #959ea9;
color: #fff
}
[dir=ltr] .flatpickr-day.endRange, [dir=ltr] .flatpickr-day.endRange.inRange, [dir=ltr] .flatpickr-day.endRange.nextMonthDay, [dir=ltr] .flatpickr-day.endRange.prevMonthDay, [dir=ltr] .flatpickr-day.endRange:focus, [dir=ltr] .flatpickr-day.endRange:hover, [dir=ltr] .flatpickr-day.selected, [dir=ltr] .flatpickr-day.selected.inRange, [dir=ltr] .flatpickr-day.selected.nextMonthDay, [dir=ltr] .flatpickr-day.selected.prevMonthDay, [dir=ltr] .flatpickr-day.selected:focus, [dir=ltr] .flatpickr-day.selected:hover, [dir=ltr] .flatpickr-day.startRange, [dir=ltr] .flatpickr-day.startRange.inRange, [dir=ltr] .flatpickr-day.startRange.nextMonthDay, [dir=ltr] .flatpickr-day.startRange.prevMonthDay, [dir=ltr] .flatpickr-day.startRange:focus, [dir=ltr] .flatpickr-day.startRange:hover {
background: #0085eb;
box-shadow: none;
color: #fff;
border-color: #0085eb
}
[dir=ltr] .flatpickr-day.endRange.startRange, [dir=ltr] .flatpickr-day.selected.startRange, [dir=ltr] .flatpickr-day.startRange.startRange {
border-radius: 50px 0 0 50px
}
[dir=ltr] .flatpickr-day.endRange.endRange, [dir=ltr] .flatpickr-day.selected.endRange, [dir=ltr] .flatpickr-day.startRange.endRange {
border-radius: 0 50px 50px 0
}
[dir=ltr] .flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)), [dir=ltr] .flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)), [dir=ltr] .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
box-shadow:-10px 0 0 #0085eb
}
[dir=ltr] .flatpickr-day.endRange.startRange.endRange, [dir=ltr] .flatpickr-day.selected.startRange.endRange, [dir=ltr] .flatpickr-day.startRange.startRange.endRange {
border-radius: 50px
}
[dir=ltr] .flatpickr-day.inRange {
border-radius: 0;
box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}
[dir=ltr] .flatpickr-day.disabled, [dir=ltr] .flatpickr-day.disabled:hover, [dir=ltr] .flatpickr-day.nextMonthDay, [dir=ltr] .flatpickr-day.notAllowed, [dir=ltr] .flatpickr-day.notAllowed.nextMonthDay, [dir=ltr] .flatpickr-day.notAllowed.prevMonthDay, [dir=ltr] .flatpickr-day.prevMonthDay {
color: rgba(57,57,57,.3);
background: transparent;
border-color: transparent;
cursor: default
}
[dir=ltr] .flatpickr-day.disabled, [dir=ltr] .flatpickr-day.disabled:hover {
cursor: not-allowed;
color: rgba(57,57,57,.1)
}
[dir=ltr] .flatpickr-day.week.selected {
border-radius: 0;
box-shadow: -5px 0 0 #0085eb, 5px 0 0 #0085eb
}
[dir=ltr] .flatpickr-day.hidden {
visibility: hidden
}
[dir=ltr] .rangeMode .flatpickr-day {
margin-top: 1px
}
[dir=ltr] .flatpickr-weekwrapper {
display: inline-block;
float: left
}
[dir=ltr] .flatpickr-weekwrapper .flatpickr-weeks {
padding: 0 12px;
box-shadow: 1px 0 0 #e6e6e6
}
[dir=ltr] .flatpickr-weekwrapper .flatpickr-weekday {
float: none;
width: 100%;
line-height: 28px
}
[dir=ltr] .flatpickr-weekwrapper span.flatpickr-day, [dir=ltr] .flatpickr-weekwrapper span.flatpickr-day:hover {
display: block;
width: 100%;
max-width: none;
color: rgba(57,57,57,.3);
background: transparent;
cursor: default;
border: none
}
[dir=ltr] .flatpickr-innerContainer {
display: block;
display: flex;
box-sizing: border-box;
overflow: hidden
}
[dir=ltr] .flatpickr-rContainer {
display: inline-block;
padding: 0;
box-sizing: border-box
}
[dir=ltr] .flatpickr-time {
text-align: center;
outline: 0;
display: block;
height: 0;
line-height: 40px;
max-height: 40px;
box-sizing: border-box;
overflow: hidden;
display: flex
}
[dir=ltr] .flatpickr-time:after {
content: "";
display: table;
clear: both
}
[dir=ltr] .flatpickr-time .numInputWrapper {
flex: 1;
width: 40%;
height: 40px;
float: left
}
[dir=ltr] .flatpickr-time .numInputWrapper span.arrowUp:after {
border-bottom-color: #393939
}
[dir=ltr] .flatpickr-time .numInputWrapper span.arrowDown:after {
border-top-color: #393939
}
[dir=ltr] .flatpickr-time.hasSeconds .numInputWrapper {
width: 26%
}
[dir=ltr] .flatpickr-time.time24hr .numInputWrapper {
width: 49%
}
[dir=ltr] .flatpickr-time input {
background: transparent;
box-shadow: none;
border: 0;
border-radius: 0;
text-align: center;
margin: 0;
padding: 0;
height: inherit;
line-height: inherit;
color: #393939;
font-size: 14px;
position: relative;
box-sizing: border-box
}
[dir=ltr] .flatpickr-time input.flatpickr-hour {
font-weight: 700
}
[dir=ltr] .flatpickr-time input.flatpickr-minute, [dir=ltr] .flatpickr-time input.flatpickr-second {
font-weight: 400
}
[dir=ltr] .flatpickr-time input:focus {
outline: 0;
border: 0
}
[dir=ltr] .flatpickr-time .flatpickr-am-pm, [dir=ltr] .flatpickr-time .flatpickr-time-separator {
height: inherit;
display: inline-block;
float: left;
line-height: inherit;
color: #393939;
font-weight: 700;
width: 2%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
align-self: center
}
[dir=ltr] .flatpickr-time .flatpickr-am-pm {
outline: 0;
width: 18%;
cursor: pointer;
text-align: center;
font-weight: 400
}
[dir=ltr] .flatpickr-time .flatpickr-am-pm:focus, [dir=ltr] .flatpickr-time .flatpickr-am-pm:hover, [dir=ltr] .flatpickr-time input:focus, [dir=ltr] .flatpickr-time input:hover {
background: #f3f3f3
}
[dir=ltr] .flatpickr-input[readonly] {
cursor: pointer
} | 0.253122 | 0.082957 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul,
li {
list-style: none;
}
a {
text-decoration: none;
color: inherit;
}
.find_id{
width: 550px;
margin: 70px auto 0;
padding: 15px 20px;
background: white;
color: #2b2e4a;
font-size: 14px;
text-align: left;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
border-radius: 15px;
}
/* 회원가입 글자 */
.find_id h3{
font-size: 20px;
margin-bottom: 20px;
text-align: left;
margin-left: 10px;
}
.find_id input{
width: 100%;
height: 40px;
outline: none;
padding: 10px;
border: 1px solid #707070;
transition: 0.3s;
}
.find_id input:valid, .find_id input:focus{
border: 1px solid #2b2e4a;
}
.find_id .center{
display: flex;
align-items: center;
}
.find_id .flex{
display: flex;
flex-direction: column;
}
.find_id .flex .container{
display: grid;
grid-template-columns: 1fr 3fr 1fr;
margin-bottom: 10px;
}
.find_id .flex .container .item:first-child{
margin-right: 10px;
}
.find_id .flex .container .item .idcheck{
height: 100%;
margin-left: 10px;
padding: 8px;
background-color: rgb(65,116,77);
border: 1px solid #2b2e4a;
color: white;
font-size: 12px;
transition: 0.3s;
}
/* 중복확인 버튼 */
.find_id .flex .container .item .idcheck:hover{
background: white;
color: #2b2e4a;
}
.find_id .flex .container .item select{
height: 40px;
padding: 10px;
border: 1px solid #2b2e4a;
}
/* 가입하기 버튼 */
.find_id .submit{
width: 100%;
height: 40px;
color: white;
border: none;
border: 1px solid #2b2e4a;
background-color: rgb(65,116,77);
margin-top: 15px;
margin-bottom: 15px;
transition: 0.3s;
}
.find_id .flex .container:last-child{
margin: 0;
}
/* 가입하기 마우스오버 */
.find_id .submit:hover{
width: 100%;
height: 40px;
border: none;
border: 1px solid #2b2e4a;
color: #2b2e4a;
background: white;
} | django/static/css/find_id.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul,
li {
list-style: none;
}
a {
text-decoration: none;
color: inherit;
}
.find_id{
width: 550px;
margin: 70px auto 0;
padding: 15px 20px;
background: white;
color: #2b2e4a;
font-size: 14px;
text-align: left;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
border-radius: 15px;
}
/* 회원가입 글자 */
.find_id h3{
font-size: 20px;
margin-bottom: 20px;
text-align: left;
margin-left: 10px;
}
.find_id input{
width: 100%;
height: 40px;
outline: none;
padding: 10px;
border: 1px solid #707070;
transition: 0.3s;
}
.find_id input:valid, .find_id input:focus{
border: 1px solid #2b2e4a;
}
.find_id .center{
display: flex;
align-items: center;
}
.find_id .flex{
display: flex;
flex-direction: column;
}
.find_id .flex .container{
display: grid;
grid-template-columns: 1fr 3fr 1fr;
margin-bottom: 10px;
}
.find_id .flex .container .item:first-child{
margin-right: 10px;
}
.find_id .flex .container .item .idcheck{
height: 100%;
margin-left: 10px;
padding: 8px;
background-color: rgb(65,116,77);
border: 1px solid #2b2e4a;
color: white;
font-size: 12px;
transition: 0.3s;
}
/* 중복확인 버튼 */
.find_id .flex .container .item .idcheck:hover{
background: white;
color: #2b2e4a;
}
.find_id .flex .container .item select{
height: 40px;
padding: 10px;
border: 1px solid #2b2e4a;
}
/* 가입하기 버튼 */
.find_id .submit{
width: 100%;
height: 40px;
color: white;
border: none;
border: 1px solid #2b2e4a;
background-color: rgb(65,116,77);
margin-top: 15px;
margin-bottom: 15px;
transition: 0.3s;
}
.find_id .flex .container:last-child{
margin: 0;
}
/* 가입하기 마우스오버 */
.find_id .submit:hover{
width: 100%;
height: 40px;
border: none;
border: 1px solid #2b2e4a;
color: #2b2e4a;
background: white;
} | 0.346099 | 0.103658 |
:root {
--darkest-color: #04121b;
--dark-color: #042235;
--light-color: #8bb1ba;
--text-color: #9cd9f9;
--big-font-size: 2rem;
--h2-font-size: 1.25rem;
--normal-font-size: 0.938rem;
}
@media screen and (min-width: 768px) {
:root {
--big-font-size: 3.5rem;
--h2-font-size: 2rem;
--normal-font-size: 1rem;
}
}
:root {
--mb-1: 0.5rem;
--mb-2: 1rem;
--mb-3: 1.5rem;
--mb-4: 2rem;
--mb-5: 2.5rem;
--mb-6: 3rem;
}
:root {
--z-back: -10;
--z-normal: 1;
--z-tooltip: 10;
--z-fixed: 100;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Ubuntu', sans-serif;
}
::before,
::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 3rem 0 0 0;
font-size: var(--normal-font-size);
color: var(--text-color);
background-color: var(--darkest-color);
min-height: 100vh;
min-height: -webkit-fill-available;
}
html {
height: -webkit-fill-available;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
display: block;
}
#demo-canvas {
max-width: 100%;
}
.section-title {
position: relative;
font-size: var(--h2-font-size);
color: var(--light-color);
margin-top: var(--mb-2);
margin-bottom: var(--mb-4);
text-align: center;
color: var(--text-color);
animation: glow 2s ease-in-out infinite alternate;
text-transform: uppercase;
font-family: 'Yatra One', cursive;
}
.section {
padding-top: var(--mb-6);
padding-bottom: var(--mb-4);
}
.bd-grid {
max-width: 1024px;
display: grid;
grid-template-columns: 100%;
grid-column-gap: 2rem;
width: calc(100% - 2rem);
margin-left: var(--mb-2);
margin-right: var(--mb-2);
}
nav {
position: fixed;
top: 0;
left: 0;
right: 0;
display: flex;
flex-direction: row-reverse;
padding: 5px;
z-index: 2;
background-color: rgba(0, 0, 0, 0.5);
}
nav a {
flex-grow: 1;
font-size: 24px;
text-align: center;
text-decoration: none;
transition: 0.5s;
padding: 20px;
font-family: 'Yatra One', cursive;
color: var(--text-color);
}
nav a:hover {
text-decoration: underline;
color: white;
}
@media screen and (max-width: 768px) {
.nav__menu {
position: fixed;
top: 3rem;
right: -100%;
width: 80%;
height: 100%;
padding: 2rem;
transition: 0.5s;
background-color: var(--darkest-color);
}
}
.nav__item {
margin-bottom: var(--mb-4);
}
.nav__link {
position: relative;
}
.nav__link:hover {
position: relative;
}
.nav__toggle {
color: var(--text-color);
font-size: 2rem;
cursor: pointer;
}
.show {
right: 0;
}
.home {
height: calc(100vh - 3rem);
row-gap: 1rem;
position: relative;
width: 100%;
background-image: url(resources/header3.jpg);
background-position: center center;
max-width: none;
z-index: -2;
}
.home__data {
align-self: center;
position: absolute;
left: 0;
top: 50%;
transform: translate(50%, -50%);
}
.home__title {
font-size: var(--big-font-size);
/* margin-bottom: var(--mb-5); */
font-family: 'Yatra One', cursive;
position: absolute;
left: 50%;
top: 0%;
width: 200px;
transform: translate(40%, 20%);
text-align: center;
}
.home__title-color {
color: var(--text-color);
animation: glow 2s ease-in-out infinite alternate;
}
.home__img {
position: absolute;
right: 50%;
top: 30%;
width: 200px;
transform: translate(50%, -30%);
opacity: 80%;
z-index: -1;
}
@media screen and (orientation: landscape) and (max-width: 768px) {
.home__title {
left: 30%;
top: 0%;
transform: translate(20%, -30%);
}
.home__img {
right: 30%;
top: 50%;
}
}
@media screen and (orientation: landscape) and (min-width: 768px) {
.home {
max-width: 1024px;
}
.home__title {
left: 10%;
top: 20%;
transform: translate(10%, -40%);
width: 400px;
}
.home__img {
right: 70%;
top: 50%;
transform: translate(0%, -50%);
}
}
@media screen and (orientation: landscape) and (min-width: 1025px) {
.home {
max-width: none;
}
.home__title {
transform: translate(40%, -50%);
width: 600px;
}
.home__img {
right: 0%;
top: 50%;
transform: translate(0%, -50%);
}
}
.about__container {
row-gap: 2rem;
text-align: center;
}
.about__subtitle {
margin-bottom: var(--mb-2);
}
.about__img {
justify-self: center;
}
.about__img img {
width: 200px;
border-radius: .5rem;
}
.about__text {
letter-spacing: 1px;
}
.about__text span,
.about__subtitle span {
color: #fff;
}
.sectionSkills {
padding-top: 20px;
}
.skillsTitle {
text-align: center;
padding: 1rem;
position: relative;
}
.skillsContainer {
display: grid;
grid-template-columns: repeat(3, 1fr);
justify-content: center;
align-items: center;
text-align: center;
grid-gap: 1rem;
padding: 1rem 80px;
font-size: 1.2rem;
}
.skillBox {
padding: 1rem;
color: #9cd9f9;
}
.skillBox:hover>.skillTitle:after,
.skillBox:hover>.skillTitle:before {
width: 35px;
}
.skillBox:hover .skillImg {
transform: translateY(-10px);
}
.skillTitle {
display: flex;
flex-direction: column;
align-items: center;
padding: 0.5rem;
margin-bottom: 0.5rem;
position: relative;
}
.skillTitle:after {
content: '';
position: absolute;
bottom: 0;
right: 50%;
width: 0;
height: 4px;
border-radius: 2px 0 0 2px;
background-color: #8bb1ba;
transition: 0.3s;
filter: drop-shadow(16px 16px 20px rgba(156, 217, 249));
}
.skillTitle:before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 4px;
border-radius: 0 2px 2px 0;
background-color: #8bb1ba;
transition: 0.3s;
filter: drop-shadow(16px 16px 20px rgba(156, 217, 249));
}
.skillImg {
width: 90px;
height: 90px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
transition: 0.3s;
}
.skillImg:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 90px;
background-color: rgba(42, 86, 114, 0.7);
border-radius: 45px 0 0 45px;
}
.skillTitle h4 {
margin-top: 0.5rem;
}
.skillIcon {
width: 90px;
}
@media screen and (max-width: 990px) {
.skillsContainer {
grid-template-columns: repeat(2, 1fr);
padding: 2rem 50px;
}
}
@media screen and (max-width: 650px) {
.skillsContainer {
grid-template-columns: 1fr;
}
}
.work__container {
display: grid;
grid-template-columns: repeat(3, 1fr);
justify-content: center;
align-items: center;
text-align: center;
grid-gap: 1rem;
grid-column: 2rem;
margin: auto;
}
.project {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
position: relative;
height: 250px;
width: 350px;
}
.project-img {
transition: 1s;
height: 100%;
width: 100%;
position: fixed;
overflow: hidden;
}
.project-description {
visibility: hidden;
color: #fff;
background: rgba(4, 18, 27, 0.8);
text-align: center;
position: relative;
height: 100%;
}
.halign {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.project-type {
font-style: italic;
font-size: 0.7em;
padding-bottom: 5px;
}
.project-name {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 1.5em;
padding-bottom: 5px;
}
.project-url {
margin-top: 20px;
}
.project-url a {
padding: 10px;
padding-left: 50px;
padding-right: 50px;
background: rgba(0, 0, 0, 0.5);
outline: 0;
border: 1px solid #fff;
color: #fff;
text-decoration: none;
font-size: 0.8em;
}
.project-url a:hover {
transition: all 0.5s;
border: 1px solid #fff;
background: #fff;
color: #000;
}
.animated {
visibility: visible !important;
}
.contact {
background-color: #03080a;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.containerContact {
width: 80%;
padding: 20px;
}
.containerContact .row100 {
position: relative;
width: 100%;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.containerContact .row100 .col {
position: relative;
width: 100%;
padding: 0 10px;
margin: 30px 0 10px;
transition: 0.3s;
}
.containerContact .row100 .inputBox {
position: relative;
width: 100%;
height: 40px;
color: #9cd9f9;
}
.containerContact .row100 .inputBox input,
.containerContact .row100 .textarea textarea {
position: absolute;
width: 100%;
height: 100%;
background: transparent;
box-shadow: none;
border: none;
outline: none;
font-size: 18px;
padding: 0 10px;
z-index: 1;
color: #000;
}
.containerContact .row100 .inputBox .text {
position: absolute;
top: 0;
left: 0;
line-height: 40px;
font-size: 18px;
padding: 0 10px;
display: block;
transition: 0.3s;
pointer-events: none;
background-color: #101517;
width: 100%;
}
.containerContact .row100 .inputBox input:focus+.text,
.containerContact .row100 .inputBox input:valid+.text {
top: -35px;
left: -10px;
}
.containerContact .row100 .inputBox .line {
position: absolute;
bottom: 0;
display: block;
width: 100%;
height: 2px;
background-color: #9cd9f9;
transition: 0.3s;
border-radius: 2px;
pointer-events: none;
}
.containerContact .row100 .inputBox input:focus~.line,
.containerContact .row100 .inputBox input:valid~.line {
height: 100%;
}
.containerContact .row100 .textarea {
position: relative;
width: 100%;
height: 100px;
padding: 10px 0;
}
.containerContact .row100 .inputBox .textarea textarea {
height: 100%;
resize: none;
}
.containerContact .row100 .inputBox textarea:focus+.text,
.containerContact .row100 .inputBox textarea:valid+.text {
top: -35px;
left: -10px;
}
.containerContact .row100 .inputBox textarea:focus~.line,
.containerContact .row100 .inputBox textarea:valid~.line {
height: 100%;
}
input[type="submit"] {
/* border: none;
padding: 7px 35px;
cursor: pointer;
outline: none;
background-color: #9cd9f9;
color: #000000;
font-size: 18px;
border-radius: 2px; */
background-color: transparent;
border-radius: 0.6em;
cursor: pointer;
font-size: 1rem;
line-height: 1;
margin: 20px;
padding: 1.2em 2.8em;
text-decoration: none;
text-align: center;
text-transform: uppercase;
border-color: #9cd9f9;
color: #fff;
box-shadow: 0 0 40px 40px #9cd9f9 inset, 0 0 0 0 #9cd9f9;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
color: #000;
}
input[type="submit"]:hover {
box-shadow: 0 0 10px 0 #9cd9f9 inset, 0 0 10px 4px #9cd9f9;
color: #9cd9f9;
}
.footer {
background-color: var(--second-color);
color: #fff;
text-align: center;
font-weight: var(--font-semi);
padding: 2rem 0;
}
.footer__title {
font-size: 2rem;
margin-bottom: var(--mb-4);
}
.footer__social {
margin-bottom: var(--mb-4);
}
.footer__social ul {
list-style: none;
}
.footer__social li {
margin: 10px 0;
}
.footer__social li i {
margin-right: 20px;
color: var(--light-color);
}
/* ===== MEDIA QUERIES=====*/
@media screen and (min-width: 768px) {
body {
margin: 0;
}
.section {
padding-top: 4rem;
padding-bottom: 3rem;
}
.section-title {
margin-bottom: var(--mb-6);
}
.section-title::after {
width: 80px;
top: 3rem;
}
.nav {
height: calc(var(--header-height) + 1rem);
}
.nav__list {
display: flex;
padding-top: 0;
}
.nav__item {
margin-left: var(--mb-6);
margin-bottom: 0;
}
.nav__toggle {
display: none;
}
.nav__link {
color: var(--second-color);
}
.home {
height: 100vh;
}
.home__data {
align-self: flex-end;
}
.home__img {
width: 457px;
bottom: 15%;
}
.about__container,
.skills__container {
grid-template-columns: repeat(2, 1fr);
align-items: center;
text-align: initial;
}
.about__img img {
width: 300px;
}
.contact__form {
width: 360px;
}
.contact__container {
justify-items: center;
}
}
@media screen and (min-width: 1024px) {
.bd-grid {
margin-left: auto;
margin-right: auto;
}
.home__img {
right: 10%;
}
}
@media screen and (max-width: 990px) {
.work__container {
grid-template-columns: repeat(2, 1fr);
padding: 2rem 50px;
justify-items: center;
}
}
@media screen and (max-width: 760px) {
.work__container {
grid-template-columns: 1fr;
justify-items: center;
}
}
@keyframes glow {
from {
text-shadow: 0 0 20px #2d9da9;
}
to {
text-shadow: 0 0 30px #34b3c1, 0 0 10px #4dbbc7;
}
} | style.css | :root {
--darkest-color: #04121b;
--dark-color: #042235;
--light-color: #8bb1ba;
--text-color: #9cd9f9;
--big-font-size: 2rem;
--h2-font-size: 1.25rem;
--normal-font-size: 0.938rem;
}
@media screen and (min-width: 768px) {
:root {
--big-font-size: 3.5rem;
--h2-font-size: 2rem;
--normal-font-size: 1rem;
}
}
:root {
--mb-1: 0.5rem;
--mb-2: 1rem;
--mb-3: 1.5rem;
--mb-4: 2rem;
--mb-5: 2.5rem;
--mb-6: 3rem;
}
:root {
--z-back: -10;
--z-normal: 1;
--z-tooltip: 10;
--z-fixed: 100;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Ubuntu', sans-serif;
}
::before,
::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 3rem 0 0 0;
font-size: var(--normal-font-size);
color: var(--text-color);
background-color: var(--darkest-color);
min-height: 100vh;
min-height: -webkit-fill-available;
}
html {
height: -webkit-fill-available;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
display: block;
}
#demo-canvas {
max-width: 100%;
}
.section-title {
position: relative;
font-size: var(--h2-font-size);
color: var(--light-color);
margin-top: var(--mb-2);
margin-bottom: var(--mb-4);
text-align: center;
color: var(--text-color);
animation: glow 2s ease-in-out infinite alternate;
text-transform: uppercase;
font-family: 'Yatra One', cursive;
}
.section {
padding-top: var(--mb-6);
padding-bottom: var(--mb-4);
}
.bd-grid {
max-width: 1024px;
display: grid;
grid-template-columns: 100%;
grid-column-gap: 2rem;
width: calc(100% - 2rem);
margin-left: var(--mb-2);
margin-right: var(--mb-2);
}
nav {
position: fixed;
top: 0;
left: 0;
right: 0;
display: flex;
flex-direction: row-reverse;
padding: 5px;
z-index: 2;
background-color: rgba(0, 0, 0, 0.5);
}
nav a {
flex-grow: 1;
font-size: 24px;
text-align: center;
text-decoration: none;
transition: 0.5s;
padding: 20px;
font-family: 'Yatra One', cursive;
color: var(--text-color);
}
nav a:hover {
text-decoration: underline;
color: white;
}
@media screen and (max-width: 768px) {
.nav__menu {
position: fixed;
top: 3rem;
right: -100%;
width: 80%;
height: 100%;
padding: 2rem;
transition: 0.5s;
background-color: var(--darkest-color);
}
}
.nav__item {
margin-bottom: var(--mb-4);
}
.nav__link {
position: relative;
}
.nav__link:hover {
position: relative;
}
.nav__toggle {
color: var(--text-color);
font-size: 2rem;
cursor: pointer;
}
.show {
right: 0;
}
.home {
height: calc(100vh - 3rem);
row-gap: 1rem;
position: relative;
width: 100%;
background-image: url(resources/header3.jpg);
background-position: center center;
max-width: none;
z-index: -2;
}
.home__data {
align-self: center;
position: absolute;
left: 0;
top: 50%;
transform: translate(50%, -50%);
}
.home__title {
font-size: var(--big-font-size);
/* margin-bottom: var(--mb-5); */
font-family: 'Yatra One', cursive;
position: absolute;
left: 50%;
top: 0%;
width: 200px;
transform: translate(40%, 20%);
text-align: center;
}
.home__title-color {
color: var(--text-color);
animation: glow 2s ease-in-out infinite alternate;
}
.home__img {
position: absolute;
right: 50%;
top: 30%;
width: 200px;
transform: translate(50%, -30%);
opacity: 80%;
z-index: -1;
}
@media screen and (orientation: landscape) and (max-width: 768px) {
.home__title {
left: 30%;
top: 0%;
transform: translate(20%, -30%);
}
.home__img {
right: 30%;
top: 50%;
}
}
@media screen and (orientation: landscape) and (min-width: 768px) {
.home {
max-width: 1024px;
}
.home__title {
left: 10%;
top: 20%;
transform: translate(10%, -40%);
width: 400px;
}
.home__img {
right: 70%;
top: 50%;
transform: translate(0%, -50%);
}
}
@media screen and (orientation: landscape) and (min-width: 1025px) {
.home {
max-width: none;
}
.home__title {
transform: translate(40%, -50%);
width: 600px;
}
.home__img {
right: 0%;
top: 50%;
transform: translate(0%, -50%);
}
}
.about__container {
row-gap: 2rem;
text-align: center;
}
.about__subtitle {
margin-bottom: var(--mb-2);
}
.about__img {
justify-self: center;
}
.about__img img {
width: 200px;
border-radius: .5rem;
}
.about__text {
letter-spacing: 1px;
}
.about__text span,
.about__subtitle span {
color: #fff;
}
.sectionSkills {
padding-top: 20px;
}
.skillsTitle {
text-align: center;
padding: 1rem;
position: relative;
}
.skillsContainer {
display: grid;
grid-template-columns: repeat(3, 1fr);
justify-content: center;
align-items: center;
text-align: center;
grid-gap: 1rem;
padding: 1rem 80px;
font-size: 1.2rem;
}
.skillBox {
padding: 1rem;
color: #9cd9f9;
}
.skillBox:hover>.skillTitle:after,
.skillBox:hover>.skillTitle:before {
width: 35px;
}
.skillBox:hover .skillImg {
transform: translateY(-10px);
}
.skillTitle {
display: flex;
flex-direction: column;
align-items: center;
padding: 0.5rem;
margin-bottom: 0.5rem;
position: relative;
}
.skillTitle:after {
content: '';
position: absolute;
bottom: 0;
right: 50%;
width: 0;
height: 4px;
border-radius: 2px 0 0 2px;
background-color: #8bb1ba;
transition: 0.3s;
filter: drop-shadow(16px 16px 20px rgba(156, 217, 249));
}
.skillTitle:before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 4px;
border-radius: 0 2px 2px 0;
background-color: #8bb1ba;
transition: 0.3s;
filter: drop-shadow(16px 16px 20px rgba(156, 217, 249));
}
.skillImg {
width: 90px;
height: 90px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
transition: 0.3s;
}
.skillImg:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 90px;
background-color: rgba(42, 86, 114, 0.7);
border-radius: 45px 0 0 45px;
}
.skillTitle h4 {
margin-top: 0.5rem;
}
.skillIcon {
width: 90px;
}
@media screen and (max-width: 990px) {
.skillsContainer {
grid-template-columns: repeat(2, 1fr);
padding: 2rem 50px;
}
}
@media screen and (max-width: 650px) {
.skillsContainer {
grid-template-columns: 1fr;
}
}
.work__container {
display: grid;
grid-template-columns: repeat(3, 1fr);
justify-content: center;
align-items: center;
text-align: center;
grid-gap: 1rem;
grid-column: 2rem;
margin: auto;
}
.project {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
position: relative;
height: 250px;
width: 350px;
}
.project-img {
transition: 1s;
height: 100%;
width: 100%;
position: fixed;
overflow: hidden;
}
.project-description {
visibility: hidden;
color: #fff;
background: rgba(4, 18, 27, 0.8);
text-align: center;
position: relative;
height: 100%;
}
.halign {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.project-type {
font-style: italic;
font-size: 0.7em;
padding-bottom: 5px;
}
.project-name {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 1.5em;
padding-bottom: 5px;
}
.project-url {
margin-top: 20px;
}
.project-url a {
padding: 10px;
padding-left: 50px;
padding-right: 50px;
background: rgba(0, 0, 0, 0.5);
outline: 0;
border: 1px solid #fff;
color: #fff;
text-decoration: none;
font-size: 0.8em;
}
.project-url a:hover {
transition: all 0.5s;
border: 1px solid #fff;
background: #fff;
color: #000;
}
.animated {
visibility: visible !important;
}
.contact {
background-color: #03080a;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.containerContact {
width: 80%;
padding: 20px;
}
.containerContact .row100 {
position: relative;
width: 100%;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.containerContact .row100 .col {
position: relative;
width: 100%;
padding: 0 10px;
margin: 30px 0 10px;
transition: 0.3s;
}
.containerContact .row100 .inputBox {
position: relative;
width: 100%;
height: 40px;
color: #9cd9f9;
}
.containerContact .row100 .inputBox input,
.containerContact .row100 .textarea textarea {
position: absolute;
width: 100%;
height: 100%;
background: transparent;
box-shadow: none;
border: none;
outline: none;
font-size: 18px;
padding: 0 10px;
z-index: 1;
color: #000;
}
.containerContact .row100 .inputBox .text {
position: absolute;
top: 0;
left: 0;
line-height: 40px;
font-size: 18px;
padding: 0 10px;
display: block;
transition: 0.3s;
pointer-events: none;
background-color: #101517;
width: 100%;
}
.containerContact .row100 .inputBox input:focus+.text,
.containerContact .row100 .inputBox input:valid+.text {
top: -35px;
left: -10px;
}
.containerContact .row100 .inputBox .line {
position: absolute;
bottom: 0;
display: block;
width: 100%;
height: 2px;
background-color: #9cd9f9;
transition: 0.3s;
border-radius: 2px;
pointer-events: none;
}
.containerContact .row100 .inputBox input:focus~.line,
.containerContact .row100 .inputBox input:valid~.line {
height: 100%;
}
.containerContact .row100 .textarea {
position: relative;
width: 100%;
height: 100px;
padding: 10px 0;
}
.containerContact .row100 .inputBox .textarea textarea {
height: 100%;
resize: none;
}
.containerContact .row100 .inputBox textarea:focus+.text,
.containerContact .row100 .inputBox textarea:valid+.text {
top: -35px;
left: -10px;
}
.containerContact .row100 .inputBox textarea:focus~.line,
.containerContact .row100 .inputBox textarea:valid~.line {
height: 100%;
}
input[type="submit"] {
/* border: none;
padding: 7px 35px;
cursor: pointer;
outline: none;
background-color: #9cd9f9;
color: #000000;
font-size: 18px;
border-radius: 2px; */
background-color: transparent;
border-radius: 0.6em;
cursor: pointer;
font-size: 1rem;
line-height: 1;
margin: 20px;
padding: 1.2em 2.8em;
text-decoration: none;
text-align: center;
text-transform: uppercase;
border-color: #9cd9f9;
color: #fff;
box-shadow: 0 0 40px 40px #9cd9f9 inset, 0 0 0 0 #9cd9f9;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
color: #000;
}
input[type="submit"]:hover {
box-shadow: 0 0 10px 0 #9cd9f9 inset, 0 0 10px 4px #9cd9f9;
color: #9cd9f9;
}
.footer {
background-color: var(--second-color);
color: #fff;
text-align: center;
font-weight: var(--font-semi);
padding: 2rem 0;
}
.footer__title {
font-size: 2rem;
margin-bottom: var(--mb-4);
}
.footer__social {
margin-bottom: var(--mb-4);
}
.footer__social ul {
list-style: none;
}
.footer__social li {
margin: 10px 0;
}
.footer__social li i {
margin-right: 20px;
color: var(--light-color);
}
/* ===== MEDIA QUERIES=====*/
@media screen and (min-width: 768px) {
body {
margin: 0;
}
.section {
padding-top: 4rem;
padding-bottom: 3rem;
}
.section-title {
margin-bottom: var(--mb-6);
}
.section-title::after {
width: 80px;
top: 3rem;
}
.nav {
height: calc(var(--header-height) + 1rem);
}
.nav__list {
display: flex;
padding-top: 0;
}
.nav__item {
margin-left: var(--mb-6);
margin-bottom: 0;
}
.nav__toggle {
display: none;
}
.nav__link {
color: var(--second-color);
}
.home {
height: 100vh;
}
.home__data {
align-self: flex-end;
}
.home__img {
width: 457px;
bottom: 15%;
}
.about__container,
.skills__container {
grid-template-columns: repeat(2, 1fr);
align-items: center;
text-align: initial;
}
.about__img img {
width: 300px;
}
.contact__form {
width: 360px;
}
.contact__container {
justify-items: center;
}
}
@media screen and (min-width: 1024px) {
.bd-grid {
margin-left: auto;
margin-right: auto;
}
.home__img {
right: 10%;
}
}
@media screen and (max-width: 990px) {
.work__container {
grid-template-columns: repeat(2, 1fr);
padding: 2rem 50px;
justify-items: center;
}
}
@media screen and (max-width: 760px) {
.work__container {
grid-template-columns: 1fr;
justify-items: center;
}
}
@keyframes glow {
from {
text-shadow: 0 0 20px #2d9da9;
}
to {
text-shadow: 0 0 30px #34b3c1, 0 0 10px #4dbbc7;
}
} | 0.636579 | 0.162613 |
* Root Styles
* ===========================================================
*/
body {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
height: 100vh;
}
/*
* Base Styles
* ===========================================================
*/
input, textarea {
background: #3A3F4B;
border: none;
outline: none;
padding: 8px;
font-size: 16px;
}
/*
* Header Styles
* ===========================================================
*/
header {
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: #0A0B10;
padding: 0 1.5rem;
}
header h1 {
font-size: 1.5rem;
}
header > div {
display: flex;
flex-direction: row;
height: 100%;
align-items: center;
gap: 1rem;
}
/*
* Body Styles
* ===========================================================
*/
.workspace {
display: flex;
flex-direction: row;
/* Fill remaining container space */
flex: 1;
}
/*
* Sidebar Styles
* ===========================================================
*/
aside {
display: flex;
flex-direction: column;
background-color: #13151D;
flex: .4;
}
/* Sidebar Section */
aside section {
display: flex;
flex-direction: column;
padding: 1.5rem 0;
gap: .5rem;
flex: 1;
}
aside section .header {
display: flex;
flex-direction: row;
padding: 0 25px;
text-transform: uppercase;
justify-content: space-between;
}
aside section .toolbar {
display: flex;
flex-direction: row;
padding: 0 25px;
gap: .8rem;
font-size: 20px;
}
aside section .body {
display: flex;
flex-direction: column;
gap: .8rem;
}
aside section .body label {
display: flex;
flex-direction: column;
font-size: 14px;
padding: 0 1.5rem;
}
/*
* Main Styles
* ===========================================================
*/
main {
flex: 1;
padding: 0;
background-color: #0A0B10;
}
main .toolbar {
display: flex;
flex-direction: row;
gap: 12px;
padding: 5px;
background-color: #13151D;
}
/*
* Important Styles
* ===========================================================
*/
.hidden {
display: none;
} | src/css/header.css | * Root Styles
* ===========================================================
*/
body {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
height: 100vh;
}
/*
* Base Styles
* ===========================================================
*/
input, textarea {
background: #3A3F4B;
border: none;
outline: none;
padding: 8px;
font-size: 16px;
}
/*
* Header Styles
* ===========================================================
*/
header {
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: #0A0B10;
padding: 0 1.5rem;
}
header h1 {
font-size: 1.5rem;
}
header > div {
display: flex;
flex-direction: row;
height: 100%;
align-items: center;
gap: 1rem;
}
/*
* Body Styles
* ===========================================================
*/
.workspace {
display: flex;
flex-direction: row;
/* Fill remaining container space */
flex: 1;
}
/*
* Sidebar Styles
* ===========================================================
*/
aside {
display: flex;
flex-direction: column;
background-color: #13151D;
flex: .4;
}
/* Sidebar Section */
aside section {
display: flex;
flex-direction: column;
padding: 1.5rem 0;
gap: .5rem;
flex: 1;
}
aside section .header {
display: flex;
flex-direction: row;
padding: 0 25px;
text-transform: uppercase;
justify-content: space-between;
}
aside section .toolbar {
display: flex;
flex-direction: row;
padding: 0 25px;
gap: .8rem;
font-size: 20px;
}
aside section .body {
display: flex;
flex-direction: column;
gap: .8rem;
}
aside section .body label {
display: flex;
flex-direction: column;
font-size: 14px;
padding: 0 1.5rem;
}
/*
* Main Styles
* ===========================================================
*/
main {
flex: 1;
padding: 0;
background-color: #0A0B10;
}
main .toolbar {
display: flex;
flex-direction: row;
gap: 12px;
padding: 5px;
background-color: #13151D;
}
/*
* Important Styles
* ===========================================================
*/
.hidden {
display: none;
} | 0.427038 | 0.064388 |
.carousel {
width: 100%;
/* height: 440upx; */
}
/* 热门电影 start */
.super-hot {
margin-top: 12upx;
padding: 20upx;
}
/* 热门电影 标题栏 */
.hot-title-wapper {
display: flex;
flex-direction: row;
align-items: center;
}
.hot-ico {
width: 30upx;
height: 30upx;
}
.hot-title {
font-size: 20px;
margin-left: 20upx;
font-weight: bold;
}
/* 热门电影 scroll-view 组件 */
.hot-scroll {
width: 100%;
white-space: nowrap;
}
.single-poster {
display: inline-block;
margin-left: 20upx;
}
.single-poster:last-child {
margin-right: 20upx;
}
.poster-wapper {
display: flex;
flex-direction: column;
padding-bottom: 20upx;
}
.poster-img {
width: 200upx;
height: 270upx;
}
.movie-name {
width: 200upx;
margin-top: 10upx;
font-size: 14px;
font-weight: bold;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/* 热门预告 start */
.hot-movies {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
padding: 0upx 20upx 20upx;
}
.hot-movie-single {
width: 350upx;
height: 220upx;
margin-top: 10upx;
}
/* 热门预告 end */
/* 猜你喜欢 start */
.guess-u-like {
display: flex;
flex-direction: column;
}
.single-like-movie {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 30upx 20upx;
}
.like-moive {
width: 180upx;
height: 240upx;
border-radius: 3%;
}
.single-like-movie .movie-desc {
display: flex;
width: 340upx;
flex-direction: column;
}
.movie-title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.movie-info,
.movie-releaseDate {
color: #808080;
font-size: 14px;
margin-top: 20upx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}
/* 赞一下 */
.movie-praise {
width: 140upx;
display: flex;
flex-direction: column;
justify-content: center;
border-left: dashed 2px #ececec;
}
.praise-ico {
width: 40upx;
height: 40upx;
align-self: center;
}
.praise-me {
font-weight: bold;
font-size: 14px;
color: #feab2a;
align-self: center;
}
.animation-opacity {
font-weight: bold;
opacity: 0;
}
/* 猜你喜欢 end */ | movieDemo/pages/index/index.css | .carousel {
width: 100%;
/* height: 440upx; */
}
/* 热门电影 start */
.super-hot {
margin-top: 12upx;
padding: 20upx;
}
/* 热门电影 标题栏 */
.hot-title-wapper {
display: flex;
flex-direction: row;
align-items: center;
}
.hot-ico {
width: 30upx;
height: 30upx;
}
.hot-title {
font-size: 20px;
margin-left: 20upx;
font-weight: bold;
}
/* 热门电影 scroll-view 组件 */
.hot-scroll {
width: 100%;
white-space: nowrap;
}
.single-poster {
display: inline-block;
margin-left: 20upx;
}
.single-poster:last-child {
margin-right: 20upx;
}
.poster-wapper {
display: flex;
flex-direction: column;
padding-bottom: 20upx;
}
.poster-img {
width: 200upx;
height: 270upx;
}
.movie-name {
width: 200upx;
margin-top: 10upx;
font-size: 14px;
font-weight: bold;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/* 热门预告 start */
.hot-movies {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
padding: 0upx 20upx 20upx;
}
.hot-movie-single {
width: 350upx;
height: 220upx;
margin-top: 10upx;
}
/* 热门预告 end */
/* 猜你喜欢 start */
.guess-u-like {
display: flex;
flex-direction: column;
}
.single-like-movie {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 30upx 20upx;
}
.like-moive {
width: 180upx;
height: 240upx;
border-radius: 3%;
}
.single-like-movie .movie-desc {
display: flex;
width: 340upx;
flex-direction: column;
}
.movie-title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.movie-info,
.movie-releaseDate {
color: #808080;
font-size: 14px;
margin-top: 20upx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}
/* 赞一下 */
.movie-praise {
width: 140upx;
display: flex;
flex-direction: column;
justify-content: center;
border-left: dashed 2px #ececec;
}
.praise-ico {
width: 40upx;
height: 40upx;
align-self: center;
}
.praise-me {
font-weight: bold;
font-size: 14px;
color: #feab2a;
align-self: center;
}
.animation-opacity {
font-weight: bold;
opacity: 0;
}
/* 猜你喜欢 end */ | 0.194712 | 0.057758 |
.pane{
-fx-border-style: solid inside;
-fx-border-width: 2;
-fx-border-insets: 2;
-fx-border-radius: 5;
-fx-border-color: grey;
-fx-background-image:url("BackgroundSpace.jpg");
-fx-background-color: rgba(255, 255, 255, 0.9);
}
.tilepane{
-fx-background-image:url("BackgroundSpace.jpg");
-fx-background-color: rgba(255, 255, 255, 0.9);
}
.context-menu {
-fx-background-color: rgba(255, 255, 255, 0);
}
.vbox{
-fx-border-style: solid inside;
-fx-border-width: 2;
-fx-border-insets: 2;
-fx-border-radius: 5;
-fx-border-color: grey;
-fx-background-image:url("BackgroundSpace.jpg");
-fx-background-color: rgba(255, 255, 255, 0.9);
}
.label{
-fx-text-fill:white;
}
.table-view{
-fx-background-color:rgba(255, 255, 255, 0.6);
-fx-table-header-background-color: rgba(255, 255, 255, 0.5);
}
.table-view .label{
-fx-text-fill:black;
}
.table-view .column-header{
-fx-background-color:rgba(255, 255, 255, 0.5);
-fx-padding: 0;
}
#entitycreatorvbox{
-fx-background-radius: 0 0 5 5;
-fx-background-color: rgba(255, 255, 255, 0.4);
}
.text-field{
-fx-background-color: rgba(255, 255, 255, .5);
-fx-background-size: 25px;
-fx-background-insets: 0, 1;
-fx-text-inner-color:white;
}
.titled-pane {
-fx-text-fill: white;
}
.titled-pane:focused {
-fx-text-fill: white;
-fx-font-weight:bold;
}
.titled-pane > .title {
-fx-background-color: rgba(255, 255, 255, 0.6);
-fx-background-insets: 0, 1, 2;
-fx-background-radius: 0;
-fx-border-width:1;
-fx-border-color:grey;
-fx-padding: 0.166667em 0.833333em 0.25em 0.833333em; /* 2 10 3 10 */
}
.titled-pane:focused > .title {
-fx-color: -fx-focus-color;
}
.titled-pane > .title > .arrow-button {
-fx-background-color: null;
-fx-background-insets: 0;
-fx-background-radius: 0;
-fx-padding: 0.0em 0.25em 0.0em 0.0em; /* 0 3 0 0 */
}
.titled-pane > .title > .arrow-button > .arrow {
-fx-background-color: white;
-fx-background-insets: 1 0 -1 0, 0;
-fx-padding: 0.25em 0.3125em 0.25em 0.3125em; /* 3 3.75 3 3.75 */
-fx-shape: "M 0 0 h 7 l -3.5 4 z";
}
.titled-pane:focused .arrow{
-fx-focus-color: black;
}
.check-box{
-fx-text-fill: white;
}
.tool-bar{
-fx-background-color: rgba(255, 255, 255, 0);
/*-fx-padding: -0.35em 0 0 0.25em;*/
-fx-padding: 0.15em 0 -0.75em 0.6em;
}
#toolbarButton{
-fx-background-color: rgba(255, 255, 255, 0.05);
-fx-border-style: solid inside;
-fx-border-width: 2;
-fx-border-radius: 5;
-fx-border-color:white;
-fx-background-insets: 2;
-fx-border-insets:2;
}
#toolbarButton:hover{
-fx-background-color: rgba(255, 255, 255, 0.4);
}
#entityThumb{
-fx-background-color: rgba(255, 255, 255, .2);
-fx-background-radius: 5;
-fx-border-style: solid inside;
-fx-border-width: 1;
-fx-border-insets: -1;
-fx-border-radius: 5;
-fx-border-color: white;
}
#entityThumb:hover{
-fx-background-color: rgba(255, 255, 255, .4);
}
#selectedThumb{
-fx-background-color: rgba(255, 255, 255, .4);
-fx-background-radius: 5;
-fx-border-style: solid inside;
-fx-border-width: 1;
-fx-border-insets: -1;
-fx-border-radius: 5;
-fx-border-color: white;
}
#selectedThumb .label{
-fx-text-fill:white;
-fx-font-weight: bold;
}
#entityThumb .label{
-fx-text-fill:white;
-fx-font-weight: bold;
}
.menuArea
{
-fx-text-fill: black;
-fx-font-size: 19px;
}
.menu-bar
{
-fx-margin: -5px;
-fx-background-color: rgba(255, 255, 255, .65);
}
.menu .label
{
-fx-text-fill: white;
-fx-font-size: 13px;
-fx-font-weight: bold;
}
#topMenuLabel .label{
-fx-text-fill: black;
}
#topMenuMenu:hover {
-fx-background-color: rgba(200, 200, 200, 0.4);
}
#menu2 .menu-item{
-fx-background-color: rgba(255, 255, 255, .65);
}
#menu2 .menu-item:hover{
-fx-background-color:rgba(150, 150, 150, 0.8);
}
#menu2 .label{
-fx-font-size: 10px;
-fx-text-fill: rgba(245, 245, 245, 1);
}
#menu2:hover{
-fx-background-color: rgba(234, 235, 237, 0.2);
}
#menu3 .menu-item{
-fx-background-color:rgba(150, 150, 150, 0.8)
}
#menu3 .menu-item:hover{
-fx-background-color: rgba(200, 200, 200, 0.8);
}
#menu3 .label{
-fx-font-size: 10px;
-fx-text-fill: rgba(245, 245, 245, 1);
}
#menu3:hover{
-fx-background-color: rgba(234, 235, 237, 0.2);
}
#menu3 .menu-item:focused .label{
-fx-text-fill:white;
}
.menu-item{
-fx-background-color: rgba(255, 255, 255, 1);
}
.menu-item .label{
-fx-text-fill:white;
}
.menu:hover {
-fx-background-color: transparent;
}
.menu:showing{
-fx-background-color: rgba(234, 235, 237, 0.2);
}
.menu-item:focused{
-fx-background-color: rgba(25, 70, 139, .89);
}
#topMenuMenu .menu-item:focused .label{
-fx-text-fill:white;
}
.tab-pane .tab-header-area .tab-header-background {
-fx-opacity: 0;
}
.tab-pane
{
-fx-tab-min-width:90px;
}
.tab{
-fx-background-insets: 0 1 0 1,0,0;
}
.tab-pane .tab
{
-fx-background-color: rgba(255, 255, 255, .1);
-fx-border-style: solid inside;
-fx-border-width: 2;
-fx-border-insets: 4;
-fx-border-radius: 5;
-fx-border-color: white;
-fx-background-insets:4;
}
.button{
-fx-background-color: rgba(255, 255, 255, .1);
-fx-border-style: solid inside;
-fx-border-width: 2;
-fx-border-insets: 4;
-fx-background-insets: 4;
-fx-border-radius: 5;
-fx-border-color: white;
-fx-alignment: CENTER;
-fx-text-fill:white;
-fx-font-weight:bold;
}
.toggle-button{
-fx-background-color: rgba(255, 255, 255, .1);
-fx-border-style: solid inside;
-fx-border-width: 2;
-fx-border-insets: 4;
-fx-background-insets: 4;
-fx-border-radius: 5;
-fx-border-color: white;
-fx-alignment: CENTER;
-fx-text-fill:white;
-fx-font-weight:bold;
}
.button:hover{
-fx-background-color: rgba(255, 255, 255, .4);
}
.toggle-button:hover{
-fx-background-color: rgba(255, 255, 255, .4);
}
.toggle-button:focused{
-fx-background-color: rgba(255, 255, 255, .4);
}
#specialTab{-fx-background-radius:0;}
#regularTab{
/*-fx-border-width: 0;*/
}
.tab-pane .tab:selected
{
-fx-background-color: rgba(255, 255, 255, .45);
-fx-border-width: 0;
-fx-focus-color: transparent;
-fx-background-insets:0;
}
.tab .tab-label {
-fx-alignment: CENTER;
-fx-text-fill: white;
-fx-font-size: 12px;
-fx-font-weight: bold;
}
.tab-pane .tab:hover{
-fx-background-color:rgba(255, 255, 255, .45);
}
.tab:selected .tab-label {
-fx-alignment: CENTER;
-fx-text-fill: white;
}
.hBox{
-fx-padding: 3;
}
.hBox .label{
-fx-text-fill: white;
}
.tab-pane:top *.tab-header-area {
-fx-background-insets: 0, 0 0 1 0;
/* -fx-padding: 0.416667em 0.166667em 0.0em 0.833em; /* 5 2 0 10 */
-fx-padding: 0.0em 0.166667em 0.0em -0.1em; /* overriden as 5 2 0 0 */
} | src/defaultstyle.css | .pane{
-fx-border-style: solid inside;
-fx-border-width: 2;
-fx-border-insets: 2;
-fx-border-radius: 5;
-fx-border-color: grey;
-fx-background-image:url("BackgroundSpace.jpg");
-fx-background-color: rgba(255, 255, 255, 0.9);
}
.tilepane{
-fx-background-image:url("BackgroundSpace.jpg");
-fx-background-color: rgba(255, 255, 255, 0.9);
}
.context-menu {
-fx-background-color: rgba(255, 255, 255, 0);
}
.vbox{
-fx-border-style: solid inside;
-fx-border-width: 2;
-fx-border-insets: 2;
-fx-border-radius: 5;
-fx-border-color: grey;
-fx-background-image:url("BackgroundSpace.jpg");
-fx-background-color: rgba(255, 255, 255, 0.9);
}
.label{
-fx-text-fill:white;
}
.table-view{
-fx-background-color:rgba(255, 255, 255, 0.6);
-fx-table-header-background-color: rgba(255, 255, 255, 0.5);
}
.table-view .label{
-fx-text-fill:black;
}
.table-view .column-header{
-fx-background-color:rgba(255, 255, 255, 0.5);
-fx-padding: 0;
}
#entitycreatorvbox{
-fx-background-radius: 0 0 5 5;
-fx-background-color: rgba(255, 255, 255, 0.4);
}
.text-field{
-fx-background-color: rgba(255, 255, 255, .5);
-fx-background-size: 25px;
-fx-background-insets: 0, 1;
-fx-text-inner-color:white;
}
.titled-pane {
-fx-text-fill: white;
}
.titled-pane:focused {
-fx-text-fill: white;
-fx-font-weight:bold;
}
.titled-pane > .title {
-fx-background-color: rgba(255, 255, 255, 0.6);
-fx-background-insets: 0, 1, 2;
-fx-background-radius: 0;
-fx-border-width:1;
-fx-border-color:grey;
-fx-padding: 0.166667em 0.833333em 0.25em 0.833333em; /* 2 10 3 10 */
}
.titled-pane:focused > .title {
-fx-color: -fx-focus-color;
}
.titled-pane > .title > .arrow-button {
-fx-background-color: null;
-fx-background-insets: 0;
-fx-background-radius: 0;
-fx-padding: 0.0em 0.25em 0.0em 0.0em; /* 0 3 0 0 */
}
.titled-pane > .title > .arrow-button > .arrow {
-fx-background-color: white;
-fx-background-insets: 1 0 -1 0, 0;
-fx-padding: 0.25em 0.3125em 0.25em 0.3125em; /* 3 3.75 3 3.75 */
-fx-shape: "M 0 0 h 7 l -3.5 4 z";
}
.titled-pane:focused .arrow{
-fx-focus-color: black;
}
.check-box{
-fx-text-fill: white;
}
.tool-bar{
-fx-background-color: rgba(255, 255, 255, 0);
/*-fx-padding: -0.35em 0 0 0.25em;*/
-fx-padding: 0.15em 0 -0.75em 0.6em;
}
#toolbarButton{
-fx-background-color: rgba(255, 255, 255, 0.05);
-fx-border-style: solid inside;
-fx-border-width: 2;
-fx-border-radius: 5;
-fx-border-color:white;
-fx-background-insets: 2;
-fx-border-insets:2;
}
#toolbarButton:hover{
-fx-background-color: rgba(255, 255, 255, 0.4);
}
#entityThumb{
-fx-background-color: rgba(255, 255, 255, .2);
-fx-background-radius: 5;
-fx-border-style: solid inside;
-fx-border-width: 1;
-fx-border-insets: -1;
-fx-border-radius: 5;
-fx-border-color: white;
}
#entityThumb:hover{
-fx-background-color: rgba(255, 255, 255, .4);
}
#selectedThumb{
-fx-background-color: rgba(255, 255, 255, .4);
-fx-background-radius: 5;
-fx-border-style: solid inside;
-fx-border-width: 1;
-fx-border-insets: -1;
-fx-border-radius: 5;
-fx-border-color: white;
}
#selectedThumb .label{
-fx-text-fill:white;
-fx-font-weight: bold;
}
#entityThumb .label{
-fx-text-fill:white;
-fx-font-weight: bold;
}
.menuArea
{
-fx-text-fill: black;
-fx-font-size: 19px;
}
.menu-bar
{
-fx-margin: -5px;
-fx-background-color: rgba(255, 255, 255, .65);
}
.menu .label
{
-fx-text-fill: white;
-fx-font-size: 13px;
-fx-font-weight: bold;
}
#topMenuLabel .label{
-fx-text-fill: black;
}
#topMenuMenu:hover {
-fx-background-color: rgba(200, 200, 200, 0.4);
}
#menu2 .menu-item{
-fx-background-color: rgba(255, 255, 255, .65);
}
#menu2 .menu-item:hover{
-fx-background-color:rgba(150, 150, 150, 0.8);
}
#menu2 .label{
-fx-font-size: 10px;
-fx-text-fill: rgba(245, 245, 245, 1);
}
#menu2:hover{
-fx-background-color: rgba(234, 235, 237, 0.2);
}
#menu3 .menu-item{
-fx-background-color:rgba(150, 150, 150, 0.8)
}
#menu3 .menu-item:hover{
-fx-background-color: rgba(200, 200, 200, 0.8);
}
#menu3 .label{
-fx-font-size: 10px;
-fx-text-fill: rgba(245, 245, 245, 1);
}
#menu3:hover{
-fx-background-color: rgba(234, 235, 237, 0.2);
}
#menu3 .menu-item:focused .label{
-fx-text-fill:white;
}
.menu-item{
-fx-background-color: rgba(255, 255, 255, 1);
}
.menu-item .label{
-fx-text-fill:white;
}
.menu:hover {
-fx-background-color: transparent;
}
.menu:showing{
-fx-background-color: rgba(234, 235, 237, 0.2);
}
.menu-item:focused{
-fx-background-color: rgba(25, 70, 139, .89);
}
#topMenuMenu .menu-item:focused .label{
-fx-text-fill:white;
}
.tab-pane .tab-header-area .tab-header-background {
-fx-opacity: 0;
}
.tab-pane
{
-fx-tab-min-width:90px;
}
.tab{
-fx-background-insets: 0 1 0 1,0,0;
}
.tab-pane .tab
{
-fx-background-color: rgba(255, 255, 255, .1);
-fx-border-style: solid inside;
-fx-border-width: 2;
-fx-border-insets: 4;
-fx-border-radius: 5;
-fx-border-color: white;
-fx-background-insets:4;
}
.button{
-fx-background-color: rgba(255, 255, 255, .1);
-fx-border-style: solid inside;
-fx-border-width: 2;
-fx-border-insets: 4;
-fx-background-insets: 4;
-fx-border-radius: 5;
-fx-border-color: white;
-fx-alignment: CENTER;
-fx-text-fill:white;
-fx-font-weight:bold;
}
.toggle-button{
-fx-background-color: rgba(255, 255, 255, .1);
-fx-border-style: solid inside;
-fx-border-width: 2;
-fx-border-insets: 4;
-fx-background-insets: 4;
-fx-border-radius: 5;
-fx-border-color: white;
-fx-alignment: CENTER;
-fx-text-fill:white;
-fx-font-weight:bold;
}
.button:hover{
-fx-background-color: rgba(255, 255, 255, .4);
}
.toggle-button:hover{
-fx-background-color: rgba(255, 255, 255, .4);
}
.toggle-button:focused{
-fx-background-color: rgba(255, 255, 255, .4);
}
#specialTab{-fx-background-radius:0;}
#regularTab{
/*-fx-border-width: 0;*/
}
.tab-pane .tab:selected
{
-fx-background-color: rgba(255, 255, 255, .45);
-fx-border-width: 0;
-fx-focus-color: transparent;
-fx-background-insets:0;
}
.tab .tab-label {
-fx-alignment: CENTER;
-fx-text-fill: white;
-fx-font-size: 12px;
-fx-font-weight: bold;
}
.tab-pane .tab:hover{
-fx-background-color:rgba(255, 255, 255, .45);
}
.tab:selected .tab-label {
-fx-alignment: CENTER;
-fx-text-fill: white;
}
.hBox{
-fx-padding: 3;
}
.hBox .label{
-fx-text-fill: white;
}
.tab-pane:top *.tab-header-area {
-fx-background-insets: 0, 0 0 1 0;
/* -fx-padding: 0.416667em 0.166667em 0.0em 0.833em; /* 5 2 0 10 */
-fx-padding: 0.0em 0.166667em 0.0em -0.1em; /* overriden as 5 2 0 0 */
} | 0.392453 | 0.099383 |
.elementor-1951 .elementor-element.elementor-element-163272a {
margin-top: 0px;
margin-bottom: 0100px;
}
.elementor-1951 .elementor-element.elementor-element-86728b9 > .elementor-container {
min-height: 300px;
}
.elementor-1951 .elementor-element.elementor-element-86728b9 > .elementor-container:after {
content: "";
min-height: inherit;
}
.elementor-1951 .elementor-element.elementor-element-86728b9:not(.elementor-motion-effects-element-type-background), .elementor-1951 .elementor-element.elementor-element-86728b9 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
background-image: url("/wp-content/uploads/2018/12/plans-2d.jpg");
background-position: bottom right;
background-repeat: no-repeat;
background-size: cover;
}
.elementor-1951 .elementor-element.elementor-element-86728b9 {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.elementor-1951 .elementor-element.elementor-element-86728b9 > .elementor-background-overlay {
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-1951 .elementor-element.elementor-element-dadf584 {
text-align: center;
}
.elementor-1951 .elementor-element.elementor-element-dadf584 .elementor-heading-title {
color: #1c1d26;
}
.elementor-1951 .elementor-element.elementor-element-613c27a .elementor-text-editor {
text-align: center;
}
body.elementor-page-1951 {
padding: 0px 0px 0px 0px;
}
.simplefilter, .sortandshuffle {
display: block;
margin: 0 auto;
}
.simplefilter {
font-family: 'Raleway', Arial, sans-serif;
text-align: center;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
margin-bottom: 50px;
}
.simplefilter li {
padding: 0.3em 0;
position: relative;
text-decoration: none;
}
.simplefilter li {
display: inline-block;
list-style: outside none none;
margin: 0.7em 1.5em;
padding: 0;
cursor: pointer;
color: #000;
}
.filters-div {
direction: ltr;
}
.filters-div {
direction: ltr;
}
#galleryContainer .portfolio_thumbnail {
border-radius: 0;
display: block;
height: auto;
line-height: 1.42857;
width: 100%;
}
.snip1352 img {
max-width: 100%;
vertical-align: top;
-webkit-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.thumbnail_1959 {
border: 0 solid #fff !important;
padding: 0 !important;
} | resources/css/gallery.css | .elementor-1951 .elementor-element.elementor-element-163272a {
margin-top: 0px;
margin-bottom: 0100px;
}
.elementor-1951 .elementor-element.elementor-element-86728b9 > .elementor-container {
min-height: 300px;
}
.elementor-1951 .elementor-element.elementor-element-86728b9 > .elementor-container:after {
content: "";
min-height: inherit;
}
.elementor-1951 .elementor-element.elementor-element-86728b9:not(.elementor-motion-effects-element-type-background), .elementor-1951 .elementor-element.elementor-element-86728b9 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
background-image: url("/wp-content/uploads/2018/12/plans-2d.jpg");
background-position: bottom right;
background-repeat: no-repeat;
background-size: cover;
}
.elementor-1951 .elementor-element.elementor-element-86728b9 {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.elementor-1951 .elementor-element.elementor-element-86728b9 > .elementor-background-overlay {
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-1951 .elementor-element.elementor-element-dadf584 {
text-align: center;
}
.elementor-1951 .elementor-element.elementor-element-dadf584 .elementor-heading-title {
color: #1c1d26;
}
.elementor-1951 .elementor-element.elementor-element-613c27a .elementor-text-editor {
text-align: center;
}
body.elementor-page-1951 {
padding: 0px 0px 0px 0px;
}
.simplefilter, .sortandshuffle {
display: block;
margin: 0 auto;
}
.simplefilter {
font-family: 'Raleway', Arial, sans-serif;
text-align: center;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
margin-bottom: 50px;
}
.simplefilter li {
padding: 0.3em 0;
position: relative;
text-decoration: none;
}
.simplefilter li {
display: inline-block;
list-style: outside none none;
margin: 0.7em 1.5em;
padding: 0;
cursor: pointer;
color: #000;
}
.filters-div {
direction: ltr;
}
.filters-div {
direction: ltr;
}
#galleryContainer .portfolio_thumbnail {
border-radius: 0;
display: block;
height: auto;
line-height: 1.42857;
width: 100%;
}
.snip1352 img {
max-width: 100%;
vertical-align: top;
-webkit-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.thumbnail_1959 {
border: 0 solid #fff !important;
padding: 0 !important;
} | 0.370795 | 0.274175 |
@font-face {
font-family: "ColumbinaAltCap";
src: url("./fonts/columbinaaltcap.eot"); /* IE9 Compat Modes */
src: url("./fonts/columbinaaltcap.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("./fonts/columbinaaltcap.otf") format("opentype"), /* Open Type Font */
url("./fonts/columbinaaltcap.ttf") format("truetype"), /* Safari, Android, iOS */
url("./fonts/columbinaaltcap.woff") format("woff"), /* Modern Browsers */
url("./fonts/columbinaaltcap.woff2") format("woff2"); /* Modern Browsers */
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Slavianskiy-Regular";
src: url("./fonts/slavianskiy.eot"); /* IE9 Compat Modes */
src: url("./fonts/slavianskiy.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("./fonts/slavianskiy.otf") format("opentype"), /* Open Type Font */
url("./fonts/slavianskiy.svg") format("svg"), /* Legacy iOS */
url("./fonts/slavianskiy.ttf") format("truetype"), /* Safari, Android, iOS */
url("./fonts/slavianskiy.woff") format("woff"), /* Modern Browsers */
url("./fonts/slavianskiy.woff2") format("woff2"); /* Modern Browsers */
font-weight: normal;
font-style: normal;
}
html {
position: relative;
min-height: 100%;
}
body {
font-family: "Slavianskiy-Regular" !important;
}
/* body {
margin-bottom: 60px;
}
.navbar-brand {
color: #ffbe00 !important;
font-weight: bold;
padding: 0;
margin-bottom: -6px;
}
.navbar-brand:hover {
color: #fff !important;
}
.navbar-brand img {
height: 32px;
position: relative;
top: -4px;
width: 108px;
}
.navbar li {
margin: 0 20px;
}
footer {
background-color: #888;
bottom: 0;
color: rgba(0, 0, 0, 0.9);
height: 60px;
line-height: 60px;
position: absolute;
text-align: center;
width: 100%;
} */
#start {
position: fixed;
width: 100%;
height: 100%;
z-index: 5;
background: #000;
color: #4fe084;
}
svg * {
fill: none;
stroke: currentColor;
}
#loader {
width: 500px;
margin-top: 80px;
/* stroke: #f9f9f9;
stroke-width: 3;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; */
cursor: pointer;
transition: 1s;
}
#loader:hover {
width: 600px;
color: #2A9FD6;
}
@media (max-width: 767px) {
#loader { width: 100%; max-height: 300px; }
}
@media (min-width: 481px) and (max-width: 767px) {
#loader { width: 100%; max-height: 300px; }
}
@media (max-width: 480px) {
#loader { width: 100%; max-height: 260px; }
}
#video {
width: 100%;
height: 100%;
position: fixed;
top: 0;
z-index: 1;
display: none;
/* hack for 1080 https://stackoverflow.com/a/49797759 */
width: 200%;
height: 200%;
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-webkit-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-webkit-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
}
#map {
position: fixed !important;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 4;
display: none;
}
#myth-page {
z-index: 3;
position: fixed;
top: 0;
left: 15%;
height: 100%;
width: 70%;
font-size: 3rem;
background: #0000006e;
color: #fff;
padding: 0.5rem;
}
#video-layer-block {
z-index: 2;
position: fixed;
height: 100%;
width: 100%;
}
#sound {
z-index: 4;
position: fixed;
bottom: 1rem;
left: 15%;
opacity: 0.5;
width: 70%;
height: 110px;
transition: 1s;
}
#sound:hover {
opacity: 1;
}
#sound.invis {
opacity: 0;
bottom: -110px;
}
#btns {
position: fixed;
right: 0;
top: 1rem;
z-index: 4;
}
#map-myths-btn {
z-index: 3;
position: fixed;
bottom: 9rem;
left: 45%;
display: none;
}
#fullscreen-in-btn, #fullscreen-out-btn, #music-off-btn, #music-on-btn, #map-myths-menu-btn, #authors-btn, #about-btn, #map360-btn, #stats-btn, #test-btn, #arch-photos-btn, #places-power-btn, #donate-btn {
display: none;
margin: 0 1rem;
z-index: 4;
}
a[href^="https://maps.google.com/maps"]{display:none!important}.gmnoprint a,.gmnoprint span,.gm-style-cc{display:none}.gmnoprint div{background:none!important}
#team {
position: fixed !important;
width: 100%;
top: 0;
left: 0;
z-index: 4;
display: none;
}
#team .team-block {
width: 100%;
float: left;
}
#team .team-profile {
width: 560px;
margin: 50px auto;
}
#team .team-photo {
float: left;
width: 150px;
}
#team .team-photo img {
width: 150px;
}
#team .team-description {
float: left;
padding-left: 1rem;
}
#team .team-description p {
font-size: 1.5rem;
}
#team .team-links, #modal-mobile-app .team-links {
display: block;
float: left;
}
#team .team-links ul, #modal-mobile-app .team-links ul {
float: left;
list-style: none;
padding: 0;
margin: 0;
}
#team .team-links ul li, #modal-mobile-app .team-links ul li {
float: left;
font-size: 2rem;
margin: 0 0.5rem;
}
#team .team-links ul li a, #modal-mobile-app .team-links ul li a {
text-decoration: none;
}
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?lokv73');
src: url('fonts/icomoon.eot?lokv73#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?lokv73') format('truetype'),
url('fonts/icomoon.woff?lokv73') format('woff'),
url('fonts/icomoon.svg?lokv73#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-enlarge:before {
content: "\e989";
}
.icon-shrink:before {
content: "\e98a";
}
.icon-globe:before {
content: "\e9ca";
}
.icon-volume-high:before {
content: "\ea26";
}
.icon-volume-mute:before {
content: "\ea2a";
}
.icon-facebook:before {
content: "\ea90";
}
.icon-instagram:before {
content: "\ea92";
}
.icon-twitter:before {
content: "\ea96";
}
.icon-vk:before {
content: "\ea98";
}
.icon-github:before {
content: "\eab0";
}
.icon-linkedin:before {
content: "\eac9";
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.lds-spinner {
position: relative;
}
.lds-spinner div {
left: 86px;
top: 12px;
position: absolute;
-webkit-animation: lds-spinner linear 1s infinite;
animation: lds-spinner linear 1s infinite;
background: #4fe084;
width: 28px;
height: 56px;
border-radius: 800%;
-webkit-transform-origin: 14px 88px;
transform-origin: 14px 88px;
}
.lds-spinner div:nth-child(1) {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.lds-spinner div:nth-child(2) {
-webkit-transform: rotate(36deg);
transform: rotate(36deg);
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(3) {
-webkit-transform: rotate(72deg);
transform: rotate(72deg);
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(4) {
-webkit-transform: rotate(108deg);
transform: rotate(108deg);
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(5) {
-webkit-transform: rotate(144deg);
transform: rotate(144deg);
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(6) {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(7) {
-webkit-transform: rotate(216deg);
transform: rotate(216deg);
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(8) {
-webkit-transform: rotate(252deg);
transform: rotate(252deg);
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(9) {
-webkit-transform: rotate(288deg);
transform: rotate(288deg);
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(10) {
-webkit-transform: rotate(324deg);
transform: rotate(324deg);
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.lds-spinner {
width: 200px !important;
height: 200px !important;
-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
#loading {
position: fixed;
z-index: 10;
width: 100%;
}
#loading .lds-spinner {
margin: 15% auto;
width: 200px;
display: block;
}
#logo {
z-index: 5;
position: fixed;
top: 20px;
margin-bottom: 0;
text-align: center;
width: 100%;
}
#logo h1 {
line-height: 1;
font-family: "ColumbinaAltCap";
}
#logo span {
font-size: 1.7rem;
line-height: 0.8;
color: #2a9fd6;
}
#yaga, #puschevik, #vodyanoi, #zazovka, #ulya, #leshij, #liho, #pasechnik, #rusalki, #vegetandry, #kamen-sledovik, #kamen-zhertvennik, #kamen-sledovik2 {
display: none;
}
/* 4fe084 2a9fd6 */
.gm-style img[src*="icon"] {
border: 2px solid #2a9fd6 !important;
border-radius: 30px !important;
}
#about {
display: none;
width: 80%;
margin: 5rem auto;
font-size: 1.5rem;
}
#add-menu {
position: fixed;
right: 0.5rem;
bottom: 1rem;
z-index: 5;
}
#langs {
display: inline-block;
}
#langs img {
border-radius: 0.3rem;
cursor: pointer;
height: 2rem;
width: 3rem;
margin: 0 0.5rem;
}
#stats {
background: rgb(14, 36, 47);
display: none;
}
#stats > div {
margin: 0px auto;
position: relative;
height: 0px;
overflow: hidden;
max-width: 816px;
padding-bottom: 2900px;
z-index: 2;
}
#stats iframe {
position: absolute;
top: 50px;
left: 0px;
width: 100%;
height: 100%;
border: 0px;
overflow: hidden;
max-width: 816px;
}
#test {
/* background: rgb(14, 36, 47); */
display: none;
position: absolute;
overflow-x: hidden;
width: 100%;
}
#test iframe {
display: block;
margin: 80px auto;
border: 0px;
width: 100%;
height: 600px;
max-width: 800px
}
#photo {
display: none;
}
#photo img {
width: 100%;
}
#photo h2 {
text-align: center;
}
#donate {
display: none;
width: 80%;
margin: 5rem auto;
font-size: 1.5rem;
}
#donate #sponsors {
float: left;
margin: 2rem 0 4rem 0;
text-align: center;
width: 100%;
}
#donate #sponsors h4 {
margin-bottom: 2rem;
}
#donate .sponsor-profile {
float: left;
margin: 0 auto;
padding: 0 1rem;
width: 20%;
}
#donate .sponsor-profile img {
margin-bottom: 1rem;
width: 181px;
}
#donate .sponsor-profile p {
font-size: 1.5rem;
}
#donate #sponsors ul {
/* list-style: none; */
padding: 0;
margin: 0;
}
#donate #sponsors ul li {
display: inline-block;
font-size: 1.4rem;
margin: 0 0.5rem;
}
#donate #sponsors ul li a {
text-decoration: none;
}
.btn-circle {
border-radius: 50% !important;
font-size: 2rem !important;
height: 10rem;
width: 10rem;
white-space: inherit !important;
position: absolute;
margin-top: 15%;
}
#want-tshirt, #want-poster {
transition: 1s;
}
#want-tshirt {
left: 2rem;
}
#want-poster {
right: 3rem;
margin-top: 20%;
}
#want-tshirt:hover, #want-poster:hover {
height: 15rem;
width: 15rem;
font-size: 3rem !important;
}
#want-tshirt.invis, #want-poster.invis {
opacity: 0;
}
#want-tshirt.invis {
left: -10rem;
}
#want-poster.invis {
right: -10rem;
}
#want-tshirt::before, #want-tshirt::after, #want-poster::before, #want-poster::after {
content: '';
position: absolute;
border: 1px solid #77B300;
left: -20px;
right: -20px;
top: -20px;
bottom: -20px;
border-radius: 50%;
animation: pulse 1.8s linear infinite;
opacity: 0;
}
#want-tshirt::after, #want-poster::after {
animation-delay: .5s;
}
#want-poster::before, #want-poster::after {
border-color: #9933CC;
}
@keyframes pulse {
0% {
transform: scale(0.5);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
} | custom.css | @font-face {
font-family: "ColumbinaAltCap";
src: url("./fonts/columbinaaltcap.eot"); /* IE9 Compat Modes */
src: url("./fonts/columbinaaltcap.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("./fonts/columbinaaltcap.otf") format("opentype"), /* Open Type Font */
url("./fonts/columbinaaltcap.ttf") format("truetype"), /* Safari, Android, iOS */
url("./fonts/columbinaaltcap.woff") format("woff"), /* Modern Browsers */
url("./fonts/columbinaaltcap.woff2") format("woff2"); /* Modern Browsers */
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Slavianskiy-Regular";
src: url("./fonts/slavianskiy.eot"); /* IE9 Compat Modes */
src: url("./fonts/slavianskiy.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("./fonts/slavianskiy.otf") format("opentype"), /* Open Type Font */
url("./fonts/slavianskiy.svg") format("svg"), /* Legacy iOS */
url("./fonts/slavianskiy.ttf") format("truetype"), /* Safari, Android, iOS */
url("./fonts/slavianskiy.woff") format("woff"), /* Modern Browsers */
url("./fonts/slavianskiy.woff2") format("woff2"); /* Modern Browsers */
font-weight: normal;
font-style: normal;
}
html {
position: relative;
min-height: 100%;
}
body {
font-family: "Slavianskiy-Regular" !important;
}
/* body {
margin-bottom: 60px;
}
.navbar-brand {
color: #ffbe00 !important;
font-weight: bold;
padding: 0;
margin-bottom: -6px;
}
.navbar-brand:hover {
color: #fff !important;
}
.navbar-brand img {
height: 32px;
position: relative;
top: -4px;
width: 108px;
}
.navbar li {
margin: 0 20px;
}
footer {
background-color: #888;
bottom: 0;
color: rgba(0, 0, 0, 0.9);
height: 60px;
line-height: 60px;
position: absolute;
text-align: center;
width: 100%;
} */
#start {
position: fixed;
width: 100%;
height: 100%;
z-index: 5;
background: #000;
color: #4fe084;
}
svg * {
fill: none;
stroke: currentColor;
}
#loader {
width: 500px;
margin-top: 80px;
/* stroke: #f9f9f9;
stroke-width: 3;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10; */
cursor: pointer;
transition: 1s;
}
#loader:hover {
width: 600px;
color: #2A9FD6;
}
@media (max-width: 767px) {
#loader { width: 100%; max-height: 300px; }
}
@media (min-width: 481px) and (max-width: 767px) {
#loader { width: 100%; max-height: 300px; }
}
@media (max-width: 480px) {
#loader { width: 100%; max-height: 260px; }
}
#video {
width: 100%;
height: 100%;
position: fixed;
top: 0;
z-index: 1;
display: none;
/* hack for 1080 https://stackoverflow.com/a/49797759 */
width: 200%;
height: 200%;
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-webkit-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-webkit-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
}
#map {
position: fixed !important;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 4;
display: none;
}
#myth-page {
z-index: 3;
position: fixed;
top: 0;
left: 15%;
height: 100%;
width: 70%;
font-size: 3rem;
background: #0000006e;
color: #fff;
padding: 0.5rem;
}
#video-layer-block {
z-index: 2;
position: fixed;
height: 100%;
width: 100%;
}
#sound {
z-index: 4;
position: fixed;
bottom: 1rem;
left: 15%;
opacity: 0.5;
width: 70%;
height: 110px;
transition: 1s;
}
#sound:hover {
opacity: 1;
}
#sound.invis {
opacity: 0;
bottom: -110px;
}
#btns {
position: fixed;
right: 0;
top: 1rem;
z-index: 4;
}
#map-myths-btn {
z-index: 3;
position: fixed;
bottom: 9rem;
left: 45%;
display: none;
}
#fullscreen-in-btn, #fullscreen-out-btn, #music-off-btn, #music-on-btn, #map-myths-menu-btn, #authors-btn, #about-btn, #map360-btn, #stats-btn, #test-btn, #arch-photos-btn, #places-power-btn, #donate-btn {
display: none;
margin: 0 1rem;
z-index: 4;
}
a[href^="https://maps.google.com/maps"]{display:none!important}.gmnoprint a,.gmnoprint span,.gm-style-cc{display:none}.gmnoprint div{background:none!important}
#team {
position: fixed !important;
width: 100%;
top: 0;
left: 0;
z-index: 4;
display: none;
}
#team .team-block {
width: 100%;
float: left;
}
#team .team-profile {
width: 560px;
margin: 50px auto;
}
#team .team-photo {
float: left;
width: 150px;
}
#team .team-photo img {
width: 150px;
}
#team .team-description {
float: left;
padding-left: 1rem;
}
#team .team-description p {
font-size: 1.5rem;
}
#team .team-links, #modal-mobile-app .team-links {
display: block;
float: left;
}
#team .team-links ul, #modal-mobile-app .team-links ul {
float: left;
list-style: none;
padding: 0;
margin: 0;
}
#team .team-links ul li, #modal-mobile-app .team-links ul li {
float: left;
font-size: 2rem;
margin: 0 0.5rem;
}
#team .team-links ul li a, #modal-mobile-app .team-links ul li a {
text-decoration: none;
}
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?lokv73');
src: url('fonts/icomoon.eot?lokv73#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?lokv73') format('truetype'),
url('fonts/icomoon.woff?lokv73') format('woff'),
url('fonts/icomoon.svg?lokv73#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-enlarge:before {
content: "\e989";
}
.icon-shrink:before {
content: "\e98a";
}
.icon-globe:before {
content: "\e9ca";
}
.icon-volume-high:before {
content: "\ea26";
}
.icon-volume-mute:before {
content: "\ea2a";
}
.icon-facebook:before {
content: "\ea90";
}
.icon-instagram:before {
content: "\ea92";
}
.icon-twitter:before {
content: "\ea96";
}
.icon-vk:before {
content: "\ea98";
}
.icon-github:before {
content: "\eab0";
}
.icon-linkedin:before {
content: "\eac9";
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.lds-spinner {
position: relative;
}
.lds-spinner div {
left: 86px;
top: 12px;
position: absolute;
-webkit-animation: lds-spinner linear 1s infinite;
animation: lds-spinner linear 1s infinite;
background: #4fe084;
width: 28px;
height: 56px;
border-radius: 800%;
-webkit-transform-origin: 14px 88px;
transform-origin: 14px 88px;
}
.lds-spinner div:nth-child(1) {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.lds-spinner div:nth-child(2) {
-webkit-transform: rotate(36deg);
transform: rotate(36deg);
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(3) {
-webkit-transform: rotate(72deg);
transform: rotate(72deg);
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(4) {
-webkit-transform: rotate(108deg);
transform: rotate(108deg);
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(5) {
-webkit-transform: rotate(144deg);
transform: rotate(144deg);
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(6) {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(7) {
-webkit-transform: rotate(216deg);
transform: rotate(216deg);
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(8) {
-webkit-transform: rotate(252deg);
transform: rotate(252deg);
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(9) {
-webkit-transform: rotate(288deg);
transform: rotate(288deg);
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(10) {
-webkit-transform: rotate(324deg);
transform: rotate(324deg);
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.lds-spinner {
width: 200px !important;
height: 200px !important;
-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
#loading {
position: fixed;
z-index: 10;
width: 100%;
}
#loading .lds-spinner {
margin: 15% auto;
width: 200px;
display: block;
}
#logo {
z-index: 5;
position: fixed;
top: 20px;
margin-bottom: 0;
text-align: center;
width: 100%;
}
#logo h1 {
line-height: 1;
font-family: "ColumbinaAltCap";
}
#logo span {
font-size: 1.7rem;
line-height: 0.8;
color: #2a9fd6;
}
#yaga, #puschevik, #vodyanoi, #zazovka, #ulya, #leshij, #liho, #pasechnik, #rusalki, #vegetandry, #kamen-sledovik, #kamen-zhertvennik, #kamen-sledovik2 {
display: none;
}
/* 4fe084 2a9fd6 */
.gm-style img[src*="icon"] {
border: 2px solid #2a9fd6 !important;
border-radius: 30px !important;
}
#about {
display: none;
width: 80%;
margin: 5rem auto;
font-size: 1.5rem;
}
#add-menu {
position: fixed;
right: 0.5rem;
bottom: 1rem;
z-index: 5;
}
#langs {
display: inline-block;
}
#langs img {
border-radius: 0.3rem;
cursor: pointer;
height: 2rem;
width: 3rem;
margin: 0 0.5rem;
}
#stats {
background: rgb(14, 36, 47);
display: none;
}
#stats > div {
margin: 0px auto;
position: relative;
height: 0px;
overflow: hidden;
max-width: 816px;
padding-bottom: 2900px;
z-index: 2;
}
#stats iframe {
position: absolute;
top: 50px;
left: 0px;
width: 100%;
height: 100%;
border: 0px;
overflow: hidden;
max-width: 816px;
}
#test {
/* background: rgb(14, 36, 47); */
display: none;
position: absolute;
overflow-x: hidden;
width: 100%;
}
#test iframe {
display: block;
margin: 80px auto;
border: 0px;
width: 100%;
height: 600px;
max-width: 800px
}
#photo {
display: none;
}
#photo img {
width: 100%;
}
#photo h2 {
text-align: center;
}
#donate {
display: none;
width: 80%;
margin: 5rem auto;
font-size: 1.5rem;
}
#donate #sponsors {
float: left;
margin: 2rem 0 4rem 0;
text-align: center;
width: 100%;
}
#donate #sponsors h4 {
margin-bottom: 2rem;
}
#donate .sponsor-profile {
float: left;
margin: 0 auto;
padding: 0 1rem;
width: 20%;
}
#donate .sponsor-profile img {
margin-bottom: 1rem;
width: 181px;
}
#donate .sponsor-profile p {
font-size: 1.5rem;
}
#donate #sponsors ul {
/* list-style: none; */
padding: 0;
margin: 0;
}
#donate #sponsors ul li {
display: inline-block;
font-size: 1.4rem;
margin: 0 0.5rem;
}
#donate #sponsors ul li a {
text-decoration: none;
}
.btn-circle {
border-radius: 50% !important;
font-size: 2rem !important;
height: 10rem;
width: 10rem;
white-space: inherit !important;
position: absolute;
margin-top: 15%;
}
#want-tshirt, #want-poster {
transition: 1s;
}
#want-tshirt {
left: 2rem;
}
#want-poster {
right: 3rem;
margin-top: 20%;
}
#want-tshirt:hover, #want-poster:hover {
height: 15rem;
width: 15rem;
font-size: 3rem !important;
}
#want-tshirt.invis, #want-poster.invis {
opacity: 0;
}
#want-tshirt.invis {
left: -10rem;
}
#want-poster.invis {
right: -10rem;
}
#want-tshirt::before, #want-tshirt::after, #want-poster::before, #want-poster::after {
content: '';
position: absolute;
border: 1px solid #77B300;
left: -20px;
right: -20px;
top: -20px;
bottom: -20px;
border-radius: 50%;
animation: pulse 1.8s linear infinite;
opacity: 0;
}
#want-tshirt::after, #want-poster::after {
animation-delay: .5s;
}
#want-poster::before, #want-poster::after {
border-color: #9933CC;
}
@keyframes pulse {
0% {
transform: scale(0.5);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
} | 0.269037 | 0.063628 |
body {
background-color: #f2f2f2;
font-size: 0.875rem;
line-height: inherit;
}
@font-face {
font-family: 'fluid-community';
src: url("/assets/stylesheets/fonts/fluid-community.eot?#iefix") format('embedded-opentype'), url("/assets/stylesheets/fonts/fluid-community.eot"), url("/assets/stylesheets/fonts/fluid-community.ttf");
}
.fluid-web {
font-family: 'Open Sans', sans-serif;
color: #333;
padding: 0 1rem;
/* Links that appear within text content. */
/* Read more Link */
}
.fluid-web .row,
.fluid-web .toc {
max-width: 66rem;
}
.fluid-web .toc {
margin: 0 auto;
}
.fluid-web .toc h1 {
font-size: 1.2rem;
}
.fluid-web h1,
.fluid-web h2,
.fluid-web h3 {
font-family: 'Open Sans', sans-serif;
color: #333;
}
.fluid-web h1 {
font-weight: bolder;
}
.fluid-web h3 {
font-size: 1.4rem;
font-weight: bold;
}
.fluid-web p {
margin-bottom: 0.8rem;
line-height: inherit;
}
.fluid-web a:hover {
color: #009fcb;
}
.fluid-web a:focus {
outline: 0.2rem solid #fc0;
}
.fluid-web ul {
line-height: inherit;
}
.fluid-web .fluid-web-group:after {
content: "";
display: table;
clear: both;
}
.fluid-web .fluid-web-section-gap {
margin-top: 5rem;
}
.fluid-web .fluid-web-emphasized-text {
font-family: 'Roboto Slab', serif !important;
font-size: 1.6rem !important;
color: #333 !important;
}
.fluid-web .fluid-web-deemphasized-text {
font-size: 1.2em;
text-transform: uppercase;
color: #808080;
}
.fluid-web .fluid-web-link-content {
color: #009fcb;
}
.fluid-web .fluid-web-link-header:hover {
border-bottom: 0.2rem solid #fc0;
}
.fluid-web .fluid-web-link-content:hover {
text-decoration: underline;
}
.fluid-web .fluid-web-link-readmore {
font-weight: bold;
border-bottom: 0.2rem solid #009fcb;
color: #333;
}
.fluid-web .fluid-web-external-link:before {
font-family: 'fluid-community';
content: '\e608';
font-size: 0.8rem;
font-weight: normal;
margin-left: 0.3rem;
}
.fluid-web .fluid-web-mail-icon:before {
font-family: 'fluid-community';
content: '\e603';
font-size: 0.8rem;
font-weight: normal;
margin-left: 0.3rem;
}
.fluid-web .fluid-web-map-icon:before {
font-family: 'fluid-community';
content: '\e609';
font-size: 0.8rem;
font-weight: normal;
margin-left: 0.3rem;
}
.fluid-web .fluid-web-list {
background: #fff;
padding: 1rem;
margin-top: 0.2rem;
}
.fluid-web .fluid-web-list h3 {
font-family: 'Roboto Slab', serif;
font-weight: bold;
font-size: 1.2rem;
}
.fluid-web .fluid-web-list ul {
list-style: none;
}
.fluid-web .fluid-web-list dl {
line-height: inherit;
}
.fluid-web .fluid-web-list li,
.fluid-web .fluid-web-list dl dt {
margin-bottom: 0.8rem;
}
.fluid-web .fluid-web-list dl dd {
margin-bottom: 1rem;
}
.fluid-web .fluid-web-community-icon:before {
width: 5rem;
height: 5rem;
border-radius: 50rem;
position: absolute;
top: -5.5rem;
left: 1rem;
font-family: 'fluid-community';
font-size: 2.5rem;
line-height: 5rem;
background-color: #fff;
box-shadow: -0.03rem -0.07rem #dfdfdf;
}
/* Header and Navigation */
.fluid-web header h1 {
padding: 0;
font-size: 4.75rem;
}
.fluid-web header .fluid-web-skip-links {
height: 3.5rem;
padding-top: 1rem;
}
.fluid-web header .fluid-web-skip-links a {
position: relative;
left: -100rem;
}
.fluid-web header .fluid-web-skip-links a:focus {
left: 1rem;
background-color: #333;
padding: 0.5rem;
color: #fff;
border: 0.2rem solid #fc0;
outline: 0.2rem solid #333;
position: absolute;
}
.fluid-web header .fluid-web-skip-links a:hover {
color: #009fcb;
}
.fluid-web header h1 a {
color: #333;
}
.fluid-web header h1 a:hover {
color: #009fcb;
}
.fluid-web header h1 a:focus {
outline: 0.2rem solid #fc0;
}
.fluid-web header .fluid-web-logo-star:before {
content: '\e607';
font-family: 'fluid-community';
font-size: 3.5rem;
}
.fluid-web nav {
margin-bottom: 2rem;
text-transform: uppercase;
}
.fluid-web nav li {
margin-right: 0.5rem;
}
.fluid-web nav li a.button {
background: none;
color: #333;
font-weight: bolder !important;
border: none;
padding: 0.5rem;
margin: 0.5rem 0 0;
line-height: 0.4rem;
}
.fluid-web nav li a.button:hover,
.fluid-web nav li a.button:focus {
outline: 0.2rem solid #fc0;
}
.fluid-web nav li a.button:active {
background-color: #333;
color: #f2f2f2;
}
.fluid-web nav li a.button.current {
border-bottom: 0.2rem solid #fc0;
}
.fluid-web nav li a.button.current:hover {
outline: none;
}
.fluid-web nav li a.button.current:focus {
border-bottom: none;
}
/* Index page - Introduction */
.fluid-web .fluid-web-index .fluid-web-intro {
margin-bottom: 2rem;
}
.fluid-web .fluid-web-index .fluid-web-intro a:focus {
border: none;
outline: 0.2rem solid #fc0;
}
/* Showcase - colourful tiles featuring content. */
.fluid-web .fluid-web-showcase .fluid-web-project-description {
padding: 0;
}
.fluid-web .fluid-web-showcase .fluid-web-showcase-item {
margin-bottom: 1rem;
min-height: 10rem;
padding: 1rem;
}
.fluid-web .fluid-web-showcase .fluid-web-project-description a {
padding: 0.5rem;
color: #fff;
border: 0.2rem solid #333;
outline: 0.2rem solid #333;
display: inline-block;
margin: 0.8rem 1rem 0 0;
/* specify the background and padding of link block for a span because the parent <a>
has a different background and padding */
background: #333;
}
.fluid-web .fluid-web-showcase .fluid-web-project-description a:focus {
border: 0.2rem solid #fc0;
outline: 0.2rem solid #333;
}
.fluid-web .fluid-web-showcase .fluid-web-project-description a:hover {
color: #009fcb;
}
.fluid-web .fluid-web-showcase .fluid-web-project-description a:active {
border: 0.2rem solid #333;
color: #333;
background: #009fcb;
}
.fluid-web .fluid-web-showcase .fluid-web-project-description h3,
.fluid-web .fluid-web-showcase .fluid-web-project-description p {
background-color: #fff;
padding: 0.2rem;
display: inline-block;
outline: 0.2rem solid #fff;
}
.fluid-web .fluid-web-showcase .fluid-web-project-description h3 {
font-family: 'Roboto Slab', serif;
color: #333;
margin: 0;
text-transform: none;
font-size: 1.4rem;
font-weight: normal;
}
.fluid-web .fluid-web-showcase .fluid-web-showcase-learner-options {
background: url("../images/floe-uio.jpg") no-repeat;
}
.fluid-web .fluid-web-showcase .fluid-web-showcase-metadata {
background: url("../images/floe-metadata.jpg") no-repeat;
}
.fluid-web .fluid-web-showcase .fluid-web-showcase-videoplayer {
background: url("../images/floe-videoplayer.jpg") no-repeat;
}
.fluid-web .fluid-web-showcase .fluid-web-showcase-feedback-tool {
background: url("../images/feedback-tool.jpg") no-repeat;
/*
background-position: -176px 0px;
*/
}
.fluid-web .fluid-web-index .fluid-web-showcase-item {
/* For the index page only, shift the contents of the showcase item down */
padding-top: 6.5rem;
}
@media only screen and (min-width: 40.063em) {
.fluid-web .fluid-web-index .fluid-web-showcase .fluid-web-showcase-column-left {
/* The showcase on the index page is 2 columns. Foundation has a default padding which we override to make it the way we want. */
padding: 0 0.5rem 0 0;
}
.fluid-web .fluid-web-index .fluid-web-showcase .fluid-web-showcase-column-right {
/* The showcase on the index page is 2 columns. Foundation has a default padding which we override to make it the way we want. */
padding: 0 0 0 0.5rem;
}
.fluid-web .fluid-web-index .fluid-web-showcase .fluid-web-showcase-item {
/* Increase the top margin of the showcase title so it looks propotionally better. */
padding-top: 12.5rem;
min-height: 16rem;
}
}
/* Community links section */
.fluid-web .fluid-web-community .fluid-web-community-list {
display: flex;
margin-top: 1rem;
justify-content: center;
flex-wrap: wrap;
overflow: initial;
}
.fluid-web .fluid-web-community .fluid-web-community-list li a {
margin: 5rem 0 1rem 0;
width: 7rem;
display: block;
position: relative;
color: #333;
text-align: center;
font-weight: bold;
border: none;
}
.fluid-web .fluid-web-community .fluid-web-community-list li a:focus .fluid-web-community-icon:before,
.fluid-web .fluid-web-community .fluid-web-community-list li a:hover .fluid-web-community-icon:before {
text-shadow: 0.01rem 0.01rem 0.1rem #afafaf;
}
.fluid-web .fluid-web-community .fluid-web-community-list .fluid-web-community-wiki:before {
content: '\e602';
}
.fluid-web .fluid-web-community .fluid-web-community-list .fluid-web-community-irc:before {
content: '\e604';
}
.fluid-web .fluid-web-community .fluid-web-community-list .fluid-web-community-presentations:before {
content: '\e600';
}
.fluid-web .fluid-web-community .fluid-web-community-list .fluid-web-community-meetings:before {
content: '\e606';
}
.fluid-web .fluid-web-community .fluid-web-community-list .fluid-web-community-source:before {
content: '\e601';
}
.fluid-web .fluid-web-community .fluid-web-community-list .fluid-web-community-bugs:before {
content: '\e605';
}
.fluid-web .fluid-web-community .fluid-web-community-list .fluid-web-community-mailinglist:before {
content: '\e603';
}
.fluid-web .fluid-web-community .fluid-web-community-list li a:focus {
outline: 0.2rem solid #fc0;
}
.fluid-web .fluid-web-community .fluid-web-community-list li a:focus,
.fluid-web .fluid-web-community .fluid-web-community-list li a:hover {
color: #009fcb;
}
/* About Fluid */
.fluid-web .fluid-web-about p {
position: relative;
margin: 0 0 2rem 0rem;
}
.fluid-web .fluid-web-about .fluid-web-license {
margin-bottom: 2rem;
line-height: 1.2rem;
}
/* Projects */
.fluid-web .fluid-web-projects .fluid-web-link-nightly {
font-style: italic;
color: #333;
border-bottom: 0.2rem solid #009fcb;
}
.fluid-web .fluid-web-projects .fluid-web-prefs-framework {
background: url("/assets/images/floe-uio.jpg") no-repeat, #f0de00;
background-size: 100% auto;
}
.fluid-web .fluid-web-projects .fluid-web-video-player {
background: url("/assets/images/floe-videoplayer.jpg") no-repeat, #53a35e;
background-size: 100% auto;
}
.fluid-web .fluid-web-projects .fluid-web-metadata-authoring {
background: url("/assets/images/floe-metadata.jpg") no-repeat, #4ac39a;
background-size: 100% auto;
}
.fluid-web .fluid-web-projects .fluid-web-projects-about-infusion .fluid-web-link-buttons {
color: #fff;
background: #009fcb;
margin-bottom: 0.5rem;
}
.fluid-web .fluid-web-projects .fluid-web-projects-partners {
font-style: italic;
}
/* News */
.fluid-web .fluid-web-news-index {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.fluid-web .fluid-web-news-index.fluid-web-list {
background: #f2f2f2;
}
/* Footer */
.fluid-web .fluid-web-footer {
padding: 3rem;
background-color: #363636;
color: #fff;
}
.fluid-web .fluid-web-footer abbr {
color: #fff;
}
.fluid-web .fluid-web-footer a {
color: #fc0;
border: none;
}
.fluid-web .fluid-web-footer a:hover {
text-decoration: underline;
}
.fluid-web .fluid-web-footer a:active {
background-color: #fc0;
color: #363636;
}
.fluid-web .fluid-web-footer a:focus {
outline: 0.2rem solid #fc0;
}
.fluid-web .fluid-web-footer p {
font-size: 0.8rem;
margin-bottom: 1.5rem;
}
.fluid-web .fluid-web-footer .fluid-web-projectCoordinator-list {
font-size: 0.8rem;
}
.fluid-web .fluid-web-footer .fluid-web-projectCoordinator-list dt {
margin-bottom: 0rem;
display: inline;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-showHide,
.fl-prefsEditor-separatedPanel .fl-prefsEditor-reset {
margin-bottom: 0;
height: inherit;
}
#spaceup
{
margin-top: 50px;
} | src/assets/stylesheets/style.css | body {
background-color: #f2f2f2;
font-size: 0.875rem;
line-height: inherit;
}
@font-face {
font-family: 'fluid-community';
src: url("/assets/stylesheets/fonts/fluid-community.eot?#iefix") format('embedded-opentype'), url("/assets/stylesheets/fonts/fluid-community.eot"), url("/assets/stylesheets/fonts/fluid-community.ttf");
}
.fluid-web {
font-family: 'Open Sans', sans-serif;
color: #333;
padding: 0 1rem;
/* Links that appear within text content. */
/* Read more Link */
}
.fluid-web .row,
.fluid-web .toc {
max-width: 66rem;
}
.fluid-web .toc {
margin: 0 auto;
}
.fluid-web .toc h1 {
font-size: 1.2rem;
}
.fluid-web h1,
.fluid-web h2,
.fluid-web h3 {
font-family: 'Open Sans', sans-serif;
color: #333;
}
.fluid-web h1 {
font-weight: bolder;
}
.fluid-web h3 {
font-size: 1.4rem;
font-weight: bold;
}
.fluid-web p {
margin-bottom: 0.8rem;
line-height: inherit;
}
.fluid-web a:hover {
color: #009fcb;
}
.fluid-web a:focus {
outline: 0.2rem solid #fc0;
}
.fluid-web ul {
line-height: inherit;
}
.fluid-web .fluid-web-group:after {
content: "";
display: table;
clear: both;
}
.fluid-web .fluid-web-section-gap {
margin-top: 5rem;
}
.fluid-web .fluid-web-emphasized-text {
font-family: 'Roboto Slab', serif !important;
font-size: 1.6rem !important;
color: #333 !important;
}
.fluid-web .fluid-web-deemphasized-text {
font-size: 1.2em;
text-transform: uppercase;
color: #808080;
}
.fluid-web .fluid-web-link-content {
color: #009fcb;
}
.fluid-web .fluid-web-link-header:hover {
border-bottom: 0.2rem solid #fc0;
}
.fluid-web .fluid-web-link-content:hover {
text-decoration: underline;
}
.fluid-web .fluid-web-link-readmore {
font-weight: bold;
border-bottom: 0.2rem solid #009fcb;
color: #333;
}
.fluid-web .fluid-web-external-link:before {
font-family: 'fluid-community';
content: '\e608';
font-size: 0.8rem;
font-weight: normal;
margin-left: 0.3rem;
}
.fluid-web .fluid-web-mail-icon:before {
font-family: 'fluid-community';
content: '\e603';
font-size: 0.8rem;
font-weight: normal;
margin-left: 0.3rem;
}
.fluid-web .fluid-web-map-icon:before {
font-family: 'fluid-community';
content: '\e609';
font-size: 0.8rem;
font-weight: normal;
margin-left: 0.3rem;
}
.fluid-web .fluid-web-list {
background: #fff;
padding: 1rem;
margin-top: 0.2rem;
}
.fluid-web .fluid-web-list h3 {
font-family: 'Roboto Slab', serif;
font-weight: bold;
font-size: 1.2rem;
}
.fluid-web .fluid-web-list ul {
list-style: none;
}
.fluid-web .fluid-web-list dl {
line-height: inherit;
}
.fluid-web .fluid-web-list li,
.fluid-web .fluid-web-list dl dt {
margin-bottom: 0.8rem;
}
.fluid-web .fluid-web-list dl dd {
margin-bottom: 1rem;
}
.fluid-web .fluid-web-community-icon:before {
width: 5rem;
height: 5rem;
border-radius: 50rem;
position: absolute;
top: -5.5rem;
left: 1rem;
font-family: 'fluid-community';
font-size: 2.5rem;
line-height: 5rem;
background-color: #fff;
box-shadow: -0.03rem -0.07rem #dfdfdf;
}
/* Header and Navigation */
.fluid-web header h1 {
padding: 0;
font-size: 4.75rem;
}
.fluid-web header .fluid-web-skip-links {
height: 3.5rem;
padding-top: 1rem;
}
.fluid-web header .fluid-web-skip-links a {
position: relative;
left: -100rem;
}
.fluid-web header .fluid-web-skip-links a:focus {
left: 1rem;
background-color: #333;
padding: 0.5rem;
color: #fff;
border: 0.2rem solid #fc0;
outline: 0.2rem solid #333;
position: absolute;
}
.fluid-web header .fluid-web-skip-links a:hover {
color: #009fcb;
}
.fluid-web header h1 a {
color: #333;
}
.fluid-web header h1 a:hover {
color: #009fcb;
}
.fluid-web header h1 a:focus {
outline: 0.2rem solid #fc0;
}
.fluid-web header .fluid-web-logo-star:before {
content: '\e607';
font-family: 'fluid-community';
font-size: 3.5rem;
}
.fluid-web nav {
margin-bottom: 2rem;
text-transform: uppercase;
}
.fluid-web nav li {
margin-right: 0.5rem;
}
.fluid-web nav li a.button {
background: none;
color: #333;
font-weight: bolder !important;
border: none;
padding: 0.5rem;
margin: 0.5rem 0 0;
line-height: 0.4rem;
}
.fluid-web nav li a.button:hover,
.fluid-web nav li a.button:focus {
outline: 0.2rem solid #fc0;
}
.fluid-web nav li a.button:active {
background-color: #333;
color: #f2f2f2;
}
.fluid-web nav li a.button.current {
border-bottom: 0.2rem solid #fc0;
}
.fluid-web nav li a.button.current:hover {
outline: none;
}
.fluid-web nav li a.button.current:focus {
border-bottom: none;
}
/* Index page - Introduction */
.fluid-web .fluid-web-index .fluid-web-intro {
margin-bottom: 2rem;
}
.fluid-web .fluid-web-index .fluid-web-intro a:focus {
border: none;
outline: 0.2rem solid #fc0;
}
/* Showcase - colourful tiles featuring content. */
.fluid-web .fluid-web-showcase .fluid-web-project-description {
padding: 0;
}
.fluid-web .fluid-web-showcase .fluid-web-showcase-item {
margin-bottom: 1rem;
min-height: 10rem;
padding: 1rem;
}
.fluid-web .fluid-web-showcase .fluid-web-project-description a {
padding: 0.5rem;
color: #fff;
border: 0.2rem solid #333;
outline: 0.2rem solid #333;
display: inline-block;
margin: 0.8rem 1rem 0 0;
/* specify the background and padding of link block for a span because the parent <a>
has a different background and padding */
background: #333;
}
.fluid-web .fluid-web-showcase .fluid-web-project-description a:focus {
border: 0.2rem solid #fc0;
outline: 0.2rem solid #333;
}
.fluid-web .fluid-web-showcase .fluid-web-project-description a:hover {
color: #009fcb;
}
.fluid-web .fluid-web-showcase .fluid-web-project-description a:active {
border: 0.2rem solid #333;
color: #333;
background: #009fcb;
}
.fluid-web .fluid-web-showcase .fluid-web-project-description h3,
.fluid-web .fluid-web-showcase .fluid-web-project-description p {
background-color: #fff;
padding: 0.2rem;
display: inline-block;
outline: 0.2rem solid #fff;
}
.fluid-web .fluid-web-showcase .fluid-web-project-description h3 {
font-family: 'Roboto Slab', serif;
color: #333;
margin: 0;
text-transform: none;
font-size: 1.4rem;
font-weight: normal;
}
.fluid-web .fluid-web-showcase .fluid-web-showcase-learner-options {
background: url("../images/floe-uio.jpg") no-repeat;
}
.fluid-web .fluid-web-showcase .fluid-web-showcase-metadata {
background: url("../images/floe-metadata.jpg") no-repeat;
}
.fluid-web .fluid-web-showcase .fluid-web-showcase-videoplayer {
background: url("../images/floe-videoplayer.jpg") no-repeat;
}
.fluid-web .fluid-web-showcase .fluid-web-showcase-feedback-tool {
background: url("../images/feedback-tool.jpg") no-repeat;
/*
background-position: -176px 0px;
*/
}
.fluid-web .fluid-web-index .fluid-web-showcase-item {
/* For the index page only, shift the contents of the showcase item down */
padding-top: 6.5rem;
}
@media only screen and (min-width: 40.063em) {
.fluid-web .fluid-web-index .fluid-web-showcase .fluid-web-showcase-column-left {
/* The showcase on the index page is 2 columns. Foundation has a default padding which we override to make it the way we want. */
padding: 0 0.5rem 0 0;
}
.fluid-web .fluid-web-index .fluid-web-showcase .fluid-web-showcase-column-right {
/* The showcase on the index page is 2 columns. Foundation has a default padding which we override to make it the way we want. */
padding: 0 0 0 0.5rem;
}
.fluid-web .fluid-web-index .fluid-web-showcase .fluid-web-showcase-item {
/* Increase the top margin of the showcase title so it looks propotionally better. */
padding-top: 12.5rem;
min-height: 16rem;
}
}
/* Community links section */
.fluid-web .fluid-web-community .fluid-web-community-list {
display: flex;
margin-top: 1rem;
justify-content: center;
flex-wrap: wrap;
overflow: initial;
}
.fluid-web .fluid-web-community .fluid-web-community-list li a {
margin: 5rem 0 1rem 0;
width: 7rem;
display: block;
position: relative;
color: #333;
text-align: center;
font-weight: bold;
border: none;
}
.fluid-web .fluid-web-community .fluid-web-community-list li a:focus .fluid-web-community-icon:before,
.fluid-web .fluid-web-community .fluid-web-community-list li a:hover .fluid-web-community-icon:before {
text-shadow: 0.01rem 0.01rem 0.1rem #afafaf;
}
.fluid-web .fluid-web-community .fluid-web-community-list .fluid-web-community-wiki:before {
content: '\e602';
}
.fluid-web .fluid-web-community .fluid-web-community-list .fluid-web-community-irc:before {
content: '\e604';
}
.fluid-web .fluid-web-community .fluid-web-community-list .fluid-web-community-presentations:before {
content: '\e600';
}
.fluid-web .fluid-web-community .fluid-web-community-list .fluid-web-community-meetings:before {
content: '\e606';
}
.fluid-web .fluid-web-community .fluid-web-community-list .fluid-web-community-source:before {
content: '\e601';
}
.fluid-web .fluid-web-community .fluid-web-community-list .fluid-web-community-bugs:before {
content: '\e605';
}
.fluid-web .fluid-web-community .fluid-web-community-list .fluid-web-community-mailinglist:before {
content: '\e603';
}
.fluid-web .fluid-web-community .fluid-web-community-list li a:focus {
outline: 0.2rem solid #fc0;
}
.fluid-web .fluid-web-community .fluid-web-community-list li a:focus,
.fluid-web .fluid-web-community .fluid-web-community-list li a:hover {
color: #009fcb;
}
/* About Fluid */
.fluid-web .fluid-web-about p {
position: relative;
margin: 0 0 2rem 0rem;
}
.fluid-web .fluid-web-about .fluid-web-license {
margin-bottom: 2rem;
line-height: 1.2rem;
}
/* Projects */
.fluid-web .fluid-web-projects .fluid-web-link-nightly {
font-style: italic;
color: #333;
border-bottom: 0.2rem solid #009fcb;
}
.fluid-web .fluid-web-projects .fluid-web-prefs-framework {
background: url("/assets/images/floe-uio.jpg") no-repeat, #f0de00;
background-size: 100% auto;
}
.fluid-web .fluid-web-projects .fluid-web-video-player {
background: url("/assets/images/floe-videoplayer.jpg") no-repeat, #53a35e;
background-size: 100% auto;
}
.fluid-web .fluid-web-projects .fluid-web-metadata-authoring {
background: url("/assets/images/floe-metadata.jpg") no-repeat, #4ac39a;
background-size: 100% auto;
}
.fluid-web .fluid-web-projects .fluid-web-projects-about-infusion .fluid-web-link-buttons {
color: #fff;
background: #009fcb;
margin-bottom: 0.5rem;
}
.fluid-web .fluid-web-projects .fluid-web-projects-partners {
font-style: italic;
}
/* News */
.fluid-web .fluid-web-news-index {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.fluid-web .fluid-web-news-index.fluid-web-list {
background: #f2f2f2;
}
/* Footer */
.fluid-web .fluid-web-footer {
padding: 3rem;
background-color: #363636;
color: #fff;
}
.fluid-web .fluid-web-footer abbr {
color: #fff;
}
.fluid-web .fluid-web-footer a {
color: #fc0;
border: none;
}
.fluid-web .fluid-web-footer a:hover {
text-decoration: underline;
}
.fluid-web .fluid-web-footer a:active {
background-color: #fc0;
color: #363636;
}
.fluid-web .fluid-web-footer a:focus {
outline: 0.2rem solid #fc0;
}
.fluid-web .fluid-web-footer p {
font-size: 0.8rem;
margin-bottom: 1.5rem;
}
.fluid-web .fluid-web-footer .fluid-web-projectCoordinator-list {
font-size: 0.8rem;
}
.fluid-web .fluid-web-footer .fluid-web-projectCoordinator-list dt {
margin-bottom: 0rem;
display: inline;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-showHide,
.fl-prefsEditor-separatedPanel .fl-prefsEditor-reset {
margin-bottom: 0;
height: inherit;
}
#spaceup
{
margin-top: 50px;
} | 0.426083 | 0.053675 |
display:none;
opacity:0;
position:fixed;
overflow:hidden;
top:0;
left:0;
width:100%;
height:100%;
z-index:1000000;
background-color:#222;
background-color:rgba(0,0,0,.8);
-webkit-transition:opacity .5s ease;transition:opacity .5s ease
}
#baguetteBox-overlay.visible{
opacity:1
}
#baguetteBox-overlay .full-image{
display:inline-block;
position:relative;
width:100%;
height:100%;
text-align:center
}
#baguetteBox-overlay .full-image figure{
display:inline;
margin:0;
height:100%
}
#baguetteBox-overlay .full-image img{
display:inline-block;
width:auto;
height:auto;
max-height:100%;
max-width:100%;
vertical-align:middle;
-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);
-moz-box-shadow:0 0 8px rgba(0,0,0,.6);
box-shadow:0 0 8px rgba(0,0,0,.6)
}
#baguetteBox-overlay .full-image figcaption{
display:block;
position:absolute;
bottom:0;
width:100%;
text-align:center;
line-height:1.8;
color:#ccc;
background-color:#000;
background-color:rgba(0,0,0,.6);
font-family:sans-serif
}
#baguetteBox-overlay .full-image:before{
content:"";
display:inline-block;
height:50%;
width:1px;
margin-right:-1px
}
#baguetteBox-slider{
height:90%;
width:90%;
margin: auto;
margin-top: 30px;
white-space:nowrap;
-webkit-transition:left .4s ease,-webkit-transform .4s ease;
transition:left .4s ease,-moz-transform .4s ease;
transition:left .4s ease,transform .4s ease
}
#baguetteBox-slider.bounce-from-right{
-webkit-animation:bounceFromRight .4s ease-out;
animation:bounceFromRight .4s ease-out
}
#baguetteBox-slider.bounce-from-left{
-webkit-animation:bounceFromLeft .4s ease-out;
animation:bounceFromLeft .4s ease-out
}
.baguetteBox-button#next-button,.baguetteBox-button#previous-button{
top:50%;
top:calc(50% - 30px);
width:44px;
height:60px
}
.baguetteBox-button{
position:absolute;
cursor:pointer;
outline:0;
padding:0;
margin:0;
border:0;
-moz-border-radius:15%;
border-radius:15%;
background-color:#323232;
background-color:rgba(50,50,50,.5);
color:#ddd;
font:1.6em sans-serif;
-webkit-transition:background-color .4s ease;
transition:background-color .4s ease
}
.baguetteBox-button:hover{
background-color:rgba(50,50,50,.9)
}
.baguetteBox-button#next-button{
right:2%
}
.baguetteBox-button#previous-button{
left:2%
}
.baguetteBox-button#close-button{
top:20px;
right:2%;
right:calc(2% + 6px);
width:30px;
height:30px
}
.baguetteBox-button svg{
position:absolute;
left:0;
top:0
}
.spinner{
width:40px;
height:40px;
display:inline-block;
position:absolute;
top:50%;
left:50%;
margin-top:-20px;
margin-left:-20px
}
.double-bounce1,.double-bounce2{
width:100%;
height:100%;
-moz-border-radius:50%;
border-radius:50%;
background-color:#fff;
opacity:.6;
position:absolute;
top:0;
left:0;
-webkit-animation:bounce 2s infinite ease-in-out;
animation:bounce 2s infinite ease-in-out
}
.double-bounce2{
-webkit-animation-delay:-1s;
animation-delay:-1s
}
@-webkit-keyframes bounceFromRight{
0%{margin-left:0}
50%{margin-left:-30px}
100%{margin-left:0}
}
@keyframes bounceFromRight{
0%{margin-left:0}
50%{margin-left:-30px}
100%{margin-left:0}
}
@-webkit-keyframes bounceFromLeft{
0%{margin-left:0}
50%{margin-left:30px}
100%{margin-left:0}
}
@keyframes bounceFromLeft{
0%{margin-left:0}
50%{margin-left:30px}
100%{margin-left:0}
}
@-webkit-keyframes bounce{
0%,100%{
-webkit-transform:scale(0);
transform:scale(0)
}
50%{
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes bounce{
0%,100%{
-webkit-transform:scale(0);
-moz-transform:scale(0);
transform:scale(0)
}
50%{
-webkit-transform:scale(1);
-moz-transform:scale(1);
transform:scale(1)
}
} | css/baguettebox.min.css | display:none;
opacity:0;
position:fixed;
overflow:hidden;
top:0;
left:0;
width:100%;
height:100%;
z-index:1000000;
background-color:#222;
background-color:rgba(0,0,0,.8);
-webkit-transition:opacity .5s ease;transition:opacity .5s ease
}
#baguetteBox-overlay.visible{
opacity:1
}
#baguetteBox-overlay .full-image{
display:inline-block;
position:relative;
width:100%;
height:100%;
text-align:center
}
#baguetteBox-overlay .full-image figure{
display:inline;
margin:0;
height:100%
}
#baguetteBox-overlay .full-image img{
display:inline-block;
width:auto;
height:auto;
max-height:100%;
max-width:100%;
vertical-align:middle;
-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);
-moz-box-shadow:0 0 8px rgba(0,0,0,.6);
box-shadow:0 0 8px rgba(0,0,0,.6)
}
#baguetteBox-overlay .full-image figcaption{
display:block;
position:absolute;
bottom:0;
width:100%;
text-align:center;
line-height:1.8;
color:#ccc;
background-color:#000;
background-color:rgba(0,0,0,.6);
font-family:sans-serif
}
#baguetteBox-overlay .full-image:before{
content:"";
display:inline-block;
height:50%;
width:1px;
margin-right:-1px
}
#baguetteBox-slider{
height:90%;
width:90%;
margin: auto;
margin-top: 30px;
white-space:nowrap;
-webkit-transition:left .4s ease,-webkit-transform .4s ease;
transition:left .4s ease,-moz-transform .4s ease;
transition:left .4s ease,transform .4s ease
}
#baguetteBox-slider.bounce-from-right{
-webkit-animation:bounceFromRight .4s ease-out;
animation:bounceFromRight .4s ease-out
}
#baguetteBox-slider.bounce-from-left{
-webkit-animation:bounceFromLeft .4s ease-out;
animation:bounceFromLeft .4s ease-out
}
.baguetteBox-button#next-button,.baguetteBox-button#previous-button{
top:50%;
top:calc(50% - 30px);
width:44px;
height:60px
}
.baguetteBox-button{
position:absolute;
cursor:pointer;
outline:0;
padding:0;
margin:0;
border:0;
-moz-border-radius:15%;
border-radius:15%;
background-color:#323232;
background-color:rgba(50,50,50,.5);
color:#ddd;
font:1.6em sans-serif;
-webkit-transition:background-color .4s ease;
transition:background-color .4s ease
}
.baguetteBox-button:hover{
background-color:rgba(50,50,50,.9)
}
.baguetteBox-button#next-button{
right:2%
}
.baguetteBox-button#previous-button{
left:2%
}
.baguetteBox-button#close-button{
top:20px;
right:2%;
right:calc(2% + 6px);
width:30px;
height:30px
}
.baguetteBox-button svg{
position:absolute;
left:0;
top:0
}
.spinner{
width:40px;
height:40px;
display:inline-block;
position:absolute;
top:50%;
left:50%;
margin-top:-20px;
margin-left:-20px
}
.double-bounce1,.double-bounce2{
width:100%;
height:100%;
-moz-border-radius:50%;
border-radius:50%;
background-color:#fff;
opacity:.6;
position:absolute;
top:0;
left:0;
-webkit-animation:bounce 2s infinite ease-in-out;
animation:bounce 2s infinite ease-in-out
}
.double-bounce2{
-webkit-animation-delay:-1s;
animation-delay:-1s
}
@-webkit-keyframes bounceFromRight{
0%{margin-left:0}
50%{margin-left:-30px}
100%{margin-left:0}
}
@keyframes bounceFromRight{
0%{margin-left:0}
50%{margin-left:-30px}
100%{margin-left:0}
}
@-webkit-keyframes bounceFromLeft{
0%{margin-left:0}
50%{margin-left:30px}
100%{margin-left:0}
}
@keyframes bounceFromLeft{
0%{margin-left:0}
50%{margin-left:30px}
100%{margin-left:0}
}
@-webkit-keyframes bounce{
0%,100%{
-webkit-transform:scale(0);
transform:scale(0)
}
50%{
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes bounce{
0%,100%{
-webkit-transform:scale(0);
-moz-transform:scale(0);
transform:scale(0)
}
50%{
-webkit-transform:scale(1);
-moz-transform:scale(1);
transform:scale(1)
}
} | 0.191933 | 0.059156 |
html, body {
background: #fff;
padding: 0px;
margin: 0px;
overflow: hidden;
font-size: 14px;
width: 100%;
height: 100%;
}
* {
box-sizing: border-box;
font-family: 微软雅黑;
}
.clear {
clear: both;
}
.left {
float: left;
width: 220px;
height: 100%;
background: #101525;
color: #fff;
overflow: hidden;
}
.right {
float: right;
width: calc(100% - 220px);
height: 100%;
}
.logo {
width: 220px;
height: 110px;
overflow: hidden;
padding: 10px 16px 0px;
}
.logo img {
display: block;
width: 100%;
}
.menu {
width: 220px;
height: 100%;
overflow: auto;
}
.menu dl {
width: 100%;
padding: 0px;
margin: 0px;
}
.menu dt {
display: block;
width: 100%;
padding: 0px 5px 0px 5px;
margin: 0px;
background: #2c3346;
text-decoration: none;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: bold;
height: 40px;
}
.menu dt s {
display: block;
float: left;
padding: 12px 0px 12px 5px;
font-size: 14px;
line-height: 16px;
text-decoration: none;
}
.menu dt s img {
display: block;
float: left;
height: 16px;
}
.menu dd {
display: block;
width: 100%;
padding: 5px 5px 5px 29px;
margin: 0px;
text-decoration: none;
background: #22293c;
color: #fff;
cursor: pointer;
font-size: 12px;
}
.header {
width: 100%;
height: 50px;
background: #e0ebff;
color: #333;
}
.switch {
float: left;
}
.switch a {
display: block;
padding: 5px 10px;
line-height: 40px;
height: 50px;
text-decoration: none;
color: #333;
}
.switch a:hover {
background: #0094ff;
color: #fff;
}
.switch_icon {
float: left;
padding: 7px 7px;
}
.switch_icon img {
display: block;
height: 26px;
}
.switch_title {
float: left;
line-height: 40px;
}
.exit {
float: right;
}
.exit a {
display: block;
padding: 5px 10px;
line-height: 40px;
height: 50px;
text-decoration: none;
color: #fff;
}
.exit a:hover {
background: #0094ff;
color: #fff
}
.exit img {
display: block;
padding: 10px 10px 0px;
height: 30px;
}
.user {
float: right;
}
.user_info {
padding: 5px 10px 0px;
line-height: 40px;
}
.frame {
width: 100%;
height: calc(100% - 50px);
}
.frame iframe {
width: 100%;
height: 100%;
border: 0px;
} | ModularProject.Server/main/wwwroot/index/page.css | html, body {
background: #fff;
padding: 0px;
margin: 0px;
overflow: hidden;
font-size: 14px;
width: 100%;
height: 100%;
}
* {
box-sizing: border-box;
font-family: 微软雅黑;
}
.clear {
clear: both;
}
.left {
float: left;
width: 220px;
height: 100%;
background: #101525;
color: #fff;
overflow: hidden;
}
.right {
float: right;
width: calc(100% - 220px);
height: 100%;
}
.logo {
width: 220px;
height: 110px;
overflow: hidden;
padding: 10px 16px 0px;
}
.logo img {
display: block;
width: 100%;
}
.menu {
width: 220px;
height: 100%;
overflow: auto;
}
.menu dl {
width: 100%;
padding: 0px;
margin: 0px;
}
.menu dt {
display: block;
width: 100%;
padding: 0px 5px 0px 5px;
margin: 0px;
background: #2c3346;
text-decoration: none;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: bold;
height: 40px;
}
.menu dt s {
display: block;
float: left;
padding: 12px 0px 12px 5px;
font-size: 14px;
line-height: 16px;
text-decoration: none;
}
.menu dt s img {
display: block;
float: left;
height: 16px;
}
.menu dd {
display: block;
width: 100%;
padding: 5px 5px 5px 29px;
margin: 0px;
text-decoration: none;
background: #22293c;
color: #fff;
cursor: pointer;
font-size: 12px;
}
.header {
width: 100%;
height: 50px;
background: #e0ebff;
color: #333;
}
.switch {
float: left;
}
.switch a {
display: block;
padding: 5px 10px;
line-height: 40px;
height: 50px;
text-decoration: none;
color: #333;
}
.switch a:hover {
background: #0094ff;
color: #fff;
}
.switch_icon {
float: left;
padding: 7px 7px;
}
.switch_icon img {
display: block;
height: 26px;
}
.switch_title {
float: left;
line-height: 40px;
}
.exit {
float: right;
}
.exit a {
display: block;
padding: 5px 10px;
line-height: 40px;
height: 50px;
text-decoration: none;
color: #fff;
}
.exit a:hover {
background: #0094ff;
color: #fff
}
.exit img {
display: block;
padding: 10px 10px 0px;
height: 30px;
}
.user {
float: right;
}
.user_info {
padding: 5px 10px 0px;
line-height: 40px;
}
.frame {
width: 100%;
height: calc(100% - 50px);
}
.frame iframe {
width: 100%;
height: 100%;
border: 0px;
} | 0.409339 | 0.138958 |
.loadable {
color: #009933;
}
td {
font-size: 14px;
}
.table>tbody>tr>td {
padding-top: 2px;
padding-bottom: 2px;
}
.object-header {
width: 70%;
}
.object-tab {
border: none;
}
.object-tab:after {
clear: none;
}
.object-table>caption+thead>tr:first-child>td, .object-table>caption+thead>tr:first-child>th,
.object-table>colgroup+thead>tr:first-child>td, .object-table>colgroup+thead>tr:first-child>th,
.object-table>thead:first-child>tr:first-child>td, .object-table>thead:first-child>tr:first-child>th
{
border-top: 1px solid #ddd;
}
.object-map {
float: right !important;
margin-top: -7px;
}
#map {
margin: 5px;
}
.site-map {
margin: 5px;
cursor: pointer;
}
.site-map-full {
visibility: hidden;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 1001; /* The header has a z-index of 1000 */
background-color: #222; /* for older browsers that don't support `rgba` (do any still exist?) */
background-color: rgba(0, 0, 0, 0.8);
}
body.site-map-full-visible .site-map-full {
visibility: visible;
}
body.site-map-full-visible {
overflow: hidden;
}
.site-map-full-container {
position: absolute;
width: 0;
height: 0;
top: 50vh;
left: 50vw;
}
.site-map-full-image {
/* Make it ludicrously large so it will be the largest allowable by the max-width/height attributes */
max-width: 100vw;
max-height: 100vh;
image-rendering: pixelated;
transform: translate(-50%, -50%);
}
.site-map-full-close.glyphicon {
/* +.glyphicon because .glyphicon already has a font size so this selector must be more specific */
font-size: 2.5em;
color: #FFF;
cursor: pointer;
position: absolute;
top: 1em;
right: 1em;
}
.historical-figure {
color: #3366CC;
}
.entity {
color: #CC33FF;
}
.site {
color: #FFCC00;
}
.structure {
color: #FFAA00;
}
.ruin {
color: #bbb;
}
.worldconstruction {
color: #777777;
}
.region {
color: #009933;
}
.artifact {
color: #993300;
}
.writtencontent {
color: #999999;
}
.art-form {
color: #993399;
}
.occasion {
color: #993399;
}
.war {
color: #600000;
}
.battle {
color: #900000;
}
.bar rect {
fill: steelblue;
shape-rendering: crispEdges;
}
.bar text {
fill: #fff;
}
.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
#circle:hover path.fade {
display: none;
}
div.familytree {
// border: 1px solid #ddd;
border-radius: 4px 4px 4px 4px;
}
rect.family {
stroke: rgb(100, 100, 100);
stroke-width: 0;
fill-opacity: 1;
stroke-opacity: 1;
}
rect.family.female {
fill: rgb(255, 200, 200);
}
rect.family.male {
fill: rgb(200, 200, 255);
}
rect.family.deity {
fill: rgb(200, 255, 200);
stroke-width: 2;
stroke: rgb(100, 100, 100);
}
rect.family.important {
stroke-width: 2;
}
rect.family.self {
stroke-width: 5;
}
.linegroup polyline {
fill: none;
stroke-width: 2;
stroke: rgb(100, 100, 100);
}
.linegroup:hover polyline {
stroke-width: 8;
}
polyline.family.spouse {
fill: none;
stroke-width: 4;
stroke: rgb(100, 100, 100);
}
.glyphicon {
font-size: 85%;
}
.fa {
font-size: 85%;
}
.popover {
max-width: none;
}
.checkbox li {
list-decoration: none
} | src/main/resources/lib/legends.css | .loadable {
color: #009933;
}
td {
font-size: 14px;
}
.table>tbody>tr>td {
padding-top: 2px;
padding-bottom: 2px;
}
.object-header {
width: 70%;
}
.object-tab {
border: none;
}
.object-tab:after {
clear: none;
}
.object-table>caption+thead>tr:first-child>td, .object-table>caption+thead>tr:first-child>th,
.object-table>colgroup+thead>tr:first-child>td, .object-table>colgroup+thead>tr:first-child>th,
.object-table>thead:first-child>tr:first-child>td, .object-table>thead:first-child>tr:first-child>th
{
border-top: 1px solid #ddd;
}
.object-map {
float: right !important;
margin-top: -7px;
}
#map {
margin: 5px;
}
.site-map {
margin: 5px;
cursor: pointer;
}
.site-map-full {
visibility: hidden;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 1001; /* The header has a z-index of 1000 */
background-color: #222; /* for older browsers that don't support `rgba` (do any still exist?) */
background-color: rgba(0, 0, 0, 0.8);
}
body.site-map-full-visible .site-map-full {
visibility: visible;
}
body.site-map-full-visible {
overflow: hidden;
}
.site-map-full-container {
position: absolute;
width: 0;
height: 0;
top: 50vh;
left: 50vw;
}
.site-map-full-image {
/* Make it ludicrously large so it will be the largest allowable by the max-width/height attributes */
max-width: 100vw;
max-height: 100vh;
image-rendering: pixelated;
transform: translate(-50%, -50%);
}
.site-map-full-close.glyphicon {
/* +.glyphicon because .glyphicon already has a font size so this selector must be more specific */
font-size: 2.5em;
color: #FFF;
cursor: pointer;
position: absolute;
top: 1em;
right: 1em;
}
.historical-figure {
color: #3366CC;
}
.entity {
color: #CC33FF;
}
.site {
color: #FFCC00;
}
.structure {
color: #FFAA00;
}
.ruin {
color: #bbb;
}
.worldconstruction {
color: #777777;
}
.region {
color: #009933;
}
.artifact {
color: #993300;
}
.writtencontent {
color: #999999;
}
.art-form {
color: #993399;
}
.occasion {
color: #993399;
}
.war {
color: #600000;
}
.battle {
color: #900000;
}
.bar rect {
fill: steelblue;
shape-rendering: crispEdges;
}
.bar text {
fill: #fff;
}
.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
#circle:hover path.fade {
display: none;
}
div.familytree {
// border: 1px solid #ddd;
border-radius: 4px 4px 4px 4px;
}
rect.family {
stroke: rgb(100, 100, 100);
stroke-width: 0;
fill-opacity: 1;
stroke-opacity: 1;
}
rect.family.female {
fill: rgb(255, 200, 200);
}
rect.family.male {
fill: rgb(200, 200, 255);
}
rect.family.deity {
fill: rgb(200, 255, 200);
stroke-width: 2;
stroke: rgb(100, 100, 100);
}
rect.family.important {
stroke-width: 2;
}
rect.family.self {
stroke-width: 5;
}
.linegroup polyline {
fill: none;
stroke-width: 2;
stroke: rgb(100, 100, 100);
}
.linegroup:hover polyline {
stroke-width: 8;
}
polyline.family.spouse {
fill: none;
stroke-width: 4;
stroke: rgb(100, 100, 100);
}
.glyphicon {
font-size: 85%;
}
.fa {
font-size: 85%;
}
.popover {
max-width: none;
}
.checkbox li {
list-decoration: none
} | 0.451568 | 0.173568 |
button.primary.big {
width: 100%;
background: black;
cursor: pointer;
}
button.primary.add {
background: black;
cursor: pointer;
margin-left: 10px;
}
.button-holder {
position: absolute;
right: 12px;
bottom: 12px;
display: flex;
}
.wrapper {
position: relative;
height: 100%;
}
h4 {
font-size: 13px;
margin: 14px 0;
color: #253642;
}
input.input {
font-size: 13px;
}
.input .icon {
top: 3px !important;
}
.input input {
height: 40px !important;
font-size: 12px !important;
}
.colors {
display: flex;
margin: 15px 0 10px;
transition: all 0.2s;
}
.colors.true {
pointer-events: none;
opacity: 0.3;
}
.colors > div {
margin: 0 auto;
}
.colors > div label {
padding-left: 0 !important;
padding-right: 0 !important;
}
.colors > div label:hover {
cursor: pointer !important;
}
.colors > div input {
pointer-events: none !important;
}
.colors > div label:before {
margin: 0 !important;
width: 26px;
height: 26px;
border: 1px solid transparent !important;
transition: all 0.2s;
}
.colors > div input:checked+label:before {
background: transparent;
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #000;
}
.colors > div:first-child label:before {
background-color: #FFC555 !important;
}
.colors > div:first-child input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #FFC555;
}
.colors > div:nth-child(2) label:before {
background-color: #FF9139 !important;
}
.colors > div:nth-child(2) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #FF9139;
}
.colors > div:nth-child(3) label:before {
background-color: #F23459 !important;
}
.colors > div:nth-child(3) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #F23459;
}
.colors > div:nth-child(4) label:before {
background-color: #3B64D2 !important;
}
.colors > div:nth-child(4) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #3B64D2;
}
.colors > div:nth-child(5) label:before {
background-color: #1292EE !important;
}
.colors > div:nth-child(5) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #1292EE;
}
.colors > div:nth-child(6) label:before {
background-color: #39AC6E !important;
}
.colors > div:nth-child(6) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #39AC6E;
}
.colors > div:nth-child(7) label:before {
background-color: #6269C5 !important;
}
.colors > div:nth-child(7) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #6269C5;
}
.colors > div:nth-child(8) label:before {
background-color: #D9DCFD !important;
}
.colors > div:nth-child(8) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #D9DCFD;
}
.colors > div:nth-child(9) label:before {
background-color: #7296E1 !important;
}
.colors > div:nth-child(9) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #7296E1;
}
.colors > div:nth-child(10) label:before {
background-color: #C2F0D7 !important;
}
.colors > div:nth-child(10) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #C2F0D7;
}
.seticon {
margin-left: auto;
margin-top: 3px;
}
.seticon:hover {
cursor: pointer;
}
.content {
text-align: center;
margin-top: 15px;
}
.username {
position: relative;
display: inline-block;
color: white;
background: #1868FB;
margin: 0 auto;
padding: 16px;
border-radius: 24px 24px 10px 24px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.24);
}
.username.true {
display: inline-block;
color: white !important;
background: #294351 !important;
margin: 0 auto;
padding: 16px;
border-radius: 24px 24px 24px 10px !important;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.24);
}
.username.placeholder {
display: inline-block;
color: #1292EE;
background: #fff;
border: 2px solid #1292EE;
margin: 30px auto 0;
padding: 16px;
border-radius: 24px 24px 10px 24px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.24);
}
.username.blue {
background: #1292EE;
}
.username.green {
background: #39AC6E;
}
.username.yellow {
background: #FFC555;
}
.username.yellow.retro {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), #FFC555;
border: 1px solid #FFC555;
}
.username.yellow.retro:before {
background: #FFFFFF;
opacity: 0.3;
border-radius: 0px 0px 10px 10px;
position: absolute;
width: 100%;
height: 25px;
left: 0px;
top: 0px;
content: "";
z-index: 2;
}
.username.yellow.retro span {
text-shadow: 0px 1px 0px #FFFFFF;
}
.username.orange {
background: #FF9139;
}
.username.red {
background: #F23459;
}
.username.indigo {
background: #3B64D2;
}
.username.purple {
background: #6269C5;
}
.username.lavender {
background: #D9DCFD;
}
.username.whaletail {
background: #7296E1;
}
.username.lime {
background: #C2F0D7;
}
.username.lime span, .username.yellow span, .username.lavender span {
color: #000;
}
.username.lime.true span, .username.yellow.true span, .username.lavender.true span {
color: #fff;
}
.username span {
font-size: 12px;
position: relative;
z-index: 10;
}
.username:hover {
cursor: pointer;
}
.role {
display: block;
font-size: 11px;
color: #253642;
padding: 12px 0;
}
.comment {
display: block;
font-size: 12px;
color: #748494;
}
.comment span {
color: #253642;
}
.icon-component:hover {
cursor: pointer !important;
}
.footer {
position: absolute;
left: 0;
bottom: 0;
height: 53px;
width: 100%;
}
.footer .input {
padding: 0 12px;
z-index: 5;
position: relative;
}
.footer .input input {
background: rgba(0, 0, 0, 0.05);
border-radius: 12px;
border: 0 !important;
padding-right: 102px!important;
}
.footer .input.true input {
background: rgba(0, 0, 0, 0.05) !important;
}
.footer .input input:focus:placeholder-shown, .footer .input input:focus {
outline: 0 !important;
}
.footer .input.yellow input {
background: #FFF9ED;
}
.footer .input.orange input {
background: #FFF4EA;
}
.footer .input.red input {
background: #FEEBEE;
}
.footer .input.indigo input {
background: #EBF0FB;
}
.footer .input.purple input {
background: #EFF0F9;
}
.footer .input.blue input {
background: #E7F4FD;
}
.footer .input.green input {
background: #EBF7F1;
}
.footer .input.lavender input {
background: #F0F1FE;
}
.footer .input.whaletail input {
background: #F1F5FC;
}
.footer .input.lime input {
background: #EDFBF3;
}
.footer button {
border-radius: 8px !important;
}
.footer button:hover {
cursor: pointer;
}
.footer button.yellow {
background: #FFC555;
color: #000;
}
.footer button.orange {
background: #FF9139;
}
.footer button.red {
background: #F23459;
}
.footer button.purple {
background: #6269C5;
}
.footer button.indigo {
background: #3B64D2;
}
.footer button.blue {
background: #1292EE;
}
.footer button.green {
background: #39AC6E;
}
.footer button.lavender {
background: #D9DCFD;
color: #000;
}
.footer button.whaletail {
background: #7296E1;
}
.footer button.lime {
background: #C2F0D7;
color: #000;
}
.footer.true button {
background: #294351 !important;
color: #fff !important;
}
.message-holder {
display: flex;
z-index: 10;
position: absolute;
right: 17px;
top: 4px;
}
.message-holder > div {
border-radius: 6px !important;
}
.message-holder > div, .message-holder > button {
display: flex !important;
}
.message-holder > button {
margin-left: 5px;
}
.emoji {
position: absolute;
right: -4px;
top: -56px;
background: #fff;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.24);
border-radius: 12px;
padding: 6px;
}
.emoji .icon-component {
font-size: 16px !important;
}
.emoji > div {
border-radius: 6px !important;
}
.emoji label {
padding: 0 !important;
margin: 0 !important;
}
.emoji label:hover {
cursor: pointer;
}
.emoji label:before {
border: 0 !important;
width: auto !important;
height: auto !important;
margin: 0 6px !important;
font-size: 16px !important;
}
.emoji > div:first-child label:before {
content: "🦄";
}
.emoji > div:nth-child(2) label:before {
content: "💚";
}
.emoji > div:nth-child(3) label:before {
content: "🙂";
}
.emoji > div:nth-child(4) label:before {
content: "🙁";
}
.emoji > div:nth-child(5) label:before {
content: "👍";
}
.emoji > div:nth-child(6) label:before {
content: "👎";
}
.emoji input:checked+label:before {
background: none !important;
}
.emoji input {
display: none !important;
}
.switch-holder {
display: flex;
} | src/styles.css | button.primary.big {
width: 100%;
background: black;
cursor: pointer;
}
button.primary.add {
background: black;
cursor: pointer;
margin-left: 10px;
}
.button-holder {
position: absolute;
right: 12px;
bottom: 12px;
display: flex;
}
.wrapper {
position: relative;
height: 100%;
}
h4 {
font-size: 13px;
margin: 14px 0;
color: #253642;
}
input.input {
font-size: 13px;
}
.input .icon {
top: 3px !important;
}
.input input {
height: 40px !important;
font-size: 12px !important;
}
.colors {
display: flex;
margin: 15px 0 10px;
transition: all 0.2s;
}
.colors.true {
pointer-events: none;
opacity: 0.3;
}
.colors > div {
margin: 0 auto;
}
.colors > div label {
padding-left: 0 !important;
padding-right: 0 !important;
}
.colors > div label:hover {
cursor: pointer !important;
}
.colors > div input {
pointer-events: none !important;
}
.colors > div label:before {
margin: 0 !important;
width: 26px;
height: 26px;
border: 1px solid transparent !important;
transition: all 0.2s;
}
.colors > div input:checked+label:before {
background: transparent;
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #000;
}
.colors > div:first-child label:before {
background-color: #FFC555 !important;
}
.colors > div:first-child input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #FFC555;
}
.colors > div:nth-child(2) label:before {
background-color: #FF9139 !important;
}
.colors > div:nth-child(2) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #FF9139;
}
.colors > div:nth-child(3) label:before {
background-color: #F23459 !important;
}
.colors > div:nth-child(3) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #F23459;
}
.colors > div:nth-child(4) label:before {
background-color: #3B64D2 !important;
}
.colors > div:nth-child(4) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #3B64D2;
}
.colors > div:nth-child(5) label:before {
background-color: #1292EE !important;
}
.colors > div:nth-child(5) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #1292EE;
}
.colors > div:nth-child(6) label:before {
background-color: #39AC6E !important;
}
.colors > div:nth-child(6) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #39AC6E;
}
.colors > div:nth-child(7) label:before {
background-color: #6269C5 !important;
}
.colors > div:nth-child(7) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #6269C5;
}
.colors > div:nth-child(8) label:before {
background-color: #D9DCFD !important;
}
.colors > div:nth-child(8) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #D9DCFD;
}
.colors > div:nth-child(9) label:before {
background-color: #7296E1 !important;
}
.colors > div:nth-child(9) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #7296E1;
}
.colors > div:nth-child(10) label:before {
background-color: #C2F0D7 !important;
}
.colors > div:nth-child(10) input:checked+label:before {
box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #C2F0D7;
}
.seticon {
margin-left: auto;
margin-top: 3px;
}
.seticon:hover {
cursor: pointer;
}
.content {
text-align: center;
margin-top: 15px;
}
.username {
position: relative;
display: inline-block;
color: white;
background: #1868FB;
margin: 0 auto;
padding: 16px;
border-radius: 24px 24px 10px 24px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.24);
}
.username.true {
display: inline-block;
color: white !important;
background: #294351 !important;
margin: 0 auto;
padding: 16px;
border-radius: 24px 24px 24px 10px !important;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.24);
}
.username.placeholder {
display: inline-block;
color: #1292EE;
background: #fff;
border: 2px solid #1292EE;
margin: 30px auto 0;
padding: 16px;
border-radius: 24px 24px 10px 24px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.24);
}
.username.blue {
background: #1292EE;
}
.username.green {
background: #39AC6E;
}
.username.yellow {
background: #FFC555;
}
.username.yellow.retro {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), #FFC555;
border: 1px solid #FFC555;
}
.username.yellow.retro:before {
background: #FFFFFF;
opacity: 0.3;
border-radius: 0px 0px 10px 10px;
position: absolute;
width: 100%;
height: 25px;
left: 0px;
top: 0px;
content: "";
z-index: 2;
}
.username.yellow.retro span {
text-shadow: 0px 1px 0px #FFFFFF;
}
.username.orange {
background: #FF9139;
}
.username.red {
background: #F23459;
}
.username.indigo {
background: #3B64D2;
}
.username.purple {
background: #6269C5;
}
.username.lavender {
background: #D9DCFD;
}
.username.whaletail {
background: #7296E1;
}
.username.lime {
background: #C2F0D7;
}
.username.lime span, .username.yellow span, .username.lavender span {
color: #000;
}
.username.lime.true span, .username.yellow.true span, .username.lavender.true span {
color: #fff;
}
.username span {
font-size: 12px;
position: relative;
z-index: 10;
}
.username:hover {
cursor: pointer;
}
.role {
display: block;
font-size: 11px;
color: #253642;
padding: 12px 0;
}
.comment {
display: block;
font-size: 12px;
color: #748494;
}
.comment span {
color: #253642;
}
.icon-component:hover {
cursor: pointer !important;
}
.footer {
position: absolute;
left: 0;
bottom: 0;
height: 53px;
width: 100%;
}
.footer .input {
padding: 0 12px;
z-index: 5;
position: relative;
}
.footer .input input {
background: rgba(0, 0, 0, 0.05);
border-radius: 12px;
border: 0 !important;
padding-right: 102px!important;
}
.footer .input.true input {
background: rgba(0, 0, 0, 0.05) !important;
}
.footer .input input:focus:placeholder-shown, .footer .input input:focus {
outline: 0 !important;
}
.footer .input.yellow input {
background: #FFF9ED;
}
.footer .input.orange input {
background: #FFF4EA;
}
.footer .input.red input {
background: #FEEBEE;
}
.footer .input.indigo input {
background: #EBF0FB;
}
.footer .input.purple input {
background: #EFF0F9;
}
.footer .input.blue input {
background: #E7F4FD;
}
.footer .input.green input {
background: #EBF7F1;
}
.footer .input.lavender input {
background: #F0F1FE;
}
.footer .input.whaletail input {
background: #F1F5FC;
}
.footer .input.lime input {
background: #EDFBF3;
}
.footer button {
border-radius: 8px !important;
}
.footer button:hover {
cursor: pointer;
}
.footer button.yellow {
background: #FFC555;
color: #000;
}
.footer button.orange {
background: #FF9139;
}
.footer button.red {
background: #F23459;
}
.footer button.purple {
background: #6269C5;
}
.footer button.indigo {
background: #3B64D2;
}
.footer button.blue {
background: #1292EE;
}
.footer button.green {
background: #39AC6E;
}
.footer button.lavender {
background: #D9DCFD;
color: #000;
}
.footer button.whaletail {
background: #7296E1;
}
.footer button.lime {
background: #C2F0D7;
color: #000;
}
.footer.true button {
background: #294351 !important;
color: #fff !important;
}
.message-holder {
display: flex;
z-index: 10;
position: absolute;
right: 17px;
top: 4px;
}
.message-holder > div {
border-radius: 6px !important;
}
.message-holder > div, .message-holder > button {
display: flex !important;
}
.message-holder > button {
margin-left: 5px;
}
.emoji {
position: absolute;
right: -4px;
top: -56px;
background: #fff;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.24);
border-radius: 12px;
padding: 6px;
}
.emoji .icon-component {
font-size: 16px !important;
}
.emoji > div {
border-radius: 6px !important;
}
.emoji label {
padding: 0 !important;
margin: 0 !important;
}
.emoji label:hover {
cursor: pointer;
}
.emoji label:before {
border: 0 !important;
width: auto !important;
height: auto !important;
margin: 0 6px !important;
font-size: 16px !important;
}
.emoji > div:first-child label:before {
content: "🦄";
}
.emoji > div:nth-child(2) label:before {
content: "💚";
}
.emoji > div:nth-child(3) label:before {
content: "🙂";
}
.emoji > div:nth-child(4) label:before {
content: "🙁";
}
.emoji > div:nth-child(5) label:before {
content: "👍";
}
.emoji > div:nth-child(6) label:before {
content: "👎";
}
.emoji input:checked+label:before {
background: none !important;
}
.emoji input {
display: none !important;
}
.switch-holder {
display: flex;
} | 0.52975 | 0.127462 |
header{
position: fixed;
box-sizing: border-box;
top: 0;
left: 0;
height: 80px;
width: 100%;
background-color: rgba(0, 76, 255, 0.575);
}
header h1{
font-size: 40px;
font-family: STzhongsong, serif;
font-weight: 900;
text-align: left;
margin:15px 0 0 20px;
}
#userController{
top:0;
right:0;
position:absolute;
width:30%;
height:80px;
color:#d4dbe7;
font-family:Microsoft YaHei;
text-align:right;
font-family: STzhongsong, serif;
}
#userController p{
margin:0px 10px 0 0;
}
main{
position:fixed;
box-sizing: border-box;
top: 130px;
left: 0;
right: 0;
bottom: 0;
box-shadow: 5px 5px 10px inset #838383;
padding: 10px;
font-family: STzhongsong, serif;
background-color: rgb(255, 255, 255);
overflow-y: auto;
}
aside{
position: fixed;
box-sizing: border-box;
top:80px;
left: 0;
width:100%;
height:50px;
box-shadow: 3px 3px 5px inset #838383;
font-family: STzhongsong, serif;
background-color: rgba(145, 145, 145, 0.466);
}
aside ul{
width:100%;
height:100%;
margin:0 5% 0 5%;
padding:0 0 0 0;
}
aside ul li{
margin:15px 0 15px 0;
width:18%;;
float:left;
text-align:center;
list-style-type:none;
}
#errorMsg{
font-family: STzhongsong, serif;
position: absolute;
color:rgb(0, 76, 255);
background-color: #cbcbcb;
padding:10px;
border-left:1px solid green;
border-top:1px solid green;
border-bottom:1px solid green;
border-right:7px solid #c73a48;
}
a{
padding:2px 2px 2px 2px;
}
a:link{
color:rgb(0, 76, 255);
border:2px solid rgba(204, 204, 204, 0.466);
text-decoration:none;
}
a:visited{
color:rgb(0, 76, 255);
border:2px solid rgba(204, 204, 204, 0.466);
text-decoration:none;
}
a:hover{
color:rgba(0, 76, 255, 0.37);
border:2px solid rgb(0, 76, 255);
text-decoration:none;
}
a:active{
color:rgb(0, 76, 255);
text-decoration:none;
}
input[type="submit"],button,#userControllerLoginButton{
height: 30px;
width: 100px;
margin: 2px;
border: 0;
}
input[type="submit"]:hover,button:hover,#userControllerLoginButton:hover{
background-color:#235eb9;
}
input[type="submit"]:active,button:active,#userControllerLoginButton:active{
background-color:#a9a9a9;
}
#main_table{
table-layout: fixed;
width: 100%;
margin:0 0 10px 0;
}
#main_table>tr>td{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border: 1px solid rgba(0, 78, 255, 0.65);
}
#main_table>tr>th{
background-color: rgba(0, 78, 255, 0.65);
}
#main_table .checkbox{
width:25px;
}
#main_page_choose_bar div{
float:left;
}
#page_size{
width:50px;
}
#page_number_bar{
position:absolute;
margin:0 10px 0 0;
right:0;
}
#page_number_bar a{
height: 23px;
margin: 0 5px;
padding: 1px 4px 1px 4px;
border: solid 1px #666;
font-weight: bold;
text-decoration: none;
overflow: hidden;
background-position: 0 -74px;
background-color:rgba(0, 78, 255, 0.65);
cursor: default;
}
textarea,select,input[type="date"]{
width:100%;
resize:none;
}
#return{
position: absolute;
right: 20px;
}
#search{
border: 2px solid rgba(0, 78, 255, 0.22);;
padding:5px;
}
#search > p{
padding:0px;
margin:0px;
width:50%;
display:inline;
text-align:center;
}
#search .title{
display:inline-block;
width:18%;
text-align:right;
padding:0 10px 0 0;
}
#search .content{
box-sizing:border-box;
height:21px;
width:30%;
}
#searchButton{
width:100%;
text-align:center;
}
#divCover{
position:absolute;
width:100%;
height:100%;
left:0%;
top:0%;
filter:opacity(50%);
background-color: #000000;
}
#loginOrRegisterForm{
margin:0px auto;
width:400px;
text-align:right;
}
#login,#register{
position:absolute;
width:400px;
top:100px;
background-color:white;
margin:0px auto;
border:2px solid green;
}
#login{
height:400px;
}
#register{
height:500px;
}
#login h1,#register h1{
font-size: 40px;
font-family:'Times New Roman', Times, serif;
margin: 0px;
padding: 50px;
text-align: center;
color: white;
background-color: #4a74b6;
}
#login fieldset,#register fieldset{
margin:20px 0 20px 0;
border: 0px;
}
#login fieldset label,#register fieldset label{
display:inline-block;
width:100%;
text-align:center;
padding:10px 0 10px 0;
}
#login fieldset label input,#register fieldset label input{
width:80%;
height:30px;
}
#login div,#register div{
text-align: center;
}
#login div input,#register div input{
width:150px;
height:50px;
}
#loginOrRegisterFormChangeFormButton{
position:relative;
right:-110px;
top:140px;
width:50px;
height:50px;
float:right;
background-color:white;
}
#loginOrRegisterFormCloseButton{
position:relative;
right:-56px;
top:90px;
width:50px;
height:50px;
float:right;
background-color:#c73a48;
color:#FFFFFF;
} | src/main/resources/static/css/main.css | header{
position: fixed;
box-sizing: border-box;
top: 0;
left: 0;
height: 80px;
width: 100%;
background-color: rgba(0, 76, 255, 0.575);
}
header h1{
font-size: 40px;
font-family: STzhongsong, serif;
font-weight: 900;
text-align: left;
margin:15px 0 0 20px;
}
#userController{
top:0;
right:0;
position:absolute;
width:30%;
height:80px;
color:#d4dbe7;
font-family:Microsoft YaHei;
text-align:right;
font-family: STzhongsong, serif;
}
#userController p{
margin:0px 10px 0 0;
}
main{
position:fixed;
box-sizing: border-box;
top: 130px;
left: 0;
right: 0;
bottom: 0;
box-shadow: 5px 5px 10px inset #838383;
padding: 10px;
font-family: STzhongsong, serif;
background-color: rgb(255, 255, 255);
overflow-y: auto;
}
aside{
position: fixed;
box-sizing: border-box;
top:80px;
left: 0;
width:100%;
height:50px;
box-shadow: 3px 3px 5px inset #838383;
font-family: STzhongsong, serif;
background-color: rgba(145, 145, 145, 0.466);
}
aside ul{
width:100%;
height:100%;
margin:0 5% 0 5%;
padding:0 0 0 0;
}
aside ul li{
margin:15px 0 15px 0;
width:18%;;
float:left;
text-align:center;
list-style-type:none;
}
#errorMsg{
font-family: STzhongsong, serif;
position: absolute;
color:rgb(0, 76, 255);
background-color: #cbcbcb;
padding:10px;
border-left:1px solid green;
border-top:1px solid green;
border-bottom:1px solid green;
border-right:7px solid #c73a48;
}
a{
padding:2px 2px 2px 2px;
}
a:link{
color:rgb(0, 76, 255);
border:2px solid rgba(204, 204, 204, 0.466);
text-decoration:none;
}
a:visited{
color:rgb(0, 76, 255);
border:2px solid rgba(204, 204, 204, 0.466);
text-decoration:none;
}
a:hover{
color:rgba(0, 76, 255, 0.37);
border:2px solid rgb(0, 76, 255);
text-decoration:none;
}
a:active{
color:rgb(0, 76, 255);
text-decoration:none;
}
input[type="submit"],button,#userControllerLoginButton{
height: 30px;
width: 100px;
margin: 2px;
border: 0;
}
input[type="submit"]:hover,button:hover,#userControllerLoginButton:hover{
background-color:#235eb9;
}
input[type="submit"]:active,button:active,#userControllerLoginButton:active{
background-color:#a9a9a9;
}
#main_table{
table-layout: fixed;
width: 100%;
margin:0 0 10px 0;
}
#main_table>tr>td{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border: 1px solid rgba(0, 78, 255, 0.65);
}
#main_table>tr>th{
background-color: rgba(0, 78, 255, 0.65);
}
#main_table .checkbox{
width:25px;
}
#main_page_choose_bar div{
float:left;
}
#page_size{
width:50px;
}
#page_number_bar{
position:absolute;
margin:0 10px 0 0;
right:0;
}
#page_number_bar a{
height: 23px;
margin: 0 5px;
padding: 1px 4px 1px 4px;
border: solid 1px #666;
font-weight: bold;
text-decoration: none;
overflow: hidden;
background-position: 0 -74px;
background-color:rgba(0, 78, 255, 0.65);
cursor: default;
}
textarea,select,input[type="date"]{
width:100%;
resize:none;
}
#return{
position: absolute;
right: 20px;
}
#search{
border: 2px solid rgba(0, 78, 255, 0.22);;
padding:5px;
}
#search > p{
padding:0px;
margin:0px;
width:50%;
display:inline;
text-align:center;
}
#search .title{
display:inline-block;
width:18%;
text-align:right;
padding:0 10px 0 0;
}
#search .content{
box-sizing:border-box;
height:21px;
width:30%;
}
#searchButton{
width:100%;
text-align:center;
}
#divCover{
position:absolute;
width:100%;
height:100%;
left:0%;
top:0%;
filter:opacity(50%);
background-color: #000000;
}
#loginOrRegisterForm{
margin:0px auto;
width:400px;
text-align:right;
}
#login,#register{
position:absolute;
width:400px;
top:100px;
background-color:white;
margin:0px auto;
border:2px solid green;
}
#login{
height:400px;
}
#register{
height:500px;
}
#login h1,#register h1{
font-size: 40px;
font-family:'Times New Roman', Times, serif;
margin: 0px;
padding: 50px;
text-align: center;
color: white;
background-color: #4a74b6;
}
#login fieldset,#register fieldset{
margin:20px 0 20px 0;
border: 0px;
}
#login fieldset label,#register fieldset label{
display:inline-block;
width:100%;
text-align:center;
padding:10px 0 10px 0;
}
#login fieldset label input,#register fieldset label input{
width:80%;
height:30px;
}
#login div,#register div{
text-align: center;
}
#login div input,#register div input{
width:150px;
height:50px;
}
#loginOrRegisterFormChangeFormButton{
position:relative;
right:-110px;
top:140px;
width:50px;
height:50px;
float:right;
background-color:white;
}
#loginOrRegisterFormCloseButton{
position:relative;
right:-56px;
top:90px;
width:50px;
height:50px;
float:right;
background-color:#c73a48;
color:#FFFFFF;
} | 0.367724 | 0.091951 |
body{
background-color:#eef2c9;
}
.main{
max-width: 640px;
padding: 0;
overflow: hidden;
display: none;
}
.page{
position: relative;
display: none;
}
.page.current{
display: block;
}
.page4{
min-width: 320px;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: url(../img/rank.jpg) no-repeat left top;
background-size: 100% 100%;
}
.t1{
position: absolute;
width: 90%;
left: 0;
right: 0;
top: 5%;
margin: auto;
-webkit-animation: bscale .7s;
-moz-animation: bscale .7s;
animation: bscale .7s;
}
.btnbox{
position: absolute;
bottom: 11%;
left: 0;
right: 0;
margin: auto;
}
.btnbox .lr_1{
width: 50%;
margin: 5% auto;
}
.btnbox a{
display: block;
text-align: center;
}
.btnbox a img{
display: block;
}
.page3 .btnbox{
width: 90%;
bottom: 22%;
}
.page3 .btnbox .lr_1{
width: 27%;
margin: 0 3.16%;
}
.page4 .btnbox{
width: 89%;
bottom: 12%;
}
.page4 .btnbox .lr_1{
width: 40%;
margin: 0 5%;
}
.building{
position: absolute;
top: 41%;
left: 0;
width: 100%;
overflow: hidden;
}
.buildingBg{
display: block;
width: 100%;
}
.buildingOn{
position: absolute;
left: -100%;
bottom: -2%;
width: 200%;
height: 100%;
background: url(../img/buildingOn.png) repeat-x left bottom;
background-size: 50% auto;
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
-webkit-transform:translate3d(0, 0, 0);
-webkit-animation: buildingOn 2.5s linear infinite;
-moz-animation: buildingOn 2.5s linear infinite;
animation: buildingOn 2.5s linear infinite;
}
.car{
position: absolute;
left: 0;
right: 0;
bottom: 2%;
width: 21%;
margin: auto;
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
-webkit-transform:translate3d(0, 0, 0);
-webkit-animation: car .3s linear infinite alternate;
-moz-animation: car .3s linear infinite alternate;
animation: car .3s linear infinite alternate;
}
.phone{
position: absolute;
bottom: 0;
width: 100%;
left: 0;
background-color: rgba(0,0,0,.5);
color: #fff;
line-height: 2rem;
text-align: center;
font-size: 1rem;
}
.phone img{
width: 40%;
margin: 10px auto;
}
#btn_action{
position: absolute;
-webkit-transform: translateY(-110%);
-moz-transform: translateY(-110%);
transform: translateY(-110%);
}
#canvas{
display: block;
height: 100%;
margin: 0 auto;
}
.babyEnd{
position: absolute;
top: 12%;
left: 0;
right: 0;
margin: auto;
width: 74%;
-webkit-animation: bscale .7s;
-moz-animation: bscale .7s;
animation: bscale .7s;
}
.showBox{
position: absolute;
left: 0;
right: 0;
margin: auto;
width: 70%;
text-align: center;
line-height: 3rem;
background-color: #4bc9ff;
border-radius: 7px;
color: #333;
font-size: 1rem;
}
.distance{
top: 45%;
}
.time{
top: 55%;
}
.showBox span{
font-family: georgiab;
font-size: .8rem;
color: #fff000;
}
#xl_loading_i{
margin-bottom:10px;
margin-top:10px;
}
#xl_loading_p{
text-align: center;
font-size: .5rem;
color:white;
}
.xl_loding_show{
display:block!important;
opacity:1!important;
}
.addScore_txt{
color: #f7de36;
position: absolute;
left: 100%;
top: 1.8rem;
font-weight: bold;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
-webkit-animation: love 1.5s ease-in-out forwards;
-moz-animation: love 1.5s ease-in-out forwards;
animation: love 1.5s ease-in-out forwards;
font-size: 1rem;
}
.addScore_num{
font-size: .5rem;
font-family: georgiab;
}
.myScore{
position: relative;
top: 23%;
margin: 0 auto;
width: 80%;
background-color: #f0a832;
border-radius: 7px;
padding: 2rem 0 1rem;
}
.myScore .man{
position: absolute;
left: 0;
right: 0;
top: -105px;
margin: auto;
}
.myScore>div{
line-height: 3rem;
font-size: 2rem;
text-align: center;
}
.myScore span{
font-family: georgiab;
color: #f7de36;
font-size: 1.3rem;
margin : 0 1rem;
}
.rank{
position: absolute;
width: 83%;
left: 0;
right: 0;
margin: auto;
top: 27%;
line-height: 2rem;
height: 52%;
overflow-x:hidden;
overflow-y:auto;
}
.rank ul{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.rank li{
padding-bottom: 3px;
border-bottom: #fff 1px solid;
margin-bottom: 3px;
line-height: 1.5rem;
font-family: georgiab;
}
.rank li span{
display: inline-block;
float: none;
text-align: center;
line-height: 2rem;
}
.rank_score , .rank_num{
font-size: .5rem;
font-family: georgiab;
}
.rank .rank_num{
width: 25%;
}
.rank .rank_score{
width: 25%;
color: #FFF000;
}
.rank_title{
border-color: #e46613;
}
.rank_title span{
font-size:1rem;
color: #e46613;
}
.rank_name{
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
vertical-align: bottom;
width: 50%;
}
/* anim */
@-webkit-keyframes buildingOn {
0%{
left: -100%;
}
100%{
left: 0;
}
}
@-moz-keyframes buildingOn {
0%{
left: -100%;
}
100%{
left: 0;
}
}
@keyframes buildingOn {
0%{
left: -100%;
}
100%{
left: 0;
}
}
@-webkit-keyframes car {
0%{
bottom: 2%;
}
100%{
bottom: 1.5%;
}
}
@-moz-keyframes car {
0%{
bottom: 2%;
}
100%{
bottom: 1.5%;
}
}
@keyframes car {
0%{
bottom: 2%;
}
100%{
bottom: 1.5%;
}
}
@-webkit-keyframes scale {
0%{
-webkit-transform : scale(1.5);
opacity: .5;
visibility: visible;
}
100%{
-webkit-transform : scale(1);
opacity: 1;
visibility: visible;
}
}
@-moz-keyframes scale {
0%{
-moz-transform : scale(1.5);
opacity: .5;
visibility: visible;
}
100%{
-moz-transform : scale(1);
opacity: 1;
visibility: visible;
}
}
@keyframes scale {
0%{
transform : scale(1.5);
opacity: .5;
visibility: visible;
}
100%{
transform : scale(1);
opacity: 1;
visibility: visible;
}
}
@-webkit-keyframes bscale {
0%{
-webkit-transform : scale(.1);
opacity: .5;
visibility: visible;
}
100%{
-webkit-transform : scale(1);
opacity: 1;
visibility: visible;
}
}
@-moz-keyframes bscale {
0%{
-moz-transform : scale(.1);
opacity: .5;
visibility: visible;
}
100%{
-moz-transform : scale(1);
opacity: 1;
visibility: visible;
}
}
@keyframes bscale {
0%{
transform : scale(.1);
opacity: .5;
visibility: visible;
}
100%{
transform : scale(1);
opacity: 1;
visibility: visible;
}
}
@-webkit-keyframes love {
0%{
-webkit-transform:translateY(0) scale(.3);
opacity: .3;
visibility: visible;
}
50%{
-webkit-transform:translateY(-100%) scale(1);
opacity: 1;
visibility: visible;
}
80%{
-webkit-transform:translateY(-100%) scale(1);
opacity: 1;
visibility: visible;
}
100%{
-webkit-transform:translateY(-120%) scale(1.2);
opacity: 0;
visibility: visible;
}
}
@-moz-keyframes love {
0%{
-moz-transform:translateY(0) scale(.3);
opacity: .3;
visibility: visible;
}
50%{
-moz-transform:translateY(-100%) scale(1);
opacity: 1;
visibility: visible;
}
80%{
-moz-transform:translateY(-100%) scale(1);
opacity: 1;
visibility: visible;
}
100%{
-moz-transform:translateY(-120%) scale(1.2);
opacity: 0;
visibility: visible;
}
}
@keyframes love {
0%{
transform:translateY(0) scale(.3);
opacity: .3;
visibility: visible;
}
50%{
transform:translateY(-100%) scale(1);
opacity: 1;
visibility: visible;
}
80%{
transform:translateY(-100%) scale(1);
opacity: 1;
visibility: visible;
}
100%{
transform:translateY(-120%) scale(1.2);
opacity: 0;
visibility: visible;
}
} | babygo/css/main.css | body{
background-color:#eef2c9;
}
.main{
max-width: 640px;
padding: 0;
overflow: hidden;
display: none;
}
.page{
position: relative;
display: none;
}
.page.current{
display: block;
}
.page4{
min-width: 320px;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: url(../img/rank.jpg) no-repeat left top;
background-size: 100% 100%;
}
.t1{
position: absolute;
width: 90%;
left: 0;
right: 0;
top: 5%;
margin: auto;
-webkit-animation: bscale .7s;
-moz-animation: bscale .7s;
animation: bscale .7s;
}
.btnbox{
position: absolute;
bottom: 11%;
left: 0;
right: 0;
margin: auto;
}
.btnbox .lr_1{
width: 50%;
margin: 5% auto;
}
.btnbox a{
display: block;
text-align: center;
}
.btnbox a img{
display: block;
}
.page3 .btnbox{
width: 90%;
bottom: 22%;
}
.page3 .btnbox .lr_1{
width: 27%;
margin: 0 3.16%;
}
.page4 .btnbox{
width: 89%;
bottom: 12%;
}
.page4 .btnbox .lr_1{
width: 40%;
margin: 0 5%;
}
.building{
position: absolute;
top: 41%;
left: 0;
width: 100%;
overflow: hidden;
}
.buildingBg{
display: block;
width: 100%;
}
.buildingOn{
position: absolute;
left: -100%;
bottom: -2%;
width: 200%;
height: 100%;
background: url(../img/buildingOn.png) repeat-x left bottom;
background-size: 50% auto;
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
-webkit-transform:translate3d(0, 0, 0);
-webkit-animation: buildingOn 2.5s linear infinite;
-moz-animation: buildingOn 2.5s linear infinite;
animation: buildingOn 2.5s linear infinite;
}
.car{
position: absolute;
left: 0;
right: 0;
bottom: 2%;
width: 21%;
margin: auto;
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
-webkit-transform:translate3d(0, 0, 0);
-webkit-animation: car .3s linear infinite alternate;
-moz-animation: car .3s linear infinite alternate;
animation: car .3s linear infinite alternate;
}
.phone{
position: absolute;
bottom: 0;
width: 100%;
left: 0;
background-color: rgba(0,0,0,.5);
color: #fff;
line-height: 2rem;
text-align: center;
font-size: 1rem;
}
.phone img{
width: 40%;
margin: 10px auto;
}
#btn_action{
position: absolute;
-webkit-transform: translateY(-110%);
-moz-transform: translateY(-110%);
transform: translateY(-110%);
}
#canvas{
display: block;
height: 100%;
margin: 0 auto;
}
.babyEnd{
position: absolute;
top: 12%;
left: 0;
right: 0;
margin: auto;
width: 74%;
-webkit-animation: bscale .7s;
-moz-animation: bscale .7s;
animation: bscale .7s;
}
.showBox{
position: absolute;
left: 0;
right: 0;
margin: auto;
width: 70%;
text-align: center;
line-height: 3rem;
background-color: #4bc9ff;
border-radius: 7px;
color: #333;
font-size: 1rem;
}
.distance{
top: 45%;
}
.time{
top: 55%;
}
.showBox span{
font-family: georgiab;
font-size: .8rem;
color: #fff000;
}
#xl_loading_i{
margin-bottom:10px;
margin-top:10px;
}
#xl_loading_p{
text-align: center;
font-size: .5rem;
color:white;
}
.xl_loding_show{
display:block!important;
opacity:1!important;
}
.addScore_txt{
color: #f7de36;
position: absolute;
left: 100%;
top: 1.8rem;
font-weight: bold;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
-webkit-animation: love 1.5s ease-in-out forwards;
-moz-animation: love 1.5s ease-in-out forwards;
animation: love 1.5s ease-in-out forwards;
font-size: 1rem;
}
.addScore_num{
font-size: .5rem;
font-family: georgiab;
}
.myScore{
position: relative;
top: 23%;
margin: 0 auto;
width: 80%;
background-color: #f0a832;
border-radius: 7px;
padding: 2rem 0 1rem;
}
.myScore .man{
position: absolute;
left: 0;
right: 0;
top: -105px;
margin: auto;
}
.myScore>div{
line-height: 3rem;
font-size: 2rem;
text-align: center;
}
.myScore span{
font-family: georgiab;
color: #f7de36;
font-size: 1.3rem;
margin : 0 1rem;
}
.rank{
position: absolute;
width: 83%;
left: 0;
right: 0;
margin: auto;
top: 27%;
line-height: 2rem;
height: 52%;
overflow-x:hidden;
overflow-y:auto;
}
.rank ul{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.rank li{
padding-bottom: 3px;
border-bottom: #fff 1px solid;
margin-bottom: 3px;
line-height: 1.5rem;
font-family: georgiab;
}
.rank li span{
display: inline-block;
float: none;
text-align: center;
line-height: 2rem;
}
.rank_score , .rank_num{
font-size: .5rem;
font-family: georgiab;
}
.rank .rank_num{
width: 25%;
}
.rank .rank_score{
width: 25%;
color: #FFF000;
}
.rank_title{
border-color: #e46613;
}
.rank_title span{
font-size:1rem;
color: #e46613;
}
.rank_name{
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
vertical-align: bottom;
width: 50%;
}
/* anim */
@-webkit-keyframes buildingOn {
0%{
left: -100%;
}
100%{
left: 0;
}
}
@-moz-keyframes buildingOn {
0%{
left: -100%;
}
100%{
left: 0;
}
}
@keyframes buildingOn {
0%{
left: -100%;
}
100%{
left: 0;
}
}
@-webkit-keyframes car {
0%{
bottom: 2%;
}
100%{
bottom: 1.5%;
}
}
@-moz-keyframes car {
0%{
bottom: 2%;
}
100%{
bottom: 1.5%;
}
}
@keyframes car {
0%{
bottom: 2%;
}
100%{
bottom: 1.5%;
}
}
@-webkit-keyframes scale {
0%{
-webkit-transform : scale(1.5);
opacity: .5;
visibility: visible;
}
100%{
-webkit-transform : scale(1);
opacity: 1;
visibility: visible;
}
}
@-moz-keyframes scale {
0%{
-moz-transform : scale(1.5);
opacity: .5;
visibility: visible;
}
100%{
-moz-transform : scale(1);
opacity: 1;
visibility: visible;
}
}
@keyframes scale {
0%{
transform : scale(1.5);
opacity: .5;
visibility: visible;
}
100%{
transform : scale(1);
opacity: 1;
visibility: visible;
}
}
@-webkit-keyframes bscale {
0%{
-webkit-transform : scale(.1);
opacity: .5;
visibility: visible;
}
100%{
-webkit-transform : scale(1);
opacity: 1;
visibility: visible;
}
}
@-moz-keyframes bscale {
0%{
-moz-transform : scale(.1);
opacity: .5;
visibility: visible;
}
100%{
-moz-transform : scale(1);
opacity: 1;
visibility: visible;
}
}
@keyframes bscale {
0%{
transform : scale(.1);
opacity: .5;
visibility: visible;
}
100%{
transform : scale(1);
opacity: 1;
visibility: visible;
}
}
@-webkit-keyframes love {
0%{
-webkit-transform:translateY(0) scale(.3);
opacity: .3;
visibility: visible;
}
50%{
-webkit-transform:translateY(-100%) scale(1);
opacity: 1;
visibility: visible;
}
80%{
-webkit-transform:translateY(-100%) scale(1);
opacity: 1;
visibility: visible;
}
100%{
-webkit-transform:translateY(-120%) scale(1.2);
opacity: 0;
visibility: visible;
}
}
@-moz-keyframes love {
0%{
-moz-transform:translateY(0) scale(.3);
opacity: .3;
visibility: visible;
}
50%{
-moz-transform:translateY(-100%) scale(1);
opacity: 1;
visibility: visible;
}
80%{
-moz-transform:translateY(-100%) scale(1);
opacity: 1;
visibility: visible;
}
100%{
-moz-transform:translateY(-120%) scale(1.2);
opacity: 0;
visibility: visible;
}
}
@keyframes love {
0%{
transform:translateY(0) scale(.3);
opacity: .3;
visibility: visible;
}
50%{
transform:translateY(-100%) scale(1);
opacity: 1;
visibility: visible;
}
80%{
transform:translateY(-100%) scale(1);
opacity: 1;
visibility: visible;
}
100%{
transform:translateY(-120%) scale(1.2);
opacity: 0;
visibility: visible;
}
} | 0.486088 | 0.0545 |
body {
background-color: white;
}
body::after { /*pseudoelemento que vem depois(vai lá pra baixo do conteudo html)*/
content: ""; /*esse é o pseudoelemento*/
/* position: fixed; deixa a posição fixa para mexer depois ajustar onde ele deve ficar com top, right,... */
position: absolute;
background: #f0f0f5;
/* top: 250px; */
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 16rem;
z-index: -1; /*z é o campo de profundidade. Com -1 manda o atributo pra baixo(na profundidade) ou seja, pro fundo*/
}
#page-search-results {
width: 90%;
max-width: 1100px;
margin: 0 auto; /*em cima e embaixo 0 e lados seja preenchido automaticamente (alinhamento da caixa pelo lado de fora)*/
}
#page-search-results header {
margin-top: 48px;
display: flex;
justify-content: space-between; /*joga um cara pra um lado, coloca um espação no meio e joga outro cara pro outro lado*/
align-items: center;
}
#page-search-results header a {
color: var(--tittle-color);
font-weight: bold;
display: flex;
align-items: center;
}
#page-search-results header a span{
margin-right: 16px;
background-image: url('../assets/arrow-left.svg');
display: flex;
width: 20px;
height: 24px;
}
main {
margin: 48px;
}
main h4 {
font-weight: normal;
font-family: Roboto, sans-serif;
margin-bottom: 32px;
}
main .cards {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 24px; /*distancia(margem) entre linhas e colunas do grid*/
}
main .card img {
width: 100%;
height: 150px;
object-fit: cover; /*ao invés de esticar a imagem pra preencher o espaço dela, vai preencher o espaço com a imagem(ou diminuindo conteúdo na vertical da imagem, que é no nosso caso, ou na horizontal)*/
border-radius: 8px 8px 0 0;
}
main .card h1 {
margin-top: 32px;
font-size: 36px;
line-height: 41px;
color: #322153;
}
main .card h3 {
margin: 24px 0;
font-family: Roboto;
font-weight: bold;
font-size: 24px;
line-height: 34px;
color: var(--primary-color);
}
main .card p {
font-size: 16px;
line-height: 26px;
color: #6C6C80;
} | public/styles/search-results.css | body {
background-color: white;
}
body::after { /*pseudoelemento que vem depois(vai lá pra baixo do conteudo html)*/
content: ""; /*esse é o pseudoelemento*/
/* position: fixed; deixa a posição fixa para mexer depois ajustar onde ele deve ficar com top, right,... */
position: absolute;
background: #f0f0f5;
/* top: 250px; */
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 16rem;
z-index: -1; /*z é o campo de profundidade. Com -1 manda o atributo pra baixo(na profundidade) ou seja, pro fundo*/
}
#page-search-results {
width: 90%;
max-width: 1100px;
margin: 0 auto; /*em cima e embaixo 0 e lados seja preenchido automaticamente (alinhamento da caixa pelo lado de fora)*/
}
#page-search-results header {
margin-top: 48px;
display: flex;
justify-content: space-between; /*joga um cara pra um lado, coloca um espação no meio e joga outro cara pro outro lado*/
align-items: center;
}
#page-search-results header a {
color: var(--tittle-color);
font-weight: bold;
display: flex;
align-items: center;
}
#page-search-results header a span{
margin-right: 16px;
background-image: url('../assets/arrow-left.svg');
display: flex;
width: 20px;
height: 24px;
}
main {
margin: 48px;
}
main h4 {
font-weight: normal;
font-family: Roboto, sans-serif;
margin-bottom: 32px;
}
main .cards {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 24px; /*distancia(margem) entre linhas e colunas do grid*/
}
main .card img {
width: 100%;
height: 150px;
object-fit: cover; /*ao invés de esticar a imagem pra preencher o espaço dela, vai preencher o espaço com a imagem(ou diminuindo conteúdo na vertical da imagem, que é no nosso caso, ou na horizontal)*/
border-radius: 8px 8px 0 0;
}
main .card h1 {
margin-top: 32px;
font-size: 36px;
line-height: 41px;
color: #322153;
}
main .card h3 {
margin: 24px 0;
font-family: Roboto;
font-weight: bold;
font-size: 24px;
line-height: 34px;
color: var(--primary-color);
}
main .card p {
font-size: 16px;
line-height: 26px;
color: #6C6C80;
} | 0.398758 | 0.08374 |
.section3 .hiuser{
padding: 40px;
background: #3399cc!important;
background: -webkit-linear-gradient(legacy-direction(-45deg),#29276b,#716aca)!important;
background: linear-gradient(-45deg,#0077B2,#3399cc)!important;
color: #fff;
line-height: 3;
}
.section3 .hiuser h3,.section3 .hiuser h3 span{color: #fff}
.section3 .hiuser p{
color: #ffffffc7;
}
.section3 .flex-container{
width: 95%;
margin: -45px auto 0;
}
.section3 .flex-container a[name="dang ky"]{
background: #fff;
border: none;
border-radius: 5px;
padding: .575rem 25px;
color: #2993c7;
margin-bottom: 30px;
box-shadow: 1px 1px 5px #000000bf;
text-decoration: none;
}
.section3 .flex-container .member .delete{display: none;}
.section3 .flex-container .member .delete .overplay{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000bd;
}
.section3 .flex-container .member .delete .choice-delete{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
padding: 50px;
border-radius: 5px;
}
.section3 .flex-container .member .delete .choice-delete i{
position: absolute;
right: 20px;
top: 20px;
font-size: 20px;
color: #39c;
}
.section3 .flex-container .member .delete .choice-delete button{
color: #fff;
margin-top: 10px;
background: #f10000;
padding: 8px 18px;
font-size: 16px;
}
.section3 .flex-container .member .delete .choice-delete button:hover{box-shadow: 1px 1px 5px #000000a3;}
.section3 .flex-container .member .delete .choice-delete button:last-child{background: #39c}
.section3 .flex-container a[name="dang ky"]:hover{box-shadow: none;}
.section3 .flex-container .member{text-align: center;}
.section3 .flex-container .member table {width: 100% !important;padding: 30px 0;}
.section3 .flex-container .member table .name-row{height: 40px;background: #41b5ff;font-weight: 500; color: #fff}
.section3 .flex-container .member table .name-row th{padding-top: 8px;}
.section3 .flex-container .member table tbody tr{background: #fff;}
.section3 .flex-container .member table tbody tr:nth-child(even){background: #ffffff6b;}
.section3 .flex-container .member table tbody tr td{padding: 5px 0;}
.section3 .flex-container .member table tbody tr td textarea{
padding: 5px;
border-radius: 5px;
border: 1px solid #39c;
}
.section3 .flex-container .member table tbody tr td button{
-moz-box-shadow: 0px 10px 7px -7px #276873;
-webkit-box-shadow: 0px 10px 7px -7px #276873;
box-shadow: 0px 10px 7px -7px #276873;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
background: -moz-linear-gradient(top, #41b5ff 5%, #1887be 100%);
background: -webkit-linear-gradient(top, #41b5ff 5%, #1887be 100%);
background: -o-linear-gradient(top, #41b5ff 5%, #1887be 100%);
background: -ms-linear-gradient(top, #41b5ff 5%, #1887be 100%);
background: linear-gradient(to bottom, #41b5ff 5%, #1887be 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
background-color: #599bb3;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
color: #ffffff;
font-weight: bold;
padding: 7px 32px;
border: none;
}
.section3 .flex-container .member table tbody tr td button[name=save]{display: none;} | assets/css/list_style.css | .section3 .hiuser{
padding: 40px;
background: #3399cc!important;
background: -webkit-linear-gradient(legacy-direction(-45deg),#29276b,#716aca)!important;
background: linear-gradient(-45deg,#0077B2,#3399cc)!important;
color: #fff;
line-height: 3;
}
.section3 .hiuser h3,.section3 .hiuser h3 span{color: #fff}
.section3 .hiuser p{
color: #ffffffc7;
}
.section3 .flex-container{
width: 95%;
margin: -45px auto 0;
}
.section3 .flex-container a[name="dang ky"]{
background: #fff;
border: none;
border-radius: 5px;
padding: .575rem 25px;
color: #2993c7;
margin-bottom: 30px;
box-shadow: 1px 1px 5px #000000bf;
text-decoration: none;
}
.section3 .flex-container .member .delete{display: none;}
.section3 .flex-container .member .delete .overplay{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000bd;
}
.section3 .flex-container .member .delete .choice-delete{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
padding: 50px;
border-radius: 5px;
}
.section3 .flex-container .member .delete .choice-delete i{
position: absolute;
right: 20px;
top: 20px;
font-size: 20px;
color: #39c;
}
.section3 .flex-container .member .delete .choice-delete button{
color: #fff;
margin-top: 10px;
background: #f10000;
padding: 8px 18px;
font-size: 16px;
}
.section3 .flex-container .member .delete .choice-delete button:hover{box-shadow: 1px 1px 5px #000000a3;}
.section3 .flex-container .member .delete .choice-delete button:last-child{background: #39c}
.section3 .flex-container a[name="dang ky"]:hover{box-shadow: none;}
.section3 .flex-container .member{text-align: center;}
.section3 .flex-container .member table {width: 100% !important;padding: 30px 0;}
.section3 .flex-container .member table .name-row{height: 40px;background: #41b5ff;font-weight: 500; color: #fff}
.section3 .flex-container .member table .name-row th{padding-top: 8px;}
.section3 .flex-container .member table tbody tr{background: #fff;}
.section3 .flex-container .member table tbody tr:nth-child(even){background: #ffffff6b;}
.section3 .flex-container .member table tbody tr td{padding: 5px 0;}
.section3 .flex-container .member table tbody tr td textarea{
padding: 5px;
border-radius: 5px;
border: 1px solid #39c;
}
.section3 .flex-container .member table tbody tr td button{
-moz-box-shadow: 0px 10px 7px -7px #276873;
-webkit-box-shadow: 0px 10px 7px -7px #276873;
box-shadow: 0px 10px 7px -7px #276873;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
background: -moz-linear-gradient(top, #41b5ff 5%, #1887be 100%);
background: -webkit-linear-gradient(top, #41b5ff 5%, #1887be 100%);
background: -o-linear-gradient(top, #41b5ff 5%, #1887be 100%);
background: -ms-linear-gradient(top, #41b5ff 5%, #1887be 100%);
background: linear-gradient(to bottom, #41b5ff 5%, #1887be 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
background-color: #599bb3;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
color: #ffffff;
font-weight: bold;
padding: 7px 32px;
border: none;
}
.section3 .flex-container .member table tbody tr td button[name=save]{display: none;} | 0.259263 | 0.048903 |
body, .wrapper {
height: 100vh
}
.register-container {
display: flex;
align-items: center;
height: 100%;
}
.register {
background: -webkit-linear-gradient(left, #3931af, #00c6ff);
/*margin-top: 1.5%;*/
padding: 3%;
/*align-items: center;align-content: center;*/
border-radius: 4px;
box-shadow: 5px 5px 10px 0px #ddd;
}
.register-left {
text-align: center;
color: #fff;
margin-top: 4%;
}
.register-left a.btn.btn-link {
border: none;
border-radius: 1.5rem;
padding: 2%;
width: 60%;
background: #f8f9fa;
font-weight: bold;
color: #383d41;
margin-top: 30%;
margin-bottom: 3%;
cursor: pointer;
}
.register-right {
background: #ddd;
border-top-left-radius: 10% 50%;
border-bottom-left-radius: 10% 50%;
/*margin-top: 4%;*/
}
.register-left img {
margin-top: 15%;
margin-bottom: 5%;
width: 25%;
-webkit-animation: mover 2s infinite alternate;
animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-20px);
}
}
@keyframes mover {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-20px);
}
}
.register-left p {
font-weight: lighter;
padding: 12%;
margin-top: -9%;
}
.register .register-form {
padding: 10%;
margin-top: 10%;
}
.btnRegister {
float: right;
margin-top: 10%;
border: none;
border-radius: 1.5rem;
padding: 2%;
background: #0062cc;
color: #fff;
font-weight: 600;
width: 50%;
cursor: pointer;
}
.register .nav-tabs {
margin-top: 3%;
border: none;
background: #0062cc;
border-radius: 1.5rem;
width: 28%;
float: right;
}
.register .nav-tabs .nav-link {
padding: 2%;
height: 34px;
font-weight: 600;
color: #fff;
border-top-right-radius: 1.5rem;
border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover {
border: none;
}
.register .nav-tabs .nav-link.active {
width: 100px;
color: #0062cc;
border: 2px solid #0062cc;
border-top-left-radius: 1.5rem;
border-bottom-left-radius: 1.5rem;
}
.register-heading {
/*text-align: center;*/
margin-top: 8%;
margin-bottom: -15%;
color: #495057;
padding-left: 10%;
font-size: 1.45rem;
}
.form-group.has-error>.form-control {
border: 1px solid red !important;
}
.login {
max-width: 360px;
background: #f9f9f9;
border-radius: 2px;
margin: 0 auto;
width: 360px;
padding: 45px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.login-container {
width: 100%;
height: 100vh;
display: flex;
align-content: center;
align-items: center;
}
.fadeIn {
animation: fadein 0.5s;
-moz-animation: fadein 0.5s;
/* Firefox */
-webkit-animation: fadein 0.5s;
/* Safari and Chrome */
-o-animation: fadein 0.5s;
/* Opera */
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-moz-keyframes fadein {
/* Firefox */
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadein {
/* Safari and Chrome */
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-o-keyframes fadein {
/* Opera */
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.form-control {
font-size: 14px;
display: block;
width: 100%;
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#toast.alert {
padding: 0px!important;
}
#toast {
visibility: hidden;
max-width: 50px;
height: 50px;
margin: auto;
text-align: center;
border-radius: 2px;
position: fixed;
z-index: 1;
left: 0;
right: 0;
bottom: 30px;
white-space: nowrap;
overflow: hidden;
}
#toast.alert-danger {
color: #a94442!important;
background-color: #f2dede;
border-color: #f2dede;
}
#toast.alert-danger #img {
background-color: #721c24;
}
#toast #img {
width: 50px;
height: 50px;
float: left;
padding-top: 15px;
padding-bottom: 15px;
box-sizing: border-box;
color: #fff;
}
#toast #desc {
padding: 15px;
overflow: hidden;
white-space: nowrap;
}
#toast.show {
visibility: visible;
/*-webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 10s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, expand 0.5s 0.5s, stay 10s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;*/
-webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 10s 1s;
animation: fadein 0.5s, expand 0.5s 0.5s, stay 10s 1s;
}
@-webkit-keyframes fadein {
from {
bottom: 0;
opacity: 0;
}
to {
bottom: 30px;
opacity: 1;
}
}
@keyframes fadein {
from {
bottom: 0;
opacity: 0;
}
to {
bottom: 30px;
opacity: 1;
}
}
@-webkit-keyframes expand {
from {
min-width: 50px
}
to {
min-width: 350px
}
}
@keyframes expand {
from {
min-width: 50px
}
to {
min-width: 350px
}
}
@-webkit-keyframes stay {
from {
min-width: 350px
}
to {
min-width: 350px
}
}
@keyframes stay {
from {
min-width: 350px
}
to {
min-width: 350px
}
}
@-webkit-keyframes shrink {
from {
min-width: 350px;
}
to {
min-width: 50px;
}
}
@keyframes shrink {
from {
min-width: 350px;
}
to {
min-width: 50px;
}
}
@-webkit-keyframes fadeout {
from {
bottom: 30px;
opacity: 1;
}
to {
bottom: 60px;
opacity: 0;
}
}
@keyframes fadeout {
from {
bottom: 30px;
opacity: 1;
}
to {
bottom: 60px;
opacity: 0;
}
} | src/assets/css/style.css | body, .wrapper {
height: 100vh
}
.register-container {
display: flex;
align-items: center;
height: 100%;
}
.register {
background: -webkit-linear-gradient(left, #3931af, #00c6ff);
/*margin-top: 1.5%;*/
padding: 3%;
/*align-items: center;align-content: center;*/
border-radius: 4px;
box-shadow: 5px 5px 10px 0px #ddd;
}
.register-left {
text-align: center;
color: #fff;
margin-top: 4%;
}
.register-left a.btn.btn-link {
border: none;
border-radius: 1.5rem;
padding: 2%;
width: 60%;
background: #f8f9fa;
font-weight: bold;
color: #383d41;
margin-top: 30%;
margin-bottom: 3%;
cursor: pointer;
}
.register-right {
background: #ddd;
border-top-left-radius: 10% 50%;
border-bottom-left-radius: 10% 50%;
/*margin-top: 4%;*/
}
.register-left img {
margin-top: 15%;
margin-bottom: 5%;
width: 25%;
-webkit-animation: mover 2s infinite alternate;
animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-20px);
}
}
@keyframes mover {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-20px);
}
}
.register-left p {
font-weight: lighter;
padding: 12%;
margin-top: -9%;
}
.register .register-form {
padding: 10%;
margin-top: 10%;
}
.btnRegister {
float: right;
margin-top: 10%;
border: none;
border-radius: 1.5rem;
padding: 2%;
background: #0062cc;
color: #fff;
font-weight: 600;
width: 50%;
cursor: pointer;
}
.register .nav-tabs {
margin-top: 3%;
border: none;
background: #0062cc;
border-radius: 1.5rem;
width: 28%;
float: right;
}
.register .nav-tabs .nav-link {
padding: 2%;
height: 34px;
font-weight: 600;
color: #fff;
border-top-right-radius: 1.5rem;
border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover {
border: none;
}
.register .nav-tabs .nav-link.active {
width: 100px;
color: #0062cc;
border: 2px solid #0062cc;
border-top-left-radius: 1.5rem;
border-bottom-left-radius: 1.5rem;
}
.register-heading {
/*text-align: center;*/
margin-top: 8%;
margin-bottom: -15%;
color: #495057;
padding-left: 10%;
font-size: 1.45rem;
}
.form-group.has-error>.form-control {
border: 1px solid red !important;
}
.login {
max-width: 360px;
background: #f9f9f9;
border-radius: 2px;
margin: 0 auto;
width: 360px;
padding: 45px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.login-container {
width: 100%;
height: 100vh;
display: flex;
align-content: center;
align-items: center;
}
.fadeIn {
animation: fadein 0.5s;
-moz-animation: fadein 0.5s;
/* Firefox */
-webkit-animation: fadein 0.5s;
/* Safari and Chrome */
-o-animation: fadein 0.5s;
/* Opera */
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-moz-keyframes fadein {
/* Firefox */
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadein {
/* Safari and Chrome */
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-o-keyframes fadein {
/* Opera */
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.form-control {
font-size: 14px;
display: block;
width: 100%;
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#toast.alert {
padding: 0px!important;
}
#toast {
visibility: hidden;
max-width: 50px;
height: 50px;
margin: auto;
text-align: center;
border-radius: 2px;
position: fixed;
z-index: 1;
left: 0;
right: 0;
bottom: 30px;
white-space: nowrap;
overflow: hidden;
}
#toast.alert-danger {
color: #a94442!important;
background-color: #f2dede;
border-color: #f2dede;
}
#toast.alert-danger #img {
background-color: #721c24;
}
#toast #img {
width: 50px;
height: 50px;
float: left;
padding-top: 15px;
padding-bottom: 15px;
box-sizing: border-box;
color: #fff;
}
#toast #desc {
padding: 15px;
overflow: hidden;
white-space: nowrap;
}
#toast.show {
visibility: visible;
/*-webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 10s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, expand 0.5s 0.5s, stay 10s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;*/
-webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 10s 1s;
animation: fadein 0.5s, expand 0.5s 0.5s, stay 10s 1s;
}
@-webkit-keyframes fadein {
from {
bottom: 0;
opacity: 0;
}
to {
bottom: 30px;
opacity: 1;
}
}
@keyframes fadein {
from {
bottom: 0;
opacity: 0;
}
to {
bottom: 30px;
opacity: 1;
}
}
@-webkit-keyframes expand {
from {
min-width: 50px
}
to {
min-width: 350px
}
}
@keyframes expand {
from {
min-width: 50px
}
to {
min-width: 350px
}
}
@-webkit-keyframes stay {
from {
min-width: 350px
}
to {
min-width: 350px
}
}
@keyframes stay {
from {
min-width: 350px
}
to {
min-width: 350px
}
}
@-webkit-keyframes shrink {
from {
min-width: 350px;
}
to {
min-width: 50px;
}
}
@keyframes shrink {
from {
min-width: 350px;
}
to {
min-width: 50px;
}
}
@-webkit-keyframes fadeout {
from {
bottom: 30px;
opacity: 1;
}
to {
bottom: 60px;
opacity: 0;
}
}
@keyframes fadeout {
from {
bottom: 30px;
opacity: 1;
}
to {
bottom: 60px;
opacity: 0;
}
} | 0.374905 | 0.05375 |
body {
margin: 0px;
margin-left: 10%;
margin-right: 10%;
background-color: #f9e9e7;
}
header, main, footer {
min-height: 100px;
min-width: 660px;
}
header, footer {
background-color: #7c334f;
border: 2px solid #7c334f;
padding: 3px;
z-index: 1;
text-align: center;
}
header big {
color: #ece4d8;
font-size: 1.5em;
font-weight: bolder;
}
header small {
color: #e69b95;
font: bold italic .80em/1.0 Georgia, Times, “Times New Roman”, serif;
}
header h2 {
/* border: thin solid white;*/
margin-top: 1px;
}
header nav {
text-align: right;
margin: 1px;
padding: 3px;
height: 25px;
}
header nav li {
float: right;
margin-right: 1%;
min-width: 70px;
height: 95%;
border-left: thin solid #ece4d8;
border-right: thin solid #ece4d8;
border-radius: 5px;
padding: 1px 5px 1px 5px;
list-style: none;
text-align: center;
font-size: 18px;
color: #ece4d8;
}
header nav li:hover {
background-color: #ece4d8;
font-weight: bold;
color: #cd596b;
}
header nav li:visited, .li-active {
background-color: #ece4d8;
font-weight: bold;
color: #cd596b;
}
header nav li:active {
color: red;
}
.border-outer {
border: 2px solid #cd596b;
}
main {
border-left: thin solid #7c334f;
border-right:thin solid #7c334f;
border-radius: 5px;
min-height: 470px;
background-color: #f7f7e7;
}
aside {
float: left;
padding: 5px;
overflow-y: auto;
}
.main-left {
min-width: 150px;
height: 461px;
text-align: center;
border-right: thin solid #cd596b;
}
.main-right {
width: 40%;
height: 461px;
overflow-y: auto;
overflow-x: auto;
text-align: left;
overflow-wrap: break-word;
word-wrap: break-word;
padding: 0px;
}
footer {
color: #e69b95;
min-height: auto;
font: bold italic .85em/1.5 Georgia, Times, “Times New Roman”, serif;
}
@media only screen and (max-width: 700px){
body {
margin: 0px;
}
header, main, footer {
min-height: 100px;
min-width: 460px;
}
nav {
overflow-x: auto;
}
main {
min-height: 410px;
}
}
@media only screen and (max-width: 600px) {
.main-right {
width: 65%;
}
}
@media only screen and (min-width: 650px) {
.main-right {
width: 65%;
}
}
@media only screen and (min-width: 700px) {
.main-right {
width: 75%;
}
}
@media only screen and (min-width: 710px) {
.main-right {
width: 65%;
}
}
@media only screen and (min-width: 870px) {
.main-right {
width: 70%;
}
}
@media only screen and (min-width: 900px) {
.main-right {
width: 82%;
}
} | UI/assets/css/main.css | body {
margin: 0px;
margin-left: 10%;
margin-right: 10%;
background-color: #f9e9e7;
}
header, main, footer {
min-height: 100px;
min-width: 660px;
}
header, footer {
background-color: #7c334f;
border: 2px solid #7c334f;
padding: 3px;
z-index: 1;
text-align: center;
}
header big {
color: #ece4d8;
font-size: 1.5em;
font-weight: bolder;
}
header small {
color: #e69b95;
font: bold italic .80em/1.0 Georgia, Times, “Times New Roman”, serif;
}
header h2 {
/* border: thin solid white;*/
margin-top: 1px;
}
header nav {
text-align: right;
margin: 1px;
padding: 3px;
height: 25px;
}
header nav li {
float: right;
margin-right: 1%;
min-width: 70px;
height: 95%;
border-left: thin solid #ece4d8;
border-right: thin solid #ece4d8;
border-radius: 5px;
padding: 1px 5px 1px 5px;
list-style: none;
text-align: center;
font-size: 18px;
color: #ece4d8;
}
header nav li:hover {
background-color: #ece4d8;
font-weight: bold;
color: #cd596b;
}
header nav li:visited, .li-active {
background-color: #ece4d8;
font-weight: bold;
color: #cd596b;
}
header nav li:active {
color: red;
}
.border-outer {
border: 2px solid #cd596b;
}
main {
border-left: thin solid #7c334f;
border-right:thin solid #7c334f;
border-radius: 5px;
min-height: 470px;
background-color: #f7f7e7;
}
aside {
float: left;
padding: 5px;
overflow-y: auto;
}
.main-left {
min-width: 150px;
height: 461px;
text-align: center;
border-right: thin solid #cd596b;
}
.main-right {
width: 40%;
height: 461px;
overflow-y: auto;
overflow-x: auto;
text-align: left;
overflow-wrap: break-word;
word-wrap: break-word;
padding: 0px;
}
footer {
color: #e69b95;
min-height: auto;
font: bold italic .85em/1.5 Georgia, Times, “Times New Roman”, serif;
}
@media only screen and (max-width: 700px){
body {
margin: 0px;
}
header, main, footer {
min-height: 100px;
min-width: 460px;
}
nav {
overflow-x: auto;
}
main {
min-height: 410px;
}
}
@media only screen and (max-width: 600px) {
.main-right {
width: 65%;
}
}
@media only screen and (min-width: 650px) {
.main-right {
width: 65%;
}
}
@media only screen and (min-width: 700px) {
.main-right {
width: 75%;
}
}
@media only screen and (min-width: 710px) {
.main-right {
width: 65%;
}
}
@media only screen and (min-width: 870px) {
.main-right {
width: 70%;
}
}
@media only screen and (min-width: 900px) {
.main-right {
width: 82%;
}
} | 0.225076 | 0.079389 |
.has-danger {
color: #dc3545;
}
.form-control-danger {
border-color: #dc3545;
background-repeat: no-repeat;
background-position: center right 10px;
background-size: 14px 14px;
}
.form-control-danger:focus {
border-color: #dc3545 !important;
outline: 0;
box-shadow: none;
color: #383838;
}
.form-control-success {
border-color: green;
}
.mb-15 {
margin-bottom: 15px;
}
#main {
margin: 50px 0;
}
#main #faq .card {
margin-bottom: 30px;
border: 0;
}
#main #faq .card .card-header {
border: 0;
-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
border-radius: 2px;
padding: 0;
}
#main #faq .card .card-header .btn-header-link {
color: #fff;
display: block;
text-align: left;
background: #FFE472;
color: #222;
padding: 20px;
}
#main #faq .card .card-header .btn-header-link:after {
content: "\f107";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
float: right;
}
#main #faq .card .card-header .btn-header-link.collapsed {
background: #A541BB;
color: #fff;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
content: "\f106";
}
#main #faq .card .collapsing {
background: #FFE472;
line-height: 30px;
}
#main #faq .card .collapse {
border: 0;
}
#main #faq .card .collapse.show {
background: #FFE472;
line-height: 30px;
color: #222;
}
.product__details__quantity {
display: inline-block;
margin-right: 6px;
}
.pro-qty {
width: 100%;
height: 50px;
display: inline-block;
position: relative;
text-align: center;
background: #3578ad;
margin-bottom: 5px;
}
.pro-qty .qtybtn {
width: 35px;
font-size: 16px;
color: #000;
cursor: pointer;
display: inline-block;
}
.pro-qty input {
height: 100%;
width: 100%;
font-size: 16px;
color: #6f6f6f;
width: 50px;
border: none;
/*background: #f5f5f5;*/
text-align: center;
margin: 0;
}
.msg_error_success {
position: fixed;
z-index: 99999999;
right: 1%;
top: 30%;
}
.loading-image {
position: fixed;
z-index: 999999;
background-color: #fff;
width: 100%;
margin: auto;
bottom: 0;
left: 0;
opacity: 0.5;
right: 0;
top: 0;
}
.loading-image img {
margin: auto;
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
width: 12%;
}
.del_item {
display: inline;
float: left;
margin-right: 10px;
}
.empty_cart {
width: 100%;
text-align: center;
font-weight: bold;
}
.mt-50{
margin-top: 50px;
}
.checkout__order {
background: #f5f5f5;
padding: 20px;
padding-top: 20px;
}
.checkout__order h4 {
color: #1c1c1c;
font-weight: 700;
border-bottom: 1px solid #e1e1e1;
padding-bottom: 20px;
margin-bottom: 20px;
}
.checkout__order .checkout__order__products {
font-size: 18px;
color: #1c1c1c;
font-weight: 700;
margin-bottom: 10px;
}
.checkout__order ul {
margin-bottom: 12px;
padding-left: 0;
}
.checkout__order ul li {
font-size: 16px;
color: #6f6f6f;
line-height: 40px;
list-style: none;
}
.checkout__order ul li span {
font-weight: 700;
float: right;
}
.checkout__order .checkout__order__subtotal {
font-size: 18px;
color: #1c1c1c;
font-weight: 700;
border-bottom: 1px solid #e1e1e1;
border-top: 1px solid #e1e1e1;
padding-bottom: 15px;
margin-bottom: 15px;
padding-top: 15px;
}
.checkout__order .checkout__order__subtotal span {
float: right;
}
.checkout__order .checkout__order__total {
font-size: 18px;
color: #1c1c1c;
font-weight: 700;
border-bottom: 1px solid #e1e1e1;
padding-bottom: 15px;
margin-bottom: 25px;
}
.checkout__order .checkout__order__total span {
float: right;
color: #dd2222;
}
.checkout__order .checkout__order__products span {
float: right;
}
td.width-50 {
width: 50%;
}
.no-qty {
padding: 5px;
line-height: 13px;
font-size: 33px;
color: #0c77cc;
}
.bg-white{
background-color: #fff;
}
.mb-2 {
margin-bottom: 10px;
}
.p-10 {
padding: 10px;
} | assets/frontend/css/custom.css | .has-danger {
color: #dc3545;
}
.form-control-danger {
border-color: #dc3545;
background-repeat: no-repeat;
background-position: center right 10px;
background-size: 14px 14px;
}
.form-control-danger:focus {
border-color: #dc3545 !important;
outline: 0;
box-shadow: none;
color: #383838;
}
.form-control-success {
border-color: green;
}
.mb-15 {
margin-bottom: 15px;
}
#main {
margin: 50px 0;
}
#main #faq .card {
margin-bottom: 30px;
border: 0;
}
#main #faq .card .card-header {
border: 0;
-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
border-radius: 2px;
padding: 0;
}
#main #faq .card .card-header .btn-header-link {
color: #fff;
display: block;
text-align: left;
background: #FFE472;
color: #222;
padding: 20px;
}
#main #faq .card .card-header .btn-header-link:after {
content: "\f107";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
float: right;
}
#main #faq .card .card-header .btn-header-link.collapsed {
background: #A541BB;
color: #fff;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
content: "\f106";
}
#main #faq .card .collapsing {
background: #FFE472;
line-height: 30px;
}
#main #faq .card .collapse {
border: 0;
}
#main #faq .card .collapse.show {
background: #FFE472;
line-height: 30px;
color: #222;
}
.product__details__quantity {
display: inline-block;
margin-right: 6px;
}
.pro-qty {
width: 100%;
height: 50px;
display: inline-block;
position: relative;
text-align: center;
background: #3578ad;
margin-bottom: 5px;
}
.pro-qty .qtybtn {
width: 35px;
font-size: 16px;
color: #000;
cursor: pointer;
display: inline-block;
}
.pro-qty input {
height: 100%;
width: 100%;
font-size: 16px;
color: #6f6f6f;
width: 50px;
border: none;
/*background: #f5f5f5;*/
text-align: center;
margin: 0;
}
.msg_error_success {
position: fixed;
z-index: 99999999;
right: 1%;
top: 30%;
}
.loading-image {
position: fixed;
z-index: 999999;
background-color: #fff;
width: 100%;
margin: auto;
bottom: 0;
left: 0;
opacity: 0.5;
right: 0;
top: 0;
}
.loading-image img {
margin: auto;
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
width: 12%;
}
.del_item {
display: inline;
float: left;
margin-right: 10px;
}
.empty_cart {
width: 100%;
text-align: center;
font-weight: bold;
}
.mt-50{
margin-top: 50px;
}
.checkout__order {
background: #f5f5f5;
padding: 20px;
padding-top: 20px;
}
.checkout__order h4 {
color: #1c1c1c;
font-weight: 700;
border-bottom: 1px solid #e1e1e1;
padding-bottom: 20px;
margin-bottom: 20px;
}
.checkout__order .checkout__order__products {
font-size: 18px;
color: #1c1c1c;
font-weight: 700;
margin-bottom: 10px;
}
.checkout__order ul {
margin-bottom: 12px;
padding-left: 0;
}
.checkout__order ul li {
font-size: 16px;
color: #6f6f6f;
line-height: 40px;
list-style: none;
}
.checkout__order ul li span {
font-weight: 700;
float: right;
}
.checkout__order .checkout__order__subtotal {
font-size: 18px;
color: #1c1c1c;
font-weight: 700;
border-bottom: 1px solid #e1e1e1;
border-top: 1px solid #e1e1e1;
padding-bottom: 15px;
margin-bottom: 15px;
padding-top: 15px;
}
.checkout__order .checkout__order__subtotal span {
float: right;
}
.checkout__order .checkout__order__total {
font-size: 18px;
color: #1c1c1c;
font-weight: 700;
border-bottom: 1px solid #e1e1e1;
padding-bottom: 15px;
margin-bottom: 25px;
}
.checkout__order .checkout__order__total span {
float: right;
color: #dd2222;
}
.checkout__order .checkout__order__products span {
float: right;
}
td.width-50 {
width: 50%;
}
.no-qty {
padding: 5px;
line-height: 13px;
font-size: 33px;
color: #0c77cc;
}
.bg-white{
background-color: #fff;
}
.mb-2 {
margin-bottom: 10px;
}
.p-10 {
padding: 10px;
} | 0.410756 | 0.068631 |
#nav
{
padding:100px 0 !important;
height:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#fff;
}
#nav a
{
color:#fff;
}
#nav>button.close
{
position:absolute;
top:15px;
right:15px;
z-index:2;
color:#fff;
z-index:10;
}
/* Items */
#nav .item
{
}
/* General */
#nav .general
{
}
#nav .general h1
{
font-family:'ProximaNova-Bold';
font-size:60px;
text-transform:uppercase;
margin:0 0px 15px 0px;
line-height:60px;
}
#nav .general h1 a
{
padding:10px 10px 5px 10px;
border-radius:2px;
display:inline-block;
border:1px solid transparent;
}
#nav .general h1 a:hover
{
border-color:rgba(65,155,249, 0.4);
}
/********************************************************************************************/
/* Display modes
/********************************************************************************************/
#nav ul.big,
#nav ul.medium,
#nav ul.small
{
font-family:'ProximaNova-Thin';
margin:0 0 15px 0;
padding:0 0 15px 0;
float:left;
clear:left;
}
#nav ul.big a,
#nav ul.medium a,
#nav ul.small a
{
border-radius:3px;
padding:0 10px;
display:inline-block;
}
#nav ul.big a span,
#nav ul.medium a span,
#nav ul.small a span
{
display:inline-block;
}
#nav ul.big a:hover,
#nav ul.medium a:hover,
#nav ul.small a:hover
{
background:rgba(65,155,249, 0.4);
}
/* Big */
#nav ul.big
{
border-bottom:1px solid rgba(255,255,255,0.2);
}
#nav ul.big li
{
font-size:40px;
text-transform:uppercase;
position:relative;
}
#nav ul.big li:before
{
position:absolute;
content:'›';
left:-40px;
top:0px;
opacity:0;
-webkit-transition: all .15s ease-out;
-moz-transition: all .15s ease-out;
-o-transition: all .15s ease-out;
transition: all .15s ease-out;
}
#nav ul.big li:hover:before
{
left:-20px;
opacity:1;
}
/* Medium */
#nav ul.medium
{
border-bottom:1px solid rgba(255,255,255,0.2);
}
#nav ul.medium li
{
font-size:30px;
text-transform:uppercase;
}
#nav ul.medium li a
{
position:relative;
margin:0 5px;
}
#nav ul.medium li a:not(:first-child):before
{
content:'•';
position:absolute;
left:-15px;
}
/* small */
#nav ul.small
{
font-size:20px;
}
/* In hives */
#nav ul.inhive
{
font-size:0;
padding:50px 50px 0 100px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
float:right;
}
#nav ul.inhive li
{
background:transparent;
display:inline-block;
margin:15px 0;
position:relative;
margin-left:-40px !important;
vertical-align:top;
-webkit-transition: all .1s ease-out;
-moz-transition: all .1s ease-out;
-o-transition: all .1s ease-out;
transition: all .1s ease-out;
background:#fff;
}
#nav ul.inhive li:hover
{
background:#419BF9;
}
#nav ul.inhive li:nth-child(even)
{
margin-top:95px !important; /* Optical alignment */
}
#nav ul.inhive li,
#nav ul.inhive li:before,
#nav ul.inhive li:after
{
/* easy way: width is height * 1.732
actual formula is 2*(width/(2*Math.tan(Math.PI/6)))
remove border-radius for straight edges on hexagons */
height: 50px;
width: 86px;
border-radius: 5%/20%;
}
#nav ul.inhive li.minor,
#nav ul.inhive li.minor:before,
#nav ul.inhive li.minor:after
{
border-left:1px solid #ccc;
border-right:1px solid #ccc;
background:transparent;
}
#nav ul.inhive li:before
{
background-color: inherit;
content: "";
position: absolute;
left: 0;
-webkit-transform: rotate(-60deg);
-moz-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
-o-transform: rotate(-60deg);
transform: rotate(-60deg);
}
#nav ul.inhive li:after
{
background-color: inherit;
content: "";
position: absolute;
left: 0;
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-o-transform: rotate(60deg);
transform: rotate(60deg);
}
#nav ul.inhive li a,
#nav ul.inhive li .icon
{
position:absolute;
top:0;
left:0;
width:100%;
text-align:center;
}
#nav ul.inhive li a
{
z-index:2;
line-height:66px; /* Optical alignment */
overflow:hidden;
}
#nav ul.inhive li .title
{
font-family:'ProximaNova-Bold';
letter-spacing:1px;
text-transform:uppercase;
font-size:8px;
display:inline-block;
vertical-align:middle;
line-height:normal;
z-index:10;
position:relative;
margin:0 10px;
padding:0 0 3px 0;
color:#111;
border-bottom:3px solid transparent;
}
#nav ul.inhive li.minor .title
{
color:#fff;
}
#nav ul.inhive li:hover .title
{
border-color:#fff;
color:#fff;
}
#nav ul.inhive li.minor:hover .title
{
border-color:#fff;
}
#nav ul.inhive li .icon
{
color:rgba(0,0,0,0.1);
font-size:50px;
line-height:0;
}
#nav ul.inhive li.add .title
{
font-size:40px;
line-height:40px;
border:none !important;
}
#nav ul.inhive li:not(:hover).add
{
opacity:0.3;
}
#nav ul.inhive li.add:hover,
#nav ul.inhive li.add:hover:before,
#nav ul.inhive li.add:hover:after
{
background:#6cbf2d;
} | grandcentral/content/template/master/css/nav.css | #nav
{
padding:100px 0 !important;
height:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#fff;
}
#nav a
{
color:#fff;
}
#nav>button.close
{
position:absolute;
top:15px;
right:15px;
z-index:2;
color:#fff;
z-index:10;
}
/* Items */
#nav .item
{
}
/* General */
#nav .general
{
}
#nav .general h1
{
font-family:'ProximaNova-Bold';
font-size:60px;
text-transform:uppercase;
margin:0 0px 15px 0px;
line-height:60px;
}
#nav .general h1 a
{
padding:10px 10px 5px 10px;
border-radius:2px;
display:inline-block;
border:1px solid transparent;
}
#nav .general h1 a:hover
{
border-color:rgba(65,155,249, 0.4);
}
/********************************************************************************************/
/* Display modes
/********************************************************************************************/
#nav ul.big,
#nav ul.medium,
#nav ul.small
{
font-family:'ProximaNova-Thin';
margin:0 0 15px 0;
padding:0 0 15px 0;
float:left;
clear:left;
}
#nav ul.big a,
#nav ul.medium a,
#nav ul.small a
{
border-radius:3px;
padding:0 10px;
display:inline-block;
}
#nav ul.big a span,
#nav ul.medium a span,
#nav ul.small a span
{
display:inline-block;
}
#nav ul.big a:hover,
#nav ul.medium a:hover,
#nav ul.small a:hover
{
background:rgba(65,155,249, 0.4);
}
/* Big */
#nav ul.big
{
border-bottom:1px solid rgba(255,255,255,0.2);
}
#nav ul.big li
{
font-size:40px;
text-transform:uppercase;
position:relative;
}
#nav ul.big li:before
{
position:absolute;
content:'›';
left:-40px;
top:0px;
opacity:0;
-webkit-transition: all .15s ease-out;
-moz-transition: all .15s ease-out;
-o-transition: all .15s ease-out;
transition: all .15s ease-out;
}
#nav ul.big li:hover:before
{
left:-20px;
opacity:1;
}
/* Medium */
#nav ul.medium
{
border-bottom:1px solid rgba(255,255,255,0.2);
}
#nav ul.medium li
{
font-size:30px;
text-transform:uppercase;
}
#nav ul.medium li a
{
position:relative;
margin:0 5px;
}
#nav ul.medium li a:not(:first-child):before
{
content:'•';
position:absolute;
left:-15px;
}
/* small */
#nav ul.small
{
font-size:20px;
}
/* In hives */
#nav ul.inhive
{
font-size:0;
padding:50px 50px 0 100px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
float:right;
}
#nav ul.inhive li
{
background:transparent;
display:inline-block;
margin:15px 0;
position:relative;
margin-left:-40px !important;
vertical-align:top;
-webkit-transition: all .1s ease-out;
-moz-transition: all .1s ease-out;
-o-transition: all .1s ease-out;
transition: all .1s ease-out;
background:#fff;
}
#nav ul.inhive li:hover
{
background:#419BF9;
}
#nav ul.inhive li:nth-child(even)
{
margin-top:95px !important; /* Optical alignment */
}
#nav ul.inhive li,
#nav ul.inhive li:before,
#nav ul.inhive li:after
{
/* easy way: width is height * 1.732
actual formula is 2*(width/(2*Math.tan(Math.PI/6)))
remove border-radius for straight edges on hexagons */
height: 50px;
width: 86px;
border-radius: 5%/20%;
}
#nav ul.inhive li.minor,
#nav ul.inhive li.minor:before,
#nav ul.inhive li.minor:after
{
border-left:1px solid #ccc;
border-right:1px solid #ccc;
background:transparent;
}
#nav ul.inhive li:before
{
background-color: inherit;
content: "";
position: absolute;
left: 0;
-webkit-transform: rotate(-60deg);
-moz-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
-o-transform: rotate(-60deg);
transform: rotate(-60deg);
}
#nav ul.inhive li:after
{
background-color: inherit;
content: "";
position: absolute;
left: 0;
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-o-transform: rotate(60deg);
transform: rotate(60deg);
}
#nav ul.inhive li a,
#nav ul.inhive li .icon
{
position:absolute;
top:0;
left:0;
width:100%;
text-align:center;
}
#nav ul.inhive li a
{
z-index:2;
line-height:66px; /* Optical alignment */
overflow:hidden;
}
#nav ul.inhive li .title
{
font-family:'ProximaNova-Bold';
letter-spacing:1px;
text-transform:uppercase;
font-size:8px;
display:inline-block;
vertical-align:middle;
line-height:normal;
z-index:10;
position:relative;
margin:0 10px;
padding:0 0 3px 0;
color:#111;
border-bottom:3px solid transparent;
}
#nav ul.inhive li.minor .title
{
color:#fff;
}
#nav ul.inhive li:hover .title
{
border-color:#fff;
color:#fff;
}
#nav ul.inhive li.minor:hover .title
{
border-color:#fff;
}
#nav ul.inhive li .icon
{
color:rgba(0,0,0,0.1);
font-size:50px;
line-height:0;
}
#nav ul.inhive li.add .title
{
font-size:40px;
line-height:40px;
border:none !important;
}
#nav ul.inhive li:not(:hover).add
{
opacity:0.3;
}
#nav ul.inhive li.add:hover,
#nav ul.inhive li.add:hover:before,
#nav ul.inhive li.add:hover:after
{
background:#6cbf2d;
} | 0.206654 | 0.048003 |
#tabscontainer {
position: relative;
padding: 0 12px;
}
/* used in map view - custom controls overlaying google maps, detail - controls below map image */
#mapcontrols {
z-index: 1000000000; /* Obnoxiously high to make sure the map controls float above pins, callouts, overlays, etc. */
opacity: 0.88;
}
#mapcontrols a {
width: 40px;
height: 34px;
display: block;
margin-top: 4px;
background-image: url(/modules/map/images/buttons.png);
}
#mapcontrols a img {
width: 40px;
height: 34px;
}
#zoomin {
background-position: 0 0;
}
#zoomout {
background-position: -40px 0;
}
#recenter {
background-position: -120px 0;
}
#locateMe {
background-position: -160px 0;
}
/*** expanding search bar ***/
#toolbar {
height: 48px;
margin: 0;
padding: 0;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
box-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
/* empty div behind the #toolbar to align the top of the #mapimage */
#spacer {
height: 48px;
}
#searchbar {
margin: 0;
padding: 6px 0 0 0;
width: 100%;
float: left;
}
#searchbar form {
padding-top: 2px;
}
#searchbar fieldset {
margin: 0;
}
#toolbar.single-campus {
height: 86px;
}
#toolbar.multi-campus {
height: 132px;
}
#toolbar .searchwrapper {
left: 6px;
right: 88px;
position: absolute;
}
#toolbar.expanded .searchwrapper {
left: 6px;
right: 6px;
}
#search-form {
margin: 0;
width: 100%;
}
#search-form input[type="text"] {
font-size: 88.3%;
font-family: sans-serif;
border-radius: 8px;
border: 1px solid #888;
width: 96%;
line-height: 1em;
height: 18px;
padding: 4px 2% 6px 2%;
}
/* toolbar: browse/bookmark buttons to the right of the search field */
#toolbar.expanded #toolbar-buttons {
display: none;
}
.toolbar-button {
float: right;
margin: 0 4px 0 0;
text-align: center;
}
.toolbar-button a {
display: block;
width: 35px;
height: 28px;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 6px;
}
.toolbar-button a img {
padding: 2px 5px;
border-radius: 6px;
}
/* campus-select: the drop-down menu in multi-campus case */
#campus-select td {
padding: 0;
}
#campus-select .formlabel {
width: 84px;
vertical-align: middle;
}
/* search-options: search/clear/cancel buttons below the search bar */
#search-options {
display: none;
left: 0;
padding: 6px;
position: absolute;
right: 0;
top: 32px;
}
#toolbar.expanded #search-options {
display: block;
}
/*
#search-options input[type="button"] {
-webkit-appearance: none;
padding: 0;
height: 30px;
border: 1px solid #666;
border-radius: 5px;
width: 90%;
font: 16px/1em sans-serif;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.2)), to(rgba(0,0,0,0.1)));
-webkit-box-shadow: 0px 0.5px 1px #000;
box-shadow: 0px 0px 1px #000;
}
*/
#search-options input[type="button"] {
-webkit-appearance: none;
padding: 0;
height: 30px;
width: 90%;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.25)), to(rgba(128,128,128,0.2)));
border: 1px solid #eee;
border: 1px solid rgba(0,0,0,0.25);
border-bottom-color: rgba(0,0,0,0.4);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
color: #444;
font-size: 75%;
line-height: 20px;
text-transform: uppercase;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#search-options input[type="button"].pressedaction {
background: rgba(0,0,0,0.33);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.18)), to(rgba(0,0,0,0.12)));
border-color: rgba(0,0,0,0.65);
border-top-color: rgba(0,0,0,0.75);
border-bottom-color: rgba(0,0,0,0.5);
color: #000;
-webkit-box-shadow: inset 0 1px 3px #000;
box-shadow: inset 0 1px 3px #000;
}
#searchbar-buttons {
clear: both;
height: 32px;
margin: 0 -4px 0 -4px;
}
#searchbar-buttons div {
text-align: center;
width: 33.3%;
float: left;
}
/*** fullscreen map styles ***/
body.fullscreen #mapimage.image {
min-height: none;
width: 100%;
border: none;
display: block !important;
overflow: hidden;
}
/* don't want map to resize when this shows */
body.fullscreen #toolbar {
position: absolute;
left: 0;
right: 0;
z-index: 1;
}
body.fullscreen #tabscontainer {
padding: 6px 12px;
}
#bookmarkWrapper {
margin: 6px 0;
}
.infoBox {
border-radius: 6px;
padding: 0;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.7);
box-shadow: 0 1px 5px rgba(0,0,0,0.7);
height: auto!important;
}
.infoBox img {
display: none;
}
.calloutMain {
display: table;
height: 100%;
width: 100%;
}
.calloutMain a {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
text-decoration: none;
font-size: 15px;
line-height: 18px;
text-align: left;
padding: 8px 20px 8px 8px;
background: url(/common/images/action-arrow.png) no-repeat right;
overflow: hidden;
}
.calloutMain a, .calloutMain a:visited {
color: #111;
}
.calloutDisclosure {
margin: 6px 0;
}
#mapimage_infowindow {
height: auto !important;
width: 180px !important;
border: none;
padding: 0;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
box-shadow: 0 1px 4px rgba(0,0,0,0.6);
margin-left: -100px;
line-height: 1.2em;
}
#mapimage .content {
height: auto !important;
overflow: hidden;
}
#mapimage .simpleInfoWindow .calloutMain a {
font-size: 14px;
line-height: 16px;
padding-top: 6px;
}
#mapimage .simpleInfoWindow .title {
border: none;
padding: 0;
}
#mapimage .simpleInfoWindow .close {
display: none;
}
/* Action buttons */
.actionbuttons {
margin: 10px -2px 10px -2px;
}
.actionbutton {
margin: 0 2px;
float: left;
}
.actionbutton a {
display: block;
padding: 5px 6px 5px 6px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.15)), to(rgba(128,128,128,0.15)));
border: 1px solid #eee;
border: 1px solid rgba(0,0,0,0.12);
border-top-color: #f3f3f3;
border-bottom-color: #e9e9e9;
border-top-color: rgba(0,0,0,0.1);
border-bottom-color: rgba(0,0,0,0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
color: #444;
font-size: 70%;
line-height: 20px;
height: 20px;
vertical-align: middle;
text-transform: uppercase;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.actionbutton a img {
float: left;
margin-left: -4px;
}
.actionbutton a:active, .actionbutton a.pressedaction {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.18)), to(rgba(0,0,0,0.12)));
border-color: rgba(0,0,0,0.65);
border-top-color: rgba(0,0,0,0.75);
border-bottom-color: rgba(0,0,0,0.5);
color: #000;
-webkit-box-shadow: inset 0 1px 3px #000;
box-shadow: inset 0 1px 3px #000;
}
.bookmarkbutton {
background: url(/modules/map/images/map-button-favorites.png) 4px 3px no-repeat;
background-size: 24px 24px;
}
.on {
background-image: url(/modules/map/images/map-button-favorites-on.png);
}
.bookmarkbutton a {
padding-left: 28px;
}
.viewall {
float: right;
margin: 0 0 0 15px;
} | app/modules/map/css/common.css | #tabscontainer {
position: relative;
padding: 0 12px;
}
/* used in map view - custom controls overlaying google maps, detail - controls below map image */
#mapcontrols {
z-index: 1000000000; /* Obnoxiously high to make sure the map controls float above pins, callouts, overlays, etc. */
opacity: 0.88;
}
#mapcontrols a {
width: 40px;
height: 34px;
display: block;
margin-top: 4px;
background-image: url(/modules/map/images/buttons.png);
}
#mapcontrols a img {
width: 40px;
height: 34px;
}
#zoomin {
background-position: 0 0;
}
#zoomout {
background-position: -40px 0;
}
#recenter {
background-position: -120px 0;
}
#locateMe {
background-position: -160px 0;
}
/*** expanding search bar ***/
#toolbar {
height: 48px;
margin: 0;
padding: 0;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
box-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
/* empty div behind the #toolbar to align the top of the #mapimage */
#spacer {
height: 48px;
}
#searchbar {
margin: 0;
padding: 6px 0 0 0;
width: 100%;
float: left;
}
#searchbar form {
padding-top: 2px;
}
#searchbar fieldset {
margin: 0;
}
#toolbar.single-campus {
height: 86px;
}
#toolbar.multi-campus {
height: 132px;
}
#toolbar .searchwrapper {
left: 6px;
right: 88px;
position: absolute;
}
#toolbar.expanded .searchwrapper {
left: 6px;
right: 6px;
}
#search-form {
margin: 0;
width: 100%;
}
#search-form input[type="text"] {
font-size: 88.3%;
font-family: sans-serif;
border-radius: 8px;
border: 1px solid #888;
width: 96%;
line-height: 1em;
height: 18px;
padding: 4px 2% 6px 2%;
}
/* toolbar: browse/bookmark buttons to the right of the search field */
#toolbar.expanded #toolbar-buttons {
display: none;
}
.toolbar-button {
float: right;
margin: 0 4px 0 0;
text-align: center;
}
.toolbar-button a {
display: block;
width: 35px;
height: 28px;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 6px;
}
.toolbar-button a img {
padding: 2px 5px;
border-radius: 6px;
}
/* campus-select: the drop-down menu in multi-campus case */
#campus-select td {
padding: 0;
}
#campus-select .formlabel {
width: 84px;
vertical-align: middle;
}
/* search-options: search/clear/cancel buttons below the search bar */
#search-options {
display: none;
left: 0;
padding: 6px;
position: absolute;
right: 0;
top: 32px;
}
#toolbar.expanded #search-options {
display: block;
}
/*
#search-options input[type="button"] {
-webkit-appearance: none;
padding: 0;
height: 30px;
border: 1px solid #666;
border-radius: 5px;
width: 90%;
font: 16px/1em sans-serif;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.2)), to(rgba(0,0,0,0.1)));
-webkit-box-shadow: 0px 0.5px 1px #000;
box-shadow: 0px 0px 1px #000;
}
*/
#search-options input[type="button"] {
-webkit-appearance: none;
padding: 0;
height: 30px;
width: 90%;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.25)), to(rgba(128,128,128,0.2)));
border: 1px solid #eee;
border: 1px solid rgba(0,0,0,0.25);
border-bottom-color: rgba(0,0,0,0.4);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
color: #444;
font-size: 75%;
line-height: 20px;
text-transform: uppercase;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#search-options input[type="button"].pressedaction {
background: rgba(0,0,0,0.33);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.18)), to(rgba(0,0,0,0.12)));
border-color: rgba(0,0,0,0.65);
border-top-color: rgba(0,0,0,0.75);
border-bottom-color: rgba(0,0,0,0.5);
color: #000;
-webkit-box-shadow: inset 0 1px 3px #000;
box-shadow: inset 0 1px 3px #000;
}
#searchbar-buttons {
clear: both;
height: 32px;
margin: 0 -4px 0 -4px;
}
#searchbar-buttons div {
text-align: center;
width: 33.3%;
float: left;
}
/*** fullscreen map styles ***/
body.fullscreen #mapimage.image {
min-height: none;
width: 100%;
border: none;
display: block !important;
overflow: hidden;
}
/* don't want map to resize when this shows */
body.fullscreen #toolbar {
position: absolute;
left: 0;
right: 0;
z-index: 1;
}
body.fullscreen #tabscontainer {
padding: 6px 12px;
}
#bookmarkWrapper {
margin: 6px 0;
}
.infoBox {
border-radius: 6px;
padding: 0;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.7);
box-shadow: 0 1px 5px rgba(0,0,0,0.7);
height: auto!important;
}
.infoBox img {
display: none;
}
.calloutMain {
display: table;
height: 100%;
width: 100%;
}
.calloutMain a {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
text-decoration: none;
font-size: 15px;
line-height: 18px;
text-align: left;
padding: 8px 20px 8px 8px;
background: url(/common/images/action-arrow.png) no-repeat right;
overflow: hidden;
}
.calloutMain a, .calloutMain a:visited {
color: #111;
}
.calloutDisclosure {
margin: 6px 0;
}
#mapimage_infowindow {
height: auto !important;
width: 180px !important;
border: none;
padding: 0;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
box-shadow: 0 1px 4px rgba(0,0,0,0.6);
margin-left: -100px;
line-height: 1.2em;
}
#mapimage .content {
height: auto !important;
overflow: hidden;
}
#mapimage .simpleInfoWindow .calloutMain a {
font-size: 14px;
line-height: 16px;
padding-top: 6px;
}
#mapimage .simpleInfoWindow .title {
border: none;
padding: 0;
}
#mapimage .simpleInfoWindow .close {
display: none;
}
/* Action buttons */
.actionbuttons {
margin: 10px -2px 10px -2px;
}
.actionbutton {
margin: 0 2px;
float: left;
}
.actionbutton a {
display: block;
padding: 5px 6px 5px 6px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.15)), to(rgba(128,128,128,0.15)));
border: 1px solid #eee;
border: 1px solid rgba(0,0,0,0.12);
border-top-color: #f3f3f3;
border-bottom-color: #e9e9e9;
border-top-color: rgba(0,0,0,0.1);
border-bottom-color: rgba(0,0,0,0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
color: #444;
font-size: 70%;
line-height: 20px;
height: 20px;
vertical-align: middle;
text-transform: uppercase;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.actionbutton a img {
float: left;
margin-left: -4px;
}
.actionbutton a:active, .actionbutton a.pressedaction {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.18)), to(rgba(0,0,0,0.12)));
border-color: rgba(0,0,0,0.65);
border-top-color: rgba(0,0,0,0.75);
border-bottom-color: rgba(0,0,0,0.5);
color: #000;
-webkit-box-shadow: inset 0 1px 3px #000;
box-shadow: inset 0 1px 3px #000;
}
.bookmarkbutton {
background: url(/modules/map/images/map-button-favorites.png) 4px 3px no-repeat;
background-size: 24px 24px;
}
.on {
background-image: url(/modules/map/images/map-button-favorites-on.png);
}
.bookmarkbutton a {
padding-left: 28px;
}
.viewall {
float: right;
margin: 0 0 0 15px;
} | 0.31216 | 0.095645 |
* {
scroll-behavior: smooth;
}
body {
background-color: rgb(200, 240, 250);
font-family: poppins, monospace;
color: blue;
font-weight: bolder;
}
#welcome-section {
height: 100vh;
width: auto;
display: flex;
align-items: center;
justify-content: center;
animation: bgchange 10s ease infinite alternate-reverse;
}
@keyframes bgchange {
0% {
background-color: #fff;
color: blue;
}
100% {
background-color: blue;
color: #fff;
}
}
#projects {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
#project-container {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 1em;
}
.project-tile {
display: flex;
flex-direction: column;
background-color: #fff;
margin: 1em;
border-radius: 1em;
transition-duration: 0.5s;
}
.img-project {
width: 40vh;
height: auto;
border-radius: 0.7em;
}
.project-tile {
font-size: 1.5em;
transition-duration: 1s;
padding: 0.5em 0.5em 0 0.5em;
box-shadow: rgb(255, 255, 255) 0 0 1em;
}
#welcome-h1 {
font-size: 3em;
transition-duration: 0.3s
}
span::after {
content: ".";
}
.span-container {
width: 100%;
height: 2em;
display: flex;
align-items: center;
justify-content: center;
}
.project-tile:hover {
transition-duration: 0.3s;
transform: scale(1.1);
box-shadow: rgb(0, 8, 255) 0 0 2em;
background-color: blue;
color: white;
}
a {
text-decoration: none;
color: blue;
text-overflow: ellipsis;
}
h2 {
font-size: 3em;
opacity: 0.8;
display: flex;
justify-content: center;
line-height: 0.5;
transition-duration: 0.7s;
}
.img-project {
transition-duration: 0.5s;
}
.img-project:hover {
overflow: hidden;
transition-duration: 0.3s;
transform: translateY(-1em);
box-shadow: rgb(255, 255, 255) 0 -1em 2em;
}
.div-image {
height: 3.5em;
}
#header-img {
height: 100%;
width: auto;
}
header {
position: sticky;
top: 0;
opacity: 0.95;
backdrop-filter: blur(1em);
z-index: 1;
}
nav {
display: grid;
grid-template-columns: auto 1fr;
overflow: hidden;
border-radius: 0.5em;
box-shadow: rgba(0, 30, 255, 0.35) 0 0 2em;
}
.div-link {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.nav-links {
display: grid;
color: blue;
background-color: white;
transition-duration: 0.2s;
align-items: center;
justify-content: center;
text-overflow: ellipsis;
}
.nav-links:hover {
color: white;
background-color: blue;
transition-duration: 0.5s;
font-size: 1.4em;
text-transform: uppercase;
}
.arrow {
height: 3em;
position: absolute;
right: calc(50% + 36/2);
animation: up-down 1.5s ease infinite alternate-reverse;
}
@keyframes up-down {
0% {
top: calc(90%);
}
100% {
top: calc(80%);
}
}
h2:hover {
opacity: 1;
text-shadow: rgb(255, 255, 255) 0 0 1EM;
transition-duration: 0.5s;
}
@media(max-width: 973px) {
#projects a:nth-last-of-type(1) {
margin-bottom: 2em;
}
}
@media(max-width: 650px) {
#welcome-h1 {
font-size: 2em;
}
}
@media (max-width:550px) {
.img-project {
width: 30vh;
}
.span-project-name {
font-size: 0.8em;
}
}
@media (max-width:440px) {
.nav-links:hover {
font-size: 1.1em;
}
h2 {
font-size: 2.5em;
}
.white-icon {
color: white;
height: 2em !important;
}
}
@media (max-width: 380px) {
#welcome-h1 {
font-size: 1.5em;
}
}
@media (max-width:370px) {
.img-project {
width: 25vh;
}
.span-project-name {
font-size: 0.6em;
}
}
.white-link {
color: white !important;
transition-duration: 0.7s;
}
.white-link:hover {
text-decoration: underline;
padding: 0.5em;
font-size: 1.2em;
transition-duration: 0.3s;
}
.white-icon {
color: white;
height: 3em;
}
#footer {
min-height: 100vh;
display: grid;
align-items: center;
grid-template-columns: auto auto;
justify-content: center;
color: white;
background-image: linear-gradient(to bottom, rgb(0, 153, 255), blue);
font-size: 2em;
font-weight: lighter;
grid-gap: 1em;
} | Responsive-Web-Design-Projects/5-Build-a-Personal-Portfolio-Webpage/index.css | * {
scroll-behavior: smooth;
}
body {
background-color: rgb(200, 240, 250);
font-family: poppins, monospace;
color: blue;
font-weight: bolder;
}
#welcome-section {
height: 100vh;
width: auto;
display: flex;
align-items: center;
justify-content: center;
animation: bgchange 10s ease infinite alternate-reverse;
}
@keyframes bgchange {
0% {
background-color: #fff;
color: blue;
}
100% {
background-color: blue;
color: #fff;
}
}
#projects {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
#project-container {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 1em;
}
.project-tile {
display: flex;
flex-direction: column;
background-color: #fff;
margin: 1em;
border-radius: 1em;
transition-duration: 0.5s;
}
.img-project {
width: 40vh;
height: auto;
border-radius: 0.7em;
}
.project-tile {
font-size: 1.5em;
transition-duration: 1s;
padding: 0.5em 0.5em 0 0.5em;
box-shadow: rgb(255, 255, 255) 0 0 1em;
}
#welcome-h1 {
font-size: 3em;
transition-duration: 0.3s
}
span::after {
content: ".";
}
.span-container {
width: 100%;
height: 2em;
display: flex;
align-items: center;
justify-content: center;
}
.project-tile:hover {
transition-duration: 0.3s;
transform: scale(1.1);
box-shadow: rgb(0, 8, 255) 0 0 2em;
background-color: blue;
color: white;
}
a {
text-decoration: none;
color: blue;
text-overflow: ellipsis;
}
h2 {
font-size: 3em;
opacity: 0.8;
display: flex;
justify-content: center;
line-height: 0.5;
transition-duration: 0.7s;
}
.img-project {
transition-duration: 0.5s;
}
.img-project:hover {
overflow: hidden;
transition-duration: 0.3s;
transform: translateY(-1em);
box-shadow: rgb(255, 255, 255) 0 -1em 2em;
}
.div-image {
height: 3.5em;
}
#header-img {
height: 100%;
width: auto;
}
header {
position: sticky;
top: 0;
opacity: 0.95;
backdrop-filter: blur(1em);
z-index: 1;
}
nav {
display: grid;
grid-template-columns: auto 1fr;
overflow: hidden;
border-radius: 0.5em;
box-shadow: rgba(0, 30, 255, 0.35) 0 0 2em;
}
.div-link {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.nav-links {
display: grid;
color: blue;
background-color: white;
transition-duration: 0.2s;
align-items: center;
justify-content: center;
text-overflow: ellipsis;
}
.nav-links:hover {
color: white;
background-color: blue;
transition-duration: 0.5s;
font-size: 1.4em;
text-transform: uppercase;
}
.arrow {
height: 3em;
position: absolute;
right: calc(50% + 36/2);
animation: up-down 1.5s ease infinite alternate-reverse;
}
@keyframes up-down {
0% {
top: calc(90%);
}
100% {
top: calc(80%);
}
}
h2:hover {
opacity: 1;
text-shadow: rgb(255, 255, 255) 0 0 1EM;
transition-duration: 0.5s;
}
@media(max-width: 973px) {
#projects a:nth-last-of-type(1) {
margin-bottom: 2em;
}
}
@media(max-width: 650px) {
#welcome-h1 {
font-size: 2em;
}
}
@media (max-width:550px) {
.img-project {
width: 30vh;
}
.span-project-name {
font-size: 0.8em;
}
}
@media (max-width:440px) {
.nav-links:hover {
font-size: 1.1em;
}
h2 {
font-size: 2.5em;
}
.white-icon {
color: white;
height: 2em !important;
}
}
@media (max-width: 380px) {
#welcome-h1 {
font-size: 1.5em;
}
}
@media (max-width:370px) {
.img-project {
width: 25vh;
}
.span-project-name {
font-size: 0.6em;
}
}
.white-link {
color: white !important;
transition-duration: 0.7s;
}
.white-link:hover {
text-decoration: underline;
padding: 0.5em;
font-size: 1.2em;
transition-duration: 0.3s;
}
.white-icon {
color: white;
height: 3em;
}
#footer {
min-height: 100vh;
display: grid;
align-items: center;
grid-template-columns: auto auto;
justify-content: center;
color: white;
background-image: linear-gradient(to bottom, rgb(0, 153, 255), blue);
font-size: 2em;
font-weight: lighter;
grid-gap: 1em;
} | 0.575349 | 0.135775 |
@-moz-document domain("joemonster.org") {
body,#bg{width:100%!important;}
/*Ekran przewijania w dol*/
.videoNarrow.no-transition.popup.topBar{
left:auto!important;right:0px!important;
width:500px!important;
height:auto!important;
}
.mtvLeftColumn{width:60%!important;}
.nextPrevMovie{width:40%!important;}
.mtv-player-wrapper{max-height:315px;width:100%!important;height:auto!important;}
/*kuniec*/
.logo img
{
padding-top: 330px;
background: url('http://i.imgur.com/LCUwaPq.png');
background-repeat: no-repeat;
}
.more A{background:black!important;border:1px solid orange!important;}
.more A:hover{background:#999!important;border:1px solid orange!important;}
.albumThumbs IMG
{
border: 0px solid #444;
margin: 3 3px 3px 0;
}
IMG
{
border-color: orange;
}
#main_article
{
height: 85%!important;
overflow-y: scroll!important;
border: 1px solid orange;
}
#prawa_glowna
{
display: none!important
}
#main_glowna
{
padding: 0 0px 10px 260px;
height: 6000px;
overflow-y: scroll!important;
border: 1px solid orange;
}
.mtvNextMovieBox, .podobne, .niepodobne
{
border: 1px orange solid;
}
.ieHover
{
background: #6F7070!important;
border-radius: 10px;
}
.menuJMSelected
{
background: #4F5050!important;
border-radius: 10px;
}
.thumbnails
{
background: black!important;
width: 150px;
}
.thumb_title, .thumb_caption
{
color: orange!important;
}
.art-banner-gradient
{
background: transparent !important;
}
.BoxContent
{
border:1px solid orange;
padding:5px!important;
background-color: black !important;
}
.art-banner .art-details
{
position: absolute;
bottom: -10px;
background: #101010 !important;
left: -20px;
border-radius: 25px;
font-size: 13px;
padding: 20px;
color: #f0f0f0;
}
.idTabs LI
{
float: left;
margin-right: -1px;
padding: 0;
}
#galeriabox img
{
width: 88px;
height: 68px;
border: 0;
margin-right: 0px;
margin-bottom: 3px;
border-bottom: 1px solid #6c6c6c;
border-top: 1px solid #6c6c6c;
border-right: 1px solid #6c6c6c;
border-left: 1px solid #6c6c6c;
}
#galeriabox
{
margin-left: 0px;
margin-top: 5px;
background: black;
overflow: hidden;
display: block;
padding-left: 0px;
}
.BoxContent A, .BoxContent A:link
{
text-decoration: none;
font-size: 13px;
margin-left: 7px;
}
.BoxContent A:hover
{
text-decoration: underline;
}
#prawa_glowna .BoxContent .miniGame img
{
width: 280px;
height: 100%;
margin-left: 7px;
margin-bottom: 7px;
}
#hashid-tooltip
{
position: absolute;
display: none;
border: 1px solid #ffd800;
border-radius: 3px;
padding: 5px;
background-color: #000;
min-width: 150px;
max-width: 300px;
min-height: 260px;
max-height: 300px;
overflow: hidden;
}
#topHeader
{
height: 60px;
position: relative;
text-align: left;
}
#forum_list TD
{
color: white !important;
}
#imageContainer>#hoverNav
{
left: 0;
background: transparent !important;
}
#topHeader IMG
{
border: 0px solid;
-moz-box-sizing: padding-box;
box-sizing: border-box;
}
body, td, div, .text, font, a, span
{
font-family: "Courier New";
background-color: #000 !important;
color: red!important;
}
H2
{
font-size: 18px;
color: darkred;
line-height: 1.5em;
}
#bopowaga
{
position: absolute;
color: #515151;
top: 0px;
left: 290px;
font: bold 20px Arial;
letter-spacing: -1px;
z-index: 5;
}
#polecMenu
{
position: absolute;
background: transparent !important;
width: auto;
z-index: 5;
padding: 5px;
right: 0;
font: bold 14px Arial;
}
#polecMenu ul li a
{
background: #303030;
}
#polecMenu UL
{
position: absolute;
color: #101010;
text-align: left;
left: 0;
top: 20px;
display: none;
border: 1px solid black;
border-width: 0 1px 1px 0;
margin: 0;
padding: 0;
list-style-type: none;
}
#polecMenu UL LI A
{
display: block;
font: normal 11px Roboto Slab;
color: #303030;
width: 126px;
padding: 3px;
text-decoration: none;
}
#menuJM2 UL UL
{
background: #000 !important;
border:1px solid orange;
margin: 0 0px;
padding: 0!important;
position: absolute;
z-index: 3;
left: 0px;
top: 25px;
text-align: center;
height: 19px;
display: none;
list-style-type: none;
}
A
{
color: red !important;
text-decoration: none!important
}
A:hover
{
color: darkorange !important;
text-decoration: underline!important
}
A.men, #menuJM2 LI
{
background: none!important
}
body, td, div, .text, font
{
background: black!important;
background-color: #000 !important;
color: red;
font-weight: bold;
}
div#main .nav-tabs > li.active > a
{
color: red!important;
background: #000!important;
border-bottom: 0;
}
div#main .nav-tabs > li > a
{
color: red!important;
background: #000!important;
border-bottom: 0;
}
div[id^="mtv"]
{
border: 1px orange solid;
background: black!important;
padding: 0px 10px 10px 10px;
}
.commentDesc
{
font-size: 17px;
color: red;
margin-right: 30px;
min-height: 30px;
line-height: 150%;
}
.unamelink
{
color: red !important;
text-decoration: none;
font-size: 12px;
}
.nav, .nav A
{
color: white !important
}
.commok
{
background: url(http://i.imgur.com/fUOsViH.png);
width: 33px;
height: 47px;
margin-top: 23px;
float: right;
text-align: center;
font-size: 14px;
margin-right: 5px;
margin-left: 5px;
}
.commok2
{
background: url(http://i.imgur.com/6l3ipzn.png);
width: 33px;
height: 47px;
margin-top: 23px;
float: right;
text-align: center;
font-size: 14px;
}
.podoba #link A:hover
{
color: red;
text-decoration: underline;
background: url(http://i.imgur.com/FkzzVcX.png) 10px 5px no-repeat;
}
.podoba #glosow
{
font: bold 28px arial;
background: transparent !important;
position: absolute;
left: 66px;
bottom: 12px;
width: 60px;
text-align: center;
}
.mtvHomeTitle
{
margin-bottom: 0px;
background: transparent !important;
}
.mtvIMG
{
margin: 0 auto;
height: 120%;
width: 100%;
overflow: hidden;
z-index: 1;
display: block;
position: relative;
}
.mtvHome img
{
position: absolute;
z-index: 1;
width: 99%;
height: 98%;
border: 1px solid orange;
}
.mtvHomeTitle a
{
color: red;
font-size: 15px;
font-weight: bold;
padding: 5px 0;
margin-top: 17px;
display: block;
background: none;
}
.idTabs a:hover, .idTabs a.selected
{
text-decoration: none;
border-bottom: 1px solid #ffdc00;
}
.podoba
{
background: url(http://i.imgur.com/KMzB5Hb.png) no-repeat;
width: 156px;
height: 60px;
position: relative;
margin: 5px auto;
}
.user-nick
{
position: absolute;
background: transparent !important;
left: 915px;
bottom: 0px;
}
.user-nav
{
height: 31px;
position: absolute;
bottom: -2px;
left: 160px;
min-width: 550px;
}
.maintable
{
background-color: rgba(54, 54, 54, 0);
margin-top: 1px;
margin-bottom: 1px;
table-layout: fixed;
}
.galleryPictureSingleNavigation a:hover
{
background-color: rgba(29, 29, 29, 0);
}
.mg-title
{
font-size: 22px;
font-weight: bold;
padding: 0px 5px 5px;
display: block;
color: red;
margin-bottom: 0px;
margin-right: 100px;
text-align: left;
}
#title, .title, a.title, a.title:hover
{
font-family: "Courier New";
font-size: 25px;
text-decoration: none;
line-height: 130%;
word-spacing: -.3px;
letter-spacing: -1px;
margin: 0px;
margin-bottom: 5px;
display: block;
color: red;
}
.title{bottom:0px!important;top:20px!important;height:120px!important;}
.art-banner-gradient{height:200px!important;}
.art-banner{height:220px!important;}
.art-wrapper{padding-left:10px;}
.art-banner .art-details
{left:10px!important;top:150px!important;bottom:0px!important;height:60px!important;}
#pagerNav .highlight
{
padding: 2px 5px 2px 5px;
font-weight: bold;
margin-right: 5px;
width: 22px;
border: 1px solid #fdc000;
background-color: #303030;
color: red;
}
#pagerNav A, .square
{
padding: 2px 5px 2px 5px;
height: 16px;
border: 1px solid gray;
text-decoration: none;
background-color: #303030;
margin-right: 5px;
width: 22px;
font-size: 12px;
font-family: Arial;
}
.filesSectionTitle
{
background: #ffcd00;
font: bold 10pt Arial;
color: orange;
width: 100%;
padding: 5px;
box-sizing: border-box;
border-bottom: 2px solid #303030;
text-align: left;
clear: both;
}
#podoba2
{
background: url(http://i.imgur.com/Y9YdnZp.png) no-repeat;
width: 35px;
height: 70px;
position: relative;
margin: 5px auto;
float: left;
}
.teamBox
{
width: 175px;
height: 200px;
float: left;
padding: 5px;
margin: 5px;
background: url(http://i.imgur.com/5dzLnw5.png) no-repeat;
font-size: 11px;
text-align: center;
overflow: hidden;
}
.redactor_editor, .redactor_editor:focus
{
position: relative;
overflow: auto;
margin: 0 !important;
padding: 5px 10px;
padding-bottom: 5px;
outline: none;
background: none;
background: #666 !important;
box-shadow: none !important;
white-space: normal;
}
.infoBox
{
border: 1px solid #e8e8e8;
background-color: #f0f0f0;
text-align: center;
color: orange;
padding: 5px;
clear: both;
border-radius: 5px;
}
.plista_widget_belowArticle .itemTitle
{
position: relative;
display: block;
font-style: normal;
text-transform: none;
text-decoration: none;
margin: 4px 0px 3px;
padding: 0px;
font-family: Arial;
font-weight: bold;
font-size: 14px;
line-height: 16px;
color: #FFF;
}
.editTitle
{
width: 220px;
padding: 2px 20px;
border: 1px solid gray;
margin-bottom: 2px;
background-color: #fc0;
color: white;
font-size: 12px;
font-weight: bold;
cursor: pointer;
}
.text blockquote, .redactor_editor blockquote
{
padding: 5px 15px 2px 10px;
margin: 10px 5px;
border-left: 10px solid #09f;
color: #FFA70E;
line-height: 150%;
}
div#main .nav-tabs > li > a
{
line-height: 1.42857143;
border: 1px solid #303030;
border-radius: 5px 5px 0 0;
box-shadow: none;
text-decoration: none !important;
color: #666;
background-color: #7e7e7e;
font-weight: normal;
font-family: Arial;
font-size: 14px;
}
.forumBoxHeader
{
font-size: 16px;
display: block;
padding: 9px 0 3px 12px;
color: orange;
border-bottom: 1px solid #303030;
font-weight: bold;
border-radius: 5px 5px 0 0;
background: url(http://i.imgur.com/6xIqhc4.png) no-repeat;
min-height: 33px;
}
.idTabs LI A.selected
{
line-height: 27px;
margin: 0;
padding: 0 10px;
background: #252525;
border: 1px solid #303030;
}
.topcommentsheader
{
text-align: left;
font-size: 16px;
font-weight: bold;
color: #fff;
margin-top: 10px;
margin-left: 5px;
}
._2lqg
{
background: #4d4d4d;
border: 1px solid #303030;
border-top: 0;
overflow-y: auto
}
.thumb_title, .thumb_caption
{
font-weight: bold;
font-size: 80%;
display: block;
max-width: 132px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
text-align: center;
color: #fff;
}
.thumbnails
{
padding: 3px;
background: url('http://i.imgur.com/VuZ2Mh3.png') -4px 15px no-repeat;
padding-top: 14px;
}
.retroArt
{
padding: 5px;
overflow: hidden;
background-color: #f8f8f8;
background: url(http://i.imgur.com/WlcjDAY.png) #faf4e6;
}
.retroHeader
{
padding: 3px;
color: white;
background: url('http://i.imgur.com/lG3gJZe.png') repeat-x #ccc;
font: bold 22px Georgia;
}
.mtv-desc-text
{
padding-bottom: 5px;
font-size: 16px;
line-height: 130%;
max-height: 101px;
overflow: hidden;
color: #fff;
}
#menuJM2 ul.mainMenu
{
background: black;
overflow: hidden;
border-bottom: 1px solid #303030;
height: 25px;
}
#menuJM2
{
width: 99%;
height: 47px;
border-top: 1px solid #303030;
border-bottom: 4px solid #303030;
position: relative;
}
#forumFora
{
text-align: left;
background-color: #303030;
border: 1px solid #303030;
border-top: 0;
overflow: hidden;
}
.BoxTitle, td.BoxTitle
{
padding: 5px 0 2px 5px;
margin-bottom: 7px;
font-size: 15px;
font-family: 'Roboto Slab', Roboto Slab, Roboto Slab;
line-height: 110%;
color: white;
font-weight: bold;
text-decoration: none;
text-shadow: none;
background-color: #303030 !important;
border-width: 0;
border-bottom: 1px solid #4d4d4d;
border-top: 1px solid #4d4d4d;
border-right: 1px solid #4d4d4d;
border-left: 1px solid #4d4d4d;
}
#menuJM2 ul ul li a
{
font-size: 12px;
color: #999;
font-weight: bold;
padding: 2px 9px 2px 9px;
}
#menuJM2 ul ul li a:hover
{
font-size: 12px;
background: #6F7070!important;
border-radius: 10px;
color: #999;
font-weight: bold;
padding: 2px 9px 2px 9px;
}
.phorumTableHeader td
{
color: white;
background-color: #FFF;
}
.imprezaBox
{
width: 175px;
height: 210px;
float: left;
padding: 5px;
margin: 5px;
font-size: 11px;
overflow: hidden;
background: transparent;
}
.imprezaBox A
{
text-decoration: none;
font-weight: bold;
margin: 1px;
color: #c00;
}
.mtvPoczekalniaOk
{
position: absolute;
width: 34px;
height: 58px;
margin-right: 5px;
background: url(http://joemonster.org/i/2015/05/ok-poczek2.png) !important;
padding-top: 35px;
font-weight: bold;
font-size: 16px;
text-align: center;
color: #584201;
text-decoration: none;
right: 0;
top: 0;
z-index: 1;
}
} | data/usercss/128778.user.css | @-moz-document domain("joemonster.org") {
body,#bg{width:100%!important;}
/*Ekran przewijania w dol*/
.videoNarrow.no-transition.popup.topBar{
left:auto!important;right:0px!important;
width:500px!important;
height:auto!important;
}
.mtvLeftColumn{width:60%!important;}
.nextPrevMovie{width:40%!important;}
.mtv-player-wrapper{max-height:315px;width:100%!important;height:auto!important;}
/*kuniec*/
.logo img
{
padding-top: 330px;
background: url('http://i.imgur.com/LCUwaPq.png');
background-repeat: no-repeat;
}
.more A{background:black!important;border:1px solid orange!important;}
.more A:hover{background:#999!important;border:1px solid orange!important;}
.albumThumbs IMG
{
border: 0px solid #444;
margin: 3 3px 3px 0;
}
IMG
{
border-color: orange;
}
#main_article
{
height: 85%!important;
overflow-y: scroll!important;
border: 1px solid orange;
}
#prawa_glowna
{
display: none!important
}
#main_glowna
{
padding: 0 0px 10px 260px;
height: 6000px;
overflow-y: scroll!important;
border: 1px solid orange;
}
.mtvNextMovieBox, .podobne, .niepodobne
{
border: 1px orange solid;
}
.ieHover
{
background: #6F7070!important;
border-radius: 10px;
}
.menuJMSelected
{
background: #4F5050!important;
border-radius: 10px;
}
.thumbnails
{
background: black!important;
width: 150px;
}
.thumb_title, .thumb_caption
{
color: orange!important;
}
.art-banner-gradient
{
background: transparent !important;
}
.BoxContent
{
border:1px solid orange;
padding:5px!important;
background-color: black !important;
}
.art-banner .art-details
{
position: absolute;
bottom: -10px;
background: #101010 !important;
left: -20px;
border-radius: 25px;
font-size: 13px;
padding: 20px;
color: #f0f0f0;
}
.idTabs LI
{
float: left;
margin-right: -1px;
padding: 0;
}
#galeriabox img
{
width: 88px;
height: 68px;
border: 0;
margin-right: 0px;
margin-bottom: 3px;
border-bottom: 1px solid #6c6c6c;
border-top: 1px solid #6c6c6c;
border-right: 1px solid #6c6c6c;
border-left: 1px solid #6c6c6c;
}
#galeriabox
{
margin-left: 0px;
margin-top: 5px;
background: black;
overflow: hidden;
display: block;
padding-left: 0px;
}
.BoxContent A, .BoxContent A:link
{
text-decoration: none;
font-size: 13px;
margin-left: 7px;
}
.BoxContent A:hover
{
text-decoration: underline;
}
#prawa_glowna .BoxContent .miniGame img
{
width: 280px;
height: 100%;
margin-left: 7px;
margin-bottom: 7px;
}
#hashid-tooltip
{
position: absolute;
display: none;
border: 1px solid #ffd800;
border-radius: 3px;
padding: 5px;
background-color: #000;
min-width: 150px;
max-width: 300px;
min-height: 260px;
max-height: 300px;
overflow: hidden;
}
#topHeader
{
height: 60px;
position: relative;
text-align: left;
}
#forum_list TD
{
color: white !important;
}
#imageContainer>#hoverNav
{
left: 0;
background: transparent !important;
}
#topHeader IMG
{
border: 0px solid;
-moz-box-sizing: padding-box;
box-sizing: border-box;
}
body, td, div, .text, font, a, span
{
font-family: "Courier New";
background-color: #000 !important;
color: red!important;
}
H2
{
font-size: 18px;
color: darkred;
line-height: 1.5em;
}
#bopowaga
{
position: absolute;
color: #515151;
top: 0px;
left: 290px;
font: bold 20px Arial;
letter-spacing: -1px;
z-index: 5;
}
#polecMenu
{
position: absolute;
background: transparent !important;
width: auto;
z-index: 5;
padding: 5px;
right: 0;
font: bold 14px Arial;
}
#polecMenu ul li a
{
background: #303030;
}
#polecMenu UL
{
position: absolute;
color: #101010;
text-align: left;
left: 0;
top: 20px;
display: none;
border: 1px solid black;
border-width: 0 1px 1px 0;
margin: 0;
padding: 0;
list-style-type: none;
}
#polecMenu UL LI A
{
display: block;
font: normal 11px Roboto Slab;
color: #303030;
width: 126px;
padding: 3px;
text-decoration: none;
}
#menuJM2 UL UL
{
background: #000 !important;
border:1px solid orange;
margin: 0 0px;
padding: 0!important;
position: absolute;
z-index: 3;
left: 0px;
top: 25px;
text-align: center;
height: 19px;
display: none;
list-style-type: none;
}
A
{
color: red !important;
text-decoration: none!important
}
A:hover
{
color: darkorange !important;
text-decoration: underline!important
}
A.men, #menuJM2 LI
{
background: none!important
}
body, td, div, .text, font
{
background: black!important;
background-color: #000 !important;
color: red;
font-weight: bold;
}
div#main .nav-tabs > li.active > a
{
color: red!important;
background: #000!important;
border-bottom: 0;
}
div#main .nav-tabs > li > a
{
color: red!important;
background: #000!important;
border-bottom: 0;
}
div[id^="mtv"]
{
border: 1px orange solid;
background: black!important;
padding: 0px 10px 10px 10px;
}
.commentDesc
{
font-size: 17px;
color: red;
margin-right: 30px;
min-height: 30px;
line-height: 150%;
}
.unamelink
{
color: red !important;
text-decoration: none;
font-size: 12px;
}
.nav, .nav A
{
color: white !important
}
.commok
{
background: url(http://i.imgur.com/fUOsViH.png);
width: 33px;
height: 47px;
margin-top: 23px;
float: right;
text-align: center;
font-size: 14px;
margin-right: 5px;
margin-left: 5px;
}
.commok2
{
background: url(http://i.imgur.com/6l3ipzn.png);
width: 33px;
height: 47px;
margin-top: 23px;
float: right;
text-align: center;
font-size: 14px;
}
.podoba #link A:hover
{
color: red;
text-decoration: underline;
background: url(http://i.imgur.com/FkzzVcX.png) 10px 5px no-repeat;
}
.podoba #glosow
{
font: bold 28px arial;
background: transparent !important;
position: absolute;
left: 66px;
bottom: 12px;
width: 60px;
text-align: center;
}
.mtvHomeTitle
{
margin-bottom: 0px;
background: transparent !important;
}
.mtvIMG
{
margin: 0 auto;
height: 120%;
width: 100%;
overflow: hidden;
z-index: 1;
display: block;
position: relative;
}
.mtvHome img
{
position: absolute;
z-index: 1;
width: 99%;
height: 98%;
border: 1px solid orange;
}
.mtvHomeTitle a
{
color: red;
font-size: 15px;
font-weight: bold;
padding: 5px 0;
margin-top: 17px;
display: block;
background: none;
}
.idTabs a:hover, .idTabs a.selected
{
text-decoration: none;
border-bottom: 1px solid #ffdc00;
}
.podoba
{
background: url(http://i.imgur.com/KMzB5Hb.png) no-repeat;
width: 156px;
height: 60px;
position: relative;
margin: 5px auto;
}
.user-nick
{
position: absolute;
background: transparent !important;
left: 915px;
bottom: 0px;
}
.user-nav
{
height: 31px;
position: absolute;
bottom: -2px;
left: 160px;
min-width: 550px;
}
.maintable
{
background-color: rgba(54, 54, 54, 0);
margin-top: 1px;
margin-bottom: 1px;
table-layout: fixed;
}
.galleryPictureSingleNavigation a:hover
{
background-color: rgba(29, 29, 29, 0);
}
.mg-title
{
font-size: 22px;
font-weight: bold;
padding: 0px 5px 5px;
display: block;
color: red;
margin-bottom: 0px;
margin-right: 100px;
text-align: left;
}
#title, .title, a.title, a.title:hover
{
font-family: "Courier New";
font-size: 25px;
text-decoration: none;
line-height: 130%;
word-spacing: -.3px;
letter-spacing: -1px;
margin: 0px;
margin-bottom: 5px;
display: block;
color: red;
}
.title{bottom:0px!important;top:20px!important;height:120px!important;}
.art-banner-gradient{height:200px!important;}
.art-banner{height:220px!important;}
.art-wrapper{padding-left:10px;}
.art-banner .art-details
{left:10px!important;top:150px!important;bottom:0px!important;height:60px!important;}
#pagerNav .highlight
{
padding: 2px 5px 2px 5px;
font-weight: bold;
margin-right: 5px;
width: 22px;
border: 1px solid #fdc000;
background-color: #303030;
color: red;
}
#pagerNav A, .square
{
padding: 2px 5px 2px 5px;
height: 16px;
border: 1px solid gray;
text-decoration: none;
background-color: #303030;
margin-right: 5px;
width: 22px;
font-size: 12px;
font-family: Arial;
}
.filesSectionTitle
{
background: #ffcd00;
font: bold 10pt Arial;
color: orange;
width: 100%;
padding: 5px;
box-sizing: border-box;
border-bottom: 2px solid #303030;
text-align: left;
clear: both;
}
#podoba2
{
background: url(http://i.imgur.com/Y9YdnZp.png) no-repeat;
width: 35px;
height: 70px;
position: relative;
margin: 5px auto;
float: left;
}
.teamBox
{
width: 175px;
height: 200px;
float: left;
padding: 5px;
margin: 5px;
background: url(http://i.imgur.com/5dzLnw5.png) no-repeat;
font-size: 11px;
text-align: center;
overflow: hidden;
}
.redactor_editor, .redactor_editor:focus
{
position: relative;
overflow: auto;
margin: 0 !important;
padding: 5px 10px;
padding-bottom: 5px;
outline: none;
background: none;
background: #666 !important;
box-shadow: none !important;
white-space: normal;
}
.infoBox
{
border: 1px solid #e8e8e8;
background-color: #f0f0f0;
text-align: center;
color: orange;
padding: 5px;
clear: both;
border-radius: 5px;
}
.plista_widget_belowArticle .itemTitle
{
position: relative;
display: block;
font-style: normal;
text-transform: none;
text-decoration: none;
margin: 4px 0px 3px;
padding: 0px;
font-family: Arial;
font-weight: bold;
font-size: 14px;
line-height: 16px;
color: #FFF;
}
.editTitle
{
width: 220px;
padding: 2px 20px;
border: 1px solid gray;
margin-bottom: 2px;
background-color: #fc0;
color: white;
font-size: 12px;
font-weight: bold;
cursor: pointer;
}
.text blockquote, .redactor_editor blockquote
{
padding: 5px 15px 2px 10px;
margin: 10px 5px;
border-left: 10px solid #09f;
color: #FFA70E;
line-height: 150%;
}
div#main .nav-tabs > li > a
{
line-height: 1.42857143;
border: 1px solid #303030;
border-radius: 5px 5px 0 0;
box-shadow: none;
text-decoration: none !important;
color: #666;
background-color: #7e7e7e;
font-weight: normal;
font-family: Arial;
font-size: 14px;
}
.forumBoxHeader
{
font-size: 16px;
display: block;
padding: 9px 0 3px 12px;
color: orange;
border-bottom: 1px solid #303030;
font-weight: bold;
border-radius: 5px 5px 0 0;
background: url(http://i.imgur.com/6xIqhc4.png) no-repeat;
min-height: 33px;
}
.idTabs LI A.selected
{
line-height: 27px;
margin: 0;
padding: 0 10px;
background: #252525;
border: 1px solid #303030;
}
.topcommentsheader
{
text-align: left;
font-size: 16px;
font-weight: bold;
color: #fff;
margin-top: 10px;
margin-left: 5px;
}
._2lqg
{
background: #4d4d4d;
border: 1px solid #303030;
border-top: 0;
overflow-y: auto
}
.thumb_title, .thumb_caption
{
font-weight: bold;
font-size: 80%;
display: block;
max-width: 132px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
text-align: center;
color: #fff;
}
.thumbnails
{
padding: 3px;
background: url('http://i.imgur.com/VuZ2Mh3.png') -4px 15px no-repeat;
padding-top: 14px;
}
.retroArt
{
padding: 5px;
overflow: hidden;
background-color: #f8f8f8;
background: url(http://i.imgur.com/WlcjDAY.png) #faf4e6;
}
.retroHeader
{
padding: 3px;
color: white;
background: url('http://i.imgur.com/lG3gJZe.png') repeat-x #ccc;
font: bold 22px Georgia;
}
.mtv-desc-text
{
padding-bottom: 5px;
font-size: 16px;
line-height: 130%;
max-height: 101px;
overflow: hidden;
color: #fff;
}
#menuJM2 ul.mainMenu
{
background: black;
overflow: hidden;
border-bottom: 1px solid #303030;
height: 25px;
}
#menuJM2
{
width: 99%;
height: 47px;
border-top: 1px solid #303030;
border-bottom: 4px solid #303030;
position: relative;
}
#forumFora
{
text-align: left;
background-color: #303030;
border: 1px solid #303030;
border-top: 0;
overflow: hidden;
}
.BoxTitle, td.BoxTitle
{
padding: 5px 0 2px 5px;
margin-bottom: 7px;
font-size: 15px;
font-family: 'Roboto Slab', Roboto Slab, Roboto Slab;
line-height: 110%;
color: white;
font-weight: bold;
text-decoration: none;
text-shadow: none;
background-color: #303030 !important;
border-width: 0;
border-bottom: 1px solid #4d4d4d;
border-top: 1px solid #4d4d4d;
border-right: 1px solid #4d4d4d;
border-left: 1px solid #4d4d4d;
}
#menuJM2 ul ul li a
{
font-size: 12px;
color: #999;
font-weight: bold;
padding: 2px 9px 2px 9px;
}
#menuJM2 ul ul li a:hover
{
font-size: 12px;
background: #6F7070!important;
border-radius: 10px;
color: #999;
font-weight: bold;
padding: 2px 9px 2px 9px;
}
.phorumTableHeader td
{
color: white;
background-color: #FFF;
}
.imprezaBox
{
width: 175px;
height: 210px;
float: left;
padding: 5px;
margin: 5px;
font-size: 11px;
overflow: hidden;
background: transparent;
}
.imprezaBox A
{
text-decoration: none;
font-weight: bold;
margin: 1px;
color: #c00;
}
.mtvPoczekalniaOk
{
position: absolute;
width: 34px;
height: 58px;
margin-right: 5px;
background: url(http://joemonster.org/i/2015/05/ok-poczek2.png) !important;
padding-top: 35px;
font-weight: bold;
font-size: 16px;
text-align: center;
color: #584201;
text-decoration: none;
right: 0;
top: 0;
z-index: 1;
}
} | 0.210442 | 0.048182 |
html_theme_options = {
'cssfiles': ["http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"]
}
/*Learning Objectives */
div.admonition-learning-objectives.admonition {
background: #e9f2f8;
padding: 12px;
line-height: 24px;
}
.rst-content .admonition-learning-objectives .admonition-title {
background:#2C80BB;
}
.rst-content .admonition-learning-objectives .admonition-title::before {
content: "\f044";
}
/* Table wrapping */
.wy-table-responsive table td,
.wy-table-responsive table th {
white-space: normal !important;
}
/* admonition colors */
div.admonition-sample-data.admonition {
padding: 3em;
color: #FF8E00;
display:block;
color: #000000;
background: #FFC67F;
margin: 0px;
padding:6px 12px;
margin-bottom:12px}
.wy-alert-title,.rst-content .admonition-title {
color:#fff;
font-weight:bold;
display:block;
color:#fff;
background:#FF8E00;
margin:-12px;
padding:6px 12px;
margin-bottom:12px
}
.wy-alert.wy-alert-warning,
.rst-content .wy-alert-warning.note,
.rst-content .attention,
.rst-content .caution,
.rst-content .wy-alert-warning.danger,
.rst-content .wy-alert-warning.error,
.rst-content .wy-alert-warning.hint,
.rst-content .wy-alert-warning.important,
.rst-content .wy-alert-warning.tip,
.rst-content .warning,
.rst-content .wy-alert-warning.seealso,
.rst-content .admonition-todo,
.rst-content .wy-alert-warning.admonition {
background:#f8c3c4
}
.wy-alert.wy-alert-warning .wy-alert-title,
.rst-content .wy-alert-warning.note .wy-alert-title,
.rst-content .attention .wy-alert-title,
.rst-content .caution .wy-alert-title,
.rst-content .wy-alert-warning.danger .wy-alert-title,
.rst-content .wy-alert-warning.error .wy-alert-title,
.rst-content .wy-alert-warning.hint .wy-alert-title,
.rst-content .wy-alert-warning.important .wy-alert-title,
.rst-content .wy-alert-warning.tip .wy-alert-title,
.rst-content .warning .wy-alert-title,
.rst-content .wy-alert-warning.seealso .wy-alert-title,
.rst-content .admonition-todo .wy-alert-title,
.rst-content .wy-alert-warning.admonition .wy-alert-title,
.wy-alert.wy-alert-warning .rst-content .admonition-title,
.rst-content .wy-alert.wy-alert-warning .admonition-title,
.rst-content .wy-alert-warning.note .admonition-title,
.rst-content .attention .admonition-title,
.rst-content .caution .admonition-title,
.rst-content .wy-alert-warning.danger .admonition-title,
.rst-content .wy-alert-warning.error .admonition-title,
.rst-content .wy-alert-warning.hint .admonition-title,
.rst-content .wy-alert-warning.important .admonition-title,
.rst-content .wy-alert-warning.tip .admonition-title,
.rst-content .warning .admonition-title,
.rst-content .wy-alert-warning.seealso .admonition-title,
.rst-content .admonition-todo .admonition-title,
.rst-content .wy-alert-warning.admonition .admonition-title {
background:#f07e82;
}
/*Question and answer*/
.rst-content .admonition-note,
.rst-content .admonition-warning,
.rst-content .admonition-question,
.rst-content .admonition-answer {
margin: 3em 0;
}
.rst-content .admonition-question .admonition-answer {
margin-top: 0.5em;
}
.rst-content li {
margin-bottom: 0.5em;
}
.rst-content .figure {
margin-bottom: 2em;
}
.rst-content .admonition-question {
background: #f6e7ee;
padding: 12px;
line-height: 24px;
}
.rst-content .admonition-question .admonition-title {
background: #aa1155;
}
.rst-content .admonition-question .admonition-title::before {
content: "\f059";
}
.rst-content .admonition-question p:last-child,
.rst-content .admonition-answer p:last-child,
.rst-content .admonition-question ul,
.rst-content .admonition-answer ul {
margin-bottom: 0;
}
.rst-content .admonition-answer {
background: #e9f8f5;
padding: 12px;
line-height: 24px;
margin-bottom: 6em;
}
.rst-content .admonition-answer .admonition-title {
background: #0F933B;
}
.rst-content .admonition-answer .admonition-title::before {
content: "\f044";
}
.rst-content .tip .admonition-title::before {
content: "\f0d0";
}
/**
* Toggle visibility of a section
*/
.rst-content .admonition-answer .admonition-title:after,
.rst-content .admonition-answer .admonition-title.expanded:after {
font-family: "FontAwesome";
margin-left: 0.3em;
cursor: pointer;
}
.rst-content .admonition-answer .admonition-title:after {
content: "\f13a";
}
.rst-content .admonition-answer .admonition-title.expanded:after {
content: "\f139";
}
/* make iframe for youtube videos responseive*/
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} | misc/static/cyverse.css |
html_theme_options = {
'cssfiles': ["http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"]
}
/*Learning Objectives */
div.admonition-learning-objectives.admonition {
background: #e9f2f8;
padding: 12px;
line-height: 24px;
}
.rst-content .admonition-learning-objectives .admonition-title {
background:#2C80BB;
}
.rst-content .admonition-learning-objectives .admonition-title::before {
content: "\f044";
}
/* Table wrapping */
.wy-table-responsive table td,
.wy-table-responsive table th {
white-space: normal !important;
}
/* admonition colors */
div.admonition-sample-data.admonition {
padding: 3em;
color: #FF8E00;
display:block;
color: #000000;
background: #FFC67F;
margin: 0px;
padding:6px 12px;
margin-bottom:12px}
.wy-alert-title,.rst-content .admonition-title {
color:#fff;
font-weight:bold;
display:block;
color:#fff;
background:#FF8E00;
margin:-12px;
padding:6px 12px;
margin-bottom:12px
}
.wy-alert.wy-alert-warning,
.rst-content .wy-alert-warning.note,
.rst-content .attention,
.rst-content .caution,
.rst-content .wy-alert-warning.danger,
.rst-content .wy-alert-warning.error,
.rst-content .wy-alert-warning.hint,
.rst-content .wy-alert-warning.important,
.rst-content .wy-alert-warning.tip,
.rst-content .warning,
.rst-content .wy-alert-warning.seealso,
.rst-content .admonition-todo,
.rst-content .wy-alert-warning.admonition {
background:#f8c3c4
}
.wy-alert.wy-alert-warning .wy-alert-title,
.rst-content .wy-alert-warning.note .wy-alert-title,
.rst-content .attention .wy-alert-title,
.rst-content .caution .wy-alert-title,
.rst-content .wy-alert-warning.danger .wy-alert-title,
.rst-content .wy-alert-warning.error .wy-alert-title,
.rst-content .wy-alert-warning.hint .wy-alert-title,
.rst-content .wy-alert-warning.important .wy-alert-title,
.rst-content .wy-alert-warning.tip .wy-alert-title,
.rst-content .warning .wy-alert-title,
.rst-content .wy-alert-warning.seealso .wy-alert-title,
.rst-content .admonition-todo .wy-alert-title,
.rst-content .wy-alert-warning.admonition .wy-alert-title,
.wy-alert.wy-alert-warning .rst-content .admonition-title,
.rst-content .wy-alert.wy-alert-warning .admonition-title,
.rst-content .wy-alert-warning.note .admonition-title,
.rst-content .attention .admonition-title,
.rst-content .caution .admonition-title,
.rst-content .wy-alert-warning.danger .admonition-title,
.rst-content .wy-alert-warning.error .admonition-title,
.rst-content .wy-alert-warning.hint .admonition-title,
.rst-content .wy-alert-warning.important .admonition-title,
.rst-content .wy-alert-warning.tip .admonition-title,
.rst-content .warning .admonition-title,
.rst-content .wy-alert-warning.seealso .admonition-title,
.rst-content .admonition-todo .admonition-title,
.rst-content .wy-alert-warning.admonition .admonition-title {
background:#f07e82;
}
/*Question and answer*/
.rst-content .admonition-note,
.rst-content .admonition-warning,
.rst-content .admonition-question,
.rst-content .admonition-answer {
margin: 3em 0;
}
.rst-content .admonition-question .admonition-answer {
margin-top: 0.5em;
}
.rst-content li {
margin-bottom: 0.5em;
}
.rst-content .figure {
margin-bottom: 2em;
}
.rst-content .admonition-question {
background: #f6e7ee;
padding: 12px;
line-height: 24px;
}
.rst-content .admonition-question .admonition-title {
background: #aa1155;
}
.rst-content .admonition-question .admonition-title::before {
content: "\f059";
}
.rst-content .admonition-question p:last-child,
.rst-content .admonition-answer p:last-child,
.rst-content .admonition-question ul,
.rst-content .admonition-answer ul {
margin-bottom: 0;
}
.rst-content .admonition-answer {
background: #e9f8f5;
padding: 12px;
line-height: 24px;
margin-bottom: 6em;
}
.rst-content .admonition-answer .admonition-title {
background: #0F933B;
}
.rst-content .admonition-answer .admonition-title::before {
content: "\f044";
}
.rst-content .tip .admonition-title::before {
content: "\f0d0";
}
/**
* Toggle visibility of a section
*/
.rst-content .admonition-answer .admonition-title:after,
.rst-content .admonition-answer .admonition-title.expanded:after {
font-family: "FontAwesome";
margin-left: 0.3em;
cursor: pointer;
}
.rst-content .admonition-answer .admonition-title:after {
content: "\f13a";
}
.rst-content .admonition-answer .admonition-title.expanded:after {
content: "\f139";
}
/* make iframe for youtube videos responseive*/
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} | 0.457379 | 0.063308 |
.yui-t3 #yui-main .yui-b {
margin-left: 23.45em;
*margin-left: 22.85em;
}
#doc3 {
/* border: 1px solid #000; */
margin: auto;
padding: 5px;
background: #FFF;
}
#hd,#bd,#ft {
font-size: 123.1%;
font-family: verdana;
}
#hd {
/* background: #999; */
background: #999;
padding: 10px;
color: #FFF;
}
#hd p {
margin: 0;
}
#hd a {
color: #FFF;
text-decoration: none;
}
#hd h1 {
margin: 0;
font-size: 130%;
font-weight: bold;
}
#hd span.desc {
font-size: 60%;
font-weight: normal;
}
#hd #by {
text-align:right;
padding-top: 5px;
}
#bd {
/* border: 1px solid #999; */
margin: 5px 0 0 0;
}
#bd a {
color: #A46702;
text-decoration: none;
}
#bd a:hover {
background: #FCDD74;
}
#bd .navi {
/* background: #DDD; */
}
#bd .navi h2 {
margin: 0 0 10px 0;
color: #880000;
/* font-size: 131%; */
font-size: 146.5%;
font-weight: bold;
}
#bd .navi h3 {
margin: 20px 0 10px 0;
color: #0085FE;
font-size: 116%;
border-bottom: 1px solid #0085FE;
padding-bottom: 3px;
}
#bd .navi h4 {
margin: 20px 0 10px 0;
font-size: 108%;
color: #0085FE;
border-left: 7px solid #0085FE;
padding-left: 7px;
}
#bd .navi p {
padding: 0;
margin-bottom: 0.7em;
}
#bd .navi blockquote {
background: #FCE083;
margin: 20px;
padding: 10px;
}
#bd .navi pre {
font-family: monospace;
background: #DDD;
margin: 20px;
padding: 10px;
overflow-x: auto;
font-size: 85%;
}
* html #bd .navi pre {
width: 87%;
}
#bd .navi ul,
#bd .navi ol {
margin: 20px 40px;
}
#bd .navi dl {
margin: 20px;
}
#bd .navi dt {
font-weight: bold;
}
#bd .navi dd {
margin: 5px 10px 15px 10px;
}
#bd .navi .head {
background: #0085FE;
padding: 5px;
color: #FFF;
font-size: 85%;
}
#bd .navi .back {
font-size: 77%;
text-align: right;
margin: 10px 0 20px 0;
}
#bd .navi .cont {
margin-top: 5px;
margin-bottom: 5px;
padding: 15px;
border: 1px solid #999;
font-size: 90%;
}
#bd .navi .cont .foot {
text-align: right;
font-size: 85%;
}
#bd .navi #navi-cont {
overflow-y:scroll;
}
#bd .map {
/* background: #EEE; */
}
#bd .map p {
margin: 0;
}
#bd .map ul {
margin: 10px 0 15px 20px;
}
#bd .map h2 {
margin: 0 0 10px 0;
color: #880000;
/* font-size: 131%; */
font-size: 146.5%;
}
#bd .map .head {
background: #0085FE;
padding: 5px;
color: #FFF;
font-size: 85%;
}
#bd .map .cont {
margin: 5px 0 5px 0;
/* padding: 10px; */
/* border: 1px solid #999; */
}
#bd #vearth {
height: 450px;
background: #000;
}
#ft {
padding: 5px;
background: #999;
color: #FFF;
font-size: 100%;
text-align: right;
}
#ft p {
margin: 0;
}
#doc3 ul.mb li {
margin-bottom: 10px;
} | javascript/ve-auto-adjust-height-20071222/css/style.css | .yui-t3 #yui-main .yui-b {
margin-left: 23.45em;
*margin-left: 22.85em;
}
#doc3 {
/* border: 1px solid #000; */
margin: auto;
padding: 5px;
background: #FFF;
}
#hd,#bd,#ft {
font-size: 123.1%;
font-family: verdana;
}
#hd {
/* background: #999; */
background: #999;
padding: 10px;
color: #FFF;
}
#hd p {
margin: 0;
}
#hd a {
color: #FFF;
text-decoration: none;
}
#hd h1 {
margin: 0;
font-size: 130%;
font-weight: bold;
}
#hd span.desc {
font-size: 60%;
font-weight: normal;
}
#hd #by {
text-align:right;
padding-top: 5px;
}
#bd {
/* border: 1px solid #999; */
margin: 5px 0 0 0;
}
#bd a {
color: #A46702;
text-decoration: none;
}
#bd a:hover {
background: #FCDD74;
}
#bd .navi {
/* background: #DDD; */
}
#bd .navi h2 {
margin: 0 0 10px 0;
color: #880000;
/* font-size: 131%; */
font-size: 146.5%;
font-weight: bold;
}
#bd .navi h3 {
margin: 20px 0 10px 0;
color: #0085FE;
font-size: 116%;
border-bottom: 1px solid #0085FE;
padding-bottom: 3px;
}
#bd .navi h4 {
margin: 20px 0 10px 0;
font-size: 108%;
color: #0085FE;
border-left: 7px solid #0085FE;
padding-left: 7px;
}
#bd .navi p {
padding: 0;
margin-bottom: 0.7em;
}
#bd .navi blockquote {
background: #FCE083;
margin: 20px;
padding: 10px;
}
#bd .navi pre {
font-family: monospace;
background: #DDD;
margin: 20px;
padding: 10px;
overflow-x: auto;
font-size: 85%;
}
* html #bd .navi pre {
width: 87%;
}
#bd .navi ul,
#bd .navi ol {
margin: 20px 40px;
}
#bd .navi dl {
margin: 20px;
}
#bd .navi dt {
font-weight: bold;
}
#bd .navi dd {
margin: 5px 10px 15px 10px;
}
#bd .navi .head {
background: #0085FE;
padding: 5px;
color: #FFF;
font-size: 85%;
}
#bd .navi .back {
font-size: 77%;
text-align: right;
margin: 10px 0 20px 0;
}
#bd .navi .cont {
margin-top: 5px;
margin-bottom: 5px;
padding: 15px;
border: 1px solid #999;
font-size: 90%;
}
#bd .navi .cont .foot {
text-align: right;
font-size: 85%;
}
#bd .navi #navi-cont {
overflow-y:scroll;
}
#bd .map {
/* background: #EEE; */
}
#bd .map p {
margin: 0;
}
#bd .map ul {
margin: 10px 0 15px 20px;
}
#bd .map h2 {
margin: 0 0 10px 0;
color: #880000;
/* font-size: 131%; */
font-size: 146.5%;
}
#bd .map .head {
background: #0085FE;
padding: 5px;
color: #FFF;
font-size: 85%;
}
#bd .map .cont {
margin: 5px 0 5px 0;
/* padding: 10px; */
/* border: 1px solid #999; */
}
#bd #vearth {
height: 450px;
background: #000;
}
#ft {
padding: 5px;
background: #999;
color: #FFF;
font-size: 100%;
text-align: right;
}
#ft p {
margin: 0;
}
#doc3 ul.mb li {
margin-bottom: 10px;
} | 0.23144 | 0.080647 |
padding: 0 10px;
color: rgb(219, 219, 219);
display: block;
font-size: 17px;
white-space: nowrap;
}
#toolbar {
width: 100%;
height: 30px;
background-color: #818181;
padding-left: 0px;
padding-right: 0px;
display: flex;
align-items: center;
flex-wrap: nowrap;
position: fixed;
bottom: 0;
border: 0;
z-index: 20;
}
.toolbar-item {
height: 100%;
border-left: 1px solid #3b3b3b;
}
.toolbar-item-separator {
height: 100%;
border-left: 3px solid #6b6b6b;
}
.toolbar-item-separator-full {
height: 100%;
border-left: 3px solid #6b6b6b;
border-right: 1px solid #3b3b3b;
}
.toolbar-item a {
color: #3b3b3b;
text-decoration: none;
font-size: 18px;
/* background-color: #666; */
width: 40px;
height: 100%;
display: inline-block;
text-align: center;
padding: 6px 0 5px 0;
}
.toolbar-item a:hover {
background-color: #ddd;
color: black;
}
.toolbar-item a.active {
color: white;
}
/* //////////// SLIDER /////////////////// */
#toolbar-page-slider {
flex-grow: 1;
padding: 0px 10px;
}
#page-slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
width: 100%; /* Full-width */
height: 10px; /* Specified height */
background: #4d4d4d; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: 0.2s; /* 0.2 seconds transition on hover */
transition: opacity 0.2s;
border-radius: 3px;
overflow: hidden;
}
#page-slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
/* #page-slider::-webkit-slider-runnable-track {
box-shadow: 3px 3px 10px 5px #000;
} */
#page-slider::-webkit-slider-thumb {
-webkit-appearance: none; /* Override default look */
width: 25px; /* Set a specific slider handle width */
height: 25px; /* Slider handle height */
background: #fff; /* Green background */
/*cursor: pointer; /* Cursor on hover */
border-radius: 10px;
box-shadow: -100vw 0 0 100vw #daa41d;
/* border: 2px solid #999; */
} | app/assets/css/toolbar.css | padding: 0 10px;
color: rgb(219, 219, 219);
display: block;
font-size: 17px;
white-space: nowrap;
}
#toolbar {
width: 100%;
height: 30px;
background-color: #818181;
padding-left: 0px;
padding-right: 0px;
display: flex;
align-items: center;
flex-wrap: nowrap;
position: fixed;
bottom: 0;
border: 0;
z-index: 20;
}
.toolbar-item {
height: 100%;
border-left: 1px solid #3b3b3b;
}
.toolbar-item-separator {
height: 100%;
border-left: 3px solid #6b6b6b;
}
.toolbar-item-separator-full {
height: 100%;
border-left: 3px solid #6b6b6b;
border-right: 1px solid #3b3b3b;
}
.toolbar-item a {
color: #3b3b3b;
text-decoration: none;
font-size: 18px;
/* background-color: #666; */
width: 40px;
height: 100%;
display: inline-block;
text-align: center;
padding: 6px 0 5px 0;
}
.toolbar-item a:hover {
background-color: #ddd;
color: black;
}
.toolbar-item a.active {
color: white;
}
/* //////////// SLIDER /////////////////// */
#toolbar-page-slider {
flex-grow: 1;
padding: 0px 10px;
}
#page-slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
width: 100%; /* Full-width */
height: 10px; /* Specified height */
background: #4d4d4d; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: 0.2s; /* 0.2 seconds transition on hover */
transition: opacity 0.2s;
border-radius: 3px;
overflow: hidden;
}
#page-slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
/* #page-slider::-webkit-slider-runnable-track {
box-shadow: 3px 3px 10px 5px #000;
} */
#page-slider::-webkit-slider-thumb {
-webkit-appearance: none; /* Override default look */
width: 25px; /* Set a specific slider handle width */
height: 25px; /* Slider handle height */
background: #fff; /* Green background */
/*cursor: pointer; /* Cursor on hover */
border-radius: 10px;
box-shadow: -100vw 0 0 100vw #daa41d;
/* border: 2px solid #999; */
} | 0.307358 | 0.103295 |
.Login_screen {
scroll-behavior: smooth;
overflow-x: hidden;
}
.Login_intro {
background-color: #050401;
scroll-behavior: smooth;
height: 100vh;
width: 100vw;
display: flex;
padding: calc(50vh - 150px) 0 5vh;
box-sizing: border-box;
align-items: center;
flex-direction: column;
justify-content: space-between;
row-gap: 10vh;
}
.login_title {
display: flex;
flex-direction: column;
align-items: center;
row-gap: 80px;
}
.logo {
width: 100%;
max-width: 875px;
padding: 0 36px;
box-sizing: border-box;
}
.Login {
width: 50vw;
max-width: 350px;
display: flex;
flex-direction: column;
row-gap: 120px;
}
.Login h1 {
font-weight: bold;
margin: 0 0 1.25rem;
text-align: left;
}
.Login p,
.login_title p {
margin: 0;
padding: 0;
color: #4a4a4a;
text-align: center;
font-size: 1rem;
}
.login_title a {
text-decoration: none;
color: #050401;
display: block;
margin-bottom: 1.25rem;
padding: 0.75rem 1rem;
border-radius: 6px;
background-color: #ff2d6b;
}
.login_title a p {
margin: 0;
padding: 0;
color: #050401;
font-family: "Mazin Bold";
text-transform: uppercase;
font-size: 1.6rem;
text-align: center;
width: 100%;
}
.login_buttons {
width: 100%;
max-width: 320px;
text-align: center;
}
.scroll_down {
display: flex;
align-items: center;
flex-direction: column;
}
.scroll_down img {
height: 30px;
width: 30px;
padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
.Login_intro {
padding-top: calc(50vh - 120px);
}
.Login {
width: 100vw;
box-sizing: border-box;
margin: 0 2.25rem;
display: flex;
flex-direction: column;
align-items: center;
}
.Login {
width: 100%;
padding: 0 36px;
box-sizing: border-box;
}
.login_title a p {
font-size: 1rem;
}
.login_title a {
width: initial;
font-family: "<NAME>";
display: inline-block;
padding: 0.5rem 1.6rem;
}
.login_title {
row-gap: 48px;
}
}
/*EXPLANATION SECTION*/
.login_explanation {
scroll-behavior: smooth;
padding: 0 11vw 10vh;
width: 100vw;
box-sizing: border-box;
overflow-x: hidden;
display: flex;
flex-direction: column;
row-gap: 16rem;
}
.boogie-mission {
display: grid;
grid-template-columns: repeat(12, 1fr);
column-gap: 16px;
margin: 160px 0 0;
}
.boogie-mission p {
grid-column: 2/12;
text-align: center;
font-size: 2rem;
}
.login-voting {
display: flex;
column-gap: 5rem;
}
.login-voting div,
.login-settings div {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.login-voting div {
width: 45%;
}
.login-div h1,
.visuals-div h1 {
font-size: 3.5rem;
font-family: "Mazin Extra Bold";
margin: 0;
}
.login-div h1 span,
.visuals-div h1 span {
color: #ff2d6b;
}
.login-div p {
margin-top: 16px;
}
.login-settings {
display: flex;
column-gap: 5rem;
}
.setting-div {
width: 35%;
}
#setting_animation {
width: 65%;
}
.login-visuals {
display: flex;
flex-direction: column;
align-items: center;
row-gap: 5rem;
}
.visuals-div {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-column-gap: 16px;
text-align: center;
}
.visuals-div h1 {
grid-column: 4/10;
grid-row: 1/2;
}
.visuals-div p {
grid-column: 4/10;
grid-row: 2/3;
}
@media screen and (max-width: 768px) {
.boogie-mission p {
grid-column: 1/13;
text-align: left;
width: 100%;
}
#voting_animation,
#setting_animation {
width: 100%;
}
.login_explanation {
row-gap: 10rem;
padding-top: 6vh;
}
.boogie-mission {
margin-top: 6vh;
}
.boogie-mission p {
font-size: 1.6rem;
}
.login-voting {
flex-direction: column;
}
.login-settings,
.login-visuals {
flex-direction: column-reverse;
}
.login-voting div,
.setting-div {
margin-top: 3.6rem;
width: 100%;
}
.login-div h1,
.setting-div h1,
.visuals-div h1 {
font-size: 2.4rem;
}
.visuals-div h1,
.visuals-div p {
grid-column: 1/13;
}
} | src/login/login.css | .Login_screen {
scroll-behavior: smooth;
overflow-x: hidden;
}
.Login_intro {
background-color: #050401;
scroll-behavior: smooth;
height: 100vh;
width: 100vw;
display: flex;
padding: calc(50vh - 150px) 0 5vh;
box-sizing: border-box;
align-items: center;
flex-direction: column;
justify-content: space-between;
row-gap: 10vh;
}
.login_title {
display: flex;
flex-direction: column;
align-items: center;
row-gap: 80px;
}
.logo {
width: 100%;
max-width: 875px;
padding: 0 36px;
box-sizing: border-box;
}
.Login {
width: 50vw;
max-width: 350px;
display: flex;
flex-direction: column;
row-gap: 120px;
}
.Login h1 {
font-weight: bold;
margin: 0 0 1.25rem;
text-align: left;
}
.Login p,
.login_title p {
margin: 0;
padding: 0;
color: #4a4a4a;
text-align: center;
font-size: 1rem;
}
.login_title a {
text-decoration: none;
color: #050401;
display: block;
margin-bottom: 1.25rem;
padding: 0.75rem 1rem;
border-radius: 6px;
background-color: #ff2d6b;
}
.login_title a p {
margin: 0;
padding: 0;
color: #050401;
font-family: "Mazin Bold";
text-transform: uppercase;
font-size: 1.6rem;
text-align: center;
width: 100%;
}
.login_buttons {
width: 100%;
max-width: 320px;
text-align: center;
}
.scroll_down {
display: flex;
align-items: center;
flex-direction: column;
}
.scroll_down img {
height: 30px;
width: 30px;
padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
.Login_intro {
padding-top: calc(50vh - 120px);
}
.Login {
width: 100vw;
box-sizing: border-box;
margin: 0 2.25rem;
display: flex;
flex-direction: column;
align-items: center;
}
.Login {
width: 100%;
padding: 0 36px;
box-sizing: border-box;
}
.login_title a p {
font-size: 1rem;
}
.login_title a {
width: initial;
font-family: "<NAME>";
display: inline-block;
padding: 0.5rem 1.6rem;
}
.login_title {
row-gap: 48px;
}
}
/*EXPLANATION SECTION*/
.login_explanation {
scroll-behavior: smooth;
padding: 0 11vw 10vh;
width: 100vw;
box-sizing: border-box;
overflow-x: hidden;
display: flex;
flex-direction: column;
row-gap: 16rem;
}
.boogie-mission {
display: grid;
grid-template-columns: repeat(12, 1fr);
column-gap: 16px;
margin: 160px 0 0;
}
.boogie-mission p {
grid-column: 2/12;
text-align: center;
font-size: 2rem;
}
.login-voting {
display: flex;
column-gap: 5rem;
}
.login-voting div,
.login-settings div {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.login-voting div {
width: 45%;
}
.login-div h1,
.visuals-div h1 {
font-size: 3.5rem;
font-family: "Mazin Extra Bold";
margin: 0;
}
.login-div h1 span,
.visuals-div h1 span {
color: #ff2d6b;
}
.login-div p {
margin-top: 16px;
}
.login-settings {
display: flex;
column-gap: 5rem;
}
.setting-div {
width: 35%;
}
#setting_animation {
width: 65%;
}
.login-visuals {
display: flex;
flex-direction: column;
align-items: center;
row-gap: 5rem;
}
.visuals-div {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-column-gap: 16px;
text-align: center;
}
.visuals-div h1 {
grid-column: 4/10;
grid-row: 1/2;
}
.visuals-div p {
grid-column: 4/10;
grid-row: 2/3;
}
@media screen and (max-width: 768px) {
.boogie-mission p {
grid-column: 1/13;
text-align: left;
width: 100%;
}
#voting_animation,
#setting_animation {
width: 100%;
}
.login_explanation {
row-gap: 10rem;
padding-top: 6vh;
}
.boogie-mission {
margin-top: 6vh;
}
.boogie-mission p {
font-size: 1.6rem;
}
.login-voting {
flex-direction: column;
}
.login-settings,
.login-visuals {
flex-direction: column-reverse;
}
.login-voting div,
.setting-div {
margin-top: 3.6rem;
width: 100%;
}
.login-div h1,
.setting-div h1,
.visuals-div h1 {
font-size: 2.4rem;
}
.visuals-div h1,
.visuals-div p {
grid-column: 1/13;
}
} | 0.462473 | 0.094093 |
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@400;500&display=swap);/* Variables */
.container {
width: 70%;
margin: auto;
}
.row {
display: flex;
flex-wrap: wrap;
}
.light_green {
color: #bafd9c;
}
/* Reset Rules */
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
width: 100%;
overflow-x: hidden;
font-family: "Roboto Condensed", "Arial", sans-serif;
}
/* Fonts */
/* Header */
#site_header .top_header {
background-color: #0282f9;
color: #fff;
font-family: "Roboto", sans-serif;
font-size: 0.7rem;
font-weight: 500;
text-transform: uppercase;
padding: 0.35rem 0;
}
#site_header .top_header .container {
display: flex;
justify-content: flex-end;
align-items: center;
}
#site_header .top_header .container p {
margin-left: 7rem;
}
#site_header .navbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 0;
}
#site_header .navbar img.logo {
width: 80px;
height: 80px;
}
#site_header .navbar ul {
display: flex;
list-style: none;
}
#site_header .navbar ul a {
color: #464646;
font-size: 0.95rem;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
margin: 0 1rem;
padding: 2.65rem 0;
}
#site_header .navbar ul a.active {
border-bottom: 4px solid #0282f9;
}
#site_header .navbar ul a:hover {
color: #0282f9;
border-bottom: 4px solid #0282f9;
transition: 0.2s linear;
}
#site_header .navbar .search {
display: flex;
justify-content: end;
align-items: center;
font-weight: bold;
border-bottom: 2px solid #0282f9;
}
#site_header .navbar .search p {
padding-left: 4rem;
padding-bottom: 0.5rem;
}
#site_header .navbar .search img {
width: 17px;
margin-left: 0.3rem;
}
.jumbotron {
width: 100%;
height: 400px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
margin: 0;
padding: 0;
}
/* Main */
#site_main .comics {
background-color: #1c1c1c;
margin: -0.3rem;
color: #fff;
padding-bottom: 1.7rem;
}
#site_main .container {
position: relative;
}
#site_main .container h2 {
display: inline-block;
position: absolute;
top: -1.7rem;
left: -1rem;
background-color: #0282f9;
color: #fff;
font-size: 1.6rem;
font-weight: bold;
text-align: center;
text-decoration: none;
text-transform: uppercase;
padding: 0.7rem 2rem;
}
#site_main .container .row {
justify-content: center;
gap: 1rem;
padding-top: 3rem;
}
#site_main .container .row a {
color: white;
text-decoration: none;
}
#site_main .container .row .comics_card {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
#site_main .container .row .comics_card img {
width: 200px;
height: 200px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
#site_main .container .row .comics_card p {
width: 200px;
font-size: 0.9rem;
text-transform: uppercase;
padding: 1rem 0 2rem 0;
}
#site_main .load_more {
width: 200px;
margin: auto;
background-color: #0282f9;
color: #fff;
font-size: 0.85rem;
font-weight: bold;
text-align: center;
text-decoration: none;
text-transform: uppercase;
padding: 0.7rem 0;
cursor: pointer;
}
#site_main .row_cards {
width: 100%;
background-color: #0282f9;
padding: 3rem 0;
color: #fff;
}
#site_main .row_cards img {
height: 50px;
}
#site_main .row_cards li:last-child img {
height: 40px;
}
#site_main .row_cards ul {
display: flex;
justify-content: center;
list-style: none;
}
#site_main .row_cards ul li {
display: flex;
align-items: center;
padding: 0 2rem;
}
#site_main .row_cards ul li p {
font-size: 0.9rem;
text-transform: uppercase;
padding-left: 1rem;
}
#site_main .buy {
background-color: #f6f6f6;
color: #999;
font-size: 0.85rem;
font-weight: bold;
text-transform: uppercase;
border-top: 1px solid #D8D8D8;
}
#site_main .buy .container {
width: 69%;
display: flex;
justify-content: center;
}
#site_main .buy .container > div {
width: 20%;
display: flex;
justify-content: space-between;
gap: 6rem;
padding: 1rem;
margin: 0;
border-left: 1px solid #D8D8D8;
}
#site_main .buy .container > div.subscriptions {
border-right: 1px solid #D8D8D8;
}
/* Footer */
#site_footer {
font-family: "Roboto", sans-serif;
}
#site_footer .footer_top {
background-image: url(../img/footer-bg.jpg);
}
#site_footer .footer_top .container {
background-image: url(../img/dc-logo-bg.png);
background-repeat: no-repeat;
background-position-y: center;
background-position-x: right;
padding: 2rem 0 3rem 0;
}
#site_footer .footer_top .container .row > div {
padding-right: 2rem;
}
#site_footer .footer_top .container .row > div h3 {
color: #fff;
font-size: 1.1rem;
text-transform: uppercase;
margin: 1rem 0;
}
#site_footer .footer_top .container .row > div ul {
list-style: none;
}
#site_footer .footer_top .container .row > div ul li a {
color: grey;
font-size: 0.8rem;
text-decoration: none;
}
#site_footer .footer_top .container .credit {
padding-top: 1rem;
color: grey;
font-size: 0.8rem;
}
#site_footer .footer_top .container .credit a {
color: #0282f9;
text-decoration: none;
}
#site_footer .footer_bottom {
background-color: #303030;
padding: 3rem 0;
}
#site_footer .footer_bottom .container {
display: flex;
justify-content: space-between;
align-items: center;
}
#site_footer .footer_bottom .container .sign_up {
padding: 0.8rem 0;
}
#site_footer .footer_bottom .container .sign_up a {
color: #fff;
text-decoration: none;
text-transform: uppercase;
padding: 0.8rem;
border: 2px solid #0282f9;
}
#site_footer .footer_bottom .container .sign_up:hover {
background-color: #0282f9;
transition: 0.2s linear;
}
#site_footer .footer_bottom .container .social {
display: flex;
align-items: center;
}
#site_footer .footer_bottom .container .social h3 {
color: #0282f9;
text-transform: uppercase;
}
#site_footer .footer_bottom .container .social img {
margin-left: 1rem;
cursor: pointer;
}
#site_footer .footer_bottom .container .social img:hover {
filter: opacity(0.8);
transition: 0.2s linear;
}
/* Single comic */
#site_main .comic_detail {
background-color: #fff;
}
#site_main .comic_detail .poster_wrapper {
height: 4.875rem;
background-color: #0282f9;
margin-top: -0.3rem;
padding: 0;
position: relative;
}
#site_main .comic_detail .poster_wrapper .container {
width: 55%;
margin: auto;
}
#site_main .comic_detail .poster_wrapper .container .poster_image {
position: absolute;
bottom: -3.5rem;
border: 1px solid #fff;
}
#site_main .comic_detail .poster_wrapper .container .poster_image img {
position: relative;
}
#site_main .comic_detail .poster_wrapper .container .poster_info {
color: #fff;
font-size: 0.75rem;
text-align: center;
text-transform: uppercase;
}
#site_main .comic_detail .poster_wrapper .container .poster_info > p {
padding: 0.2rem 0.4rem;
}
#site_main .comic_detail .poster_wrapper .container .poster_info .comic_type {
position: absolute;
top: 0;
background-color: #00a9d9;
}
#site_main .comic_detail .poster_wrapper .container .poster_info .comic_view {
width: 100%;
position: absolute;
bottom: 0;
background-color: #00a9d9;
}
#site_main .comic_detail .info {
display: flex;
color: #555;
padding-bottom: 4rem;
}
#site_main .comic_detail .info.container {
width: 55%;
margin: 2rem auto;
}
#site_main .comic_detail .info .comic_info {
font-family: "Roboto", Arial, sans-serif;
padding-right: 2.5rem;
}
#site_main .comic_detail .info .comic_info h1 {
font-family: "Roboto Condensed", Arial, sans-serif;
color: #003F5E;
font-size: 1.9rem;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 1rem;
}
#site_main .comic_detail .info .comic_info .table {
display: flex;
align-items: center;
background-color: #55ba59;
color: #fff;
font-size: 0.95rem;
font-weight: 500;
border-bottom: 1px solid #357739;
margin-bottom: 1rem;
}
#site_main .comic_detail .info .comic_info .table .comic_price {
width: 80%;
display: flex;
justify-content: space-between;
padding: 0.7rem 1rem;
border-right: 1px solid #357739;
}
#site_main .comic_detail .info .comic_info .table .comic_availability {
width: 20%;
text-align: center;
padding: 0.7rem 1rem;
}
#site_main .comic_detail .info .comic_info p {
font-size: 0.95rem;
font-weight: 500;
line-height: 1.5rem;
}
#site_main .comic_detail .info .adv > p {
font-weight: 600;
text-align: right;
text-transform: uppercase;
}
#site_main .comic_detail .more_details {
background-color: #f6f6f6;
padding-bottom: 5rem;
border-top: 1px solid #D8D8D8;
}
#site_main .comic_detail .more_details > .container {
display: flex;
width: 55%;
margin: auto;
gap: 3rem;
}
#site_main .comic_detail .more_details > .container > .col {
width: 50%;
}
#site_main .comic_detail .more_details > .container > .col h3 {
color: #003F5E;
font-size: 1.3rem;
padding: 2rem 0;
}
#site_main .comic_detail .more_details > .container > .col > div {
display: flex;
font-family: "Roboto", Arial, sans-serif;
font-size: 0.8rem;
padding: 0.5rem 0;
}
#site_main .comic_detail .more_details > .container > .col > div p {
width: 30%;
color: #003F5E;
font-weight: 500;
}
#site_main .comic_detail .more_details > .container > .col > div span {
color: #00a9d9;
}
#site_main .comic_detail .more_details > .container > .col > div .artist,
#site_main .comic_detail .more_details > .container > .col > div .writer {
width: 70%;
}
#site_main .comic_detail .more_details > .container > .col .artists,
#site_main .comic_detail .more_details > .container > .col .writers,
#site_main .comic_detail .more_details > .container > .col .series,
#site_main .comic_detail .more_details > .container > .col .us_price,
#site_main .comic_detail .more_details > .container > .col .on_sale {
border-top: 1px solid #D8D8D8;
}
#site_main .comic_detail .more_details > .container > .col .writers,
#site_main .comic_detail .more_details > .container > .col .on_sale {
border-bottom: 1px solid #D8D8D8;
} | public/css/app.css | @import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@400;500&display=swap);/* Variables */
.container {
width: 70%;
margin: auto;
}
.row {
display: flex;
flex-wrap: wrap;
}
.light_green {
color: #bafd9c;
}
/* Reset Rules */
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
width: 100%;
overflow-x: hidden;
font-family: "Roboto Condensed", "Arial", sans-serif;
}
/* Fonts */
/* Header */
#site_header .top_header {
background-color: #0282f9;
color: #fff;
font-family: "Roboto", sans-serif;
font-size: 0.7rem;
font-weight: 500;
text-transform: uppercase;
padding: 0.35rem 0;
}
#site_header .top_header .container {
display: flex;
justify-content: flex-end;
align-items: center;
}
#site_header .top_header .container p {
margin-left: 7rem;
}
#site_header .navbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 0;
}
#site_header .navbar img.logo {
width: 80px;
height: 80px;
}
#site_header .navbar ul {
display: flex;
list-style: none;
}
#site_header .navbar ul a {
color: #464646;
font-size: 0.95rem;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
margin: 0 1rem;
padding: 2.65rem 0;
}
#site_header .navbar ul a.active {
border-bottom: 4px solid #0282f9;
}
#site_header .navbar ul a:hover {
color: #0282f9;
border-bottom: 4px solid #0282f9;
transition: 0.2s linear;
}
#site_header .navbar .search {
display: flex;
justify-content: end;
align-items: center;
font-weight: bold;
border-bottom: 2px solid #0282f9;
}
#site_header .navbar .search p {
padding-left: 4rem;
padding-bottom: 0.5rem;
}
#site_header .navbar .search img {
width: 17px;
margin-left: 0.3rem;
}
.jumbotron {
width: 100%;
height: 400px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
margin: 0;
padding: 0;
}
/* Main */
#site_main .comics {
background-color: #1c1c1c;
margin: -0.3rem;
color: #fff;
padding-bottom: 1.7rem;
}
#site_main .container {
position: relative;
}
#site_main .container h2 {
display: inline-block;
position: absolute;
top: -1.7rem;
left: -1rem;
background-color: #0282f9;
color: #fff;
font-size: 1.6rem;
font-weight: bold;
text-align: center;
text-decoration: none;
text-transform: uppercase;
padding: 0.7rem 2rem;
}
#site_main .container .row {
justify-content: center;
gap: 1rem;
padding-top: 3rem;
}
#site_main .container .row a {
color: white;
text-decoration: none;
}
#site_main .container .row .comics_card {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
#site_main .container .row .comics_card img {
width: 200px;
height: 200px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
#site_main .container .row .comics_card p {
width: 200px;
font-size: 0.9rem;
text-transform: uppercase;
padding: 1rem 0 2rem 0;
}
#site_main .load_more {
width: 200px;
margin: auto;
background-color: #0282f9;
color: #fff;
font-size: 0.85rem;
font-weight: bold;
text-align: center;
text-decoration: none;
text-transform: uppercase;
padding: 0.7rem 0;
cursor: pointer;
}
#site_main .row_cards {
width: 100%;
background-color: #0282f9;
padding: 3rem 0;
color: #fff;
}
#site_main .row_cards img {
height: 50px;
}
#site_main .row_cards li:last-child img {
height: 40px;
}
#site_main .row_cards ul {
display: flex;
justify-content: center;
list-style: none;
}
#site_main .row_cards ul li {
display: flex;
align-items: center;
padding: 0 2rem;
}
#site_main .row_cards ul li p {
font-size: 0.9rem;
text-transform: uppercase;
padding-left: 1rem;
}
#site_main .buy {
background-color: #f6f6f6;
color: #999;
font-size: 0.85rem;
font-weight: bold;
text-transform: uppercase;
border-top: 1px solid #D8D8D8;
}
#site_main .buy .container {
width: 69%;
display: flex;
justify-content: center;
}
#site_main .buy .container > div {
width: 20%;
display: flex;
justify-content: space-between;
gap: 6rem;
padding: 1rem;
margin: 0;
border-left: 1px solid #D8D8D8;
}
#site_main .buy .container > div.subscriptions {
border-right: 1px solid #D8D8D8;
}
/* Footer */
#site_footer {
font-family: "Roboto", sans-serif;
}
#site_footer .footer_top {
background-image: url(../img/footer-bg.jpg);
}
#site_footer .footer_top .container {
background-image: url(../img/dc-logo-bg.png);
background-repeat: no-repeat;
background-position-y: center;
background-position-x: right;
padding: 2rem 0 3rem 0;
}
#site_footer .footer_top .container .row > div {
padding-right: 2rem;
}
#site_footer .footer_top .container .row > div h3 {
color: #fff;
font-size: 1.1rem;
text-transform: uppercase;
margin: 1rem 0;
}
#site_footer .footer_top .container .row > div ul {
list-style: none;
}
#site_footer .footer_top .container .row > div ul li a {
color: grey;
font-size: 0.8rem;
text-decoration: none;
}
#site_footer .footer_top .container .credit {
padding-top: 1rem;
color: grey;
font-size: 0.8rem;
}
#site_footer .footer_top .container .credit a {
color: #0282f9;
text-decoration: none;
}
#site_footer .footer_bottom {
background-color: #303030;
padding: 3rem 0;
}
#site_footer .footer_bottom .container {
display: flex;
justify-content: space-between;
align-items: center;
}
#site_footer .footer_bottom .container .sign_up {
padding: 0.8rem 0;
}
#site_footer .footer_bottom .container .sign_up a {
color: #fff;
text-decoration: none;
text-transform: uppercase;
padding: 0.8rem;
border: 2px solid #0282f9;
}
#site_footer .footer_bottom .container .sign_up:hover {
background-color: #0282f9;
transition: 0.2s linear;
}
#site_footer .footer_bottom .container .social {
display: flex;
align-items: center;
}
#site_footer .footer_bottom .container .social h3 {
color: #0282f9;
text-transform: uppercase;
}
#site_footer .footer_bottom .container .social img {
margin-left: 1rem;
cursor: pointer;
}
#site_footer .footer_bottom .container .social img:hover {
filter: opacity(0.8);
transition: 0.2s linear;
}
/* Single comic */
#site_main .comic_detail {
background-color: #fff;
}
#site_main .comic_detail .poster_wrapper {
height: 4.875rem;
background-color: #0282f9;
margin-top: -0.3rem;
padding: 0;
position: relative;
}
#site_main .comic_detail .poster_wrapper .container {
width: 55%;
margin: auto;
}
#site_main .comic_detail .poster_wrapper .container .poster_image {
position: absolute;
bottom: -3.5rem;
border: 1px solid #fff;
}
#site_main .comic_detail .poster_wrapper .container .poster_image img {
position: relative;
}
#site_main .comic_detail .poster_wrapper .container .poster_info {
color: #fff;
font-size: 0.75rem;
text-align: center;
text-transform: uppercase;
}
#site_main .comic_detail .poster_wrapper .container .poster_info > p {
padding: 0.2rem 0.4rem;
}
#site_main .comic_detail .poster_wrapper .container .poster_info .comic_type {
position: absolute;
top: 0;
background-color: #00a9d9;
}
#site_main .comic_detail .poster_wrapper .container .poster_info .comic_view {
width: 100%;
position: absolute;
bottom: 0;
background-color: #00a9d9;
}
#site_main .comic_detail .info {
display: flex;
color: #555;
padding-bottom: 4rem;
}
#site_main .comic_detail .info.container {
width: 55%;
margin: 2rem auto;
}
#site_main .comic_detail .info .comic_info {
font-family: "Roboto", Arial, sans-serif;
padding-right: 2.5rem;
}
#site_main .comic_detail .info .comic_info h1 {
font-family: "Roboto Condensed", Arial, sans-serif;
color: #003F5E;
font-size: 1.9rem;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 1rem;
}
#site_main .comic_detail .info .comic_info .table {
display: flex;
align-items: center;
background-color: #55ba59;
color: #fff;
font-size: 0.95rem;
font-weight: 500;
border-bottom: 1px solid #357739;
margin-bottom: 1rem;
}
#site_main .comic_detail .info .comic_info .table .comic_price {
width: 80%;
display: flex;
justify-content: space-between;
padding: 0.7rem 1rem;
border-right: 1px solid #357739;
}
#site_main .comic_detail .info .comic_info .table .comic_availability {
width: 20%;
text-align: center;
padding: 0.7rem 1rem;
}
#site_main .comic_detail .info .comic_info p {
font-size: 0.95rem;
font-weight: 500;
line-height: 1.5rem;
}
#site_main .comic_detail .info .adv > p {
font-weight: 600;
text-align: right;
text-transform: uppercase;
}
#site_main .comic_detail .more_details {
background-color: #f6f6f6;
padding-bottom: 5rem;
border-top: 1px solid #D8D8D8;
}
#site_main .comic_detail .more_details > .container {
display: flex;
width: 55%;
margin: auto;
gap: 3rem;
}
#site_main .comic_detail .more_details > .container > .col {
width: 50%;
}
#site_main .comic_detail .more_details > .container > .col h3 {
color: #003F5E;
font-size: 1.3rem;
padding: 2rem 0;
}
#site_main .comic_detail .more_details > .container > .col > div {
display: flex;
font-family: "Roboto", Arial, sans-serif;
font-size: 0.8rem;
padding: 0.5rem 0;
}
#site_main .comic_detail .more_details > .container > .col > div p {
width: 30%;
color: #003F5E;
font-weight: 500;
}
#site_main .comic_detail .more_details > .container > .col > div span {
color: #00a9d9;
}
#site_main .comic_detail .more_details > .container > .col > div .artist,
#site_main .comic_detail .more_details > .container > .col > div .writer {
width: 70%;
}
#site_main .comic_detail .more_details > .container > .col .artists,
#site_main .comic_detail .more_details > .container > .col .writers,
#site_main .comic_detail .more_details > .container > .col .series,
#site_main .comic_detail .more_details > .container > .col .us_price,
#site_main .comic_detail .more_details > .container > .col .on_sale {
border-top: 1px solid #D8D8D8;
}
#site_main .comic_detail .more_details > .container > .col .writers,
#site_main .comic_detail .more_details > .container > .col .on_sale {
border-bottom: 1px solid #D8D8D8;
} | 0.196209 | 0.070432 |
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Montserrat:wght@400;600&family=Tajawal:wght@300&family=Titillium+Web:ital,wght@1,200&display=swap');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css);
*{
margin: 0px;
padding: 0px;
font-family: 'Tajawal', sans-serif;
list-style: none;
text-decoration: none;
}
/* section Inicio */
header {
width: 100%;
height: 100vh;
position: relative;
}
.navbar{
width: 93.8%;
height: 10vh;
z-index: 90;
background-color:rgb(162, 118, 233);
position: fixed;
top: -120%;
left: 0%;
padding-top: 1%;
border-bottom-right-radius: 4rem;
transition: 0.4s;
}
.navbar.show-menu{
top: 0%;
}
.menu-item:hover{
background-color:rgb(92, 58, 146) ;
transition: 0.6s;
}
#item-contato{
border-bottom-right-radius: 4rem;
padding-right: 5.34%;
}
.menu-item{
display: inline;
padding: 1% 5% 1% 5%;
border: 5%;
font-size: 2.6rem;
border-bottom-left-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
transition: 0.3s;
}
.menu-link{
font-family: 'Montserrat', sans-serif;
color: rgb(255, 255, 255);
}
.hamburger{
position: fixed;
width: 3.5rem;
height: 3rem;
top: 1.2%;
border-radius: 0.5rem;
background-color: rgba(32, 32, 32, 0.459);
padding: 4px;
right: 1%;
z-index: 100;
cursor: pointer;
display: flex; /*space evenly para os itens se espalharem igualmente no elemento*/
flex-direction: column;
justify-content: space-evenly;
}
.hamburger:hover{
background-color: rgb(162, 118, 233);
transition: 0.5s;
}
.line{
padding-right: 3px;
width: 95%;
height: 15%;
background-color: rgba(218, 204, 255, 0.91);
}
.banner{
position: absolute;
top: 24%;
left: 34%;
background-color: rgba(218, 204, 255, 0.91) ;
border-radius: 2rem;
padding: 2%;
animation: movebanner 2.4s forwards; /* forwards aplica efeitos do kf mesmo depois de ele ter acabado*/
opacity: 0;
}
@keyframes movebanner{
0% {
transform: translateX(30rem) ;
}
100%{
transform: translateX(0);
opacity: 1;
}
}
.banner h1{
font-size: 4.9rem;
font-family: 'Tajawal', sans-serif;
}
.banner2{
position: absolute;
top: 57%;
right: 9%;
background-color: rgba(212, 205, 231, 0.9) ;
border-radius: 2rem;
padding: 4.53%;
animation: movebanner2 2.2s 1s forwards;
opacity: 0;
}
@keyframes movebanner2{
0%{
transform: translateY(13rem);
}
100%{
transform: translateY(0);
opacity: 1;
}
}
.banner2 h1{
font-size: 4.2rem;
font-family: 'Montserrat', sans-serif;
}
.imagem1{
width: 100%;
height: 100%;
overflow: hidden; /* esconde as partes q a imagem passa do container na animation */
}
.imagem1 img{
width: 100%;
height: 100%;
object-fit: cover;
animation: zoom 16s;
}
@keyframes zoom {
0% {
transform: scale(1.3);
}
100%{
transform: scale(1);
}
}
/* section quem sou */
.Quem-sou{
position: relative;
margin: 0;
padding: 2% 0% 4% 0%;
width: 100%;
height: 100vh;
background-color: rgba(224, 224, 224, 0.925);
border-top: solid rgb(92, 58, 146);
border-bottom: solid rgb(92, 58, 146);
}
.Quem-sou h1{
font-size: 5.2rem;
left: 30%;
top: 0%;
border-bottom: solid 5px rgb(162, 118, 233);
position: absolute;
font-family: 'Montserrat', sans-serif;
}
.Quem-sou .paragrafo{
position: absolute;
top: 20%;
left: 50%;
right: 5%;
font-family: 'Tajawal';
font-size: 2rem;
text-align: justify;
text-indent: 7%;
background-color: rgba(190, 190, 190, 0.473);
border-radius: 1.2rem;
padding: 2% 3% 2% 3%;
}
.Quem-sou img{
position: absolute;
padding: 2%;
background: rgba(190, 190, 190, 0.473);
border-radius: 2rem;
width: 38%;
left: 4%;
top: 25%;
transition: 0.3s;
}
.Quem-sou img:hover{
background-color: rgb(195, 122, 247);
transition: 0.4s;
}
/* section habilidades*/
.Habilidades{
position: relative;
margin: 0;
padding: 0;
padding: 2% 0% 2% 0%;
width: 100%;
height: 90vh;
background-color: rgba(224, 224, 224, 0.925);
border-bottom: solid rgb(92, 58, 146);
}
.Habilidades h1{
font-size: 5rem;
left: 30%;
top: 2%;
border-bottom: solid 5px rgb(162, 118, 233);
position: absolute;
font-family: 'Montserrat', sans-serif;
}
.hcontainer{
display: flex;
height:30rem;
width: 100%;
margin-top: 12%;
right: 0;
left: 0;
}
.caixa{
position: relative;
background-color: rgb(154, 114, 219);
opacity: 0.93;
width: 20%;
height: 60%;
border-radius: 1.3rem;
margin: 1%;
padding: 1%;
box-shadow: 0.4rem 0.4rem 2px rgba(148, 148, 148, 0.473);
transition: 0.3s;
}
.caixa:hover{
padding: 40px;
transition: 0.3s;
}
.caixa i{
position: absolute;
top: 6%;
left: 41%;
font-size: 4.2rem;
color: rgb(71, 3, 110);
padding-bottom: 5px;
border-bottom: solid rgb(71, 3, 110);
}
#html-header h3{
position: absolute;
top: 31%;
left: 35%;
padding-bottom: 0px;
font-size: 2rem;
color: rgb(71, 3, 110);
}
#css-header h3{
position: absolute;
top: 31%;
left: 40%;
font-size: 2rem;
color: rgb(71, 3, 110);
}
#js-header h3{
position: absolute;
top: 31%;
left: 31.1%;
font-size: 2rem;
color: rgb(71, 3, 110);
}
#github-header h3{
position: absolute;
top: 31%;
left: 37%;
font-size: 2rem;
color: rgb(71, 3, 110);
}
.caixa .texto{
text-align: center;
position: absolute;
font-family: 'Montserrat';
padding: inherit;
padding-top: 2px;
top: 45%;
left: 1%;
font-size: 1.8rem;
}
@keyframes movecards {
0%{
transform: translateY(16rem);
}
100%{
transform: translateY(0);
opacity: 1;
}
}
.hcontainer #html{
animation: movecards 1.5s forwards;
opacity: 0;
}
.hcontainer #css{
animation: movecards 1.5s 0.8s forwards;
opacity: 0;
}
.hcontainer #js{
animation: movecards 1.5s 1.4s forwards;
opacity: 0;
}
.hcontainer #github{
animation: movecards 1.5s 2s forwards;
opacity: 0;
}
/* section contato */
.Contato{
position: relative;
width: 100%;
height: 40vh;
background-color: rgba(224, 224, 224, 0.925);
}
.Contato h1{
font-size: 3.1rem;
left: 37%;
top: 5%;
border-bottom: solid 5px rgb(162, 118, 233);
position: absolute;
font-family: 'Montserrat', sans-serif;
}
.ccontainer{
position: absolute;
width: 80%;
height: 40%;
display: flex;
justify-content: space-around;
top: 55%;
left: 8.2%;
right: 0;
}
.ccontainer a{
font-size: 4.5rem;
}
.ccontainer a:hover{
color: rgba(77, 66, 139, 0.986);
}
.ccontainer a:active{ /* active para quando clica*/
color: mediumpurple;
}
/* Responsividade */
@media (max-width:750px) {
/*inicio */
.navbar{
height: 78%;
width: 75%;
left: 9%;
border-bottom-left-radius: 0.8rem ;
border-bottom-right-radius:0.8rem ;
}
.menu-item{
display: block;
text-align: center;
width: 70%;
padding: 3%;
margin-left: 11%;
margin-bottom: 2%;
font-size: 2.6rem;
border-radius: 0.5rem;
transition: 0.3s;
}
#item-contato{
border-bottom-right-radius: 0.5rem;
}
.banner{
position: absolute;
width: 55%;
text-align: center;
top: 15%;
left: 22%;
padding: 2.1%;
}
.banner h1{
font-size: 3rem;
}
.banner2{
width: 70%;
text-align: center;
padding: 2%;
left: 14%;
top: 45%;
}
.banner2 h1{
font-size: 2.7rem;
}
/* Quem sou */
.Quem-sou{
height: 130vh;
}
.Quem-sou h1{
font-size: 2.85rem;
top: 1%;
width: auto;
left: 22%;
right: 22%;
text-align: center;
}
.Quem-sou .paragrafo{
font-size: 1.4rem;
height: auto;
width: auto;
top: 46%;
left: 10%;
}
.Quem-sou img{
top: 15%;
left: 30%;
border-bottom: solid 5px rgb(162, 118, 233);
}
/* Habilidades */
.Habilidades{
height: 180vh;
}
.Habilidades h1{
position: absolute;
font-size: 2.85rem;
top: -5%;
width: auto;
left: 22%;
right: 22%;
text-align: center;
}
.hcontainer{
position: absolute;
display: flex;
flex-wrap: wrap;
height: 166vh;
width: 100%;
}
.caixa{
margin: 0 auto;
width: 40%;
height: 38%;
top: 11%;
right: 0;
}
.caixa p {
font-size: 1.7rem;
margin: 0 auto;
}
.caixa i {
font-size: 3.4rem;
margin: 0 auto;
}
/* Contato*/
.Contato h1{
position: absolute;
font-size: 2.7rem;
top: 2%;
width: auto;
left: 22%;
right: 21%;
text-align: center;
}
}
@media (max-width:1350px) and (min-width:751px){
.navbar{
height: 40vh;
width: 80%;
left: 9%;
border-bottom-left-radius: 4rem ;
border-bottom-right-radius:4rem ;
}
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Montserrat:wght@400;600&family=Tajawal:wght@300&family=Titillium+Web:ital,wght@1,200&display=swap');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css);
*{
margin: 0px;
padding: 0px;
font-family: 'Tajawal', sans-serif;
list-style: none;
text-decoration: none;
}
/* section Inicio */
header {
width: 100%;
height: 100vh;
position: relative;
}
.navbar{
width: 93.8%;
height: 10vh;
z-index: 90;
background-color:rgb(162, 118, 233);
position: fixed;
top: -120%;
left: 0%;
padding-top: 1%;
border-bottom-right-radius: 4rem;
transition: 0.4s;
}
.navbar.show-menu{
top: 0%;
}
.menu-item:hover{
background-color:rgb(92, 58, 146) ;
transition: 0.6s;
}
#item-contato{
border-bottom-right-radius: 4rem;
padding-right: 5.34%;
}
.menu-item{
display: inline;
padding: 1% 5% 1% 5%;
border: 5%;
font-size: 2.6rem;
border-bottom-left-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
transition: 0.3s;
}
.menu-link{
font-family: 'Montserrat', sans-serif;
color: rgb(255, 255, 255);
}
.hamburger{
position: fixed;
width: 3.5rem;
height: 3rem;
top: 1.2%;
border-radius: 0.5rem;
background-color: rgba(32, 32, 32, 0.459);
padding: 4px;
right: 1%;
z-index: 100;
cursor: pointer;
display: flex; /*space evenly para os itens se espalharem igualmente no elemento*/
flex-direction: column;
justify-content: space-evenly;
}
.hamburger:hover{
background-color: rgb(162, 118, 233);
transition: 0.5s;
}
.line{
padding-right: 3px;
width: 95%;
height: 15%;
background-color: rgba(218, 204, 255, 0.91);
}
.banner{
position: absolute;
top: 24%;
left: 34%;
background-color: rgba(218, 204, 255, 0.91) ;
border-radius: 2rem;
padding: 2%;
animation: movebanner 2.4s forwards; /* forwards aplica efeitos do kf mesmo depois de ele ter acabado*/
opacity: 0;
}
@keyframes movebanner{
0% {
transform: translateX(30rem) ;
}
100%{
transform: translateX(0);
opacity: 1;
}
}
.banner h1{
font-size: 4.9rem;
font-family: 'Tajawal', sans-serif;
}
.banner2{
position: absolute;
top: 57%;
right: 9%;
background-color: rgba(212, 205, 231, 0.9) ;
border-radius: 2rem;
padding: 4.53%;
animation: movebanner2 2.2s 1s forwards;
opacity: 0;
}
@keyframes movebanner2{
0%{
transform: translateY(13rem);
}
100%{
transform: translateY(0);
opacity: 1;
}
}
.banner2 h1{
font-size: 4.2rem;
font-family: 'Montserrat', sans-serif;
}
.imagem1{
width: 100%;
height: 100%;
overflow: hidden; /* esconde as partes q a imagem passa do container na animation */
}
.imagem1 img{
width: 100%;
height: 100%;
object-fit: cover;
animation: zoom 16s;
}
@keyframes zoom {
0% {
transform: scale(1.3);
}
100%{
transform: scale(1);
}
}
/* section quem sou */
.Quem-sou{
position: relative;
margin: 0;
padding: 2% 0% 4% 0%;
width: 100%;
height: 100vh;
background-color: rgba(224, 224, 224, 0.925);
border-top: solid rgb(92, 58, 146);
border-bottom: solid rgb(92, 58, 146);
}
.Quem-sou h1{
font-size: 5.2rem;
left: 30%;
top: 0%;
border-bottom: solid 5px rgb(162, 118, 233);
position: absolute;
font-family: 'Montserrat', sans-serif;
}
.Quem-sou .paragrafo{
position: absolute;
top: 20%;
left: 50%;
right: 5%;
font-family: 'Tajawal';
font-size: 2rem;
text-align: justify;
text-indent: 7%;
background-color: rgba(190, 190, 190, 0.473);
border-radius: 1.2rem;
padding: 2% 3% 2% 3%;
}
.Quem-sou img{
position: absolute;
padding: 2%;
background: rgba(190, 190, 190, 0.473);
border-radius: 2rem;
width: 38%;
left: 4%;
top: 25%;
transition: 0.3s;
}
.Quem-sou img:hover{
background-color: rgb(195, 122, 247);
transition: 0.4s;
}
/* section habilidades*/
.Habilidades{
position: relative;
margin: 0;
padding: 0;
padding: 2% 0% 2% 0%;
width: 100%;
height: 90vh;
background-color: rgba(224, 224, 224, 0.925);
border-bottom: solid rgb(92, 58, 146);
}
.Habilidades h1{
font-size: 5rem;
left: 30%;
top: 2%;
border-bottom: solid 5px rgb(162, 118, 233);
position: absolute;
font-family: 'Montserrat', sans-serif;
}
.hcontainer{
display: flex;
height:30rem;
width: 100%;
margin-top: 12%;
right: 0;
left: 0;
}
.caixa{
position: relative;
background-color: rgb(154, 114, 219);
opacity: 0.93;
width: 20%;
height: 60%;
border-radius: 1.3rem;
margin: 1%;
padding: 1%;
box-shadow: 0.4rem 0.4rem 2px rgba(148, 148, 148, 0.473);
transition: 0.3s;
}
.caixa:hover{
padding: 40px;
transition: 0.3s;
}
.caixa i{
position: absolute;
top: 6%;
left: 41%;
font-size: 4.2rem;
color: rgb(71, 3, 110);
padding-bottom: 5px;
border-bottom: solid rgb(71, 3, 110);
}
#html-header h3{
position: absolute;
top: 31%;
left: 35%;
padding-bottom: 0px;
font-size: 2rem;
color: rgb(71, 3, 110);
}
#css-header h3{
position: absolute;
top: 31%;
left: 40%;
font-size: 2rem;
color: rgb(71, 3, 110);
}
#js-header h3{
position: absolute;
top: 31%;
left: 31.1%;
font-size: 2rem;
color: rgb(71, 3, 110);
}
#github-header h3{
position: absolute;
top: 31%;
left: 37%;
font-size: 2rem;
color: rgb(71, 3, 110);
}
.caixa .texto{
text-align: center;
position: absolute;
font-family: 'Montserrat';
padding: inherit;
padding-top: 2px;
top: 45%;
left: 1%;
font-size: 1.8rem;
}
@keyframes movecards {
0%{
transform: translateY(16rem);
}
100%{
transform: translateY(0);
opacity: 1;
}
}
.hcontainer #html{
animation: movecards 1.5s forwards;
opacity: 0;
}
.hcontainer #css{
animation: movecards 1.5s 0.8s forwards;
opacity: 0;
}
.hcontainer #js{
animation: movecards 1.5s 1.4s forwards;
opacity: 0;
}
.hcontainer #github{
animation: movecards 1.5s 2s forwards;
opacity: 0;
}
/* section contato */
.Contato{
position: relative;
width: 100%;
height: 40vh;
background-color: rgba(224, 224, 224, 0.925);
}
.Contato h1{
font-size: 3.1rem;
left: 37%;
top: 5%;
border-bottom: solid 5px rgb(162, 118, 233);
position: absolute;
font-family: 'Montserrat', sans-serif;
}
.ccontainer{
position: absolute;
width: 80%;
height: 40%;
display: flex;
justify-content: space-around;
top: 55%;
left: 8.2%;
right: 0;
}
.ccontainer a{
font-size: 4.5rem;
}
.ccontainer a:hover{
color: rgba(77, 66, 139, 0.986);
}
.ccontainer a:active{ /* active para quando clica*/
color: mediumpurple;
}
/* Responsividade */
@media (max-width:750px) {
/*inicio */
.navbar{
height: 78%;
width: 75%;
left: 9%;
border-bottom-left-radius: 0.8rem ;
border-bottom-right-radius:0.8rem ;
}
.menu-item{
display: block;
text-align: center;
width: 70%;
padding: 3%;
margin-left: 11%;
margin-bottom: 2%;
font-size: 2.6rem;
border-radius: 0.5rem;
transition: 0.3s;
}
#item-contato{
border-bottom-right-radius: 0.5rem;
}
.banner{
position: absolute;
width: 55%;
text-align: center;
top: 15%;
left: 22%;
padding: 2.1%;
}
.banner h1{
font-size: 3rem;
}
.banner2{
width: 70%;
text-align: center;
padding: 2%;
left: 14%;
top: 45%;
}
.banner2 h1{
font-size: 2.7rem;
}
/* Quem sou */
.Quem-sou{
height: 130vh;
}
.Quem-sou h1{
font-size: 2.85rem;
top: 1%;
width: auto;
left: 22%;
right: 22%;
text-align: center;
}
.Quem-sou .paragrafo{
font-size: 1.4rem;
height: auto;
width: auto;
top: 46%;
left: 10%;
}
.Quem-sou img{
top: 15%;
left: 30%;
border-bottom: solid 5px rgb(162, 118, 233);
}
/* Habilidades */
.Habilidades{
height: 180vh;
}
.Habilidades h1{
position: absolute;
font-size: 2.85rem;
top: -5%;
width: auto;
left: 22%;
right: 22%;
text-align: center;
}
.hcontainer{
position: absolute;
display: flex;
flex-wrap: wrap;
height: 166vh;
width: 100%;
}
.caixa{
margin: 0 auto;
width: 40%;
height: 38%;
top: 11%;
right: 0;
}
.caixa p {
font-size: 1.7rem;
margin: 0 auto;
}
.caixa i {
font-size: 3.4rem;
margin: 0 auto;
}
/* Contato*/
.Contato h1{
position: absolute;
font-size: 2.7rem;
top: 2%;
width: auto;
left: 22%;
right: 21%;
text-align: center;
}
}
@media (max-width:1350px) and (min-width:751px){
.navbar{
height: 40vh;
width: 80%;
left: 9%;
border-bottom-left-radius: 4rem ;
border-bottom-right-radius:4rem ;
}
} | 0.420838 | 0.079675 |
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.visuallyhidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
-webkit-clip-path: inset(100%);
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
body {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 14px;
color: #333333;
line-height: 17px;
}
.container {
width: 1200px;
margin: 0px auto;
}
/* BANNER */
.banner {
min-height: 1000px;
min-width: 1200px;
background-image: -o-linear-gradient(
bottom,
rgba(252, 227, 138, 0.9) 0%,
rgba(243, 129, 129, 0.9) 100%
),
url(../img/jpg/banner.jpg);
background-image: -webkit-gradient(
linear,
left bottom, left top,
from(rgba(252, 227, 138, 0.9)),
to(rgba(243, 129, 129, 0.9))
),
url(../img/jpg/banner.jpg);
background-image: linear-gradient(
to top,
rgba(252, 227, 138, 0.9) 0%,
rgba(243, 129, 129, 0.9) 100%
),
url(../img/jpg/banner.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.mpres {
margin: 0;
padding: 0;
}
.list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
}
.link {
text-decoration: none;
display: block;
}
/* PAGE HEADER */
.header__nav {
margin-bottom: 130px;
}
.nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
min-height: 90px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.site-logo {
font-weight: 700;
font-size: 30px;
line-height: 36px;
color: #ffffff;
}
.site-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
min-width: 620px;
}
.site-navigation__icon {
display: block;
width: 16.3px;
height: 16.3px;
fill: #ffffff;
-webkit-transition: fill 200ms linear;
-o-transition: fill 200ms linear;
transition: fill 200ms linear;
}
.site-navigation__link {
text-decoration: none;
color: #ffffff;
text-transform: uppercase;
-webkit-transition: color 200ms linear;
-o-transition: color 200ms linear;
transition: color 200ms linear;
}
.site-navigation__link {
position: relative;
}
.site-navigation__link:hover,
.site-navigation__link:focus {
color: #fce38a;
}
.site-navigation__link::after {
position: absolute;
display: block;
width: 100%;
height: 0px;
content: "";
opacity: 0;
background-color: #fce38a;
bottom: -10px;
-webkit-transition: opacity 200ms linear;
-o-transition: opacity 200ms linear;
transition: opacity 200ms linear;
}
.site-navigation__link:hover:after {
opacity: 1;
height: 3px;
}
.site-navigation__icon:hover,
.site-navigation__icon:focus {
fill: #fce38a;
}
/* WELCOME */
.welcome__title {
font-family: 'Kaushan Script', cursive;
font-size: 72px;
line-height: 86px;
color: #ffffff;
text-align: center;
margin-bottom: 36px;
}
.welcome__descr {
font-weight: 700;
font-size: 150px;
line-height: 140px;
text-transform: uppercase;
color: #ffffff;
text-align: center;
width: 850px;
margin: 0 auto 110px auto;
}
.learn-more-button {
width: 160px;
height: 40px;
border: 3px solid #ffffff;
text-align: center;
font-weight: 700;
color: #ffffff;
padding: 9px 0 9px 0;
-webkit-transition: color 200ms linear,
border-color 200ms linear;
-o-transition: color 200ms linear,
border-color 200ms linear;
transition: color 200ms linear,
border-color 200ms linear;
}
.learn-more-button:hover,
.learn-more-button:focus {
color: #ea9884;
border-color: #ea9884;
}
.welcome__learn-more-button {
margin: 0 auto;
}
/* SERVICES */
.services--pos{
margin-bottom: 90px;
}
.section__title {
position: relative;
font-weight: 700;
text-transform: uppercase;
text-align: center;
line-height: 36px;
font-size: 30px;
}
.section__title-preamble {
display: block;
font-family: "Kaushan Script", cursive;
line-height: 29px;
font-weight: 400;
font-size: 24px;
text-align: center;
margin-bottom: 13px;
text-transform: none;
}
.services__title-preamble{
padding-top: 44px;
}
.services__title {
margin-bottom: 100px;
}
.section__title::after {
position: absolute;
left: 50%;
bottom: -34px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
display: block;
content: "";
height: 3px;
width: 60px;
background-color: #f38181;
}
.services__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.services__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 380px;
flex: 0 0 380px;
}
.services__name {
text-transform: uppercase;
margin: 0 0 14px 0;
}
.services__descr {
color: #999999;
font-size: 15px;
line-height: 24px;
margin: 0;
font-family: "Roboto", sans-serif;
}
.services__item::before {
float: left;
display: block;
content: "";
width: 92px;
height: 100%;
background-repeat: no-repeat;
background-position: center 4px;
background-size: 32px 32px;
}
.services__item:not(:nth-last-child(-n + 3)) {
margin-bottom: 100px;
}
.services__item--icon-alarm::before {
background-image: url(../img/icons/alarm.svg);
}
.services__item--icon-graph::before {
background-image: url(../img/icons/graph.svg);
}
.services__item--icon-computer::before {
background-image: url(../img/icons/computer.svg);
}
.services__item--icon-book::before {
background-image: url(../img/icons/book.svg);
}
.services__item--icon-home::before {
background-image: url(../img/icons/home.svg);
}
.services__item--icon-image::before {
background-image: url(../img/icons/image.svg);
}
/* TEAM */
.team__title {
margin-bottom: 86px;
}
.team__descr {
margin: 0 auto;
text-align: center;
width: 980px;
font-family: "Roboto", sans-serif;
font-weight: 400;
color: #999999;
font-size: 15px;
line-height: 24px;
margin-bottom: 90px;
}
.team__list {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.team__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 380px;
flex: 0 0 380px;
text-align: center;
position: relative;
}
.team__img {
margin-bottom: 28px;
position: relative;
left: 0;
top: 0;
-webkit-transition: top 200ms linear, left 200ms linear;
-o-transition: top 200ms linear, left 200ms linear;
transition: top 200ms linear, left 200ms linear;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.team__member-name {
margin-bottom: 8px;
text-transform: uppercase;
}
.team__occupation {
font-size: 15px;
line-height: 24px;
font-family: "Roboto", sans-serif;
color: #999999;
font-weight: 300;
font-style: italic;
}
.main-content--pos {
margin-bottom: 80px;
}
/* HOVER TEAM LIST */
.overlay-icons {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 223px;
position: absolute;
opacity: 0;
-webkit-transition: opacity 200ms linear;
-o-transition: opacity 200ms linear;
transition: opacity 200ms linear;
}
.team__img::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
background-image: -o-linear-gradient(
bottom,
rgb(252, 227, 138) 0%,
rgb(243, 129, 129) 100%
);
background-image: -webkit-gradient(
linear,
left bottom, left top,
from(rgb(252, 227, 138)),
to(rgb(243, 129, 129))
);
background-image: linear-gradient(
to top,
rgb(252, 227, 138) 0%,
rgb(243, 129, 129) 100%
);
opacity: 0;
-webkit-transition: opacity 200ms linear;
-o-transition: opacity 200ms linear;
transition: opacity 200ms linear;
}
.team__bg {
width: 380px;
height: 470px;
background-color: #95e1d3;
position: absolute;
}
.team__item:hover .team__img,
.team__item:focus .team__img {
left: -10px;
top: -10px;
}
.team__item:hover .team__img::before,
.team__item:focus .team__img::before {
opacity: 0.9;
}
.team__item:hover .overlay-icons,
.team__item:focus .overlay-icons {
opacity: 1;
}
.overlay-icons__link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
background-color: #fce38a;
border: none;
height: 55px;
width: 55px;
-webkit-transition: background-color 200ms linear;
-o-transition: background-color 200ms linear;
transition: background-color 200ms linear;
}
.overlay-icons__link:hover,
.overlay-icons__linkS:focus {
background-color: #f38181;
}
.social-icon {
display: block;
width: 27px;
height: 27px;
fill: #f38181;
-webkit-transition: fill 200ms linear;
-o-transition: fill 200ms linear;
transition: fill 200ms linear;
}
.overlay-icons__link:hover .social-icon,
.overlay-icons__linkS:focus .social-icon {
fill: #ffffff;
}
/* FOOTER */
.page-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-height: 60px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-top: 1px solid #e5e5e5;
}
.copyright-info__link {
display: inline-block;
color: #f38181;
text-decoration: none;
}
.email {
border: 1px solid #cccccc;
min-height: 40px;
-webkit-box-flex: 0;
-ms-flex: 0 0 230px;
flex: 0 0 230px;
line-height: 24px;
padding-left: 17px;
border-right: none;
}
.email::-webkit-input-placeholder {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
}
.email::-moz-placeholder {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
}
.email:-ms-input-placeholder {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
}
.email::-ms-input-placeholder {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
}
.email::placeholder {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
}
.subscribe {
text-transform: uppercase;
font-weight: 700;
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
padding: 0;
border: none;
background-color: #95e1d3;
min-height: 40px;
cursor: pointer;
color: #ffffff;
}
.subscribe-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 380px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
/* MEDIA */
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi), (min-resolution: 2dppx) {
.banner {
min-height: 1000px;
background-image: -webkit-gradient(
linear,
left bottom, left top,
from(rgba(252, 227, 138, 0.9)),
to(rgba(243, 129, 129, 0.9))
),
url(../img/jpg/banner@2x.jpg);
background-image: -o-linear-gradient(
bottom,
rgba(252, 227, 138, 0.9) 0%,
rgba(243, 129, 129, 0.9) 100%
),
url(../img/jpg/banner@2x.jpg);
background-image: linear-gradient(
to top,
rgba(252, 227, 138, 0.9) 0%,
rgba(243, 129, 129, 0.9) 100%
),
url(../img/jpg/banner@2x.jpg);
}
} | html-css/module-10/css/style.css | html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.visuallyhidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
-webkit-clip-path: inset(100%);
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
body {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 14px;
color: #333333;
line-height: 17px;
}
.container {
width: 1200px;
margin: 0px auto;
}
/* BANNER */
.banner {
min-height: 1000px;
min-width: 1200px;
background-image: -o-linear-gradient(
bottom,
rgba(252, 227, 138, 0.9) 0%,
rgba(243, 129, 129, 0.9) 100%
),
url(../img/jpg/banner.jpg);
background-image: -webkit-gradient(
linear,
left bottom, left top,
from(rgba(252, 227, 138, 0.9)),
to(rgba(243, 129, 129, 0.9))
),
url(../img/jpg/banner.jpg);
background-image: linear-gradient(
to top,
rgba(252, 227, 138, 0.9) 0%,
rgba(243, 129, 129, 0.9) 100%
),
url(../img/jpg/banner.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.mpres {
margin: 0;
padding: 0;
}
.list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
}
.link {
text-decoration: none;
display: block;
}
/* PAGE HEADER */
.header__nav {
margin-bottom: 130px;
}
.nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
min-height: 90px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.site-logo {
font-weight: 700;
font-size: 30px;
line-height: 36px;
color: #ffffff;
}
.site-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
min-width: 620px;
}
.site-navigation__icon {
display: block;
width: 16.3px;
height: 16.3px;
fill: #ffffff;
-webkit-transition: fill 200ms linear;
-o-transition: fill 200ms linear;
transition: fill 200ms linear;
}
.site-navigation__link {
text-decoration: none;
color: #ffffff;
text-transform: uppercase;
-webkit-transition: color 200ms linear;
-o-transition: color 200ms linear;
transition: color 200ms linear;
}
.site-navigation__link {
position: relative;
}
.site-navigation__link:hover,
.site-navigation__link:focus {
color: #fce38a;
}
.site-navigation__link::after {
position: absolute;
display: block;
width: 100%;
height: 0px;
content: "";
opacity: 0;
background-color: #fce38a;
bottom: -10px;
-webkit-transition: opacity 200ms linear;
-o-transition: opacity 200ms linear;
transition: opacity 200ms linear;
}
.site-navigation__link:hover:after {
opacity: 1;
height: 3px;
}
.site-navigation__icon:hover,
.site-navigation__icon:focus {
fill: #fce38a;
}
/* WELCOME */
.welcome__title {
font-family: 'Kaushan Script', cursive;
font-size: 72px;
line-height: 86px;
color: #ffffff;
text-align: center;
margin-bottom: 36px;
}
.welcome__descr {
font-weight: 700;
font-size: 150px;
line-height: 140px;
text-transform: uppercase;
color: #ffffff;
text-align: center;
width: 850px;
margin: 0 auto 110px auto;
}
.learn-more-button {
width: 160px;
height: 40px;
border: 3px solid #ffffff;
text-align: center;
font-weight: 700;
color: #ffffff;
padding: 9px 0 9px 0;
-webkit-transition: color 200ms linear,
border-color 200ms linear;
-o-transition: color 200ms linear,
border-color 200ms linear;
transition: color 200ms linear,
border-color 200ms linear;
}
.learn-more-button:hover,
.learn-more-button:focus {
color: #ea9884;
border-color: #ea9884;
}
.welcome__learn-more-button {
margin: 0 auto;
}
/* SERVICES */
.services--pos{
margin-bottom: 90px;
}
.section__title {
position: relative;
font-weight: 700;
text-transform: uppercase;
text-align: center;
line-height: 36px;
font-size: 30px;
}
.section__title-preamble {
display: block;
font-family: "Kaushan Script", cursive;
line-height: 29px;
font-weight: 400;
font-size: 24px;
text-align: center;
margin-bottom: 13px;
text-transform: none;
}
.services__title-preamble{
padding-top: 44px;
}
.services__title {
margin-bottom: 100px;
}
.section__title::after {
position: absolute;
left: 50%;
bottom: -34px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
display: block;
content: "";
height: 3px;
width: 60px;
background-color: #f38181;
}
.services__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.services__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 380px;
flex: 0 0 380px;
}
.services__name {
text-transform: uppercase;
margin: 0 0 14px 0;
}
.services__descr {
color: #999999;
font-size: 15px;
line-height: 24px;
margin: 0;
font-family: "Roboto", sans-serif;
}
.services__item::before {
float: left;
display: block;
content: "";
width: 92px;
height: 100%;
background-repeat: no-repeat;
background-position: center 4px;
background-size: 32px 32px;
}
.services__item:not(:nth-last-child(-n + 3)) {
margin-bottom: 100px;
}
.services__item--icon-alarm::before {
background-image: url(../img/icons/alarm.svg);
}
.services__item--icon-graph::before {
background-image: url(../img/icons/graph.svg);
}
.services__item--icon-computer::before {
background-image: url(../img/icons/computer.svg);
}
.services__item--icon-book::before {
background-image: url(../img/icons/book.svg);
}
.services__item--icon-home::before {
background-image: url(../img/icons/home.svg);
}
.services__item--icon-image::before {
background-image: url(../img/icons/image.svg);
}
/* TEAM */
.team__title {
margin-bottom: 86px;
}
.team__descr {
margin: 0 auto;
text-align: center;
width: 980px;
font-family: "Roboto", sans-serif;
font-weight: 400;
color: #999999;
font-size: 15px;
line-height: 24px;
margin-bottom: 90px;
}
.team__list {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.team__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 380px;
flex: 0 0 380px;
text-align: center;
position: relative;
}
.team__img {
margin-bottom: 28px;
position: relative;
left: 0;
top: 0;
-webkit-transition: top 200ms linear, left 200ms linear;
-o-transition: top 200ms linear, left 200ms linear;
transition: top 200ms linear, left 200ms linear;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.team__member-name {
margin-bottom: 8px;
text-transform: uppercase;
}
.team__occupation {
font-size: 15px;
line-height: 24px;
font-family: "Roboto", sans-serif;
color: #999999;
font-weight: 300;
font-style: italic;
}
.main-content--pos {
margin-bottom: 80px;
}
/* HOVER TEAM LIST */
.overlay-icons {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 223px;
position: absolute;
opacity: 0;
-webkit-transition: opacity 200ms linear;
-o-transition: opacity 200ms linear;
transition: opacity 200ms linear;
}
.team__img::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
background-image: -o-linear-gradient(
bottom,
rgb(252, 227, 138) 0%,
rgb(243, 129, 129) 100%
);
background-image: -webkit-gradient(
linear,
left bottom, left top,
from(rgb(252, 227, 138)),
to(rgb(243, 129, 129))
);
background-image: linear-gradient(
to top,
rgb(252, 227, 138) 0%,
rgb(243, 129, 129) 100%
);
opacity: 0;
-webkit-transition: opacity 200ms linear;
-o-transition: opacity 200ms linear;
transition: opacity 200ms linear;
}
.team__bg {
width: 380px;
height: 470px;
background-color: #95e1d3;
position: absolute;
}
.team__item:hover .team__img,
.team__item:focus .team__img {
left: -10px;
top: -10px;
}
.team__item:hover .team__img::before,
.team__item:focus .team__img::before {
opacity: 0.9;
}
.team__item:hover .overlay-icons,
.team__item:focus .overlay-icons {
opacity: 1;
}
.overlay-icons__link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
background-color: #fce38a;
border: none;
height: 55px;
width: 55px;
-webkit-transition: background-color 200ms linear;
-o-transition: background-color 200ms linear;
transition: background-color 200ms linear;
}
.overlay-icons__link:hover,
.overlay-icons__linkS:focus {
background-color: #f38181;
}
.social-icon {
display: block;
width: 27px;
height: 27px;
fill: #f38181;
-webkit-transition: fill 200ms linear;
-o-transition: fill 200ms linear;
transition: fill 200ms linear;
}
.overlay-icons__link:hover .social-icon,
.overlay-icons__linkS:focus .social-icon {
fill: #ffffff;
}
/* FOOTER */
.page-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-height: 60px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-top: 1px solid #e5e5e5;
}
.copyright-info__link {
display: inline-block;
color: #f38181;
text-decoration: none;
}
.email {
border: 1px solid #cccccc;
min-height: 40px;
-webkit-box-flex: 0;
-ms-flex: 0 0 230px;
flex: 0 0 230px;
line-height: 24px;
padding-left: 17px;
border-right: none;
}
.email::-webkit-input-placeholder {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
}
.email::-moz-placeholder {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
}
.email:-ms-input-placeholder {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
}
.email::-ms-input-placeholder {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
}
.email::placeholder {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
}
.subscribe {
text-transform: uppercase;
font-weight: 700;
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
padding: 0;
border: none;
background-color: #95e1d3;
min-height: 40px;
cursor: pointer;
color: #ffffff;
}
.subscribe-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 380px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
/* MEDIA */
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi), (min-resolution: 2dppx) {
.banner {
min-height: 1000px;
background-image: -webkit-gradient(
linear,
left bottom, left top,
from(rgba(252, 227, 138, 0.9)),
to(rgba(243, 129, 129, 0.9))
),
url(../img/jpg/banner@2x.jpg);
background-image: -o-linear-gradient(
bottom,
rgba(252, 227, 138, 0.9) 0%,
rgba(243, 129, 129, 0.9) 100%
),
url(../img/jpg/banner@2x.jpg);
background-image: linear-gradient(
to top,
rgba(252, 227, 138, 0.9) 0%,
rgba(243, 129, 129, 0.9) 100%
),
url(../img/jpg/banner@2x.jpg);
}
} | 0.385837 | 0.055669 |
/* This file based on 'Tranquille' by <NAME> */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */
/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */
/* basic elements */
@import url('https://fonts.googleapis.com/css2?family=Expletus+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@700&display=swap');
body{
font-family: 'Aref Ruqaa', serif;
font-size: 25px;
margin: 0;
padding: 0;
}
#css-zen-garden{
background: rgb(140,112,94);
background: linear-gradient(90deg, rgba(140,112,94,0.7) 0%, rgba(198,169,147,0.7) 79%, rgba(233,200,174,0.7) 79%),
url(https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQ9VE2Y92liL8f4Kn4mAOKiV9xqZJ97murr-Q&usqp=CAU);
}
header{
font-family: 'Days One', sans-serif;
color:rgb(198, 155, 147);
margin-top: -99px;
margin-right: auto;
text-align: left ;
vertical-align: bottom;
font-size: 80px;
line-height: normal;
height:600px;
width: 101%;
}
h2{
font-size: 45px;
}
.summary{
font-size: 30px;
width:16%;
line-height: normal;
position: absolute;
text-align: center;
height:600px;
top:0;
right:210px;
font-family: 'Expletus Sans', cursive;
padding: 0 5px 0 5px;
color: rgb(178,131,124);
}
.summary p{
padding-top: 28px;
}
.summary a{
color:rgb(181,135,127);
font-style: italic ;
font-weight: bold;
}
.summary a:hover,a:active{
text-decoration: underline;
color:
}
.aside .design-selection{
margin-block-start: 0em ;
}
.design-selection ul{
list-style-type: none;
}
.wrapper .design-selection h3{
margin-block-start: 0em;
}
.wrapper .design-selection li, li a:link, a:visited{
text-align: right;
color:white;
text-decoration: none;
font-style: italic ;
}
.wrapper .design-selection li a:hover, a:active{
text-decoration: underline;
}
.design-selection li:nth-child(1){
width:30%;
height:100px;
background: rgb(21,48,65);
background: linear-gradient(90deg, rgba(21,48,65,0.8) 0%, rgba(55,79,103,0.8) 100%),
url(https://i.pinimg.com/originals/57/ae/93/57ae93462971760386cadfe7195efef6.jpg);
}
.design-selection li:nth-child(2){
width: 40%;
height:100px;
background: rgb(67,51,52);
background: linear-gradient(270deg, rgba(67,51,52,0.7) 0%, rgba(67,51,52,0.7) 43%, rgba(198,169,147,0.7) 100%),
url(https://cdn.stocksnap.io/img-thumbs/960w/linen-fabric_DFXVNYGUVU.jpg);
}
.design-selection li:nth-child(3){
width: 50%;
height:100px;
background: rgb(21,48,65);
background: linear-gradient(90deg, rgba(21,48,65,0.8) 0%, rgba(55,79,103,0.8) 100%),
url(https://i.pinimg.com/originals/57/ae/93/57ae93462971760386cadfe7195efef6.jpg);
}
.design-selection li:nth-child(4){
width: 60%;
height:100px;
background: rgb(67,51,52);
background: linear-gradient(270deg, rgba(67,51,52,0.7) 0%, rgba(67,51,52,0.7) 43%, rgba(198,169,147,0.7) 100%),
url(https://cdn.stocksnap.io/img-thumbs/960w/linen-fabric_DFXVNYGUVU.jpg);
}
.design-selection li:nth-child(5){
width: 70%;
height:100px;
background: rgb(21,48,65);
background: linear-gradient(90deg, rgba(21,48,65,0.8) 0%, rgba(55,79,103,0.8) 100%),
url(https://i.pinimg.com/originals/57/ae/93/57ae93462971760386cadfe7195efef6.jpg);
}
.design-selection li:nth-child(6){
width: 80%;
height:100px;
background: rgb(67,51,52);
background: linear-gradient(270deg, rgba(67,51,52,0.7) 0%, rgba(67,51,52,0.7) 43%, rgba(198,169,147,0.7) 100%),
url(https://cdn.stocksnap.io/img-thumbs/960w/linen-fabric_DFXVNYGUVU.jpg);
}
.design-selection li:nth-child(7){
width: 90%;
height:100px;
background: rgb(21,48,65);
background: linear-gradient(90deg, rgba(21,48,65,0.8) 0%, rgba(55,79,103,0.8) 100%),
url(https://i.pinimg.com/originals/57/ae/93/57ae93462971760386cadfe7195efef6.jpg);
}
.design-selection li:nth-child(8){
width: 100%;
height:100px;
background: rgb(67,51,52);
background: linear-gradient(270deg, rgba(67,51,52,0.7) 0%, rgba(67,51,52,0.7) 43%, rgba(198,169,147,0.7) 100%),
url(https://cdn.stocksnap.io/img-thumbs/960w/linen-fabric_DFXVNYGUVU.jpg);
}
.preamble{
/*background: rgb(247,196,215);
background: linear-gradient(90deg, rgba(247,196,215,0.9) 2%, rgba(5,38,84,0.8904096638655462) 3%),*/
background: rgb(95,23,35);
background: linear-gradient(90deg, rgba(95,23,35,0.9) 4%, rgba(208,188,183,0.8) 4%),
url(https://images.unsplash.com/photo-1528459584353-5297db1a9c01?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2150&q=80);
width: 65%;
margin: 2em 0em 0em -1em;
text-align: left;
padding: 10px 0 10px 2em;
color: rgb(25,25,80);
}
.preamble p{
line-height: normal;
color:rgb(25,25,80);
}
.explanation{
width: 70%;
text-align: right;
position: relative;
right: -8.5%;
margin: 2em 0 2em 0;
padding: 15px 10px 10px 0;
background:
linear-gradient(180deg, rgba(30,20,53,1) 0%, rgba(30,20,53,1) 0%, rgba(30,20,53,1) 10%, rgba(30,20,53,0) 10%),
linear-gradient(60deg, rgba(204,177,173,0.9) 0%, rgba(220,210,202,0.9) 16%, rgba(204,177,173,0.9) 40%, rgba(218,208,200,0.9) 40%, rgba(218,208,200,0.9) 62%, rgba(204,177,173,0.9) 62%, rgba(218,208,200,0.9) 81%, rgba(204,177,173,0.9) 100%),
url(https://images.unsplash.com/photo-1494271823928-a80211877d80?ixlib=rb-1.2.1&auto=format&fit=crop&w=2100&q=80);
color:rgb(90,149,0);
}
.participation{
width:70%;
color:brown;
text-align: center;
position: relative;
right: -4.25%;
/*background: rgb(240,244,227);
background: linear-gradient(230deg, rgba(240,244,227,1) 0%, rgba(207,197,188,1) 9%, rgba(92,136,1,1) 25%, rgba(98,145,1,1) 52%, rgba(93,138,1,1) 75%, rgba(207,197,188,1) 94%);*/
background: url();
}
h3{
font-family: 'Convergence', sans-serif;
font-size: 50px;
}
.design-archives{
width: 18.20%;
color:#f5dde1;
height: 400px;
text-align: center;
position: absolute;
top:1100px;
right:29.8px;
background: rgb(85,26,38);
background: linear-gradient(90deg, rgba(85,26,38,1) 10%, rgba(136,15,57,0.7) 10%, rgba(140,1,25,0.7) 50%, rgba(136,15,57,0.7) 90%, rgba(85,26,38,1) 90%),
url(https://image.shutterstock.com/image-photo/sharpen-pencils-row-on-white-600w-1511630495.jpg);
}
.zen-resources{
width: 18.20%;
color:#f5dde1;
text-align: center;
position: absolute;
top:1500px;
right:29.8px;
height:400px;
background: rgb(85,26,38);
background: linear-gradient(90deg, rgba(85,26,38,1) 10%, rgba(136,15,57,0.7) 10%, rgba(140,1,25,0.7) 50%, rgba(136,15,57,0.7) 90%, rgba(85,26,38,1) 90%),
url(https://image.shutterstock.com/image-photo/color-pencils-isolated-on-white-600w-418906903.jpg);
}
.design-archives ul,
.zen-resources ul,
.zen-resources a,
.design-archives a{
list-style-type: none;
text-align: justify;
color:#feebee;
}
.requirements{
color: rgb(51,16,28);
padding:10px;
text-align: right;
width: 100%;
margin-left: -10px;
/*background: linear-gradient(27deg, rgba(80,0,12,1) 0%, rgba(178,0,45,1) 49%, rgba(174,3,43,0) 49%, rgba(173,0,42,0) 51%, rgba(178,0,45,1) 51%, rgba(80,0,12,1) 100%);*/
background: rgb(80,0,12);
background: linear-gradient(324deg, rgba(80,0,12,1) 0%, rgba(94,0,17,1) 0%, rgba(86,0,14,1) 4%, rgba(170,0,42,0) 4%, rgba(174,3,43,0) 8%, rgba(112,0,23,1) 8%, rgba(146,2,34,1) 12%, rgba(178,0,45,0) 12%, rgba(159,0,39,0) 16%, rgba(118,0,25,1) 16%, rgba(124,0,27,1) 20%, rgba(178,0,45,0) 20%, rgba(130,0,29,0) 24%, rgba(98,0,18,1) 24%, rgba(108,0,21,1) 28%, rgba(172,0,43,0) 28%, rgba(173,0,42,1) 32%, rgba(177,0,44,0.7441351540616247) 48%, rgba(178,0,45,1) 74%, rgba(80,0,12,1) 87%, rgba(80,0,12,1) 93%);
}
.requirements p:nth-child(3){
color: rgb(182,136,129);
text-align: left;
width: 70%;
background: rgb(85,26,38);
background: linear-gradient(60deg, rgba(85,26,38,1) 23%, rgba(52,19,36,1) 100%);
padding:10px;
}
.requirements p:nth-child(5){
color: rgb(182,136,129);
text-align: right;
width: 70%;
position: relative;
left: 29%;
padding:10px;
background: rgb(85,26,38);
background: linear-gradient(60deg, rgba(85,26,38,1) 23%, rgba(52,19,36,1) 100%);
}
.intro header{
/*background: rgb(240,190,200);
background: linear-gradient(270deg, rgba(240,190,200,0.95) 0%, rgba(247,197,220,0.9) 46%, rgba(160,0,72,0.9) 100%, rgba(243,199,219,0.95) 100%),*/
background: rgb(106,39,18);
background: linear-gradient(270deg, rgba(106,39,18,0.7) 0%, rgba(72,15,55,0.7) 100%),
url(https://cdn.stocksnap.io/img-thumbs/280h/linen-fabric_KXTLKQCVOS.jpg);
}
section .summary{
/*background: rgb(44,123,177);
background: linear-gradient(180deg, rgb(101, 122, 136,0.1) 0%, rgba(235,244,249,0.1) 0%, rgba(179,194,199,0.2) 0%, rgba(195,212,217,0.1248074229691877) 28%),*/
background: rgb(19, 18, 95);
background: linear-gradient(180deg, rgba(19,18,64,1) 0%, rgba(39,35,73,1) 5%, rgba(198,169,147,0.6) 5%, rgba(68,29,22,0.7) 100%),
url(https://cdn.stocksnap.io/img-thumbs/280h/linen-fabric_KXTLKQCVOS.jpg);
}
.benefits{
color: rgb(8, 14, 56);
padding:20px;
margin:20px;
text-align: center;
background: rgb(156,136,122);
background:linear-gradient(90deg, rgba(48,33,89,1) 2%, rgba(156,136,122,0) 2%, rgba(231,204,182,0) 98%, rgba(48,33,89,1) 98%),
linear-gradient(162deg, rgba(156,136,122,0.8) 0%, rgba(200,176,159,0.8) 50%, rgba(229,203,181,0.8) 50%, rgba(231,204,182,0.8) 100%),
url(https://img.freepik.com/free-vector/white-elegant-texture-background_23-2148446113.jpg?size=626&ext=jpg);
}
/*footer::after{
height: 400px;
width: 40%;
content: '';
position: absolute;
bottom: 0;
right: 0;
background: linear-gradient(90deg, rgba(219,238,174,0.6) 0%, rgba(214,238,180,0.6) 48%, rgba(240,246,228,0.6) 48%),
url(https://images.unsplash.com/photo-1526344966-89049886b28d?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=60) no-repeat bottom right;
}*/
footer {
position: relative;
bottom: -1160px;
text-align: center;
font-size: 50px;
padding: 50px;
background: rgb(50,17,39);
background: linear-gradient(90deg, rgba(50,17,39,0.75) 0%, rgba(31,29,84,0.7) 100%),
url(https://cdn.stocksnap.io/img-thumbs/280h/linen-fabric_KXTLKQCVOS.jpg)
}
footer a:link, footer Pythona:visited{
color:rgb(182,136,129);
} | style.css |
/* This file based on 'Tranquille' by <NAME> */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */
/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */
/* basic elements */
@import url('https://fonts.googleapis.com/css2?family=Expletus+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@700&display=swap');
body{
font-family: 'Aref Ruqaa', serif;
font-size: 25px;
margin: 0;
padding: 0;
}
#css-zen-garden{
background: rgb(140,112,94);
background: linear-gradient(90deg, rgba(140,112,94,0.7) 0%, rgba(198,169,147,0.7) 79%, rgba(233,200,174,0.7) 79%),
url(https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQ9VE2Y92liL8f4Kn4mAOKiV9xqZJ97murr-Q&usqp=CAU);
}
header{
font-family: 'Days One', sans-serif;
color:rgb(198, 155, 147);
margin-top: -99px;
margin-right: auto;
text-align: left ;
vertical-align: bottom;
font-size: 80px;
line-height: normal;
height:600px;
width: 101%;
}
h2{
font-size: 45px;
}
.summary{
font-size: 30px;
width:16%;
line-height: normal;
position: absolute;
text-align: center;
height:600px;
top:0;
right:210px;
font-family: 'Expletus Sans', cursive;
padding: 0 5px 0 5px;
color: rgb(178,131,124);
}
.summary p{
padding-top: 28px;
}
.summary a{
color:rgb(181,135,127);
font-style: italic ;
font-weight: bold;
}
.summary a:hover,a:active{
text-decoration: underline;
color:
}
.aside .design-selection{
margin-block-start: 0em ;
}
.design-selection ul{
list-style-type: none;
}
.wrapper .design-selection h3{
margin-block-start: 0em;
}
.wrapper .design-selection li, li a:link, a:visited{
text-align: right;
color:white;
text-decoration: none;
font-style: italic ;
}
.wrapper .design-selection li a:hover, a:active{
text-decoration: underline;
}
.design-selection li:nth-child(1){
width:30%;
height:100px;
background: rgb(21,48,65);
background: linear-gradient(90deg, rgba(21,48,65,0.8) 0%, rgba(55,79,103,0.8) 100%),
url(https://i.pinimg.com/originals/57/ae/93/57ae93462971760386cadfe7195efef6.jpg);
}
.design-selection li:nth-child(2){
width: 40%;
height:100px;
background: rgb(67,51,52);
background: linear-gradient(270deg, rgba(67,51,52,0.7) 0%, rgba(67,51,52,0.7) 43%, rgba(198,169,147,0.7) 100%),
url(https://cdn.stocksnap.io/img-thumbs/960w/linen-fabric_DFXVNYGUVU.jpg);
}
.design-selection li:nth-child(3){
width: 50%;
height:100px;
background: rgb(21,48,65);
background: linear-gradient(90deg, rgba(21,48,65,0.8) 0%, rgba(55,79,103,0.8) 100%),
url(https://i.pinimg.com/originals/57/ae/93/57ae93462971760386cadfe7195efef6.jpg);
}
.design-selection li:nth-child(4){
width: 60%;
height:100px;
background: rgb(67,51,52);
background: linear-gradient(270deg, rgba(67,51,52,0.7) 0%, rgba(67,51,52,0.7) 43%, rgba(198,169,147,0.7) 100%),
url(https://cdn.stocksnap.io/img-thumbs/960w/linen-fabric_DFXVNYGUVU.jpg);
}
.design-selection li:nth-child(5){
width: 70%;
height:100px;
background: rgb(21,48,65);
background: linear-gradient(90deg, rgba(21,48,65,0.8) 0%, rgba(55,79,103,0.8) 100%),
url(https://i.pinimg.com/originals/57/ae/93/57ae93462971760386cadfe7195efef6.jpg);
}
.design-selection li:nth-child(6){
width: 80%;
height:100px;
background: rgb(67,51,52);
background: linear-gradient(270deg, rgba(67,51,52,0.7) 0%, rgba(67,51,52,0.7) 43%, rgba(198,169,147,0.7) 100%),
url(https://cdn.stocksnap.io/img-thumbs/960w/linen-fabric_DFXVNYGUVU.jpg);
}
.design-selection li:nth-child(7){
width: 90%;
height:100px;
background: rgb(21,48,65);
background: linear-gradient(90deg, rgba(21,48,65,0.8) 0%, rgba(55,79,103,0.8) 100%),
url(https://i.pinimg.com/originals/57/ae/93/57ae93462971760386cadfe7195efef6.jpg);
}
.design-selection li:nth-child(8){
width: 100%;
height:100px;
background: rgb(67,51,52);
background: linear-gradient(270deg, rgba(67,51,52,0.7) 0%, rgba(67,51,52,0.7) 43%, rgba(198,169,147,0.7) 100%),
url(https://cdn.stocksnap.io/img-thumbs/960w/linen-fabric_DFXVNYGUVU.jpg);
}
.preamble{
/*background: rgb(247,196,215);
background: linear-gradient(90deg, rgba(247,196,215,0.9) 2%, rgba(5,38,84,0.8904096638655462) 3%),*/
background: rgb(95,23,35);
background: linear-gradient(90deg, rgba(95,23,35,0.9) 4%, rgba(208,188,183,0.8) 4%),
url(https://images.unsplash.com/photo-1528459584353-5297db1a9c01?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2150&q=80);
width: 65%;
margin: 2em 0em 0em -1em;
text-align: left;
padding: 10px 0 10px 2em;
color: rgb(25,25,80);
}
.preamble p{
line-height: normal;
color:rgb(25,25,80);
}
.explanation{
width: 70%;
text-align: right;
position: relative;
right: -8.5%;
margin: 2em 0 2em 0;
padding: 15px 10px 10px 0;
background:
linear-gradient(180deg, rgba(30,20,53,1) 0%, rgba(30,20,53,1) 0%, rgba(30,20,53,1) 10%, rgba(30,20,53,0) 10%),
linear-gradient(60deg, rgba(204,177,173,0.9) 0%, rgba(220,210,202,0.9) 16%, rgba(204,177,173,0.9) 40%, rgba(218,208,200,0.9) 40%, rgba(218,208,200,0.9) 62%, rgba(204,177,173,0.9) 62%, rgba(218,208,200,0.9) 81%, rgba(204,177,173,0.9) 100%),
url(https://images.unsplash.com/photo-1494271823928-a80211877d80?ixlib=rb-1.2.1&auto=format&fit=crop&w=2100&q=80);
color:rgb(90,149,0);
}
.participation{
width:70%;
color:brown;
text-align: center;
position: relative;
right: -4.25%;
/*background: rgb(240,244,227);
background: linear-gradient(230deg, rgba(240,244,227,1) 0%, rgba(207,197,188,1) 9%, rgba(92,136,1,1) 25%, rgba(98,145,1,1) 52%, rgba(93,138,1,1) 75%, rgba(207,197,188,1) 94%);*/
background: url();
}
h3{
font-family: 'Convergence', sans-serif;
font-size: 50px;
}
.design-archives{
width: 18.20%;
color:#f5dde1;
height: 400px;
text-align: center;
position: absolute;
top:1100px;
right:29.8px;
background: rgb(85,26,38);
background: linear-gradient(90deg, rgba(85,26,38,1) 10%, rgba(136,15,57,0.7) 10%, rgba(140,1,25,0.7) 50%, rgba(136,15,57,0.7) 90%, rgba(85,26,38,1) 90%),
url(https://image.shutterstock.com/image-photo/sharpen-pencils-row-on-white-600w-1511630495.jpg);
}
.zen-resources{
width: 18.20%;
color:#f5dde1;
text-align: center;
position: absolute;
top:1500px;
right:29.8px;
height:400px;
background: rgb(85,26,38);
background: linear-gradient(90deg, rgba(85,26,38,1) 10%, rgba(136,15,57,0.7) 10%, rgba(140,1,25,0.7) 50%, rgba(136,15,57,0.7) 90%, rgba(85,26,38,1) 90%),
url(https://image.shutterstock.com/image-photo/color-pencils-isolated-on-white-600w-418906903.jpg);
}
.design-archives ul,
.zen-resources ul,
.zen-resources a,
.design-archives a{
list-style-type: none;
text-align: justify;
color:#feebee;
}
.requirements{
color: rgb(51,16,28);
padding:10px;
text-align: right;
width: 100%;
margin-left: -10px;
/*background: linear-gradient(27deg, rgba(80,0,12,1) 0%, rgba(178,0,45,1) 49%, rgba(174,3,43,0) 49%, rgba(173,0,42,0) 51%, rgba(178,0,45,1) 51%, rgba(80,0,12,1) 100%);*/
background: rgb(80,0,12);
background: linear-gradient(324deg, rgba(80,0,12,1) 0%, rgba(94,0,17,1) 0%, rgba(86,0,14,1) 4%, rgba(170,0,42,0) 4%, rgba(174,3,43,0) 8%, rgba(112,0,23,1) 8%, rgba(146,2,34,1) 12%, rgba(178,0,45,0) 12%, rgba(159,0,39,0) 16%, rgba(118,0,25,1) 16%, rgba(124,0,27,1) 20%, rgba(178,0,45,0) 20%, rgba(130,0,29,0) 24%, rgba(98,0,18,1) 24%, rgba(108,0,21,1) 28%, rgba(172,0,43,0) 28%, rgba(173,0,42,1) 32%, rgba(177,0,44,0.7441351540616247) 48%, rgba(178,0,45,1) 74%, rgba(80,0,12,1) 87%, rgba(80,0,12,1) 93%);
}
.requirements p:nth-child(3){
color: rgb(182,136,129);
text-align: left;
width: 70%;
background: rgb(85,26,38);
background: linear-gradient(60deg, rgba(85,26,38,1) 23%, rgba(52,19,36,1) 100%);
padding:10px;
}
.requirements p:nth-child(5){
color: rgb(182,136,129);
text-align: right;
width: 70%;
position: relative;
left: 29%;
padding:10px;
background: rgb(85,26,38);
background: linear-gradient(60deg, rgba(85,26,38,1) 23%, rgba(52,19,36,1) 100%);
}
.intro header{
/*background: rgb(240,190,200);
background: linear-gradient(270deg, rgba(240,190,200,0.95) 0%, rgba(247,197,220,0.9) 46%, rgba(160,0,72,0.9) 100%, rgba(243,199,219,0.95) 100%),*/
background: rgb(106,39,18);
background: linear-gradient(270deg, rgba(106,39,18,0.7) 0%, rgba(72,15,55,0.7) 100%),
url(https://cdn.stocksnap.io/img-thumbs/280h/linen-fabric_KXTLKQCVOS.jpg);
}
section .summary{
/*background: rgb(44,123,177);
background: linear-gradient(180deg, rgb(101, 122, 136,0.1) 0%, rgba(235,244,249,0.1) 0%, rgba(179,194,199,0.2) 0%, rgba(195,212,217,0.1248074229691877) 28%),*/
background: rgb(19, 18, 95);
background: linear-gradient(180deg, rgba(19,18,64,1) 0%, rgba(39,35,73,1) 5%, rgba(198,169,147,0.6) 5%, rgba(68,29,22,0.7) 100%),
url(https://cdn.stocksnap.io/img-thumbs/280h/linen-fabric_KXTLKQCVOS.jpg);
}
.benefits{
color: rgb(8, 14, 56);
padding:20px;
margin:20px;
text-align: center;
background: rgb(156,136,122);
background:linear-gradient(90deg, rgba(48,33,89,1) 2%, rgba(156,136,122,0) 2%, rgba(231,204,182,0) 98%, rgba(48,33,89,1) 98%),
linear-gradient(162deg, rgba(156,136,122,0.8) 0%, rgba(200,176,159,0.8) 50%, rgba(229,203,181,0.8) 50%, rgba(231,204,182,0.8) 100%),
url(https://img.freepik.com/free-vector/white-elegant-texture-background_23-2148446113.jpg?size=626&ext=jpg);
}
/*footer::after{
height: 400px;
width: 40%;
content: '';
position: absolute;
bottom: 0;
right: 0;
background: linear-gradient(90deg, rgba(219,238,174,0.6) 0%, rgba(214,238,180,0.6) 48%, rgba(240,246,228,0.6) 48%),
url(https://images.unsplash.com/photo-1526344966-89049886b28d?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=60) no-repeat bottom right;
}*/
footer {
position: relative;
bottom: -1160px;
text-align: center;
font-size: 50px;
padding: 50px;
background: rgb(50,17,39);
background: linear-gradient(90deg, rgba(50,17,39,0.75) 0%, rgba(31,29,84,0.7) 100%),
url(https://cdn.stocksnap.io/img-thumbs/280h/linen-fabric_KXTLKQCVOS.jpg)
}
footer a:link, footer Pythona:visited{
color:rgb(182,136,129);
} | 0.354545 | 0.09472 |
width: 100%;
height: 100%;
}
#cart{
width: 1180px;
height: 100%;
margin: 0 auto;
padding-top: 20px;
}
.cartNav{
width: 100%;
height: 50px;
background: #eaeaea;
}
.column{
float:left;
font-size:14px;
color:#333;
}
.t_checkbox{
padding: 16px 68px 15px 10px;
}
.t_goods{
padding: 16px 482px 16px 20px;
}
.t_price{
padding: 16px 10px 16px 90px;
}
.t_num{
padding: 16px 50px 16px 50px;
}
.t_sum{
padding: 16px 10px 16px 92px;
}
.t_action{
padding: 16px 53px 16px 53px;
}
.cartlist{
height:100px;
border-bottom: 1px solid #f3e2d0;
background: #fffdfb;
margin-top:10px;
}
.cartcheck{
position: relative;
float: left;
top: 10px;
left: 10px;
font-size:14px;
}
.goodcartItem{
padding-left: 18px;
padding-top: 13px;
position: relative;
width: 680px;
font-size:14px;
left: 10px;
}
.goodcartimg{
float: left;
position:relative;
}
.goodcartimg>a>img{
width:70px;
height:70px;
}
.goodcartmsg{
padding: 0 130px 44px 119px;
}
.cartitem{
float:left;
font-size:14px;
}
.goodcartprice{
width: 86px;
padding: 10px 0 0 0;
text-align: center;
}
.goodcartnum{
padding: 10px 30px 0 30px;
}
.numcart{
position: relative;
}
.btnPlus{
width: 20px !important;
padding: 0 !important;
border: 1px solid #C7C6C6 !important;
position: absolute;
top: 0 !important;
line-height: 18px !important;
border-radius: 0 !important;
background: white !important;
color: black !important;
left: 40px;
height:20px;
}
.txtNum{
width: 40px;
border: 1px solid #C7C6C6 !important;
height: 20px;
border-radius: 0 !important;
padding:0px 10px\0 !important;
}
.btnMlus{
width: 20px !important;
padding: 0 !important;
border: 1px solid #C7C6C6 !important;
position: absolute;
/* bottom: 0 !important; */
line-height: 18px !important;
border-radius: 0 !important;
background: white !important;
color: black !important;
left: -18px;
height:20px;
}
.goodcartsum{
width: 130px;
padding: 10px 0 0 0;
text-align: right;
}
.goodcartaction{
padding: 10px 50px 0 60px;
}
.toDes{
color:#333;
}
.account{
position:relative;
margin-top: 10px;
padding: 25px 10px;
border: 1px solid #e2e2e2;
}
.accountCon{
position: absolute;
top: 0;
right: 0;
width: 363px;
height: 52px;
}
.totalMoney{
float: left;
line-height: 52px;
padding: 0 15px 0 0;
color: #c40000;
}
.accountFinal{
height: 100% !important;
width: 180px !important;
font-size: 20px !important;
letter-spacing: 10px !important;
border: 0 !important;
border-radius: 0 !important;
background: #c40000 !important;
line-height: 35px !important;
position: absolute !important;
top: -1px !important;
right: 0 !important;
}
.delCon{
position: absolute;
height: 100%;
width: 100px;
top: 0;
left: 0;
padding: 0 30px 0 30px;
line-height: 52px;
font-size: 14px;
text-align: center;
}
.checkgoods{
float: left;
padding-left: 710px;
font-size: 12px;
line-height: 4px;
}
#btnOk{
position: absolute !important;
left: 17px !important;
width: 100px !important;
border: 1px solid #8a0404 !important;
background: #c40000 !important;
}
#btnCancel{
position: absolute !important;
right: 17px !important;
width: 100px !important;
border: 1px solid #8a0404 !important;
background: #c40000 !important;
}
#btnBar{
padding: 0px 0px 57px 0px;
} | springMybatis/WebRoot/css/taobao/shopCart.css | width: 100%;
height: 100%;
}
#cart{
width: 1180px;
height: 100%;
margin: 0 auto;
padding-top: 20px;
}
.cartNav{
width: 100%;
height: 50px;
background: #eaeaea;
}
.column{
float:left;
font-size:14px;
color:#333;
}
.t_checkbox{
padding: 16px 68px 15px 10px;
}
.t_goods{
padding: 16px 482px 16px 20px;
}
.t_price{
padding: 16px 10px 16px 90px;
}
.t_num{
padding: 16px 50px 16px 50px;
}
.t_sum{
padding: 16px 10px 16px 92px;
}
.t_action{
padding: 16px 53px 16px 53px;
}
.cartlist{
height:100px;
border-bottom: 1px solid #f3e2d0;
background: #fffdfb;
margin-top:10px;
}
.cartcheck{
position: relative;
float: left;
top: 10px;
left: 10px;
font-size:14px;
}
.goodcartItem{
padding-left: 18px;
padding-top: 13px;
position: relative;
width: 680px;
font-size:14px;
left: 10px;
}
.goodcartimg{
float: left;
position:relative;
}
.goodcartimg>a>img{
width:70px;
height:70px;
}
.goodcartmsg{
padding: 0 130px 44px 119px;
}
.cartitem{
float:left;
font-size:14px;
}
.goodcartprice{
width: 86px;
padding: 10px 0 0 0;
text-align: center;
}
.goodcartnum{
padding: 10px 30px 0 30px;
}
.numcart{
position: relative;
}
.btnPlus{
width: 20px !important;
padding: 0 !important;
border: 1px solid #C7C6C6 !important;
position: absolute;
top: 0 !important;
line-height: 18px !important;
border-radius: 0 !important;
background: white !important;
color: black !important;
left: 40px;
height:20px;
}
.txtNum{
width: 40px;
border: 1px solid #C7C6C6 !important;
height: 20px;
border-radius: 0 !important;
padding:0px 10px\0 !important;
}
.btnMlus{
width: 20px !important;
padding: 0 !important;
border: 1px solid #C7C6C6 !important;
position: absolute;
/* bottom: 0 !important; */
line-height: 18px !important;
border-radius: 0 !important;
background: white !important;
color: black !important;
left: -18px;
height:20px;
}
.goodcartsum{
width: 130px;
padding: 10px 0 0 0;
text-align: right;
}
.goodcartaction{
padding: 10px 50px 0 60px;
}
.toDes{
color:#333;
}
.account{
position:relative;
margin-top: 10px;
padding: 25px 10px;
border: 1px solid #e2e2e2;
}
.accountCon{
position: absolute;
top: 0;
right: 0;
width: 363px;
height: 52px;
}
.totalMoney{
float: left;
line-height: 52px;
padding: 0 15px 0 0;
color: #c40000;
}
.accountFinal{
height: 100% !important;
width: 180px !important;
font-size: 20px !important;
letter-spacing: 10px !important;
border: 0 !important;
border-radius: 0 !important;
background: #c40000 !important;
line-height: 35px !important;
position: absolute !important;
top: -1px !important;
right: 0 !important;
}
.delCon{
position: absolute;
height: 100%;
width: 100px;
top: 0;
left: 0;
padding: 0 30px 0 30px;
line-height: 52px;
font-size: 14px;
text-align: center;
}
.checkgoods{
float: left;
padding-left: 710px;
font-size: 12px;
line-height: 4px;
}
#btnOk{
position: absolute !important;
left: 17px !important;
width: 100px !important;
border: 1px solid #8a0404 !important;
background: #c40000 !important;
}
#btnCancel{
position: absolute !important;
right: 17px !important;
width: 100px !important;
border: 1px solid #8a0404 !important;
background: #c40000 !important;
}
#btnBar{
padding: 0px 0px 57px 0px;
} | 0.348091 | 0.105119 |
@font-face{font-family:'adele-light-webfont';src:url(../fonts/adele-light-webfont.ttf); font-style:normal; font-weight:normal}
@font-face{font-family:'segoeui';src:url(../fonts/segoeui.ttf); font-style:normal; font-weight:normal}
html,body
{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
font-size: 14px;
background-color: #ff6600;
font-family: Helvetica,STHeiti STXihei, Microsoft JhengHei, STHeiti Light,Microsoft YaHei, Arial,adele-light-webfont,segoeuil;
}
@media only screen and (max-height:479px)
{
body
{
font-size: 12px;
}
}
/* portrait */
@media screen and (orientation:portrait)
{
/*竖屏*/
.lock_wrp
{
display: none!important;
}
}
/* landscape */
@media screen and (orientation:landscape)
{
/*横屏*/
.wrapper
{
display: none!important;
}
}
/*竖屏引导层*/
.lock_wrp
{
position: absolute;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
background-color: #ff6600;
color: rgba(255,255,255,.8);
z-index: 9999;
}
.lock
{
position: absolute;
left: 50%;
top: 50%;
width: 250px;
height: 150px;
margin: -75px 0 0 -125px;
text-align: center;
}
.lock i
{
position: relative;
display: block;
width: 74px;
height: 110px;
background: url(./ui/iphone.png) 0 0 no-repeat;
background-size: 100%;
margin: 0 auto;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-animation: iphone 1.6s ease-in infinite;
-moz-animation: iphone 1.6s ease-in infinite;
-o-animation: iphone 1.6s ease-in infinite;
-ms-animation: iphone 1.6s ease-in infinite;
animation: iphone 1.6s ease-in infinite;
}
.wrapper
{
position: absolute;
width: 100%;
height: 100%;
display: block;
background-color:#eeeeee;
text-align:center;
}
.wrapper .header
{
position: absolute;
width:100%;
height: 46px;
background-color:#ff6f55;
color:#fdf8e4;
}
.wrapper .question
{
background:url(./Q&A/question.png) center center no-repeat;
position:absolute;
width:100px;
height:100px;
background-size:contain;
opacity: 0.7; /*firefox safari opera*/
filter: alpha(opacity=70);
bottom:10%;
right:0;
}
.wrapper .header p
{
font-size:40px;
font-weight:bold;
margin: auto;
}
.wrapper .QA
{
padding:0 0 0 0;
width: 100%;
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
overflow: auto;
}
.clear{
clear: both;
font-size:1px;
width:1px;
visibility: hidden;
}
.wrapper .title
{
position: relative;
width:100%;
text-align:left;
background-color:#ffffff;
}
.wrapper .type
{
font-size: 16px;
padding-top: 8px;
padding-left: 40px;
font-family: Microsoft YaHei;
font-size: 20px;
}
.wrapper .time
{
padding-left: 40px;
padding-bottom: 10px;
font-size: 12px;
font-family: segoeui;
font-weight: bold;
color: #999999;
}
.wrapper .title .sum
{
position: absolute;
font-size:24px;
right: 15px;
top:18px;
font-weight: bold;
font-family: adele-light-webfont;
} | www/static/css/contactlist.css | @font-face{font-family:'adele-light-webfont';src:url(../fonts/adele-light-webfont.ttf); font-style:normal; font-weight:normal}
@font-face{font-family:'segoeui';src:url(../fonts/segoeui.ttf); font-style:normal; font-weight:normal}
html,body
{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
font-size: 14px;
background-color: #ff6600;
font-family: Helvetica,STHeiti STXihei, Microsoft JhengHei, STHeiti Light,Microsoft YaHei, Arial,adele-light-webfont,segoeuil;
}
@media only screen and (max-height:479px)
{
body
{
font-size: 12px;
}
}
/* portrait */
@media screen and (orientation:portrait)
{
/*竖屏*/
.lock_wrp
{
display: none!important;
}
}
/* landscape */
@media screen and (orientation:landscape)
{
/*横屏*/
.wrapper
{
display: none!important;
}
}
/*竖屏引导层*/
.lock_wrp
{
position: absolute;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
background-color: #ff6600;
color: rgba(255,255,255,.8);
z-index: 9999;
}
.lock
{
position: absolute;
left: 50%;
top: 50%;
width: 250px;
height: 150px;
margin: -75px 0 0 -125px;
text-align: center;
}
.lock i
{
position: relative;
display: block;
width: 74px;
height: 110px;
background: url(./ui/iphone.png) 0 0 no-repeat;
background-size: 100%;
margin: 0 auto;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-animation: iphone 1.6s ease-in infinite;
-moz-animation: iphone 1.6s ease-in infinite;
-o-animation: iphone 1.6s ease-in infinite;
-ms-animation: iphone 1.6s ease-in infinite;
animation: iphone 1.6s ease-in infinite;
}
.wrapper
{
position: absolute;
width: 100%;
height: 100%;
display: block;
background-color:#eeeeee;
text-align:center;
}
.wrapper .header
{
position: absolute;
width:100%;
height: 46px;
background-color:#ff6f55;
color:#fdf8e4;
}
.wrapper .question
{
background:url(./Q&A/question.png) center center no-repeat;
position:absolute;
width:100px;
height:100px;
background-size:contain;
opacity: 0.7; /*firefox safari opera*/
filter: alpha(opacity=70);
bottom:10%;
right:0;
}
.wrapper .header p
{
font-size:40px;
font-weight:bold;
margin: auto;
}
.wrapper .QA
{
padding:0 0 0 0;
width: 100%;
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
overflow: auto;
}
.clear{
clear: both;
font-size:1px;
width:1px;
visibility: hidden;
}
.wrapper .title
{
position: relative;
width:100%;
text-align:left;
background-color:#ffffff;
}
.wrapper .type
{
font-size: 16px;
padding-top: 8px;
padding-left: 40px;
font-family: Microsoft YaHei;
font-size: 20px;
}
.wrapper .time
{
padding-left: 40px;
padding-bottom: 10px;
font-size: 12px;
font-family: segoeui;
font-weight: bold;
color: #999999;
}
.wrapper .title .sum
{
position: absolute;
font-size:24px;
right: 15px;
top:18px;
font-weight: bold;
font-family: adele-light-webfont;
} | 0.294114 | 0.060446 |
@import url("https://fonts.googleapis.com/css?family=Roboto:400,600");
input[type=text], input[type=number] {
font-weight: normal;
width: 100%;
padding: .6em 1.4em .5em .8em;
margin: 8px 0;
border: 1px solid #aaa;
border-radius: .2rem;
display: inline-block;
font-size: 1rem;
line-height: 1.3;
background-color: #fff;
color: #444;
-webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
}
input[type=text]:focus, input[type=number]:focus {
border-color: #9ec8f0;
-webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
box-shadow: 0 0 0 3px -moz-mac-focusring;
outline: none;
}
select {
font-weight: normal;
width: 100%;
padding: .6em 1.4em .5em .8em;
margin: 8px 0;
border: 1px solid #aaa;
border-radius: .2rem;
display: inline-block;
font-size: 1rem;
line-height: 1.3;
background-color: #fff;
color: #444;
-webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
font-weight: 600;
max-width: 100%;
margin: 0;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%;
}
select:focus {
border-color: #aaa;
-webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
box-shadow: 0 0 0 3px -moz-mac-focusring;
color: #222;
background-color: #fff;
outline: none;
}
select:hover {
border-color: #888;
}
select:active {
font-weight: normal;
}
select::-ms-expand {
display: none;
}
option {
font-size: 18px;
background-color: #fff;
}
option:before {
content: ">";
font-size: 20px;
display: none;
padding-right: 10px;
padding-left: 5px;
color: #fff;
}
option:hover:before {
display: inline;
}
button {
font-weight: normal;
width: 100%;
padding: .6em 1.4em .5em .8em;
margin: 8px 0;
border: 1px solid #aaa;
border-radius: .2rem;
display: inline-block;
font-size: 1rem;
line-height: 1.3;
background-color: #fff;
color: #444;
-webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
border: none;
cursor: pointer;
color: #fff;
background-color: #cf561a;
-webkit-transition: 0.3s;
transition: 0.3s;
text-transform: uppercase;
outline: none;
}
button:hover {
background-color: #e67036 !important;
}
button:active {
background-color: #a24314;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
height: 100vh;
margin: 0;
font-family: "Roboto", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.text-primary {
color: #feda75;
}
.text-secondary {
color: #cf561a;
}
#wrapper {
height: 100%;
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[4];
grid-template-columns: repeat(4, 1fr);
grid-template-areas: "header header header header" "sidebar main main main" "footer footer footer footer";
-ms-grid-rows: 48px auto 48px;
grid-template-rows: 48px auto 48px;
}
#header {
-ms-grid-row: 1;
-ms-grid-column: 1;
grid-area: header;
color: #fee18e;
background-color: #437c90;
border-radius: 5px;
-webkit-box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
border-radius: 0;
}
#header h1 {
margin: 9px 20px;
font-size: 1.5rem;
font-weight: 400;
}
#sidebar {
-ms-grid-row: 2;
-ms-grid-column: 1;
grid-area: sidebar;
padding: 10px 10px 0 25px;
border-right: 1px solid #aaa;
}
#main {
-ms-grid-row: 2;
-ms-grid-column: 1;
grid-area: main;
display: -ms-grid;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr;
}
#footer {
-ms-grid-row: 3;
-ms-grid-column: 1;
grid-area: footer;
color: rgba(254, 218, 117, 0.5);
background-color: #437c90;
display: inline-block;
}
#footer a {
margin: 8px 12px 7px;
width: 110px;
height: 33px;
float: left;
text-align: center;
text-decoration: none;
color: #feda75;
border: 1px solid #feda75;
padding: 6px 12px;
}
#footer p {
text-align: center;
}
section.settings {
border-radius: 5px;
-webkit-box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
padding: 10px;
margin-bottom: 10px;
}
section.settings input {
margin-bottom: 20px;
}
section.info-block {
max-height: 312px;
overflow-y: auto;
font-size: .9rem;
}
section.chart {
border-radius: 5px;
-webkit-box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
margin: 10px 25px 5px 10px;
}
section.gauge {
border-radius: 5px;
-webkit-box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
margin: 10px 25px 10px 10px;
}
.dashboard {
position: relative;
margin: 0;
width: 90%;
height: 80%;
text-align: center;
margin: auto;
}
.dashboard #bar-chart {
margin-top: 1.2rem;
}
.gaugeboard {
position: relative;
margin: 0;
width: 90%;
height: 80%;
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.gaugeboard #gauge-chart {
margin-left: 20%;
width: 80%;
height: 70%;
}
.chart-title {
text-align: center;
font-size: 1.2rem;
font-weight: 400;
margin: 0;
padding: 0.5rem;
color: #fff;
background: #cf561a;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.bold {
font-weight: bold;
}
td.pl {
padding-left: 48px;
}
#info-wrapper {
height: 100%;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-template-areas: "header" "main" "footer";
-ms-grid-rows: 48px auto 48px;
grid-template-rows: 48px auto 48px;
}
#inner-block {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
-ms-grid-rows: minmax(100px, max-content) minmax(100px, max-content);
grid-template-rows: minmax(100px, -webkit-max-content) minmax(100px, -webkit-max-content);
grid-template-rows: minmax(100px, max-content) minmax(100px, max-content);
grid-gap: 10px;
margin: 20px;
}
#inner-block .info-box {
border-radius: 5px;
-webkit-box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
border: 1px solid #0f0f0f;
padding: 20px;
}
.back {
margin: 50px 0 0 25px;
}
.disable-a {
pointer-events: none;
cursor: default;
}
@media screen and (min-width: 1200px) {
.gaugeboard #gauge-chart {
margin-left: 20%;
}
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
#wrapper {
-ms-grid-columns: (1fr)[4];
grid-template-columns: repeat(4, 1fr);
grid-template-areas: "header header header header"
"sidebar main main main"
"footer footer footer footer";
-ms-grid-rows: 60px auto 60px;
grid-template-rows: 60px auto 60px;
}
section.chart {
margin: 10px 25px 5px 10px;
}
section.gauge {
margin: 10px 25px 10px 10px;
}
#sidebar {
padding: 10px 10px 0 25px;
}
.gaugeboard #gauge-chart {
margin-left: 10%;
}
.chart-title {
font-size: 1.2rem;
}
}
@media screen and (max-width: 768px) {
#wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-template-areas: "header"
"sidebar"
"main"
"footer";
-ms-grid-rows: 48px auto auto 48px;
grid-template-rows: 48px auto auto 48px;
}
#header h1 {
margin: 9px 20px;
font-size: 1.5rem;
font-weight: 400;
}
section.chart {
margin: 5px 10px;
}
section.gauge {
margin: 5px 10px 10px 10px;
}
#sidebar {
padding: 10px 10px 0 10px;
}
.chart-title {
font-size: 1rem;
}
}
@media screen and (max-width: 560px) {
#wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-template-areas: "header"
"sidebar"
"main"
"footer";
-ms-grid-rows: 48px auto auto 48px;
grid-template-rows: 48px auto auto 48px;
}
.gaugeboard #gauge-chart {
margin-left: 10%;
}
}
/*# sourceMappingURL=styles.css.map */ | src/main/resources/public/measureme/css/styles.css | @import url("https://fonts.googleapis.com/css?family=Roboto:400,600");
input[type=text], input[type=number] {
font-weight: normal;
width: 100%;
padding: .6em 1.4em .5em .8em;
margin: 8px 0;
border: 1px solid #aaa;
border-radius: .2rem;
display: inline-block;
font-size: 1rem;
line-height: 1.3;
background-color: #fff;
color: #444;
-webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
}
input[type=text]:focus, input[type=number]:focus {
border-color: #9ec8f0;
-webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
box-shadow: 0 0 0 3px -moz-mac-focusring;
outline: none;
}
select {
font-weight: normal;
width: 100%;
padding: .6em 1.4em .5em .8em;
margin: 8px 0;
border: 1px solid #aaa;
border-radius: .2rem;
display: inline-block;
font-size: 1rem;
line-height: 1.3;
background-color: #fff;
color: #444;
-webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
font-weight: 600;
max-width: 100%;
margin: 0;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%;
}
select:focus {
border-color: #aaa;
-webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
box-shadow: 0 0 0 3px -moz-mac-focusring;
color: #222;
background-color: #fff;
outline: none;
}
select:hover {
border-color: #888;
}
select:active {
font-weight: normal;
}
select::-ms-expand {
display: none;
}
option {
font-size: 18px;
background-color: #fff;
}
option:before {
content: ">";
font-size: 20px;
display: none;
padding-right: 10px;
padding-left: 5px;
color: #fff;
}
option:hover:before {
display: inline;
}
button {
font-weight: normal;
width: 100%;
padding: .6em 1.4em .5em .8em;
margin: 8px 0;
border: 1px solid #aaa;
border-radius: .2rem;
display: inline-block;
font-size: 1rem;
line-height: 1.3;
background-color: #fff;
color: #444;
-webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
border: none;
cursor: pointer;
color: #fff;
background-color: #cf561a;
-webkit-transition: 0.3s;
transition: 0.3s;
text-transform: uppercase;
outline: none;
}
button:hover {
background-color: #e67036 !important;
}
button:active {
background-color: #a24314;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
height: 100vh;
margin: 0;
font-family: "Roboto", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.text-primary {
color: #feda75;
}
.text-secondary {
color: #cf561a;
}
#wrapper {
height: 100%;
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[4];
grid-template-columns: repeat(4, 1fr);
grid-template-areas: "header header header header" "sidebar main main main" "footer footer footer footer";
-ms-grid-rows: 48px auto 48px;
grid-template-rows: 48px auto 48px;
}
#header {
-ms-grid-row: 1;
-ms-grid-column: 1;
grid-area: header;
color: #fee18e;
background-color: #437c90;
border-radius: 5px;
-webkit-box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
border-radius: 0;
}
#header h1 {
margin: 9px 20px;
font-size: 1.5rem;
font-weight: 400;
}
#sidebar {
-ms-grid-row: 2;
-ms-grid-column: 1;
grid-area: sidebar;
padding: 10px 10px 0 25px;
border-right: 1px solid #aaa;
}
#main {
-ms-grid-row: 2;
-ms-grid-column: 1;
grid-area: main;
display: -ms-grid;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr;
}
#footer {
-ms-grid-row: 3;
-ms-grid-column: 1;
grid-area: footer;
color: rgba(254, 218, 117, 0.5);
background-color: #437c90;
display: inline-block;
}
#footer a {
margin: 8px 12px 7px;
width: 110px;
height: 33px;
float: left;
text-align: center;
text-decoration: none;
color: #feda75;
border: 1px solid #feda75;
padding: 6px 12px;
}
#footer p {
text-align: center;
}
section.settings {
border-radius: 5px;
-webkit-box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
padding: 10px;
margin-bottom: 10px;
}
section.settings input {
margin-bottom: 20px;
}
section.info-block {
max-height: 312px;
overflow-y: auto;
font-size: .9rem;
}
section.chart {
border-radius: 5px;
-webkit-box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
margin: 10px 25px 5px 10px;
}
section.gauge {
border-radius: 5px;
-webkit-box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
margin: 10px 25px 10px 10px;
}
.dashboard {
position: relative;
margin: 0;
width: 90%;
height: 80%;
text-align: center;
margin: auto;
}
.dashboard #bar-chart {
margin-top: 1.2rem;
}
.gaugeboard {
position: relative;
margin: 0;
width: 90%;
height: 80%;
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.gaugeboard #gauge-chart {
margin-left: 20%;
width: 80%;
height: 70%;
}
.chart-title {
text-align: center;
font-size: 1.2rem;
font-weight: 400;
margin: 0;
padding: 0.5rem;
color: #fff;
background: #cf561a;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.bold {
font-weight: bold;
}
td.pl {
padding-left: 48px;
}
#info-wrapper {
height: 100%;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-template-areas: "header" "main" "footer";
-ms-grid-rows: 48px auto 48px;
grid-template-rows: 48px auto 48px;
}
#inner-block {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
-ms-grid-rows: minmax(100px, max-content) minmax(100px, max-content);
grid-template-rows: minmax(100px, -webkit-max-content) minmax(100px, -webkit-max-content);
grid-template-rows: minmax(100px, max-content) minmax(100px, max-content);
grid-gap: 10px;
margin: 20px;
}
#inner-block .info-box {
border-radius: 5px;
-webkit-box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.3);
border: 1px solid #0f0f0f;
padding: 20px;
}
.back {
margin: 50px 0 0 25px;
}
.disable-a {
pointer-events: none;
cursor: default;
}
@media screen and (min-width: 1200px) {
.gaugeboard #gauge-chart {
margin-left: 20%;
}
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
#wrapper {
-ms-grid-columns: (1fr)[4];
grid-template-columns: repeat(4, 1fr);
grid-template-areas: "header header header header"
"sidebar main main main"
"footer footer footer footer";
-ms-grid-rows: 60px auto 60px;
grid-template-rows: 60px auto 60px;
}
section.chart {
margin: 10px 25px 5px 10px;
}
section.gauge {
margin: 10px 25px 10px 10px;
}
#sidebar {
padding: 10px 10px 0 25px;
}
.gaugeboard #gauge-chart {
margin-left: 10%;
}
.chart-title {
font-size: 1.2rem;
}
}
@media screen and (max-width: 768px) {
#wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-template-areas: "header"
"sidebar"
"main"
"footer";
-ms-grid-rows: 48px auto auto 48px;
grid-template-rows: 48px auto auto 48px;
}
#header h1 {
margin: 9px 20px;
font-size: 1.5rem;
font-weight: 400;
}
section.chart {
margin: 5px 10px;
}
section.gauge {
margin: 5px 10px 10px 10px;
}
#sidebar {
padding: 10px 10px 0 10px;
}
.chart-title {
font-size: 1rem;
}
}
@media screen and (max-width: 560px) {
#wrapper {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-template-areas: "header"
"sidebar"
"main"
"footer";
-ms-grid-rows: 48px auto auto 48px;
grid-template-rows: 48px auto auto 48px;
}
.gaugeboard #gauge-chart {
margin-left: 10%;
}
}
/*# sourceMappingURL=styles.css.map */ | 0.192843 | 0.111676 |
nav {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
font-size: 1.4em;
font-weight: 500;
z-index: 10;
}
nav.scroll {
background-color: rgba(255, 255, 255, 0.9);
}
nav.scroll .menu-bar {
padding: 10px var(--padding-m);
}
/* Menu bar */
.menu-bar {
display: flex;
justify-content: space-between;
max-width: var(--max-width);
margin: 0 auto;
padding: var(--padding-m);
transition: background-color 0.5s ease-out, padding 0.5s ease-out;
}
.menu-bar p {
font-family: 'Teko', sans-serif;
font-weight: 500;
font-size: 1.2em;
}
/* Nav overlay */
.nav-overlay {
position: absolute;
display: flex;
flex-direction: column;
top: 0;
left: 0;
height: 100vh;
width: 100%;
padding: var(--padding-m);
opacity: 0;
pointer-events: none;
background-color: #101010;
color: #FFF;
font-weight: 400;
font-size: 1.9em;
line-height: 1.1em;
justify-content: center;
text-align: right;
transition: 0.4s ease-out;
}
.nav-overlay li {
width: 100%;
max-width: var(--max-width);
margin: 0 auto;
}
.nav-overlay li:not(li:last-of-type) {
border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.nav-overlay a {
display: block;
overflow: hidden;
/* add padding to top to make caps look centered vertically*/
padding-top: 5px;
}
/* Overlay icon */
.overlay-icon {
display: flex;
flex-direction: column;
height: 30px;
width: 25px;
margin: auto 0;
background-color: transparent;
border: 0;
position: relative;
justify-content: center;
z-index: 10;
}
.overlay-icon > span {
top: -10000px;
left: -1000px;
position: absolute;
}
.overlay-icon > div {
width: 100%;
height: 3px;
margin: 2px 0;
display: block;
background-color: #101010;
transition: 0.4s ease-out;
}
/* Nav open */
nav.open .nav-overlay {
opacity: 1;
pointer-events: all;
}
nav.open .overlay-icon > div {
background-color: #fff;
}
nav.open .overlay-icon > div:nth-of-type(1) {
transform: rotateZ(45deg) translateY(5px);
}
nav.open .overlay-icon > div:nth-of-type(2) {
transform: rotateZ(-45deg) translateY(-5px);
}
/* Tablets */
@media only screen and (min-width: 768px) {
.menu-bar {
border-bottom: 1px solid #000;
}
.menu-bar p {
font-size: 1.5em;
}
.nav-overlay {
font-size: 2.2em;
}
nav.scroll .menu-bar {
border-bottom: 0px;
}
}
/* Laptops */
@media only screen and (min-width: 1024px) {
.nav-overlay {
font-size: 2.5em;
}
.nav-overlay a {
opacity: 0.6;
}
.nav-overlay a:hover {
opacity: 1;
color: #fff;
}
.nav-overlay li:hover svg {
opacity: 1;
transform: rotateZ(90deg) scale(2) translateX(-5px) translateY(5px);
}
.nav-overlay svg {
transform: rotateZ(90deg) scale(2) translateX(-5px) translateY(20px);
fill: #fff;
transition: opacity 0.3s ease-out, transform 0.3s ease-out;
opacity: 0;
}
} | src/css/navigation.css | nav {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
font-size: 1.4em;
font-weight: 500;
z-index: 10;
}
nav.scroll {
background-color: rgba(255, 255, 255, 0.9);
}
nav.scroll .menu-bar {
padding: 10px var(--padding-m);
}
/* Menu bar */
.menu-bar {
display: flex;
justify-content: space-between;
max-width: var(--max-width);
margin: 0 auto;
padding: var(--padding-m);
transition: background-color 0.5s ease-out, padding 0.5s ease-out;
}
.menu-bar p {
font-family: 'Teko', sans-serif;
font-weight: 500;
font-size: 1.2em;
}
/* Nav overlay */
.nav-overlay {
position: absolute;
display: flex;
flex-direction: column;
top: 0;
left: 0;
height: 100vh;
width: 100%;
padding: var(--padding-m);
opacity: 0;
pointer-events: none;
background-color: #101010;
color: #FFF;
font-weight: 400;
font-size: 1.9em;
line-height: 1.1em;
justify-content: center;
text-align: right;
transition: 0.4s ease-out;
}
.nav-overlay li {
width: 100%;
max-width: var(--max-width);
margin: 0 auto;
}
.nav-overlay li:not(li:last-of-type) {
border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.nav-overlay a {
display: block;
overflow: hidden;
/* add padding to top to make caps look centered vertically*/
padding-top: 5px;
}
/* Overlay icon */
.overlay-icon {
display: flex;
flex-direction: column;
height: 30px;
width: 25px;
margin: auto 0;
background-color: transparent;
border: 0;
position: relative;
justify-content: center;
z-index: 10;
}
.overlay-icon > span {
top: -10000px;
left: -1000px;
position: absolute;
}
.overlay-icon > div {
width: 100%;
height: 3px;
margin: 2px 0;
display: block;
background-color: #101010;
transition: 0.4s ease-out;
}
/* Nav open */
nav.open .nav-overlay {
opacity: 1;
pointer-events: all;
}
nav.open .overlay-icon > div {
background-color: #fff;
}
nav.open .overlay-icon > div:nth-of-type(1) {
transform: rotateZ(45deg) translateY(5px);
}
nav.open .overlay-icon > div:nth-of-type(2) {
transform: rotateZ(-45deg) translateY(-5px);
}
/* Tablets */
@media only screen and (min-width: 768px) {
.menu-bar {
border-bottom: 1px solid #000;
}
.menu-bar p {
font-size: 1.5em;
}
.nav-overlay {
font-size: 2.2em;
}
nav.scroll .menu-bar {
border-bottom: 0px;
}
}
/* Laptops */
@media only screen and (min-width: 1024px) {
.nav-overlay {
font-size: 2.5em;
}
.nav-overlay a {
opacity: 0.6;
}
.nav-overlay a:hover {
opacity: 1;
color: #fff;
}
.nav-overlay li:hover svg {
opacity: 1;
transform: rotateZ(90deg) scale(2) translateX(-5px) translateY(5px);
}
.nav-overlay svg {
transform: rotateZ(90deg) scale(2) translateX(-5px) translateY(20px);
fill: #fff;
transition: opacity 0.3s ease-out, transform 0.3s ease-out;
opacity: 0;
}
} | 0.594551 | 0.122523 |
@media screen and (max-width: 400px) { @-ms-viewport { width: 320px; } }
img { max-width: 100%; height: auto; }
@media \0screen { img { width: auto; } }
.row { *zoom: 1; margin-right: auto; margin-left: auto; max-width: 1060px; padding-left: 20px; padding-right: 20px; }
.row:before, .row:after { display: table; content: " "; }
.row:after { clear: both; }
.row .row { margin-right: 0; margin-left: 0; max-width: none; padding-right: 0; padding-left: 0; }
.mobile-column-1, .mobile-column-2, .mobile-column-3 { display: block; float: left; min-height: 1px; position: relative; *margin-right: -1px; margin-left: 4.48113%; }
.row .mobile-column-1:first-child, .row .mobile-column-2:first-child, .row .mobile-column-3:first-child, .first-mobile-column { margin-left: 0; }
.mobile-column-1 { width: 21.63915%; }
.mobile-column-2 { width: 47.75943%; }
.mobile-column-3 { width: 73.87972%; }
@media screen and (min-width: 480px) { .tablet-column-1, .tablet-column-2, .tablet-column-3, .tablet-column-4, .tablet-column-5 { display: block; float: left; min-height: 1px; position: relative; *margin-right: -1px; margin-left: 2.83019%; }
.row .tablet-column-1:first-child, .row .tablet-column-2:first-child, .row .tablet-column-3:first-child, .row .tablet-column-4:first-child, .row .tablet-column-5:first-child, .first-tablet-column { margin-left: 0; }
.tablet-column-1 { width: 14.30818%; }
.tablet-column-2 { width: 31.44654%; }
.tablet-column-3 { width: 48.58491%; }
.tablet-column-4 { width: 65.72327%; }
.tablet-column-5 { width: 82.86164%; } }
@media screen and (min-width: 800px) { .column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11 { display: block; float: left; min-height: 1px; position: relative; *margin-right: -1px; margin-left: 1.88679%; }
.row .column-1:first-child, .row .column-2:first-child, .row .column-3:first-child, .row .column-4:first-child, .row .column-5:first-child, .row .column-6:first-child, .row .column-7:first-child, .row .column-8:first-child, .row .column-9:first-child, .row .column-10:first-child, .row .column-11:first-child, .first-column { margin-left: 0; }
.column-1 { width: 6.60377%; }
.column-2 { width: 15.09434%; }
.column-3 { width: 23.58491%; }
.column-4 { width: 32.07547%; }
.column-5 { width: 40.56604%; }
.column-6 { width: 49.0566%; }
.column-7 { width: 57.54717%; }
.column-8 { width: 66.03774%; }
.column-9 { width: 74.5283%; }
.column-10 { width: 83.01887%; }
.column-11 { width: 91.50943%; }
.prefix-1 { padding-left: 8.49057%; }
.prefix-2 { padding-left: 16.98113%; }
.prefix-3 { padding-left: 25.4717%; }
.prefix-4 { padding-left: 33.96226%; }
.prefix-5 { padding-left: 42.45283%; }
.prefix-6 { padding-left: 50.9434%; }
.prefix-7 { padding-left: 59.43396%; }
.prefix-8 { padding-left: 67.92453%; }
.prefix-9 { padding-left: 76.41509%; }
.prefix-10 { padding-left: 84.90566%; }
.prefix-11 { padding-left: 93.39623%; }
.suffix-1 { padding-right: 8.49057%; }
.suffix-2 { padding-right: 16.98113%; }
.suffix-3 { padding-right: 25.4717%; }
.suffix-4 { padding-right: 33.96226%; }
.suffix-5 { padding-right: 42.45283%; }
.suffix-6 { padding-right: 50.9434%; }
.suffix-7 { padding-right: 59.43396%; }
.suffix-8 { padding-right: 67.92453%; }
.suffix-9 { padding-right: 76.41509%; }
.suffix-10 { padding-right: 84.90566%; }
.suffix-11 { padding-right: 93.39623%; }
.push-1 { left: 8.49057%; }
.push-2 { left: 16.98113%; }
.push-3 { left: 25.4717%; }
.push-4 { left: 33.96226%; }
.push-5 { left: 42.45283%; }
.push-6 { left: 50.9434%; }
.push-7 { left: 59.43396%; }
.push-8 { left: 67.92453%; }
.push-9 { left: 76.41509%; }
.push-10 { left: 84.90566%; }
.push-11 { left: 93.39623%; }
.pull-1 { right: 8.49057%; }
.pull-2 { right: 16.98113%; }
.pull-3 { right: 25.4717%; }
.pull-4 { right: 33.96226%; }
.pull-5 { right: 42.45283%; }
.pull-6 { right: 50.9434%; }
.pull-7 { right: 59.43396%; }
.pull-8 { right: 67.92453%; }
.pull-9 { right: 76.41509%; }
.pull-10 { right: 84.90566%; }
.pull-11 { right: 93.39623%; }
.column-11 .column-1, .column-11 .column-2, .column-11 .column-3, .column-11 .column-4, .column-11 .column-5, .column-11 .column-6, .column-11 .column-7, .column-11 .column-8, .column-11 .column-9, .column-11 .column-10 { margin-left: 2.06186%; }
.column-11 .column-1 { width: 7.21649%; }
.column-11 .column-2 { width: 16.49485%; }
.column-11 .column-3 { width: 25.7732%; }
.column-11 .column-4 { width: 35.05155%; }
.column-11 .column-5 { width: 44.3299%; }
.column-11 .column-6 { width: 53.60825%; }
.column-11 .column-7 { width: 62.8866%; }
.column-11 .column-8 { width: 72.16495%; }
.column-11 .column-9 { width: 81.4433%; }
.column-11 .column-10 { width: 90.72165%; }
.column-10 .column-1, .column-10 .column-2, .column-10 .column-3, .column-10 .column-4, .column-10 .column-5, .column-10 .column-6, .column-10 .column-7, .column-10 .column-8, .column-10 .column-9 { margin-left: 2.27273%; }
.column-10 .column-1 { width: 7.95455%; }
.column-10 .column-2 { width: 18.18182%; }
.column-10 .column-3 { width: 28.40909%; }
.column-10 .column-4 { width: 38.63636%; }
.column-10 .column-5 { width: 48.86364%; }
.column-10 .column-6 { width: 59.09091%; }
.column-10 .column-7 { width: 69.31818%; }
.column-10 .column-8 { width: 79.54545%; }
.column-10 .column-9 { width: 89.77273%; }
.column-9 .column-1, .column-9 .column-2, .column-9 .column-3, .column-9 .column-4, .column-9 .column-5, .column-9 .column-6, .column-9 .column-7, .column-9 .column-8 { margin-left: 2.53165%; }
.column-9 .column-1 { width: 8.86076%; }
.column-9 .column-2 { width: 20.25316%; }
.column-9 .column-3 { width: 31.64557%; }
.column-9 .column-4 { width: 43.03797%; }
.column-9 .column-5 { width: 54.43038%; }
.column-9 .column-6 { width: 65.82278%; }
.column-9 .column-7 { width: 77.21519%; }
.column-9 .column-8 { width: 88.60759%; }
.column-8 .column-1, .column-8 .column-2, .column-8 .column-3, .column-8 .column-4, .column-8 .column-5, .column-8 .column-6, .column-8 .column-7 { margin-left: 2.85714%; }
.column-8 .column-1 { width: 10%; }
.column-8 .column-2 { width: 22.85714%; }
.column-8 .column-3 { width: 35.71429%; }
.column-8 .column-4 { width: 48.57143%; }
.column-8 .column-5 { width: 61.42857%; }
.column-8 .column-6 { width: 74.28571%; }
.column-8 .column-7 { width: 87.14286%; }
.column-7 .column-1, .column-7 .column-2, .column-7 .column-3, .column-7 .column-4, .column-7 .column-5, .column-7 .column-6 { margin-left: 3.27869%; }
.column-7 .column-1 { width: 11.47541%; }
.column-7 .column-2 { width: 26.22951%; }
.column-7 .column-3 { width: 40.98361%; }
.column-7 .column-4 { width: 55.7377%; }
.column-7 .column-5 { width: 70.4918%; }
.column-7 .column-6 { width: 85.2459%; }
.column-6 .column-1, .column-6 .column-2, .column-6 .column-3, .column-6 .column-4, .column-6 .column-5 { margin-left: 3.84615%; }
.column-6 .column-1 { width: 13.46154%; }
.column-6 .column-2 { width: 30.76923%; }
.column-6 .column-3 { width: 48.07692%; }
.column-6 .column-4 { width: 65.38462%; }
.column-6 .column-5 { width: 82.69231%; }
.column-5 .column-1, .column-5 .column-2, .column-5 .column-3, .column-5 .column-4 { margin-left: 4.65116%; }
.column-5 .column-1 { width: 16.27907%; }
.column-5 .column-2 { width: 37.2093%; }
.column-5 .column-3 { width: 58.13953%; }
.column-5 .column-4 { width: 79.06977%; }
.column-4 .column-1, .column-4 .column-2, .column-4 .column-3 { margin-left: 5.88235%; }
.column-4 .column-1 { width: 20.58824%; }
.column-4 .column-2 { width: 47.05882%; }
.column-4 .column-3 { width: 73.52941%; }
.column-3 .column-1, .column-3 .column-2 { margin-left: 8%; }
.column-3 .column-1 { width: 28%; }
.column-3 .column-2 { width: 64%; }
.column-2 .column-1 { margin-left: 12.5%; }
.column-2 .column-1 { width: 43.75%; } }
.row .center-column { float: none; margin-left: auto !important; margin-right: auto; }
@media screen and (max-width: 479px) { .hidden-mobile, .visible-tablet, .visible-desktop { display: none !important; } }
@media screen and (min-width: 480px) and (max-width: 799px) { .visible-mobile, .hidden-tablet, .visible-desktop { display: none !important; } }
@media screen and (min-width: 800px) { .visible-mobile, .visible-tablet, .hidden-desktop { display: none !important; } } | css/shelves.css | @media screen and (max-width: 400px) { @-ms-viewport { width: 320px; } }
img { max-width: 100%; height: auto; }
@media \0screen { img { width: auto; } }
.row { *zoom: 1; margin-right: auto; margin-left: auto; max-width: 1060px; padding-left: 20px; padding-right: 20px; }
.row:before, .row:after { display: table; content: " "; }
.row:after { clear: both; }
.row .row { margin-right: 0; margin-left: 0; max-width: none; padding-right: 0; padding-left: 0; }
.mobile-column-1, .mobile-column-2, .mobile-column-3 { display: block; float: left; min-height: 1px; position: relative; *margin-right: -1px; margin-left: 4.48113%; }
.row .mobile-column-1:first-child, .row .mobile-column-2:first-child, .row .mobile-column-3:first-child, .first-mobile-column { margin-left: 0; }
.mobile-column-1 { width: 21.63915%; }
.mobile-column-2 { width: 47.75943%; }
.mobile-column-3 { width: 73.87972%; }
@media screen and (min-width: 480px) { .tablet-column-1, .tablet-column-2, .tablet-column-3, .tablet-column-4, .tablet-column-5 { display: block; float: left; min-height: 1px; position: relative; *margin-right: -1px; margin-left: 2.83019%; }
.row .tablet-column-1:first-child, .row .tablet-column-2:first-child, .row .tablet-column-3:first-child, .row .tablet-column-4:first-child, .row .tablet-column-5:first-child, .first-tablet-column { margin-left: 0; }
.tablet-column-1 { width: 14.30818%; }
.tablet-column-2 { width: 31.44654%; }
.tablet-column-3 { width: 48.58491%; }
.tablet-column-4 { width: 65.72327%; }
.tablet-column-5 { width: 82.86164%; } }
@media screen and (min-width: 800px) { .column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11 { display: block; float: left; min-height: 1px; position: relative; *margin-right: -1px; margin-left: 1.88679%; }
.row .column-1:first-child, .row .column-2:first-child, .row .column-3:first-child, .row .column-4:first-child, .row .column-5:first-child, .row .column-6:first-child, .row .column-7:first-child, .row .column-8:first-child, .row .column-9:first-child, .row .column-10:first-child, .row .column-11:first-child, .first-column { margin-left: 0; }
.column-1 { width: 6.60377%; }
.column-2 { width: 15.09434%; }
.column-3 { width: 23.58491%; }
.column-4 { width: 32.07547%; }
.column-5 { width: 40.56604%; }
.column-6 { width: 49.0566%; }
.column-7 { width: 57.54717%; }
.column-8 { width: 66.03774%; }
.column-9 { width: 74.5283%; }
.column-10 { width: 83.01887%; }
.column-11 { width: 91.50943%; }
.prefix-1 { padding-left: 8.49057%; }
.prefix-2 { padding-left: 16.98113%; }
.prefix-3 { padding-left: 25.4717%; }
.prefix-4 { padding-left: 33.96226%; }
.prefix-5 { padding-left: 42.45283%; }
.prefix-6 { padding-left: 50.9434%; }
.prefix-7 { padding-left: 59.43396%; }
.prefix-8 { padding-left: 67.92453%; }
.prefix-9 { padding-left: 76.41509%; }
.prefix-10 { padding-left: 84.90566%; }
.prefix-11 { padding-left: 93.39623%; }
.suffix-1 { padding-right: 8.49057%; }
.suffix-2 { padding-right: 16.98113%; }
.suffix-3 { padding-right: 25.4717%; }
.suffix-4 { padding-right: 33.96226%; }
.suffix-5 { padding-right: 42.45283%; }
.suffix-6 { padding-right: 50.9434%; }
.suffix-7 { padding-right: 59.43396%; }
.suffix-8 { padding-right: 67.92453%; }
.suffix-9 { padding-right: 76.41509%; }
.suffix-10 { padding-right: 84.90566%; }
.suffix-11 { padding-right: 93.39623%; }
.push-1 { left: 8.49057%; }
.push-2 { left: 16.98113%; }
.push-3 { left: 25.4717%; }
.push-4 { left: 33.96226%; }
.push-5 { left: 42.45283%; }
.push-6 { left: 50.9434%; }
.push-7 { left: 59.43396%; }
.push-8 { left: 67.92453%; }
.push-9 { left: 76.41509%; }
.push-10 { left: 84.90566%; }
.push-11 { left: 93.39623%; }
.pull-1 { right: 8.49057%; }
.pull-2 { right: 16.98113%; }
.pull-3 { right: 25.4717%; }
.pull-4 { right: 33.96226%; }
.pull-5 { right: 42.45283%; }
.pull-6 { right: 50.9434%; }
.pull-7 { right: 59.43396%; }
.pull-8 { right: 67.92453%; }
.pull-9 { right: 76.41509%; }
.pull-10 { right: 84.90566%; }
.pull-11 { right: 93.39623%; }
.column-11 .column-1, .column-11 .column-2, .column-11 .column-3, .column-11 .column-4, .column-11 .column-5, .column-11 .column-6, .column-11 .column-7, .column-11 .column-8, .column-11 .column-9, .column-11 .column-10 { margin-left: 2.06186%; }
.column-11 .column-1 { width: 7.21649%; }
.column-11 .column-2 { width: 16.49485%; }
.column-11 .column-3 { width: 25.7732%; }
.column-11 .column-4 { width: 35.05155%; }
.column-11 .column-5 { width: 44.3299%; }
.column-11 .column-6 { width: 53.60825%; }
.column-11 .column-7 { width: 62.8866%; }
.column-11 .column-8 { width: 72.16495%; }
.column-11 .column-9 { width: 81.4433%; }
.column-11 .column-10 { width: 90.72165%; }
.column-10 .column-1, .column-10 .column-2, .column-10 .column-3, .column-10 .column-4, .column-10 .column-5, .column-10 .column-6, .column-10 .column-7, .column-10 .column-8, .column-10 .column-9 { margin-left: 2.27273%; }
.column-10 .column-1 { width: 7.95455%; }
.column-10 .column-2 { width: 18.18182%; }
.column-10 .column-3 { width: 28.40909%; }
.column-10 .column-4 { width: 38.63636%; }
.column-10 .column-5 { width: 48.86364%; }
.column-10 .column-6 { width: 59.09091%; }
.column-10 .column-7 { width: 69.31818%; }
.column-10 .column-8 { width: 79.54545%; }
.column-10 .column-9 { width: 89.77273%; }
.column-9 .column-1, .column-9 .column-2, .column-9 .column-3, .column-9 .column-4, .column-9 .column-5, .column-9 .column-6, .column-9 .column-7, .column-9 .column-8 { margin-left: 2.53165%; }
.column-9 .column-1 { width: 8.86076%; }
.column-9 .column-2 { width: 20.25316%; }
.column-9 .column-3 { width: 31.64557%; }
.column-9 .column-4 { width: 43.03797%; }
.column-9 .column-5 { width: 54.43038%; }
.column-9 .column-6 { width: 65.82278%; }
.column-9 .column-7 { width: 77.21519%; }
.column-9 .column-8 { width: 88.60759%; }
.column-8 .column-1, .column-8 .column-2, .column-8 .column-3, .column-8 .column-4, .column-8 .column-5, .column-8 .column-6, .column-8 .column-7 { margin-left: 2.85714%; }
.column-8 .column-1 { width: 10%; }
.column-8 .column-2 { width: 22.85714%; }
.column-8 .column-3 { width: 35.71429%; }
.column-8 .column-4 { width: 48.57143%; }
.column-8 .column-5 { width: 61.42857%; }
.column-8 .column-6 { width: 74.28571%; }
.column-8 .column-7 { width: 87.14286%; }
.column-7 .column-1, .column-7 .column-2, .column-7 .column-3, .column-7 .column-4, .column-7 .column-5, .column-7 .column-6 { margin-left: 3.27869%; }
.column-7 .column-1 { width: 11.47541%; }
.column-7 .column-2 { width: 26.22951%; }
.column-7 .column-3 { width: 40.98361%; }
.column-7 .column-4 { width: 55.7377%; }
.column-7 .column-5 { width: 70.4918%; }
.column-7 .column-6 { width: 85.2459%; }
.column-6 .column-1, .column-6 .column-2, .column-6 .column-3, .column-6 .column-4, .column-6 .column-5 { margin-left: 3.84615%; }
.column-6 .column-1 { width: 13.46154%; }
.column-6 .column-2 { width: 30.76923%; }
.column-6 .column-3 { width: 48.07692%; }
.column-6 .column-4 { width: 65.38462%; }
.column-6 .column-5 { width: 82.69231%; }
.column-5 .column-1, .column-5 .column-2, .column-5 .column-3, .column-5 .column-4 { margin-left: 4.65116%; }
.column-5 .column-1 { width: 16.27907%; }
.column-5 .column-2 { width: 37.2093%; }
.column-5 .column-3 { width: 58.13953%; }
.column-5 .column-4 { width: 79.06977%; }
.column-4 .column-1, .column-4 .column-2, .column-4 .column-3 { margin-left: 5.88235%; }
.column-4 .column-1 { width: 20.58824%; }
.column-4 .column-2 { width: 47.05882%; }
.column-4 .column-3 { width: 73.52941%; }
.column-3 .column-1, .column-3 .column-2 { margin-left: 8%; }
.column-3 .column-1 { width: 28%; }
.column-3 .column-2 { width: 64%; }
.column-2 .column-1 { margin-left: 12.5%; }
.column-2 .column-1 { width: 43.75%; } }
.row .center-column { float: none; margin-left: auto !important; margin-right: auto; }
@media screen and (max-width: 479px) { .hidden-mobile, .visible-tablet, .visible-desktop { display: none !important; } }
@media screen and (min-width: 480px) and (max-width: 799px) { .visible-mobile, .hidden-tablet, .visible-desktop { display: none !important; } }
@media screen and (min-width: 800px) { .visible-mobile, .visible-tablet, .hidden-desktop { display: none !important; } } | 0.622 | 0.208461 |
.control-head{
text-align: center;
}
.cont-control{
background-color: #D3D3D3;
}
.btn-success-outline {
color: #2ecc71;
background-color: transparent;
background-image: none;
border-color: #2ecc71;
border-radius: 0rem;
border-width: 2px;
}
.btn-success-outline.active, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline:focus, .open > .btn-success-outline.dropdown-toggle {
color: #fff;
background-color: #2ecc71;
border-color: #2ecc71;
}
.btn-success-outline:hover {
color: #fff;
background-color: #2ecc71;
border-color: #2ecc71;
}
.btn-default-outline {
color: #ffffff;
background-color: transparent;
background-image: none;
border-color: #ffffff;
border-radius: 0rem;
border-width: 2px;
}
.btn-default-outline.active, .btn-default-outline.focus, .btn-default-outline:active, .btn-default-outline:focus, .open > .btn-default-outline.dropdown-toggle {
color: #566366;
background-color: #ffffff;
border-color: #ffffff;
}
.btn-default-outline:hover {
color: #566366;
background-color: #ffffff;
border-color: #ffffff;
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 15px;
line-height: 22px;
color: #fff;
text-align: right;
padding-right: 10px;
background-color: #2ecc71;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.progress {
height: 22px;
width: 80%;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.about {
width: 100%;
}
.row-about {
background-color: #f2f2f1;
margin-left: 0px;
margin-right: 0px;
text-align: center;
}
.row-resume-quote {
background-color: #f2f2f1;
margin-left: 0px;
margin-right: 0px;
text-align: center;
}
.row-port {
text-align: center;
}
.row-contact {
background-color: #252e30;
margin-left: 0px;
margin-right: 0px;
text-align: center;
}
.row-footer{
background-color: #191f21;
text-align: center;
margin-left: 0px;
margin-right: 0px;
}
.spacer50 {
margin-bottom: 50px;
}
.spacer20 {
margin-bottom: 20px;
}
.spacer30 {
margin-bottom: 30px;
}
.spacer40 {
margin-bottom: 40px;
}
.spacer70 {
margin-bottom: 70px;
}
.spacer75 {
margin-bottom: 75px;
}
#photoAbout {
margin-left: -15px;
}
.header {
display: flex;
align-items: center;
justify-content: center;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
color: #FFD700;
background-color: transparent;
z-index: 1000;
}
.navbar-inverse .navbar-brand {
color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #FFD700;
background-color: transparent;
}
.navbar-icon{
padding-top: 4px;
}
#mainNavbar {
z-index: 1000 !important;
}
#sucs {
color: #2ecc71;
}
#focal-image {
width: 100%;
}
.simpleText {
color: #919191;
}
.bigText {
color: #566366;
font-weight: 600;
}
.bigContact {
color: #ffffff;
font-weight: 600;
}
.quoteText {
color: #919191;
font-style: italic;
}
.footerText{
color: #4b5456;
font-weight: 600;
font-size: x-small;
}
.label-success {
background-color: #2ecc71;
}
.label {
border-radius: 0;
font-size: 100%;
font-weight: 500;
}
.portfolio {
width: 100%;
height: 250px;
}
.form-control {
width: 100%;
background-color: #4b5456;
border-color: #4b5456;
border-radius: 0;
color: #ffffff;
resize: none;
}
#submitForm {
border-radius: 0;
color: #ffffff;
background-color: #191f21;
border-color: #191f21;
}
.full-container {
position: relative;
}
.block::after {
content: '';
position: absolute; /* Абсолютное позиционирование */
left: 50%;
margin-left: -20px;
border: 20px solid transparent; /* Прозрачные границы */
border-top: 20px solid #f2f2f1; /* Добавляем треугольник */
}
.fa-stack-2x{
color:#4b5456;
}
.fa-stack-1x{
color:#191f21;
}
.social-icons:hover .fa-stack-1x{
color: #ffffff;
}
.social-icons:hover, .social-icons:focus{
text-decoration: none;
}
.about-icons{
color:#2ecc71 ;
} | main.css | .control-head{
text-align: center;
}
.cont-control{
background-color: #D3D3D3;
}
.btn-success-outline {
color: #2ecc71;
background-color: transparent;
background-image: none;
border-color: #2ecc71;
border-radius: 0rem;
border-width: 2px;
}
.btn-success-outline.active, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline:focus, .open > .btn-success-outline.dropdown-toggle {
color: #fff;
background-color: #2ecc71;
border-color: #2ecc71;
}
.btn-success-outline:hover {
color: #fff;
background-color: #2ecc71;
border-color: #2ecc71;
}
.btn-default-outline {
color: #ffffff;
background-color: transparent;
background-image: none;
border-color: #ffffff;
border-radius: 0rem;
border-width: 2px;
}
.btn-default-outline.active, .btn-default-outline.focus, .btn-default-outline:active, .btn-default-outline:focus, .open > .btn-default-outline.dropdown-toggle {
color: #566366;
background-color: #ffffff;
border-color: #ffffff;
}
.btn-default-outline:hover {
color: #566366;
background-color: #ffffff;
border-color: #ffffff;
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 15px;
line-height: 22px;
color: #fff;
text-align: right;
padding-right: 10px;
background-color: #2ecc71;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.progress {
height: 22px;
width: 80%;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.about {
width: 100%;
}
.row-about {
background-color: #f2f2f1;
margin-left: 0px;
margin-right: 0px;
text-align: center;
}
.row-resume-quote {
background-color: #f2f2f1;
margin-left: 0px;
margin-right: 0px;
text-align: center;
}
.row-port {
text-align: center;
}
.row-contact {
background-color: #252e30;
margin-left: 0px;
margin-right: 0px;
text-align: center;
}
.row-footer{
background-color: #191f21;
text-align: center;
margin-left: 0px;
margin-right: 0px;
}
.spacer50 {
margin-bottom: 50px;
}
.spacer20 {
margin-bottom: 20px;
}
.spacer30 {
margin-bottom: 30px;
}
.spacer40 {
margin-bottom: 40px;
}
.spacer70 {
margin-bottom: 70px;
}
.spacer75 {
margin-bottom: 75px;
}
#photoAbout {
margin-left: -15px;
}
.header {
display: flex;
align-items: center;
justify-content: center;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
color: #FFD700;
background-color: transparent;
z-index: 1000;
}
.navbar-inverse .navbar-brand {
color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #FFD700;
background-color: transparent;
}
.navbar-icon{
padding-top: 4px;
}
#mainNavbar {
z-index: 1000 !important;
}
#sucs {
color: #2ecc71;
}
#focal-image {
width: 100%;
}
.simpleText {
color: #919191;
}
.bigText {
color: #566366;
font-weight: 600;
}
.bigContact {
color: #ffffff;
font-weight: 600;
}
.quoteText {
color: #919191;
font-style: italic;
}
.footerText{
color: #4b5456;
font-weight: 600;
font-size: x-small;
}
.label-success {
background-color: #2ecc71;
}
.label {
border-radius: 0;
font-size: 100%;
font-weight: 500;
}
.portfolio {
width: 100%;
height: 250px;
}
.form-control {
width: 100%;
background-color: #4b5456;
border-color: #4b5456;
border-radius: 0;
color: #ffffff;
resize: none;
}
#submitForm {
border-radius: 0;
color: #ffffff;
background-color: #191f21;
border-color: #191f21;
}
.full-container {
position: relative;
}
.block::after {
content: '';
position: absolute; /* Абсолютное позиционирование */
left: 50%;
margin-left: -20px;
border: 20px solid transparent; /* Прозрачные границы */
border-top: 20px solid #f2f2f1; /* Добавляем треугольник */
}
.fa-stack-2x{
color:#4b5456;
}
.fa-stack-1x{
color:#191f21;
}
.social-icons:hover .fa-stack-1x{
color: #ffffff;
}
.social-icons:hover, .social-icons:focus{
text-decoration: none;
}
.about-icons{
color:#2ecc71 ;
} | 0.456894 | 0.077588 |
* {
font-family: 'Raleway';
}
input,
textarea {
font-family: sans-serif;
}
.navbar {
border-radius: 0px;
background: #026AA7;
}
.navbar a {
color: #ffffff;
font-weight: bold;
font-size: 24px;
}
.navbar button {
font-family: 'Raleway';
color: #ffffff;
font-weight: bold;
border-radius: 8px;
padding: 6px 16px;
box-shadow: 0 2px 0 rgba(0,0,0,0.3);
}
.navbar button.login {
background: #00579d;
}
.navbar button.signup {
background: #61bd4f;
}
.navbar button.login:hover {
background: #00468c;
}
.navbar button.signup:hover {
background: #50ac3e;
}
.navbar li a {
font-size: 16px;
}
.navbar li a:hover,
.navbar li a:active,
.navbar li a:focus {
background: #00468c;
}
.nav .open>a:hover,
.nav .open>a:active,
.nav .open>a:focus {
background: #00468c;
}
ul.dropdown-menu {
baackground-color: #50ac3e;
}
ul.dropdown-menu li a {
font-size: 12px;
font-weight: bold;
}
ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:active,
ul.dropdown-menu li a:focus {
background-color: #eeeeee;
font-weight: bold;
}
.panel-heading {
font-weight: bold;
}
.text-small {
font-weight: bold !important;
font-size: 12px;
}
.intro-block {
margin-top: -20px;
background: url('../img/intro-block.jpg') center left / cover no-repeat #0079bf;
padding: 100px 0px;
text-align: center;
}
.intro-block .text,
.intro-block .text-small {
max-width: 600px;
color: #ffffff;
margin: 0 auto;
}
.intro-block .text {
font-size: 32px;
font-weight: bold;
}
.intro-block .text-small {
margin: 12px auto;
font-size: 18px;
}
.intro-block button {
font-family: 'Raleway';
color: #ffffff;
font-weight: bold;
border-radius: 8px;
padding: 12px 32px;
box-shadow: 0 2px 0 rgba(0,0,0,0.3);
background: #61bd4f;
}
.intro-block button:hover {
color: #ffffff;
background: #50ac3e;
}
.intro-block a {
color: #ffffff;
text-decoration: underline;
}
.app {
background-color: #0079bf;
}
.btn-main {
font-family: 'Raleway';
color: #ffffff;
font-weight: bold;
border-radius: 8px;
padding: 6px 16px;
box-shadow: 0 2px 0 rgba(0,0,0,0.3);
background: #00579d;
}
.btn-main:hover {
color: #ffffff;
background: #00468c;
}
.btn-green {
font-family: 'Raleway';
color: #ffffff;
font-weight: bold;
border-radius: 8px;
padding: 6px 16px;
box-shadow: 0 2px 0 rgba(0,0,0,0.3);
background: #61bd4f;
}
.btn-green:hover {
color: #ffffff;
background: #50ac3e;
}
.new .detail {
font-weight: bold;
font-size: 10px;
padding: 8px 0;
border-bottom: 1px solid #f5f5f5;
}
.color-white {
color: #ffffff;
}
.projects a:hover {
text-decoration: none;
}
.projects .panel-body {
font-family: sans-serif;
text-decoration: none;
color: #333333;
}
.project {
padding: 0px 12px;
}
.project .heading {
font-weight: bold;
color: #ffffff;
}
.project .area {
user-select: none;
white-space: nowrap;
margin-bottom: 10px;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
top: 100px;
right: 8px;
left: 12px;
bottom: 0px;
}
.project .area .board {
padding: 8px;
background-color: #eeeeee;
width: 280px;
margin-right: 12px;
border-radius: 4px;
max-height: 100%;
overflow: scroll;
overflow-x: auto;
display: inline-block;
vertical-align: top;
}
.area::-webkit-scrollbar {
height: 8px;
}
.board::-webkit-scrollbar {
width: 8px;
}
.area::-webkit-scrollbar-track,
.board::-webkit-scrollbar-track {
border-radius: 4px;
background-color: rgba(0,0,0,0.2);
}
.area::-webkit-scrollbar-thumb,
.board::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0,0,0,0.3);
}
.project .area .board .title {
font-weight: bold;
text-align: center;
}
.project .area .board .card {
background-color: #ffffff;
border-radius: 3px;
padding: 8px;
margin: 8px 0;
border-bottom: 1px solid #cccccc;
}
.project .area .board .card .title {
font-family: sans-serif;
font-weight: normal;
text-align: left;
} | public/css/custom.css | * {
font-family: 'Raleway';
}
input,
textarea {
font-family: sans-serif;
}
.navbar {
border-radius: 0px;
background: #026AA7;
}
.navbar a {
color: #ffffff;
font-weight: bold;
font-size: 24px;
}
.navbar button {
font-family: 'Raleway';
color: #ffffff;
font-weight: bold;
border-radius: 8px;
padding: 6px 16px;
box-shadow: 0 2px 0 rgba(0,0,0,0.3);
}
.navbar button.login {
background: #00579d;
}
.navbar button.signup {
background: #61bd4f;
}
.navbar button.login:hover {
background: #00468c;
}
.navbar button.signup:hover {
background: #50ac3e;
}
.navbar li a {
font-size: 16px;
}
.navbar li a:hover,
.navbar li a:active,
.navbar li a:focus {
background: #00468c;
}
.nav .open>a:hover,
.nav .open>a:active,
.nav .open>a:focus {
background: #00468c;
}
ul.dropdown-menu {
baackground-color: #50ac3e;
}
ul.dropdown-menu li a {
font-size: 12px;
font-weight: bold;
}
ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:active,
ul.dropdown-menu li a:focus {
background-color: #eeeeee;
font-weight: bold;
}
.panel-heading {
font-weight: bold;
}
.text-small {
font-weight: bold !important;
font-size: 12px;
}
.intro-block {
margin-top: -20px;
background: url('../img/intro-block.jpg') center left / cover no-repeat #0079bf;
padding: 100px 0px;
text-align: center;
}
.intro-block .text,
.intro-block .text-small {
max-width: 600px;
color: #ffffff;
margin: 0 auto;
}
.intro-block .text {
font-size: 32px;
font-weight: bold;
}
.intro-block .text-small {
margin: 12px auto;
font-size: 18px;
}
.intro-block button {
font-family: 'Raleway';
color: #ffffff;
font-weight: bold;
border-radius: 8px;
padding: 12px 32px;
box-shadow: 0 2px 0 rgba(0,0,0,0.3);
background: #61bd4f;
}
.intro-block button:hover {
color: #ffffff;
background: #50ac3e;
}
.intro-block a {
color: #ffffff;
text-decoration: underline;
}
.app {
background-color: #0079bf;
}
.btn-main {
font-family: 'Raleway';
color: #ffffff;
font-weight: bold;
border-radius: 8px;
padding: 6px 16px;
box-shadow: 0 2px 0 rgba(0,0,0,0.3);
background: #00579d;
}
.btn-main:hover {
color: #ffffff;
background: #00468c;
}
.btn-green {
font-family: 'Raleway';
color: #ffffff;
font-weight: bold;
border-radius: 8px;
padding: 6px 16px;
box-shadow: 0 2px 0 rgba(0,0,0,0.3);
background: #61bd4f;
}
.btn-green:hover {
color: #ffffff;
background: #50ac3e;
}
.new .detail {
font-weight: bold;
font-size: 10px;
padding: 8px 0;
border-bottom: 1px solid #f5f5f5;
}
.color-white {
color: #ffffff;
}
.projects a:hover {
text-decoration: none;
}
.projects .panel-body {
font-family: sans-serif;
text-decoration: none;
color: #333333;
}
.project {
padding: 0px 12px;
}
.project .heading {
font-weight: bold;
color: #ffffff;
}
.project .area {
user-select: none;
white-space: nowrap;
margin-bottom: 10px;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
top: 100px;
right: 8px;
left: 12px;
bottom: 0px;
}
.project .area .board {
padding: 8px;
background-color: #eeeeee;
width: 280px;
margin-right: 12px;
border-radius: 4px;
max-height: 100%;
overflow: scroll;
overflow-x: auto;
display: inline-block;
vertical-align: top;
}
.area::-webkit-scrollbar {
height: 8px;
}
.board::-webkit-scrollbar {
width: 8px;
}
.area::-webkit-scrollbar-track,
.board::-webkit-scrollbar-track {
border-radius: 4px;
background-color: rgba(0,0,0,0.2);
}
.area::-webkit-scrollbar-thumb,
.board::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0,0,0,0.3);
}
.project .area .board .title {
font-weight: bold;
text-align: center;
}
.project .area .board .card {
background-color: #ffffff;
border-radius: 3px;
padding: 8px;
margin: 8px 0;
border-bottom: 1px solid #cccccc;
}
.project .area .board .card .title {
font-family: sans-serif;
font-weight: normal;
text-align: left;
} | 0.294114 | 0.084644 |
@import url("reset.css");
@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans');
/* USED FONT FAMILY
font-family: 'Merriweather', serif;
font-family: 'Open Sans', sans-serif;
*/
/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body{font:13px 'Open Sans', sans-serif;background:url(../images/overlay.png) #e8e9e9;}
/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */
/* We like off-black for text. */
body,select,input,textarea{color:#333;}
a{color:#03f;}
a:hover{color:#69f;}
/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background:#4264d2;color:#fff;text-shadow:none;}
::selection{background:#4264d2;color:#fff;text-shadow:none;}
/* j.mp/webkit-tap-highlight-color */
a:link{-webkit-tap-highlight-color:#fcd700;}
ins{background-color:#fcd700;color:#000;text-decoration:none;}
mark{background-color:#fcd700;color:#000;font-style:italic;font-weight:bold;}
/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder{color:#a9a9a9;}
textarea:-moz-placeholder{color:#a9a9a9;}
/* let's give blockquotes *some* default styling, because unstyled blockquotes are dangerous */
blockquote{padding:16px;background:#eee;}
main{width:90%;background:#f4f4f4;margin:20px auto;box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.1);}
header{padding:8vmin;background:url(../images/bgimg.jpg);background-size:cover;background-repeat:no-repeat;}
header > section {}
header > section > aside > span{background:url(../images/profilepic.jpg);background-size:cover;width:12em;height:12em;border-radius:50%;display:inline-block;} /*profilepic.jpg can be replaced with your profile images OR any images hosted online e.g GRAVATAR (Sample image URL : https://s.gravatar.com/avatar/88b98081dc4f42c05a799b59c165306f?s=128 )*/
header > section > aside{}
header > section > aside > h1{float:right;display:inline;width:75%;font-family:'Merriweather',serif;font-size:3.1em;color:#FFF;background:rgba(0, 0, 0, 0.3);padding:.3em;text-shadow:1px 0px #000;}
header > section > aside > h1 > span{font-size:.35em;display:block;font-family:'Open Sans',sans-serif;text-transform:uppercase;}
header > section > aside > h1 > section{margin:.8em 0 0;font-size:.35em;font-family:'Open Sans',sans-serif;}
.timelineCont ul{border-left:5px solid #dfe5e6;margin:0 0 0 8em;}
.timelineCont ul li{margin:.8em 4em .8em .8em;padding:1em;background:#FFF;border-radius:5px;min-height:35px;}
.timelineCont ul li:before{content:'';height:15px;width:15px;border-radius:50%;background:#d4d4d4;border:2px solid #FFF;position:absolute;margin-left: -5.65em;box-shadow: 0 0 3px #fff;}
.timelineCont ul li:hover{}
.timelineCont ul li:hover:before{background:#4264d2;}
.timelineCont ul li:first-child:before{visibility:hidden;display:none;}
.timelineCont ul li:first-child{margin:0em 4em .7em .7em ;background:transparent;padding:2.5em 1em;border:none;min-height:auto;}
.timelineCont ul li h3{font-size:1.5em;margin-bottom:.5em;font-weight:bold;}
.timelineCont ul li:last-child:before{visibility:hidden;display:none;}
.timelineCont ul li:last-child{margin:.7em 4em 0em .7em;background:transparent;padding:1em 1em 0 1em;border:none;min-height:auto;}
.timelineCont ul li span{font-weight:bold;margin-left:-12em;position:absolute;width:65px;text-align:right;}
.timelineCont ul li:hover span{color:#4264d2;}
.timelineCont ul li ul{clear:both;margin:1em 0 0;padding:0;border:none;}
.timelineCont ul li ul li, .timelineCont ul li ul li:first-child, .timelineCont ul li ul li:last-child{list-style:disc;margin:.1em 0 .1em 3em;padding:0;min-height:auto;}
.timelineCont ul li ul li:before{clear:both;margin:0;padding:0;display:none;}
footer{height:8em;background:#333;color:#FFF;padding:.5em;margin:0 0 4em 0;text-align:center;}
footer a {color:#FFF; text-decoration: none;}
footer div{color:#666;}
/* Media queries-------------------------------------------------------------------------------*/
@media screen and (min-width: 1280px) {
header > section > aside > h1{width: 82%;}
}
@media screen and (max-width: 1024px) {
header > section > aside > h1{width: 75%;}
}
@media screen and (max-width: 960px) {
main{margin:0 auto;width:100%}
header > section > aside > h1{font-size:2.6em;width:75%;}
header > section > aside > h1 > span{font-size:.5em;}
footer{margin:0}
}
@media screen and (max-width: 768px) {
header{padding: 4em 2em}
header > section > aside > h1{font-size:2.3em;width:71%;}
}
@media screen and (max-width: 568px) {
header > section > aside > h1{font-size:2.1em;width:65%;margin:.4em 0 0 0;}
}
@media screen and (max-width: 480px) {
header > section > aside{margin: 0;}
header > section > aside > span{display:none}
header > section > aside > h1{float:none;clear:both;display:block;width:auto;margin:0;}
.timelineCont ul{padding-left:.3em;margin:0 0 0 1.5em;}
.timelineCont ul li{ margin:1.4em 1em 1.4em .8em;padding:.9em}
.timelineCont ul li span{margin-left:0em;display:block;position:relative;padding-bottom:.4em;font-size:1.2em;text-align:left;width:auto;}
.timelineCont ul li span b{display:inline; visibility:visible;}
.timelineCont ul li:before{margin-left:-2.7em;}
.timelineCont ul li:first-child{margin:0em 1em 1.4em .8em;}
}
@media screen and (max-width: 320px) {}
/* Print styles-------------------------------------------------------------------------------*/
@media print {
@page{margin:0 0 0 0;}
@page :first{margin:.5cm 0 0 0;}
body{margin:0;padding:0;background:none;-webkit-print-color-adjust: exact;color-adjust: exact;}
a:after {content: " [" attr(href) "] ";}
main{width:100%;margin:0;box-shadow:none;background:none;}
header{margin:0;padding:0;color:#000;opacity:1;border-bottom:5px solid #dfe5e6;background:none;}
header > section > aside > span{display:none;}
header > section > aside > h1{float:none;clear:both;display:block;width:auto;margin:0 0 0 .3em;background:none;color:#333;}
.timelineCont ul li{page-break-inside:avoid;background:none;}
.timelineCont ul li:hover:before{background:#d4d4d4;}
.timelineCont ul li:hover span{color:#333;}
footer{border-top:5px solid #dfe5e6;background:none;margin:0;padding:1cm 2cm 2cm;color:#333;}
footer a{ font-weight: normal;color:#333; }
footer:after{color:#666;font-size:.8em;font-style:italic;margin-top:.8em;display:block;content:"Contact me at <EMAIL> for any clarification or further details";}
} | css/styles.css | @import url("reset.css");
@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans');
/* USED FONT FAMILY
font-family: 'Merriweather', serif;
font-family: 'Open Sans', sans-serif;
*/
/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body{font:13px 'Open Sans', sans-serif;background:url(../images/overlay.png) #e8e9e9;}
/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */
/* We like off-black for text. */
body,select,input,textarea{color:#333;}
a{color:#03f;}
a:hover{color:#69f;}
/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background:#4264d2;color:#fff;text-shadow:none;}
::selection{background:#4264d2;color:#fff;text-shadow:none;}
/* j.mp/webkit-tap-highlight-color */
a:link{-webkit-tap-highlight-color:#fcd700;}
ins{background-color:#fcd700;color:#000;text-decoration:none;}
mark{background-color:#fcd700;color:#000;font-style:italic;font-weight:bold;}
/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder{color:#a9a9a9;}
textarea:-moz-placeholder{color:#a9a9a9;}
/* let's give blockquotes *some* default styling, because unstyled blockquotes are dangerous */
blockquote{padding:16px;background:#eee;}
main{width:90%;background:#f4f4f4;margin:20px auto;box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.1);}
header{padding:8vmin;background:url(../images/bgimg.jpg);background-size:cover;background-repeat:no-repeat;}
header > section {}
header > section > aside > span{background:url(../images/profilepic.jpg);background-size:cover;width:12em;height:12em;border-radius:50%;display:inline-block;} /*profilepic.jpg can be replaced with your profile images OR any images hosted online e.g GRAVATAR (Sample image URL : https://s.gravatar.com/avatar/88b98081dc4f42c05a799b59c165306f?s=128 )*/
header > section > aside{}
header > section > aside > h1{float:right;display:inline;width:75%;font-family:'Merriweather',serif;font-size:3.1em;color:#FFF;background:rgba(0, 0, 0, 0.3);padding:.3em;text-shadow:1px 0px #000;}
header > section > aside > h1 > span{font-size:.35em;display:block;font-family:'Open Sans',sans-serif;text-transform:uppercase;}
header > section > aside > h1 > section{margin:.8em 0 0;font-size:.35em;font-family:'Open Sans',sans-serif;}
.timelineCont ul{border-left:5px solid #dfe5e6;margin:0 0 0 8em;}
.timelineCont ul li{margin:.8em 4em .8em .8em;padding:1em;background:#FFF;border-radius:5px;min-height:35px;}
.timelineCont ul li:before{content:'';height:15px;width:15px;border-radius:50%;background:#d4d4d4;border:2px solid #FFF;position:absolute;margin-left: -5.65em;box-shadow: 0 0 3px #fff;}
.timelineCont ul li:hover{}
.timelineCont ul li:hover:before{background:#4264d2;}
.timelineCont ul li:first-child:before{visibility:hidden;display:none;}
.timelineCont ul li:first-child{margin:0em 4em .7em .7em ;background:transparent;padding:2.5em 1em;border:none;min-height:auto;}
.timelineCont ul li h3{font-size:1.5em;margin-bottom:.5em;font-weight:bold;}
.timelineCont ul li:last-child:before{visibility:hidden;display:none;}
.timelineCont ul li:last-child{margin:.7em 4em 0em .7em;background:transparent;padding:1em 1em 0 1em;border:none;min-height:auto;}
.timelineCont ul li span{font-weight:bold;margin-left:-12em;position:absolute;width:65px;text-align:right;}
.timelineCont ul li:hover span{color:#4264d2;}
.timelineCont ul li ul{clear:both;margin:1em 0 0;padding:0;border:none;}
.timelineCont ul li ul li, .timelineCont ul li ul li:first-child, .timelineCont ul li ul li:last-child{list-style:disc;margin:.1em 0 .1em 3em;padding:0;min-height:auto;}
.timelineCont ul li ul li:before{clear:both;margin:0;padding:0;display:none;}
footer{height:8em;background:#333;color:#FFF;padding:.5em;margin:0 0 4em 0;text-align:center;}
footer a {color:#FFF; text-decoration: none;}
footer div{color:#666;}
/* Media queries-------------------------------------------------------------------------------*/
@media screen and (min-width: 1280px) {
header > section > aside > h1{width: 82%;}
}
@media screen and (max-width: 1024px) {
header > section > aside > h1{width: 75%;}
}
@media screen and (max-width: 960px) {
main{margin:0 auto;width:100%}
header > section > aside > h1{font-size:2.6em;width:75%;}
header > section > aside > h1 > span{font-size:.5em;}
footer{margin:0}
}
@media screen and (max-width: 768px) {
header{padding: 4em 2em}
header > section > aside > h1{font-size:2.3em;width:71%;}
}
@media screen and (max-width: 568px) {
header > section > aside > h1{font-size:2.1em;width:65%;margin:.4em 0 0 0;}
}
@media screen and (max-width: 480px) {
header > section > aside{margin: 0;}
header > section > aside > span{display:none}
header > section > aside > h1{float:none;clear:both;display:block;width:auto;margin:0;}
.timelineCont ul{padding-left:.3em;margin:0 0 0 1.5em;}
.timelineCont ul li{ margin:1.4em 1em 1.4em .8em;padding:.9em}
.timelineCont ul li span{margin-left:0em;display:block;position:relative;padding-bottom:.4em;font-size:1.2em;text-align:left;width:auto;}
.timelineCont ul li span b{display:inline; visibility:visible;}
.timelineCont ul li:before{margin-left:-2.7em;}
.timelineCont ul li:first-child{margin:0em 1em 1.4em .8em;}
}
@media screen and (max-width: 320px) {}
/* Print styles-------------------------------------------------------------------------------*/
@media print {
@page{margin:0 0 0 0;}
@page :first{margin:.5cm 0 0 0;}
body{margin:0;padding:0;background:none;-webkit-print-color-adjust: exact;color-adjust: exact;}
a:after {content: " [" attr(href) "] ";}
main{width:100%;margin:0;box-shadow:none;background:none;}
header{margin:0;padding:0;color:#000;opacity:1;border-bottom:5px solid #dfe5e6;background:none;}
header > section > aside > span{display:none;}
header > section > aside > h1{float:none;clear:both;display:block;width:auto;margin:0 0 0 .3em;background:none;color:#333;}
.timelineCont ul li{page-break-inside:avoid;background:none;}
.timelineCont ul li:hover:before{background:#d4d4d4;}
.timelineCont ul li:hover span{color:#333;}
footer{border-top:5px solid #dfe5e6;background:none;margin:0;padding:1cm 2cm 2cm;color:#333;}
footer a{ font-weight: normal;color:#333; }
footer:after{color:#666;font-size:.8em;font-style:italic;margin-top:.8em;display:block;content:"Contact me at <EMAIL> for any clarification or further details";}
} | 0.237576 | 0.045948 |
@import "normalize.css";
@import url(https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap);
body {
min-height: calc(100vh - 50px);
display: grid;
grid-template-rows: auto 1fr auto;
background-color: var(--main-bg-color);
color: var(--text-color);
font-family: "PT Serif", serif;
transition: 1.5s;
--base-color: 170;
--main-bg-color: hsla(var(--base-color), 100%, 80%, 1);
--dark-bg-color: hsla(var(--base-color), 90%, 30%, 0.2);
--text-color: hsla(var(--base-color), 100%, 25%, 1);
--border-color: hsla(var(--base-color), 100%, 25%, 0.3);
}
header,
footer {
display: flex;
justify-content: center;
width: 95%;
max-width: 1100px;
margin: auto;
padding: 5px;
}
footer {
padding-bottom: 30px;
}
.load-quote,
.play,
.stop {
color: var(--text-color);
width: auto;
max-height: 75px;
margin: 20px 5px;
padding: 15px 30px;
background-color: var(--dark-bg-color);
border-radius: 4px;
border: 2px solid var(--border-color);
transition: 0.5s;
font-size: 1.5rem;
line-height: 1.1;
}
.stop {
display: none;
}
.load-quote:hover,
.play:hover,
.stop:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.load-quote:focus,
.play:focus,
stop:focus {
outline: none;
}
.container {
width: 90%;
max-width: 1024px;
margin: auto;
display: flex;
justify-content: center;
}
.quote-box {
line-height: 0.5;
}
.quote {
font-size: 2rem;
font-weight: 400;
line-height: 1.2;
position: relative;
margin: 0 0 0 10px;
}
.quote:before,
.quote:after {
font-size: 3rem;
line-height: 2.5rem;
position: absolute;
}
.quote:before {
content: "“";
top: 0.1em;
left: -0.5em;
}
.quote:after {
content: "”";
bottom: -0.1em;
margin-left: 0.1em;
position: absolute;
}
.source {
font-size: 1rem;
letter-spacing: 0.05em;
line-height: 1.1;
text-align: right;
margin-right: 4em;
}
.source:before {
content: "—";
}
.citation {
font-style: italic;
}
.citation:before {
content: ", ";
font-style: normal;
}
.year:before {
content: ", ";
font-style: normal;
}
.tags {
text-align: right;
margin-right: 5em;
opacity: 0.8;
}
.tags::before {
content: "tags: ";
}
@media (min-width: 768px) {
body {
padding: 25px;
}
header {
margin-bottom: 50px;
}
h1 {
font-size: 3.5rem;
height: 73px;
margin-top: 20px;
margin-right: 5px;
/* border-bottom: 4px solid rgba(0, 0, 0, 0.3); */
}
.load-quote {
font-size: 1.5rem;
}
.container {
padding: 25px 25px 15px 25px;
/* background: rgba(0, 0, 0, 0.1); */
/* border-left: 5px solid rgba(0, 0, 0, 0.3); */
/* border-radius: 0 4px 4px 0; */
}
.quote {
font-size: 4rem;
}
.quote:before,
.quote:after {
font-size: 6rem;
}
.quote:before {
top: 0.25em;
}
.quote:after {
bottom: 0.1em;
}
.source {
font-size: 1.25rem;
}
} | css/styles.css | @import "normalize.css";
@import url(https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap);
body {
min-height: calc(100vh - 50px);
display: grid;
grid-template-rows: auto 1fr auto;
background-color: var(--main-bg-color);
color: var(--text-color);
font-family: "PT Serif", serif;
transition: 1.5s;
--base-color: 170;
--main-bg-color: hsla(var(--base-color), 100%, 80%, 1);
--dark-bg-color: hsla(var(--base-color), 90%, 30%, 0.2);
--text-color: hsla(var(--base-color), 100%, 25%, 1);
--border-color: hsla(var(--base-color), 100%, 25%, 0.3);
}
header,
footer {
display: flex;
justify-content: center;
width: 95%;
max-width: 1100px;
margin: auto;
padding: 5px;
}
footer {
padding-bottom: 30px;
}
.load-quote,
.play,
.stop {
color: var(--text-color);
width: auto;
max-height: 75px;
margin: 20px 5px;
padding: 15px 30px;
background-color: var(--dark-bg-color);
border-radius: 4px;
border: 2px solid var(--border-color);
transition: 0.5s;
font-size: 1.5rem;
line-height: 1.1;
}
.stop {
display: none;
}
.load-quote:hover,
.play:hover,
.stop:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.load-quote:focus,
.play:focus,
stop:focus {
outline: none;
}
.container {
width: 90%;
max-width: 1024px;
margin: auto;
display: flex;
justify-content: center;
}
.quote-box {
line-height: 0.5;
}
.quote {
font-size: 2rem;
font-weight: 400;
line-height: 1.2;
position: relative;
margin: 0 0 0 10px;
}
.quote:before,
.quote:after {
font-size: 3rem;
line-height: 2.5rem;
position: absolute;
}
.quote:before {
content: "“";
top: 0.1em;
left: -0.5em;
}
.quote:after {
content: "”";
bottom: -0.1em;
margin-left: 0.1em;
position: absolute;
}
.source {
font-size: 1rem;
letter-spacing: 0.05em;
line-height: 1.1;
text-align: right;
margin-right: 4em;
}
.source:before {
content: "—";
}
.citation {
font-style: italic;
}
.citation:before {
content: ", ";
font-style: normal;
}
.year:before {
content: ", ";
font-style: normal;
}
.tags {
text-align: right;
margin-right: 5em;
opacity: 0.8;
}
.tags::before {
content: "tags: ";
}
@media (min-width: 768px) {
body {
padding: 25px;
}
header {
margin-bottom: 50px;
}
h1 {
font-size: 3.5rem;
height: 73px;
margin-top: 20px;
margin-right: 5px;
/* border-bottom: 4px solid rgba(0, 0, 0, 0.3); */
}
.load-quote {
font-size: 1.5rem;
}
.container {
padding: 25px 25px 15px 25px;
/* background: rgba(0, 0, 0, 0.1); */
/* border-left: 5px solid rgba(0, 0, 0, 0.3); */
/* border-radius: 0 4px 4px 0; */
}
.quote {
font-size: 4rem;
}
.quote:before,
.quote:after {
font-size: 6rem;
}
.quote:before {
top: 0.25em;
}
.quote:after {
bottom: 0.1em;
}
.source {
font-size: 1.25rem;
}
} | 0.474875 | 0.091666 |
.u-section-1 {
background-image: url("images/-min.jpg");
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 803px;
}
.u-section-1 .u-group-1 {
min-height: 403px;
width: 460px;
margin: 60px auto 0 0;
}
.u-section-1 .u-container-layout-1 {
padding: 30px 70px 30px 45px;
}
.u-section-1 .u-shape-1 {
width: 69px;
height: 69px;
margin: 0 auto 0 1px;
}
.u-section-1 .u-text-1 {
font-size: 5.625rem;
text-transform: uppercase;
font-family: Oswald, sans-serif;
letter-spacing: normal;
font-weight: 400;
margin: 20px 1px 0;
}
.u-section-1 .u-text-2 {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
font-size: 1.875rem;
margin: 16px 1px 0 0;
}
.u-section-1 .u-text-3 {
letter-spacing: 1px;
margin: 22px 1px 0;
}
.u-section-1 .u-btn-1 {
border-style: none none solid;
padding: 0;
}
.u-section-1 .u-group-2 {
width: 445px;
min-height: 408px;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
margin: -221px 278px 60px auto;
}
.u-section-1 .u-container-layout-2 {
padding: 50px 40px;
}
.u-section-1 .u-text-4 {
text-transform: uppercase;
font-weight: 600;
letter-spacing: 4px;
margin: 1px 0 0;
}
.u-section-1 .u-text-5 {
font-size: 1.25rem;
margin: 20px 0 0;
}
.u-section-1 .u-text-6 {
text-transform: uppercase;
font-weight: 600;
letter-spacing: 4px;
margin: 20px 0 0;
}
.u-section-1 .u-text-7 {
font-size: 1.25rem;
margin: 18px 0 0;
}
.u-section-1 .u-social-icons-1 {
white-space: nowrap;
height: 32px;
min-height: 16px;
width: 200px;
min-width: 120px;
margin: 30px auto 0 0;
}
.u-section-1 .u-icon-1 {
height: 100%;
}
.u-section-1 .u-icon-2 {
height: 100%;
}
.u-section-1 .u-icon-3 {
height: 100%;
}
.u-section-1 .u-icon-4 {
height: 100%;
}
.u-section-1 .u-icon-5 {
height: 100%;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 722px;
}
.u-section-1 .u-group-1 {
min-height: 413px;
}
.u-section-1 .u-group-2 {
min-height: 421px;
margin-top: -232px;
margin-right: 90px;
}
.u-section-1 .u-text-4 {
font-size: 1.875rem;
}
.u-section-1 .u-text-6 {
font-size: 1.875rem;
}
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 778px;
}
.u-section-1 .u-group-1 {
min-height: 403px;
width: 404px;
}
.u-section-1 .u-container-layout-1 {
padding-right: 60px;
padding-left: 30px;
}
.u-section-1 .u-text-1 {
font-size: 4.6875rem;
}
.u-section-1 .u-text-2 {
font-size: 1.5rem;
width: auto;
margin-right: 30px;
}
.u-section-1 .u-group-2 {
width: 360px;
margin-top: -166px;
margin-right: 0;
}
.u-section-1 .u-container-layout-2 {
padding: 30px;
}
.u-section-1 .u-text-4 {
margin-top: 0;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 706px;
}
.u-section-1 .u-group-1 {
min-height: 364px;
width: 344px;
}
.u-section-1 .u-text-1 {
font-size: 3.75rem;
}
.u-section-1 .u-text-2 {
font-size: 1.25rem;
margin-right: 31px;
}
.u-section-1 .u-group-2 {
width: 270px;
min-height: 365px;
margin-top: -143px;
}
.u-section-1 .u-text-4 {
font-size: 1.5rem;
}
.u-section-1 .u-text-5 {
font-size: 1.125rem;
}
.u-section-1 .u-text-6 {
font-size: 1.5rem;
}
.u-section-1 .u-text-7 {
font-size: 1rem;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 810px;
}
.u-section-1 .u-group-1 {
min-height: 399px;
width: 305px;
margin-top: 55px;
}
.u-section-1 .u-container-layout-1 {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 65px;
}
.u-section-1 .u-shape-1 {
margin-left: 0;
}
.u-section-1 .u-text-1 {
margin-right: 2px;
margin-left: 0;
}
.u-section-1 .u-text-3 {
margin-left: 0;
}
.u-section-1 .u-group-2 {
margin-top: -64px;
margin-bottom: 55px;
}
.u-section-1 .u-container-layout-2 {
padding-left: 20px;
padding-right: 20px;
}
} | games/Contact.css | .u-section-1 {
background-image: url("images/-min.jpg");
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 803px;
}
.u-section-1 .u-group-1 {
min-height: 403px;
width: 460px;
margin: 60px auto 0 0;
}
.u-section-1 .u-container-layout-1 {
padding: 30px 70px 30px 45px;
}
.u-section-1 .u-shape-1 {
width: 69px;
height: 69px;
margin: 0 auto 0 1px;
}
.u-section-1 .u-text-1 {
font-size: 5.625rem;
text-transform: uppercase;
font-family: Oswald, sans-serif;
letter-spacing: normal;
font-weight: 400;
margin: 20px 1px 0;
}
.u-section-1 .u-text-2 {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
font-size: 1.875rem;
margin: 16px 1px 0 0;
}
.u-section-1 .u-text-3 {
letter-spacing: 1px;
margin: 22px 1px 0;
}
.u-section-1 .u-btn-1 {
border-style: none none solid;
padding: 0;
}
.u-section-1 .u-group-2 {
width: 445px;
min-height: 408px;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
margin: -221px 278px 60px auto;
}
.u-section-1 .u-container-layout-2 {
padding: 50px 40px;
}
.u-section-1 .u-text-4 {
text-transform: uppercase;
font-weight: 600;
letter-spacing: 4px;
margin: 1px 0 0;
}
.u-section-1 .u-text-5 {
font-size: 1.25rem;
margin: 20px 0 0;
}
.u-section-1 .u-text-6 {
text-transform: uppercase;
font-weight: 600;
letter-spacing: 4px;
margin: 20px 0 0;
}
.u-section-1 .u-text-7 {
font-size: 1.25rem;
margin: 18px 0 0;
}
.u-section-1 .u-social-icons-1 {
white-space: nowrap;
height: 32px;
min-height: 16px;
width: 200px;
min-width: 120px;
margin: 30px auto 0 0;
}
.u-section-1 .u-icon-1 {
height: 100%;
}
.u-section-1 .u-icon-2 {
height: 100%;
}
.u-section-1 .u-icon-3 {
height: 100%;
}
.u-section-1 .u-icon-4 {
height: 100%;
}
.u-section-1 .u-icon-5 {
height: 100%;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 722px;
}
.u-section-1 .u-group-1 {
min-height: 413px;
}
.u-section-1 .u-group-2 {
min-height: 421px;
margin-top: -232px;
margin-right: 90px;
}
.u-section-1 .u-text-4 {
font-size: 1.875rem;
}
.u-section-1 .u-text-6 {
font-size: 1.875rem;
}
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 778px;
}
.u-section-1 .u-group-1 {
min-height: 403px;
width: 404px;
}
.u-section-1 .u-container-layout-1 {
padding-right: 60px;
padding-left: 30px;
}
.u-section-1 .u-text-1 {
font-size: 4.6875rem;
}
.u-section-1 .u-text-2 {
font-size: 1.5rem;
width: auto;
margin-right: 30px;
}
.u-section-1 .u-group-2 {
width: 360px;
margin-top: -166px;
margin-right: 0;
}
.u-section-1 .u-container-layout-2 {
padding: 30px;
}
.u-section-1 .u-text-4 {
margin-top: 0;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 706px;
}
.u-section-1 .u-group-1 {
min-height: 364px;
width: 344px;
}
.u-section-1 .u-text-1 {
font-size: 3.75rem;
}
.u-section-1 .u-text-2 {
font-size: 1.25rem;
margin-right: 31px;
}
.u-section-1 .u-group-2 {
width: 270px;
min-height: 365px;
margin-top: -143px;
}
.u-section-1 .u-text-4 {
font-size: 1.5rem;
}
.u-section-1 .u-text-5 {
font-size: 1.125rem;
}
.u-section-1 .u-text-6 {
font-size: 1.5rem;
}
.u-section-1 .u-text-7 {
font-size: 1rem;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 810px;
}
.u-section-1 .u-group-1 {
min-height: 399px;
width: 305px;
margin-top: 55px;
}
.u-section-1 .u-container-layout-1 {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 65px;
}
.u-section-1 .u-shape-1 {
margin-left: 0;
}
.u-section-1 .u-text-1 {
margin-right: 2px;
margin-left: 0;
}
.u-section-1 .u-text-3 {
margin-left: 0;
}
.u-section-1 .u-group-2 {
margin-top: -64px;
margin-bottom: 55px;
}
.u-section-1 .u-container-layout-2 {
padding-left: 20px;
padding-right: 20px;
}
} | 0.392337 | 0.098816 |
@charset "UTF-8";
body {
background-color: #f5f5f5;
}
nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 40px;
background-color: #fff;
z-index: 2;
}
nav a {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: 100%;
text-align: center;
}
nav img {
width: auto;
height: 100%;
}
header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: fixed;
width: 100%;
height: 40px;
background-color: #c91523;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 2;
}
.header-logo {
position: absolute;
top: 10px;
left: 10px;
width: 58px;
height: 20px;
background: url(./image/jd-sprites.png) no-repeat;
background-size: 200px 200px;
background-position: 0px -109px;
}
.header-seach {
position: relative;
width: 100%;
height: 40px;
padding-left: 70px;
padding-right: 50px;
}
.header-seach i {
position: absolute;
top: 10px;
left: 84px;
width: 20px;
height: 20px;
background: url(./image/jd-sprites.png) no-repeat;
background-size: 200px 200px;
background-position: -59px -109px;
}
.header-seach input {
border: none;
width: 100%;
height: 30px;
margin-top: 5px;
background-color: #fff;
border-radius: 15px;
padding-left: 30px;
}
.header-login {
position: absolute;
top: 0;
right: 0;
height: 40px;
width: 54px;
text-align: center;
line-height: 40px;
color: #fff;
font-size: 14px;
}
main {
-webkit-box-sizing: border-box;
box-sizing: border-box;
clear: both;
width: 100%;
background-color: #fff;
padding-bottom: 44px;
}
.ttt img {
overflow-x: auto;
margin-top: -10px;
width: 100%;
}
/*服务*/
.main-div {
width: 100%;
background-color: #fff;
padding: 10px 0;
overflow: hidden;
text-align: center;
}
.main-div a {
display: block;
width: 25%;
float: left;
padding-bottom: 10px;
border-radius: 5px;
}
.main-div a img {
width: 40px;
height: 40px;
}
.main-div span {
display: block;
font-size: 12px;
margin-top: 5px;
}
/*秒杀*/
.seckill {
background-color: #fff;
margin-top: 10px;
width: 100%;
}
.seckill .seckill-title {
position: relative;
width: 100%;
height: 30px;
line-height: 30px;
}
.seckill .seckill-title::before {
content: "";
position: absolute;
top: 3px;
left: 0;
width: 23px;
height: 23px;
background-image: url(./image/jd-sprites.png);
background-size: 200px 200px;
background-repeat: no-repeat;
background-position: -80px -109px;
}
.seckill .seckill-title h3 {
float: left;
padding-left: 30px;
font-size: 14px;
color: #c91523;
}
.seckill .time {
float: left;
}
.seckill .list {
color: #666;
float: right;
}
.time span:nth-child(2n+1) {
background-color: black;
color: #fff;
padding: 0 2px;
padding-top: 1px;
border-radius: 3px;
margin-left: 5px;
}
.seckill-img {
width: 100%;
padding: 0 10px;
padding-bottom: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.seckill-img ul {
width: 100%;
overflow: hidden;
}
.seckill-img li {
text-align: center;
float: left;
width: 33.3333%;
position: relative;
overflow: hidden;
}
.seckill-img li a {
position: relative;
display: block;
width: 100%;
}
.seckill-img li img {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 0px 10px;
}
.seckill-img s {
position: absolute;
bottom: 40px;
right: 5px;
width: 34px;
height: 20px;
border-radius: 50%;
background-color: #fdb60a;
font-size: 12px;
color: #fff;
line-height: 20px;
}
.seckill-img span {
display: block;
font-weight: normal;
font-size: 14px;
color: #c91523;
margin-bottom: 5px;
margin-top: 10px;
}
.seckill-img b {
display: block;
font-weight: normal;
font-size: 12px;
color: #666;
text-decoration: line-through;
}
.active {
position: relative;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.active .active-img {
width: 100%;
}
.active ul {
overflow: hidden;
width: 100%;
position: absolute;
top: 50px;
}
.active li {
float: left;
width: 50%;
}
.active li a:nth-child(1) {
width: 100%;
}
.active li a:nth-child(1) img {
width: 100%;
}
.active li a:nth-child(2) {
width: 100%;
}
.active li a:nth-child(2) img {
width: 100%;
}
.active li a:nth-child(3) {
width: 100%;
}
.active li a:nth-child(3) img {
width: 100%;
}
/*产品*/
.product {
width: 100%;
overflow: hidden;
}
.product li {
float: left;
width: 33.3333%;
}
.product li a {
width: 100%;
}
.product li a img {
width: 100%;
}
.product-1 {
overflow: hidden;
width: 100%;
}
.product-1 li {
float: left;
width: 50%;
}
.product-1 li a {
width: 100%;
}
.product-1 li a img {
width: 100%;
}
/*广告*/
.adv {
width: 100%;
}
.adv a {
display: block;
width: 100%;
}
.adv a img {
width: 100%;
}
/*# sourceMappingURL=index.css.map */ | 2019年下学期/每日作业/移动端布局/移动端布局day04-12.21/京东案例/index.css | @charset "UTF-8";
body {
background-color: #f5f5f5;
}
nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 40px;
background-color: #fff;
z-index: 2;
}
nav a {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: 100%;
text-align: center;
}
nav img {
width: auto;
height: 100%;
}
header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: fixed;
width: 100%;
height: 40px;
background-color: #c91523;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 2;
}
.header-logo {
position: absolute;
top: 10px;
left: 10px;
width: 58px;
height: 20px;
background: url(./image/jd-sprites.png) no-repeat;
background-size: 200px 200px;
background-position: 0px -109px;
}
.header-seach {
position: relative;
width: 100%;
height: 40px;
padding-left: 70px;
padding-right: 50px;
}
.header-seach i {
position: absolute;
top: 10px;
left: 84px;
width: 20px;
height: 20px;
background: url(./image/jd-sprites.png) no-repeat;
background-size: 200px 200px;
background-position: -59px -109px;
}
.header-seach input {
border: none;
width: 100%;
height: 30px;
margin-top: 5px;
background-color: #fff;
border-radius: 15px;
padding-left: 30px;
}
.header-login {
position: absolute;
top: 0;
right: 0;
height: 40px;
width: 54px;
text-align: center;
line-height: 40px;
color: #fff;
font-size: 14px;
}
main {
-webkit-box-sizing: border-box;
box-sizing: border-box;
clear: both;
width: 100%;
background-color: #fff;
padding-bottom: 44px;
}
.ttt img {
overflow-x: auto;
margin-top: -10px;
width: 100%;
}
/*服务*/
.main-div {
width: 100%;
background-color: #fff;
padding: 10px 0;
overflow: hidden;
text-align: center;
}
.main-div a {
display: block;
width: 25%;
float: left;
padding-bottom: 10px;
border-radius: 5px;
}
.main-div a img {
width: 40px;
height: 40px;
}
.main-div span {
display: block;
font-size: 12px;
margin-top: 5px;
}
/*秒杀*/
.seckill {
background-color: #fff;
margin-top: 10px;
width: 100%;
}
.seckill .seckill-title {
position: relative;
width: 100%;
height: 30px;
line-height: 30px;
}
.seckill .seckill-title::before {
content: "";
position: absolute;
top: 3px;
left: 0;
width: 23px;
height: 23px;
background-image: url(./image/jd-sprites.png);
background-size: 200px 200px;
background-repeat: no-repeat;
background-position: -80px -109px;
}
.seckill .seckill-title h3 {
float: left;
padding-left: 30px;
font-size: 14px;
color: #c91523;
}
.seckill .time {
float: left;
}
.seckill .list {
color: #666;
float: right;
}
.time span:nth-child(2n+1) {
background-color: black;
color: #fff;
padding: 0 2px;
padding-top: 1px;
border-radius: 3px;
margin-left: 5px;
}
.seckill-img {
width: 100%;
padding: 0 10px;
padding-bottom: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.seckill-img ul {
width: 100%;
overflow: hidden;
}
.seckill-img li {
text-align: center;
float: left;
width: 33.3333%;
position: relative;
overflow: hidden;
}
.seckill-img li a {
position: relative;
display: block;
width: 100%;
}
.seckill-img li img {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 0px 10px;
}
.seckill-img s {
position: absolute;
bottom: 40px;
right: 5px;
width: 34px;
height: 20px;
border-radius: 50%;
background-color: #fdb60a;
font-size: 12px;
color: #fff;
line-height: 20px;
}
.seckill-img span {
display: block;
font-weight: normal;
font-size: 14px;
color: #c91523;
margin-bottom: 5px;
margin-top: 10px;
}
.seckill-img b {
display: block;
font-weight: normal;
font-size: 12px;
color: #666;
text-decoration: line-through;
}
.active {
position: relative;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.active .active-img {
width: 100%;
}
.active ul {
overflow: hidden;
width: 100%;
position: absolute;
top: 50px;
}
.active li {
float: left;
width: 50%;
}
.active li a:nth-child(1) {
width: 100%;
}
.active li a:nth-child(1) img {
width: 100%;
}
.active li a:nth-child(2) {
width: 100%;
}
.active li a:nth-child(2) img {
width: 100%;
}
.active li a:nth-child(3) {
width: 100%;
}
.active li a:nth-child(3) img {
width: 100%;
}
/*产品*/
.product {
width: 100%;
overflow: hidden;
}
.product li {
float: left;
width: 33.3333%;
}
.product li a {
width: 100%;
}
.product li a img {
width: 100%;
}
.product-1 {
overflow: hidden;
width: 100%;
}
.product-1 li {
float: left;
width: 50%;
}
.product-1 li a {
width: 100%;
}
.product-1 li a img {
width: 100%;
}
/*广告*/
.adv {
width: 100%;
}
.adv a {
display: block;
width: 100%;
}
.adv a img {
width: 100%;
}
/*# sourceMappingURL=index.css.map */ | 0.362969 | 0.067917 |
@font-face {
font-family: "Roboto";
src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal; }
@font-face {
font-family: "Roboto";
src: local("Roboto"), local("Roboto-RegularItalic"), url("../fonts/Roboto-RegularItalic.eot"), url("../fonts/Roboto-RegularItalic.woff2") format("woff2"), url("../fonts/Roboto-RegularItalic.woff") format("woff"), url("../fonts/Roboto-RegularItalic.ttf") format("truetype");
font-weight: 400;
font-style: italic; }
@font-face {
font-family: "Roboto";
src: local("Roboto"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.eot"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
font-weight: 500;
font-style: normal; }
@font-face {
font-family: "Roboto";
src: local("Roboto"), local("Roboto-Bold"), url("../fonts/Roboto-Bold.eot"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal; }
@font-face {
font-family: "Material Icons";
src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.eot"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal; }
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
/* Preferred icon size */
font-size: 24px;
display: inline-block;
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';
/* Rules for sizing the icon. */
/* Rules for using icons as black on a light background. */
/* Rules for using icons as white on a dark background. */ }
.material-icons.md-18 {
font-size: 18px; }
.material-icons.md-24 {
font-size: 24px; }
.material-icons.md-36 {
font-size: 36px; }
.material-icons.md-48 {
font-size: 48px; }
.material-icons.md-dark {
color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive {
color: rgba(0, 0, 0, 0.26); }
.material-icons.md-light {
color: white; }
.material-icons.md-light.md-inactive {
color: rgba(255, 255, 255, 0.3); }
/* fix for autcomplete inputs in chrome */
input:-webkit-autofill {
-webkit-text-fill-color: rgba(255, 255, 255, 0.87) !important;
-webkit-box-shadow: 0 0 0px 1000px #303030 inset; }
html,
body {
color: rgba(255, 255, 255, 0.87);
font-size: 14px;
min-width: 320px; }
md-content {
background: #303030; }
md-sidenav {
max-width: 240px !important;
min-width: 240px !important;
width: 240px !important; }
md-sidenav a {
color: #fff;
font-weight: 700;
text-decoration: none; }
md-sidenav a:focus {
outline: none; }
md-card {
background: #424242;
margin-bottom: 30px; }
md-backdrop.md-opaque {
background-color: #fefefe; }
md-progress-circular {
margin: 50px auto 0; }
md-toolbar md-icon.md-default-theme {
color: white; }
.more-menu-content {
color: #ffffff; }
.md-button.md-fab.add-post-btn,
.md-button.md-fab.add-post-btn:hover {
bottom: 5px;
position: fixed;
right: 5px; }
.md-title.article-title {
margin-top: 0; }
.md-button.md-primary.md-raised,
.md-button.md-primary.md-raised:not([disabled]):hover {
background: #673AB7; }
.md-actions .md-button.md-fab.confirm-btn,
.md-actions .md-button.md-fab.confirm-btn:hover {
background: #4CAF50; }
.md-actions .md-button.md-fab.alert-btn,
.md-actions .md-button.md-fab.alert-btn:hover {
background: #f44336; }
/* accept button */
md-dialog .md-actions .md-button,
.md-button.md-default-theme.md-primary:not([disabled]) {
color: #81C784; }
/* cancel button */
md-dialog .md-actions .md-button:first-child,
.md-button.md-default-theme.md-primary:not([disabled]):first-child {
color: #e57373; }
md-toast.md-default-theme,
md-toast {
background: #000;
color: #ff5252;
text-shadow: 0px 0px 1px #424242; }
md-progress-circular {
margin: 20px auto 0; }
.main {
max-width: 100%;
min-height: 100%; }
/* container class like bootstrap */
.container {
padding: 0 8px;
margin: 10px auto; }
/*
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
*/
.container-dialog {
padding: 0 10px; }
.movies-list > div {
box-sizing: border-box;
-webkit-flex: 1 1 33.3333%;
-ms-flex: 1 1 33.3333%;
flex: 1 1 33.3333%;
margin: 3px 0;
max-height: 100%;
max-width: 33.3333%;
position: relative; }
@media (min-width: 480px) {
.movies-list > div {
-webkit-flex: 1 1 25%;
-ms-flex: 1 1 25%;
flex: 1 1 25%;
max-width: 25%; } }
@media (min-width: 600px) {
.movies-list > div {
-webkit-flex: 1 1 20%;
-ms-flex: 1 1 20%;
flex: 1 1 20%;
max-width: 20%; } }
@media (min-width: 960px) {
.movies-list > div {
-webkit-flex: 1 1 16.6666%;
-ms-flex: 1 1 16.6666%;
flex: 1 1 16.6666%;
max-width: 16.6666%; } }
.movies-list > div img {
display: block;
margin: auto;
width: 95%; }
.movies-list > div .no-poster {
background: #212121;
height: 100%;
position: absolute;
width: 100%; }
.movies-list > div .no-poster .data {
font-size: 16px;
font-weight: 700;
margin: 0 10%;
position: absolute;
text-align: center;
top: 40%;
width: 80%; }
md-dialog.main {
border-radius: 0; }
md-toolbar.movie-tall {
background-position: center center;
background-size: 100% !important;
height: 176px;
min-height: 176px;
max-height: 176px; }
md-toolbar.movie-tall h1 {
text-shadow: 1px 1px 1px #212121; }
md-toolbar.movie-tall i {
text-shadow: 1px 1px 1px #212121; } | www/css/styles.css | @font-face {
font-family: "Roboto";
src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal; }
@font-face {
font-family: "Roboto";
src: local("Roboto"), local("Roboto-RegularItalic"), url("../fonts/Roboto-RegularItalic.eot"), url("../fonts/Roboto-RegularItalic.woff2") format("woff2"), url("../fonts/Roboto-RegularItalic.woff") format("woff"), url("../fonts/Roboto-RegularItalic.ttf") format("truetype");
font-weight: 400;
font-style: italic; }
@font-face {
font-family: "Roboto";
src: local("Roboto"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.eot"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
font-weight: 500;
font-style: normal; }
@font-face {
font-family: "Roboto";
src: local("Roboto"), local("Roboto-Bold"), url("../fonts/Roboto-Bold.eot"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal; }
@font-face {
font-family: "Material Icons";
src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.eot"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal; }
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
/* Preferred icon size */
font-size: 24px;
display: inline-block;
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';
/* Rules for sizing the icon. */
/* Rules for using icons as black on a light background. */
/* Rules for using icons as white on a dark background. */ }
.material-icons.md-18 {
font-size: 18px; }
.material-icons.md-24 {
font-size: 24px; }
.material-icons.md-36 {
font-size: 36px; }
.material-icons.md-48 {
font-size: 48px; }
.material-icons.md-dark {
color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive {
color: rgba(0, 0, 0, 0.26); }
.material-icons.md-light {
color: white; }
.material-icons.md-light.md-inactive {
color: rgba(255, 255, 255, 0.3); }
/* fix for autcomplete inputs in chrome */
input:-webkit-autofill {
-webkit-text-fill-color: rgba(255, 255, 255, 0.87) !important;
-webkit-box-shadow: 0 0 0px 1000px #303030 inset; }
html,
body {
color: rgba(255, 255, 255, 0.87);
font-size: 14px;
min-width: 320px; }
md-content {
background: #303030; }
md-sidenav {
max-width: 240px !important;
min-width: 240px !important;
width: 240px !important; }
md-sidenav a {
color: #fff;
font-weight: 700;
text-decoration: none; }
md-sidenav a:focus {
outline: none; }
md-card {
background: #424242;
margin-bottom: 30px; }
md-backdrop.md-opaque {
background-color: #fefefe; }
md-progress-circular {
margin: 50px auto 0; }
md-toolbar md-icon.md-default-theme {
color: white; }
.more-menu-content {
color: #ffffff; }
.md-button.md-fab.add-post-btn,
.md-button.md-fab.add-post-btn:hover {
bottom: 5px;
position: fixed;
right: 5px; }
.md-title.article-title {
margin-top: 0; }
.md-button.md-primary.md-raised,
.md-button.md-primary.md-raised:not([disabled]):hover {
background: #673AB7; }
.md-actions .md-button.md-fab.confirm-btn,
.md-actions .md-button.md-fab.confirm-btn:hover {
background: #4CAF50; }
.md-actions .md-button.md-fab.alert-btn,
.md-actions .md-button.md-fab.alert-btn:hover {
background: #f44336; }
/* accept button */
md-dialog .md-actions .md-button,
.md-button.md-default-theme.md-primary:not([disabled]) {
color: #81C784; }
/* cancel button */
md-dialog .md-actions .md-button:first-child,
.md-button.md-default-theme.md-primary:not([disabled]):first-child {
color: #e57373; }
md-toast.md-default-theme,
md-toast {
background: #000;
color: #ff5252;
text-shadow: 0px 0px 1px #424242; }
md-progress-circular {
margin: 20px auto 0; }
.main {
max-width: 100%;
min-height: 100%; }
/* container class like bootstrap */
.container {
padding: 0 8px;
margin: 10px auto; }
/*
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
*/
.container-dialog {
padding: 0 10px; }
.movies-list > div {
box-sizing: border-box;
-webkit-flex: 1 1 33.3333%;
-ms-flex: 1 1 33.3333%;
flex: 1 1 33.3333%;
margin: 3px 0;
max-height: 100%;
max-width: 33.3333%;
position: relative; }
@media (min-width: 480px) {
.movies-list > div {
-webkit-flex: 1 1 25%;
-ms-flex: 1 1 25%;
flex: 1 1 25%;
max-width: 25%; } }
@media (min-width: 600px) {
.movies-list > div {
-webkit-flex: 1 1 20%;
-ms-flex: 1 1 20%;
flex: 1 1 20%;
max-width: 20%; } }
@media (min-width: 960px) {
.movies-list > div {
-webkit-flex: 1 1 16.6666%;
-ms-flex: 1 1 16.6666%;
flex: 1 1 16.6666%;
max-width: 16.6666%; } }
.movies-list > div img {
display: block;
margin: auto;
width: 95%; }
.movies-list > div .no-poster {
background: #212121;
height: 100%;
position: absolute;
width: 100%; }
.movies-list > div .no-poster .data {
font-size: 16px;
font-weight: 700;
margin: 0 10%;
position: absolute;
text-align: center;
top: 40%;
width: 80%; }
md-dialog.main {
border-radius: 0; }
md-toolbar.movie-tall {
background-position: center center;
background-size: 100% !important;
height: 176px;
min-height: 176px;
max-height: 176px; }
md-toolbar.movie-tall h1 {
text-shadow: 1px 1px 1px #212121; }
md-toolbar.movie-tall i {
text-shadow: 1px 1px 1px #212121; } | 0.228587 | 0.056914 |
footer {
display: flex;
margin-top: 5px;
margin-left: 5%;
margin-right: 5%;
width: auto;
height: 3.6rem;
border-top: 1px solid #10162F;
}
footer .content {
width: 100%;
display: flex;
padding: 1rem 0.5rem;
}
footer .column-1 {
display: flex;
width: 33.3%;
text-align: left;
}
footer .column-2 {
width: 33.3%;
text-align: center;
}
footer .column-3 {
width: 33.3%;
text-align: right;
}
footer a {
color: #10162F;
--mainColor: #3A10E5;
--mainColor: #10162F;
background:
linear-gradient(
to bottom, var(--mainColor) 0%,
var(--mainColor) 100%
);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 1px 1px;
text-decoration: none;
transition: background-size .2s;
padding: 0.4rem 0.3rem;
font-size: 0.8rem;
font-weight: bold;
border-radius: 0.2rem;
border: 1px solid #10162F;
}
footer a:hover {
background-size: 4px 50px;
text-decoration: none;
color: white;
border: 1px solid #10162F;
}
.last-update {
color: #10162F;
background: none !important;
transition: none !important;
display: flex;
align-items: center;
justify-content: center;
border: none;
}
.last-update:hover {
background-position: none;
background-size: none;
text-decoration: none;
border: none;
color: inherit;
}
@media only screen and (max-width: 560px) {
footer {
display: flex;
margin-left: 1.4rem;
margin-right: 1.4rem;
width: auto;
height: 3.7rem;
border-top: 1px solid #10162F;
}
footer .content {
width: 100%;
display: flex;
padding: 1rem 0.1rem;
}
footer a {
color: #10162F;
--mainColor: #10162F;
background:
linear-gradient(
to bottom, var(--mainColor) 0%,
var(--mainColor) 100%
);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 1px 1px;
text-decoration: none;
transition: background-size .2s;
padding: 0.5rem 0.2rem;
font-size: 0.62rem;
font-weight: bold;
border-radius: 0.2rem;
border: 1px solid #10162F;
}
.last-update {
color: #10162F;
background: none !important;
transition: none !important;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 8px;
border: none;
}
}
@media only screen and (max-width: 375px) {
footer a {
color: #10162F;
--mainColor: #10162F;
background:
linear-gradient(
to bottom, var(--mainColor) 0%,
var(--mainColor) 100%
);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 1px 1px;
text-decoration: none;
transition: background-size .2s;
padding: 0.5rem 0.2rem;
font-size: 0.55rem !important; /* iPhone SE breakpoint */
font-weight: bold;
border-radius: 0.2rem;
border: 1px solid #10162F;
}
} | src/css/Footer.css | footer {
display: flex;
margin-top: 5px;
margin-left: 5%;
margin-right: 5%;
width: auto;
height: 3.6rem;
border-top: 1px solid #10162F;
}
footer .content {
width: 100%;
display: flex;
padding: 1rem 0.5rem;
}
footer .column-1 {
display: flex;
width: 33.3%;
text-align: left;
}
footer .column-2 {
width: 33.3%;
text-align: center;
}
footer .column-3 {
width: 33.3%;
text-align: right;
}
footer a {
color: #10162F;
--mainColor: #3A10E5;
--mainColor: #10162F;
background:
linear-gradient(
to bottom, var(--mainColor) 0%,
var(--mainColor) 100%
);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 1px 1px;
text-decoration: none;
transition: background-size .2s;
padding: 0.4rem 0.3rem;
font-size: 0.8rem;
font-weight: bold;
border-radius: 0.2rem;
border: 1px solid #10162F;
}
footer a:hover {
background-size: 4px 50px;
text-decoration: none;
color: white;
border: 1px solid #10162F;
}
.last-update {
color: #10162F;
background: none !important;
transition: none !important;
display: flex;
align-items: center;
justify-content: center;
border: none;
}
.last-update:hover {
background-position: none;
background-size: none;
text-decoration: none;
border: none;
color: inherit;
}
@media only screen and (max-width: 560px) {
footer {
display: flex;
margin-left: 1.4rem;
margin-right: 1.4rem;
width: auto;
height: 3.7rem;
border-top: 1px solid #10162F;
}
footer .content {
width: 100%;
display: flex;
padding: 1rem 0.1rem;
}
footer a {
color: #10162F;
--mainColor: #10162F;
background:
linear-gradient(
to bottom, var(--mainColor) 0%,
var(--mainColor) 100%
);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 1px 1px;
text-decoration: none;
transition: background-size .2s;
padding: 0.5rem 0.2rem;
font-size: 0.62rem;
font-weight: bold;
border-radius: 0.2rem;
border: 1px solid #10162F;
}
.last-update {
color: #10162F;
background: none !important;
transition: none !important;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 8px;
border: none;
}
}
@media only screen and (max-width: 375px) {
footer a {
color: #10162F;
--mainColor: #10162F;
background:
linear-gradient(
to bottom, var(--mainColor) 0%,
var(--mainColor) 100%
);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 1px 1px;
text-decoration: none;
transition: background-size .2s;
padding: 0.5rem 0.2rem;
font-size: 0.55rem !important; /* iPhone SE breakpoint */
font-weight: bold;
border-radius: 0.2rem;
border: 1px solid #10162F;
}
} | 0.417271 | 0.100172 |
/* remove padding from cols */
.col-md-2, .col-md-7, .col-md-3, .col-md-6 {
padding-left: 0px;
padding-right: 0px;
}
/* customize the side bar list */
#side-bar-list {
padding-left: 0px;
}
ul#side-bar-list li {
list-style-type: none;
height: 35px;
width: 150px;
border-radius: 5px;
display: flex;
align-items: center;
}
/* no colors for links */
ul#side-bar-list a {
color: inherit;
}
ul#side-bar-list a:hover, ul#side-bar-list a:link {
text-decoration: none;
}
ul#side-bar-list li:hover, ul#side-bar-list li.selected {
background-color: #E0E0E0;
}
ul#side-bar-list li.selected {
font-weight: bolder;
}
#news-image, #chat-sidebar-image {
height: 20px;
margin-right: 10px;
}
#post-box {
margin-left: auto;
margin-right: auto;
width: 75%;
}
/*
* for an explanation:
* same media query from posts.css
* */
@media (max-width: 991px) {
#post-box {
width: 100%;
}
}
#post-header a {
cursor: pointer;
}
#post-btn-wrapper {
text-align: left;
background-color: #E0E0E0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
#post-btn {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
}
#file-upload {
display: none;
}
#profile-picture-checkbox {
margin-left: 5px;
height: 35px;
display: flexbox;
align-items: center;
}
#file-upload-btn {
background-color: white;
border: 1px solid #ccc;
border-radius: 3px;
padding: 6px 12px;
cursor: pointer;
display: inline-block;
margin-right: 10px;
}
#file-upload-btn:hover {
background-color: #E0E0E0;
}
#post-upload {
height: 70px;
display: flex;
align-items: center;
//justify-content: center;
}
#post-pic {
height: 185px;
}
#post-pic-desc {
display: block;
height: 80px;
}
#news-view {
margin-top: 20px;
}
#checkbox-text {
margin-left: 10px;
//padding-bottom: 20px;
display: inline-block;
//margin-bottom: 100px;
}
#chat-friend-title {
//text-align: center;
font-size: 20px;
margin-left: 10px;
}
#chat-no-friends-txt {
margin: 10px;
}
#chat-friends-list {
margin-top: 10px;
}
.chat-friend-wrapper {
height: 30px;
margin-bottom: 20px;
}
.chat-friend-item {
display: inline-block;
cursor: pointer;
padding-right: 10px;
}
.chat-friend-item:hover {
background-color: #E0E0E0;
border-radius: 5px;
}
.chat-friend-avatar {
height: 40px;
border-radius: 20px;
border: 1px solid #E0E0E0;
margin: 5px;
}
.chat-friend-name {
margin-left: 10px;
} | public/css/index.css | /* remove padding from cols */
.col-md-2, .col-md-7, .col-md-3, .col-md-6 {
padding-left: 0px;
padding-right: 0px;
}
/* customize the side bar list */
#side-bar-list {
padding-left: 0px;
}
ul#side-bar-list li {
list-style-type: none;
height: 35px;
width: 150px;
border-radius: 5px;
display: flex;
align-items: center;
}
/* no colors for links */
ul#side-bar-list a {
color: inherit;
}
ul#side-bar-list a:hover, ul#side-bar-list a:link {
text-decoration: none;
}
ul#side-bar-list li:hover, ul#side-bar-list li.selected {
background-color: #E0E0E0;
}
ul#side-bar-list li.selected {
font-weight: bolder;
}
#news-image, #chat-sidebar-image {
height: 20px;
margin-right: 10px;
}
#post-box {
margin-left: auto;
margin-right: auto;
width: 75%;
}
/*
* for an explanation:
* same media query from posts.css
* */
@media (max-width: 991px) {
#post-box {
width: 100%;
}
}
#post-header a {
cursor: pointer;
}
#post-btn-wrapper {
text-align: left;
background-color: #E0E0E0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
#post-btn {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
}
#file-upload {
display: none;
}
#profile-picture-checkbox {
margin-left: 5px;
height: 35px;
display: flexbox;
align-items: center;
}
#file-upload-btn {
background-color: white;
border: 1px solid #ccc;
border-radius: 3px;
padding: 6px 12px;
cursor: pointer;
display: inline-block;
margin-right: 10px;
}
#file-upload-btn:hover {
background-color: #E0E0E0;
}
#post-upload {
height: 70px;
display: flex;
align-items: center;
//justify-content: center;
}
#post-pic {
height: 185px;
}
#post-pic-desc {
display: block;
height: 80px;
}
#news-view {
margin-top: 20px;
}
#checkbox-text {
margin-left: 10px;
//padding-bottom: 20px;
display: inline-block;
//margin-bottom: 100px;
}
#chat-friend-title {
//text-align: center;
font-size: 20px;
margin-left: 10px;
}
#chat-no-friends-txt {
margin: 10px;
}
#chat-friends-list {
margin-top: 10px;
}
.chat-friend-wrapper {
height: 30px;
margin-bottom: 20px;
}
.chat-friend-item {
display: inline-block;
cursor: pointer;
padding-right: 10px;
}
.chat-friend-item:hover {
background-color: #E0E0E0;
border-radius: 5px;
}
.chat-friend-avatar {
height: 40px;
border-radius: 20px;
border: 1px solid #E0E0E0;
margin: 5px;
}
.chat-friend-name {
margin-left: 10px;
} | 0.31059 | 0.07024 |
:root {
--nav-background-color: #3f3d56;
--nav-color-dark: #1d2a36;
--hover-accent-color: #302e41;
--accent-orange-color: #e67e22;
--accent-red-color: #e74c3c;
--white-color: #fff;
--nav-animation: 0.5s;
--sidebar-width: 240px;
--z-fixed: 100;
}
/* Scrollbar Modification */
/* These may give error/warning in validator. I have provided alternatives for */
/* Other browsers (Firefox/Safari/IE). They work perfectly fine. */
/* It is needed to get rid of that disgusting basic scrollbar, especially in the */
/* sidebar navigation */
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: #e67e22;
}
/* End Scrollbar Modification */
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: 12px;
margin-bottom: 4px;
overflow: hidden;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
display: none;
}
/* body.stop-transition-load {
transition: none;
} */
body {
position: relative;
font-family: "Poppins", sans-serif;
height: 100vh;
overflow: scroll;
transition: var(--nav-animation);
transition-property: padding-left;
}
.body-padding {
padding-left: 0;
}
a {
text-decoration: none;
}
/* Header Section */
.header {
width: 100%;
height: 4em;
position: fixed;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 1em;
background-color: var(--white-color);
z-index: var(--z-fixed);
border-bottom: #e6e6e6 0.2em solid;
transition: var(--nav-animation);
transition-property: padding-left;
}
.header-toggle {
color: var(--nav-background-color);
font-size: 1.5em;
cursor: pointer;
}
.header-account {
display: flex;
justify-content: center;
align-items: center;
}
.header-account p,
.header-account a {
margin: 0 0.4em 0 0.6em;
font-size: 1.1em;
font-weight: 400;
white-space: nowrap;
color: #1d2a36;
}
.header-account i {
padding-bottom: 0.3em;
}
.header-img {
width: 35px;
height: 35px;
border-radius: 50%;
overflow: hidden;
}
.header-img img {
width: 35px;
}
.header-padding {
/* Will give error in validator, it has been reported and acknowledged */
/* as a bug on the Git repo of the validator project */
padding-left: calc(var(--sidebar-width) + 1em);
}
/* End Header Section */
/* Navbar Section */
.l-navbar {
position: fixed;
top: 0;
left: 0;
width: 0;
height: 100vh;
background-color: var(--nav-background-color);
transition: var(--nav-animation);
transition-property: width;
z-index: var(--z-fixed);
}
.nav {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
overflow: hidden;
}
.nav-list {
max-height: calc(100vh - 5em);
overflow-y: auto;
overflow-x: hidden;
/* Might give error to validator due to it only being Firefox specific */
scrollbar-width: none;
}
/* Might give error to validator due to it only being Chrome/Edge specific */
.nav-list::-webkit-scrollbar {
display: none;
}
/* Might give error to validator due to it only being Chrome/Edge specific */
.nav-list:hover::-webkit-scrollbar {
display: block;
}
/* Might give error to validator due to it only being Chrome/Edge specific */
.nav-list:hover {
scrollbar-width: thin;
}
.nav-logo,
.nav-link,
.class-select {
display: grid;
grid-template-columns: max-content max-content;
align-items: center;
column-gap: 0.5em;
padding: 0.5em 0 0.5em 1.5em;
}
/* Sidebar Logo */
.nav-logo {
height: 4em;
margin-bottom: 0.5em;
border-bottom: var(--nav-color-dark) 0.2em solid;
}
.nav-logo-info {
display: flex;
flex-direction: column;
}
.nav-logo-info .name {
font-size: 1.25em;
color: #c9c9c9;
font-weight: 500;
height: 1.1em;
width: 6em;
}
.nav-logo-info .usertype {
font-size: 0.8em;
color: #c9c9c9;
text-align: end;
}
.nav-section {
color: #9e9e9e;
padding-left: 0.4em;
white-space: nowrap;
}
.nav-link,
.class-select {
position: relative;
color: #c9c9c9;
font-weight: 500;
font-size: 1.25em;
margin-bottom: 0.1em;
margin-left: 0.4em;
}
.nav-link:hover,
.class-select:hover {
background-color: var(--hover-accent-color);
}
.nav-link.active {
color: var(--nav-background-color);
font-weight: 600;
background-color: #fff;
border-radius: 20px 0 0 20px;
}
/* Show Navbar on click */
.show {
width: var(--sidebar-width);
}
/* Class Sections */
.class-select span {
width: 150px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.class-select:hover {
cursor: pointer;
}
.nav-class.open .class-select {
color: var(--accent-orange-color);
transition: 0.3s;
}
.nav-class.open {
position: relative;
}
.nav-class.open::before {
content: "";
position: absolute;
left: 0;
margin-top: 0.8em;
width: 3px;
height: 32px;
background-color: var(--accent-orange-color);
transition: 0.3s;
}
.class-links {
display: none;
transition: display 0.3s;
}
.class-links a::before {
content: "";
position: absolute;
left: -2em;
margin-top: 0;
width: 3px;
height: 30px;
background-color: var(--accent-orange-color);
transition: 0.3s;
}
.nav-class .nav-link {
font-size: 0.95em;
margin-left: 2em;
}
/* End Class Sections */
/* End Navbar Section */
/* General Dashboard Content */
.main-content {
display: flex;
justify-content: space-around;
margin-top: 4em;
flex-wrap: wrap;
overflow-x: hidden;
overflow-y: scroll;
align-content: flex-start;
scrollbar-width: thin;
}
/* Might give error to Validator as it is specific to Chrome/Edge */
.main-content::-webkit-scrollbar {
display: none;
}
section {
border-color: #e6e6e6;
border-width: 0.15em;
border-style: solid;
border-radius: 8px;
flex-basis: 95%;
overflow: hidden;
margin: 0.5em 0;
background-color: #fff;
box-shadow: 0px 5px 10px 0 #e6e6e6;
}
section .section-header {
padding: 0 2em 0 1.5em;
display: flex;
border-bottom: #e6e6e6 0.15em solid;
background: white;
color: black;
overflow: visible;
justify-content: space-between;
align-items: center;
}
.section-header p {
/* text-align: center; */
text-decoration: none;
font-weight: 400;
font-size: 1.6em;
}
.section-header button {
border: none;
background-color: transparent;
font-size: 1.2em;
font-weight: 400;
color: #e74c3c;
font-family: "Poppins", sans-serif;
}
.section-header a {
color: #e74c3c;
}
section .section-content {
padding: 1em 1.5em;
max-height: 40vh;
overflow: auto;
}
section h2 {
font-size: 1.6em;
font-weight: 600;
}
section p {
max-width: 60ch;
font-size: 1.2em;
font-weight: 400;
padding: 1em 0;
}
section .emphasis {
color: var(--accent-orange-color);
font-weight: 500;
}
/* End General Dashboard Content */
/* Banner Section */
.class-banner {
flex-basis: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 2em 0 2em 0;
padding: 1em 2em;
overflow: hidden;
max-height: 50vh;
border: none;
border-radius: 0;
background-image: url("../images/png/red-orange-gradient-harsh.png");
background-repeat: no-repeat;
background-size: cover;
}
.class-banner h2 {
color: white;
font-size: 3.5em;
margin-bottom: 0.3em;
}
.class-banner p {
color: white;
padding: 0;
font-size: 2.2em;
}
/* End Banner Section */
/* Input Forms */
.section-content form {
padding: 0.2em 0 0 0;
position: relative;
max-width: 60em;
}
.section-content form fieldset {
border: none;
margin: 1em 0;
}
.section-content form legend {
font-size: 1.7em;
margin-bottom: 1em;
}
.section-content form .number {
display: inline-block;
text-align: center;
border-radius: 15px 15px 15px 0;
margin: 0 0.5em 0 1em;
height: 1.5;
width: 1.5em;
background: #e67e22;
color: #fff;
}
.section-content form input,
.section-content form textarea,
.section-content form select {
box-sizing: border-box;
outline: none;
border: none;
border-radius: 5px;
width: 100%;
padding: 10px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
background: #e9e9e9;
caret-color: var(--nav-color-dark);
color: #5e5454;
font-size: 1.3em;
font-weight: 400;
font-family: "Poppins", sans-serif;
}
.section-content form textarea {
resize: vertical;
}
.section-content form select {
-webkit-appearance: menulist-button;
-moz-appearance: menulist-button;
appearance: none;
}
.section-content input::placeholder {
font-weight: 400;
color: #ada5a5;
text-transform: none;
}
.section-content input:focus {
background: #e2e2e2;
transition: ease-in-out 0.2s;
transition-property: background;
}
.section-content form .invalid-feedback {
display: block;
margin: 0.5em 0 1em 1.5em;
}
.section-content form p {
padding: 0.3em 0.1em 0.5em;
font-size: 1em;
color: var(--accent-red-color);
}
/* Form Rows */
.section-content form .row {
display: flex;
justify-content: space-between;
}
form .row .form-group:nth-child(2) {
margin-left: 4em;
}
form .row .row-30 {
width: 30%;
}
form .row .row-70 {
width: 70%;
}
/* End Form Rows */
/* Button Design */
.section-content button {
border: none;
border-radius: 10px;
outline: none;
padding: 0.1em 0.5em;
min-width: 6em;
max-width: fit-content;
margin: 0.5em 1em 1em;
background-image: url(../images/png/red-orange-gradient-harsh.png);
background-size: cover;
background-position: center;
color: #fff;
font-size: 1.7em;
font-family: "Poppins", sans-serif;
transition: ease 0.5s;
transition-property: background-position;
}
.section-content button:hover {
cursor: pointer;
background-image: url(../images/png/red-orange-gradient-harsh.png);
background-position: 0 0;
transition: ease 0.5s;
transition-property: background-position;
}
.section-content button:active {
transform: scale(1.05);
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* End Input Forms */
/* Custom Container Classes */
.join-classroom {
max-width: 100ch;
}
.join-classroom .section-content {
max-height: 45vh;
max-width: 100ch;
}
.join-classroom p {
max-width: 90%;
}
.join-classroom input {
text-transform: uppercase;
}
/* Create Account Page Specific */
.create-classroom .section-content {
max-height: 80vh;
}
.create-classroom {
max-width: 100ch;
}
/* End Create Account Page Specific */
/* Edit Account Page Specific */
.edit-account {
max-width: 100ch;
}
.edit-account .section-content {
max-height: 80vh;
}
/* End Edit Account Page Specific */
/* Edit Password Page Specific */
.edit-password {
max-width: 100ch;
}
.edit-password .section-content {
max-height: 80vh;
}
/* End Edit Password Page Specific */
/* Class Information Page Specific */
.class-desc .section-content {
display: block;
}
.class-desc p {
white-space: pre-wrap;
}
.class-desc p + p {
padding-top: 2em;
}
.class-information td {
align-self: center;
}
.class-information .section-content {
padding-top: 0;
}
.class-information p {
font-size: 1.3em;
font-weight: 600;
word-wrap: break-word;
}
.class-information table {
border-collapse: collapse;
width: 100%;
}
.class-information td + td {
border-left: 4em transparent solid;
}
.class-information td {
width: 1em;
padding: 0;
}
.class-information tr:last-child {
border-bottom: none;
}
/* End Class Information Page Specific */
/* Check Attendance Page Specific */
.codes-generated .section-content {
padding: 0 1.5em;
}
.check-attendance .section-content {
padding: 0 1.5em;
}
.check-attendance form {
padding-top: 0;
}
.check-attendance p {
padding: 0.5em 0;
}
.attendance-history {
overflow: hidden;
}
.attendance-history .section-content {
display: flex;
flex-direction: row;
padding: 0;
margin: 0;
}
.attendance-percentage .section-content {
display: flex;
justify-content: center;
}
.attendance-percentage .semi-donut {
position: relative;
overflow: hidden;
width: 250px;
height: 125px;
display: flex;
align-items: flex-end;
justify-content: center;
box-sizing: border-box;
margin: 1em 0;
color: #27ae60;
font-size: 22px;
font-weight: 600;
}
.attendance-percentage .semi-donut::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 250px;
height: 250px;
border: 30px solid;
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) #27ae60 #27ae60;
border-radius: 50%;
transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
animation: fillAnimation 1s ease-in;
}
.attendance-history .class-date {
padding: 0 1.2em;
text-align: center;
}
.attendance-history .class-date p {
padding: 0.5em 0;
}
.attendance-history .attendance-status {
color: #e74c3c;
font-weight: 600;
padding: 0;
}
.attendance-history .attendance-status.attended {
color: #27ae60;
font-weight: 400;
}
/* End Check Attendance Page Specific */
/* Homework List Page Specific */
.homework-list .section-content {
padding: 0.25em;
height: fit-content;
max-height: 80vh;
}
.homework-list .success {
color: #27ae60;
font-weight: 600;
}
.homework-list .fail {
color: #e74c3c;
}
/* End Homework List Page Specific */
/* Homework Information Page Specific */
.homework-detail .section-content {
height: fit-content;
max-height: 77vh;
}
/* End Homework Information Page Specific */
/* Class Documentation List Page Specific */
.class-documentation .section-header {
/* flex-direction: column; */
justify-content: space-between;
}
.class-documentation .section-content {
padding: 0.25em;
height: fit-content;
max-height: 77vh;
}
.class-documentation .important {
font-weight: 500;
background-color: #ffdb99;
}
/* End Class Documentation List Page Specific */
/* Tables Class */
.special-table table {
border: 0;
width: 100%;
}
.special-table thead {
border: none;
clip: rect(0, 0, 0, 0);
height: 1px;
margin-right: 1em;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.special-table tr {
border-bottom: 2px solid #c9c9c9;
display: block;
padding: 1em 0.5em;
margin-bottom: 0.625em;
}
.special-table tr.active-code {
background: #8ad882;
}
.special-table td {
border-bottom: 1px solid #c9c9c9;
display: block;
padding: 0.4em 0;
font-size: 1em;
text-align: right;
}
.special-table td a {
color: #000;
font-weight: 600;
}
.special-table td::before {
content: attr(data-label);
float: left;
font-weight: 600;
text-transform: uppercase;
}
.special-table p {
font-size: 1.2em;
text-align: right;
max-width: 100%;
height: fit-content;
padding: 0.25em;
}
.special-table td:last-child {
border-bottom: 0;
}
.special-table th {
font-size: 0.9em;
letter-spacing: 0.05em;
text-transform: uppercase;
font-weight: 600;
}
/* End Tables Class Specific */
/* Homework Detail Page Specific */
.homework-detail .section-content {
max-height: 80vh;
display: flex;
flex-direction: column;
}
.homework-detail .homework-text {
display: flex;
flex-direction: column;
overflow-y: auto;
white-space: pre-wrap;
word-wrap: break-word;
background-color: #ffe7bc;
margin: 0 auto;
padding: 0.5em 0 1em;
max-width: 70ch;
min-width: 40ch;
}
.homework-detail .homework-status {
margin-top: 3em;
display: flex;
flex-direction: row;
justify-content: space-evenly;
border-top: 1px solid #c9c9c9;
padding-top: 3em;
align-items: stretch;
text-align: center;
}
.homework-status .grade {
font-size: 2em;
padding: 0;
margin: 0;
color: rgb(95, 168, 93);
font-weight: 600;
}
.homework-status h4 {
margin-top: 1em;
font-size: 1.4em;
}
.homework-status a {
color: #000;
}
.homework-status h3 {
margin-bottom: 0.5em;
font-size: 1.6em;
font-weight: 600;
}
.homework-text .code-snippet {
background-color: #e9e8d0;
padding: 0 1em;
margin-right: 1em;
border: 2px solid #e6e6e6;
font-size: 1em;
line-height: 1.75em;
font-family: Sans-Serif;
}
/* End Homework Detail Page Specific */
/* Grade Page Specific */
.final-grade,
.grade-history {
max-width: 110ch;
}
.final-grade {
max-height: 60vh;
}
.final-grade .section-content {
max-height: 50vh;
}
/* End Grade Page Specific */
/* End Custom Container Classes */
/* Media Queries */
@media screen and (max-width: 320px) {
.class-banner h2 {
font-size: 3.2em;
}
.class-banner p {
font-size: 2em;
}
.class-information table {
padding: 0.5em 0.15em;
font-size: 1em;
}
.class-information td + td {
border-left: 0.5em transparent solid;
}
.homework-detail .homework-text {
min-width: 28ch;
}
}
@media screen and (min-width: 860px) {
html {
font-size: 14px;
}
body {
padding-left: 220px;
}
.header {
padding: 0 1em 0 calc(220px + 1em);
}
.header-img {
width: 40px;
height: 40px;
}
.header-img img {
width: 40px;
}
.l-navbar {
left: 0;
width: 220px;
}
.nav-link,
.class-select {
font-size: 1em;
}
.nav-class .nav-link {
font-size: 0.8em;
}
.show {
width: 0;
}
.header-padding {
padding: 1em;
}
.body-padding {
padding: 0;
}
/* Page Specific */
.class-banner {
height: 35vh;
padding: 2em 0 4em 4em;
}
.class-banner h2 {
margin-left: 1em;
}
.class-banner p {
margin-left: 2em;
}
/* Edit Account */
.edit-account .section-content {
flex-direction: row;
justify-content: space-between;
margin-right: 4em;
}
.edit-account .information-change {
flex-basis: 70%;
align-items: center;
}
.edit-account .image-change {
margin-top: 2em;
height: inherit;
justify-content: space-between;
align-items: center;
}
.image-change img {
width: 20em;
height: 20em;
border-radius: 0%;
}
/* Tables class */
.special-table table {
border: none;
width: 100%;
border-collapse: collapse;
margin: 0;
padding: 0;
table-layout: fixed;
}
.special-table thead {
background-color: #e3e3e3;
display: table-header-group;
clip: unset;
height: fit-content;
margin: 0;
position: unset;
}
.special-table th,
.special-table td {
padding: 1.4em 0.35em;
text-align: center;
display: table-cell;
}
.special-table tr:nth-child(even) {
background-color: #f0f0f0;
}
.special-table th {
font-size: 1em;
padding: 0.7em 0;
}
.special-table tr {
display: table-row;
border: 0;
}
.special-table td {
font-size: 1em;
border: 0;
}
.special-table td::before {
content: unset;
}
.special-table p {
font-size: 1em;
text-align: center;
}
/* Homework Detail */
.homework-detail {
width: fit-content;
max-width: 100ch;
}
.homework-detail .section-content {
flex-direction: row;
justify-content: space-around;
min-width: 25em;
}
.homework-detail .homework-text {
max-width: 70ch;
min-width: 40ch;
}
.homework-detail .homework-status {
flex-direction: column;
border-top: none;
height: inherit;
align-items: center;
text-align: center;
justify-content: center;
padding: 0;
margin: 0;
margin-right: 2em;
}
.homework-status h3 {
text-align: center;
}
/* Custom Text
/* End Page Specific */
.width-half-M {
flex-basis: 44%;
}
}
@media screen and (min-width: 1200px) {
.width-half-L {
flex-basis: 48%;
}
.width-third-L {
flex-basis: 37%;
}
.width-two-thirds-L {
flex-basis: 60%;
}
.width-full-L {
flex-basis: 98%;
}
}
/* End Media Queries */ | public/assets/styles/dashboard.css | :root {
--nav-background-color: #3f3d56;
--nav-color-dark: #1d2a36;
--hover-accent-color: #302e41;
--accent-orange-color: #e67e22;
--accent-red-color: #e74c3c;
--white-color: #fff;
--nav-animation: 0.5s;
--sidebar-width: 240px;
--z-fixed: 100;
}
/* Scrollbar Modification */
/* These may give error/warning in validator. I have provided alternatives for */
/* Other browsers (Firefox/Safari/IE). They work perfectly fine. */
/* It is needed to get rid of that disgusting basic scrollbar, especially in the */
/* sidebar navigation */
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: #e67e22;
}
/* End Scrollbar Modification */
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: 12px;
margin-bottom: 4px;
overflow: hidden;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
display: none;
}
/* body.stop-transition-load {
transition: none;
} */
body {
position: relative;
font-family: "Poppins", sans-serif;
height: 100vh;
overflow: scroll;
transition: var(--nav-animation);
transition-property: padding-left;
}
.body-padding {
padding-left: 0;
}
a {
text-decoration: none;
}
/* Header Section */
.header {
width: 100%;
height: 4em;
position: fixed;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 1em;
background-color: var(--white-color);
z-index: var(--z-fixed);
border-bottom: #e6e6e6 0.2em solid;
transition: var(--nav-animation);
transition-property: padding-left;
}
.header-toggle {
color: var(--nav-background-color);
font-size: 1.5em;
cursor: pointer;
}
.header-account {
display: flex;
justify-content: center;
align-items: center;
}
.header-account p,
.header-account a {
margin: 0 0.4em 0 0.6em;
font-size: 1.1em;
font-weight: 400;
white-space: nowrap;
color: #1d2a36;
}
.header-account i {
padding-bottom: 0.3em;
}
.header-img {
width: 35px;
height: 35px;
border-radius: 50%;
overflow: hidden;
}
.header-img img {
width: 35px;
}
.header-padding {
/* Will give error in validator, it has been reported and acknowledged */
/* as a bug on the Git repo of the validator project */
padding-left: calc(var(--sidebar-width) + 1em);
}
/* End Header Section */
/* Navbar Section */
.l-navbar {
position: fixed;
top: 0;
left: 0;
width: 0;
height: 100vh;
background-color: var(--nav-background-color);
transition: var(--nav-animation);
transition-property: width;
z-index: var(--z-fixed);
}
.nav {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
overflow: hidden;
}
.nav-list {
max-height: calc(100vh - 5em);
overflow-y: auto;
overflow-x: hidden;
/* Might give error to validator due to it only being Firefox specific */
scrollbar-width: none;
}
/* Might give error to validator due to it only being Chrome/Edge specific */
.nav-list::-webkit-scrollbar {
display: none;
}
/* Might give error to validator due to it only being Chrome/Edge specific */
.nav-list:hover::-webkit-scrollbar {
display: block;
}
/* Might give error to validator due to it only being Chrome/Edge specific */
.nav-list:hover {
scrollbar-width: thin;
}
.nav-logo,
.nav-link,
.class-select {
display: grid;
grid-template-columns: max-content max-content;
align-items: center;
column-gap: 0.5em;
padding: 0.5em 0 0.5em 1.5em;
}
/* Sidebar Logo */
.nav-logo {
height: 4em;
margin-bottom: 0.5em;
border-bottom: var(--nav-color-dark) 0.2em solid;
}
.nav-logo-info {
display: flex;
flex-direction: column;
}
.nav-logo-info .name {
font-size: 1.25em;
color: #c9c9c9;
font-weight: 500;
height: 1.1em;
width: 6em;
}
.nav-logo-info .usertype {
font-size: 0.8em;
color: #c9c9c9;
text-align: end;
}
.nav-section {
color: #9e9e9e;
padding-left: 0.4em;
white-space: nowrap;
}
.nav-link,
.class-select {
position: relative;
color: #c9c9c9;
font-weight: 500;
font-size: 1.25em;
margin-bottom: 0.1em;
margin-left: 0.4em;
}
.nav-link:hover,
.class-select:hover {
background-color: var(--hover-accent-color);
}
.nav-link.active {
color: var(--nav-background-color);
font-weight: 600;
background-color: #fff;
border-radius: 20px 0 0 20px;
}
/* Show Navbar on click */
.show {
width: var(--sidebar-width);
}
/* Class Sections */
.class-select span {
width: 150px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.class-select:hover {
cursor: pointer;
}
.nav-class.open .class-select {
color: var(--accent-orange-color);
transition: 0.3s;
}
.nav-class.open {
position: relative;
}
.nav-class.open::before {
content: "";
position: absolute;
left: 0;
margin-top: 0.8em;
width: 3px;
height: 32px;
background-color: var(--accent-orange-color);
transition: 0.3s;
}
.class-links {
display: none;
transition: display 0.3s;
}
.class-links a::before {
content: "";
position: absolute;
left: -2em;
margin-top: 0;
width: 3px;
height: 30px;
background-color: var(--accent-orange-color);
transition: 0.3s;
}
.nav-class .nav-link {
font-size: 0.95em;
margin-left: 2em;
}
/* End Class Sections */
/* End Navbar Section */
/* General Dashboard Content */
.main-content {
display: flex;
justify-content: space-around;
margin-top: 4em;
flex-wrap: wrap;
overflow-x: hidden;
overflow-y: scroll;
align-content: flex-start;
scrollbar-width: thin;
}
/* Might give error to Validator as it is specific to Chrome/Edge */
.main-content::-webkit-scrollbar {
display: none;
}
section {
border-color: #e6e6e6;
border-width: 0.15em;
border-style: solid;
border-radius: 8px;
flex-basis: 95%;
overflow: hidden;
margin: 0.5em 0;
background-color: #fff;
box-shadow: 0px 5px 10px 0 #e6e6e6;
}
section .section-header {
padding: 0 2em 0 1.5em;
display: flex;
border-bottom: #e6e6e6 0.15em solid;
background: white;
color: black;
overflow: visible;
justify-content: space-between;
align-items: center;
}
.section-header p {
/* text-align: center; */
text-decoration: none;
font-weight: 400;
font-size: 1.6em;
}
.section-header button {
border: none;
background-color: transparent;
font-size: 1.2em;
font-weight: 400;
color: #e74c3c;
font-family: "Poppins", sans-serif;
}
.section-header a {
color: #e74c3c;
}
section .section-content {
padding: 1em 1.5em;
max-height: 40vh;
overflow: auto;
}
section h2 {
font-size: 1.6em;
font-weight: 600;
}
section p {
max-width: 60ch;
font-size: 1.2em;
font-weight: 400;
padding: 1em 0;
}
section .emphasis {
color: var(--accent-orange-color);
font-weight: 500;
}
/* End General Dashboard Content */
/* Banner Section */
.class-banner {
flex-basis: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 2em 0 2em 0;
padding: 1em 2em;
overflow: hidden;
max-height: 50vh;
border: none;
border-radius: 0;
background-image: url("../images/png/red-orange-gradient-harsh.png");
background-repeat: no-repeat;
background-size: cover;
}
.class-banner h2 {
color: white;
font-size: 3.5em;
margin-bottom: 0.3em;
}
.class-banner p {
color: white;
padding: 0;
font-size: 2.2em;
}
/* End Banner Section */
/* Input Forms */
.section-content form {
padding: 0.2em 0 0 0;
position: relative;
max-width: 60em;
}
.section-content form fieldset {
border: none;
margin: 1em 0;
}
.section-content form legend {
font-size: 1.7em;
margin-bottom: 1em;
}
.section-content form .number {
display: inline-block;
text-align: center;
border-radius: 15px 15px 15px 0;
margin: 0 0.5em 0 1em;
height: 1.5;
width: 1.5em;
background: #e67e22;
color: #fff;
}
.section-content form input,
.section-content form textarea,
.section-content form select {
box-sizing: border-box;
outline: none;
border: none;
border-radius: 5px;
width: 100%;
padding: 10px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
background: #e9e9e9;
caret-color: var(--nav-color-dark);
color: #5e5454;
font-size: 1.3em;
font-weight: 400;
font-family: "Poppins", sans-serif;
}
.section-content form textarea {
resize: vertical;
}
.section-content form select {
-webkit-appearance: menulist-button;
-moz-appearance: menulist-button;
appearance: none;
}
.section-content input::placeholder {
font-weight: 400;
color: #ada5a5;
text-transform: none;
}
.section-content input:focus {
background: #e2e2e2;
transition: ease-in-out 0.2s;
transition-property: background;
}
.section-content form .invalid-feedback {
display: block;
margin: 0.5em 0 1em 1.5em;
}
.section-content form p {
padding: 0.3em 0.1em 0.5em;
font-size: 1em;
color: var(--accent-red-color);
}
/* Form Rows */
.section-content form .row {
display: flex;
justify-content: space-between;
}
form .row .form-group:nth-child(2) {
margin-left: 4em;
}
form .row .row-30 {
width: 30%;
}
form .row .row-70 {
width: 70%;
}
/* End Form Rows */
/* Button Design */
.section-content button {
border: none;
border-radius: 10px;
outline: none;
padding: 0.1em 0.5em;
min-width: 6em;
max-width: fit-content;
margin: 0.5em 1em 1em;
background-image: url(../images/png/red-orange-gradient-harsh.png);
background-size: cover;
background-position: center;
color: #fff;
font-size: 1.7em;
font-family: "Poppins", sans-serif;
transition: ease 0.5s;
transition-property: background-position;
}
.section-content button:hover {
cursor: pointer;
background-image: url(../images/png/red-orange-gradient-harsh.png);
background-position: 0 0;
transition: ease 0.5s;
transition-property: background-position;
}
.section-content button:active {
transform: scale(1.05);
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* End Input Forms */
/* Custom Container Classes */
.join-classroom {
max-width: 100ch;
}
.join-classroom .section-content {
max-height: 45vh;
max-width: 100ch;
}
.join-classroom p {
max-width: 90%;
}
.join-classroom input {
text-transform: uppercase;
}
/* Create Account Page Specific */
.create-classroom .section-content {
max-height: 80vh;
}
.create-classroom {
max-width: 100ch;
}
/* End Create Account Page Specific */
/* Edit Account Page Specific */
.edit-account {
max-width: 100ch;
}
.edit-account .section-content {
max-height: 80vh;
}
/* End Edit Account Page Specific */
/* Edit Password Page Specific */
.edit-password {
max-width: 100ch;
}
.edit-password .section-content {
max-height: 80vh;
}
/* End Edit Password Page Specific */
/* Class Information Page Specific */
.class-desc .section-content {
display: block;
}
.class-desc p {
white-space: pre-wrap;
}
.class-desc p + p {
padding-top: 2em;
}
.class-information td {
align-self: center;
}
.class-information .section-content {
padding-top: 0;
}
.class-information p {
font-size: 1.3em;
font-weight: 600;
word-wrap: break-word;
}
.class-information table {
border-collapse: collapse;
width: 100%;
}
.class-information td + td {
border-left: 4em transparent solid;
}
.class-information td {
width: 1em;
padding: 0;
}
.class-information tr:last-child {
border-bottom: none;
}
/* End Class Information Page Specific */
/* Check Attendance Page Specific */
.codes-generated .section-content {
padding: 0 1.5em;
}
.check-attendance .section-content {
padding: 0 1.5em;
}
.check-attendance form {
padding-top: 0;
}
.check-attendance p {
padding: 0.5em 0;
}
.attendance-history {
overflow: hidden;
}
.attendance-history .section-content {
display: flex;
flex-direction: row;
padding: 0;
margin: 0;
}
.attendance-percentage .section-content {
display: flex;
justify-content: center;
}
.attendance-percentage .semi-donut {
position: relative;
overflow: hidden;
width: 250px;
height: 125px;
display: flex;
align-items: flex-end;
justify-content: center;
box-sizing: border-box;
margin: 1em 0;
color: #27ae60;
font-size: 22px;
font-weight: 600;
}
.attendance-percentage .semi-donut::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 250px;
height: 250px;
border: 30px solid;
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) #27ae60 #27ae60;
border-radius: 50%;
transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
animation: fillAnimation 1s ease-in;
}
.attendance-history .class-date {
padding: 0 1.2em;
text-align: center;
}
.attendance-history .class-date p {
padding: 0.5em 0;
}
.attendance-history .attendance-status {
color: #e74c3c;
font-weight: 600;
padding: 0;
}
.attendance-history .attendance-status.attended {
color: #27ae60;
font-weight: 400;
}
/* End Check Attendance Page Specific */
/* Homework List Page Specific */
.homework-list .section-content {
padding: 0.25em;
height: fit-content;
max-height: 80vh;
}
.homework-list .success {
color: #27ae60;
font-weight: 600;
}
.homework-list .fail {
color: #e74c3c;
}
/* End Homework List Page Specific */
/* Homework Information Page Specific */
.homework-detail .section-content {
height: fit-content;
max-height: 77vh;
}
/* End Homework Information Page Specific */
/* Class Documentation List Page Specific */
.class-documentation .section-header {
/* flex-direction: column; */
justify-content: space-between;
}
.class-documentation .section-content {
padding: 0.25em;
height: fit-content;
max-height: 77vh;
}
.class-documentation .important {
font-weight: 500;
background-color: #ffdb99;
}
/* End Class Documentation List Page Specific */
/* Tables Class */
.special-table table {
border: 0;
width: 100%;
}
.special-table thead {
border: none;
clip: rect(0, 0, 0, 0);
height: 1px;
margin-right: 1em;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.special-table tr {
border-bottom: 2px solid #c9c9c9;
display: block;
padding: 1em 0.5em;
margin-bottom: 0.625em;
}
.special-table tr.active-code {
background: #8ad882;
}
.special-table td {
border-bottom: 1px solid #c9c9c9;
display: block;
padding: 0.4em 0;
font-size: 1em;
text-align: right;
}
.special-table td a {
color: #000;
font-weight: 600;
}
.special-table td::before {
content: attr(data-label);
float: left;
font-weight: 600;
text-transform: uppercase;
}
.special-table p {
font-size: 1.2em;
text-align: right;
max-width: 100%;
height: fit-content;
padding: 0.25em;
}
.special-table td:last-child {
border-bottom: 0;
}
.special-table th {
font-size: 0.9em;
letter-spacing: 0.05em;
text-transform: uppercase;
font-weight: 600;
}
/* End Tables Class Specific */
/* Homework Detail Page Specific */
.homework-detail .section-content {
max-height: 80vh;
display: flex;
flex-direction: column;
}
.homework-detail .homework-text {
display: flex;
flex-direction: column;
overflow-y: auto;
white-space: pre-wrap;
word-wrap: break-word;
background-color: #ffe7bc;
margin: 0 auto;
padding: 0.5em 0 1em;
max-width: 70ch;
min-width: 40ch;
}
.homework-detail .homework-status {
margin-top: 3em;
display: flex;
flex-direction: row;
justify-content: space-evenly;
border-top: 1px solid #c9c9c9;
padding-top: 3em;
align-items: stretch;
text-align: center;
}
.homework-status .grade {
font-size: 2em;
padding: 0;
margin: 0;
color: rgb(95, 168, 93);
font-weight: 600;
}
.homework-status h4 {
margin-top: 1em;
font-size: 1.4em;
}
.homework-status a {
color: #000;
}
.homework-status h3 {
margin-bottom: 0.5em;
font-size: 1.6em;
font-weight: 600;
}
.homework-text .code-snippet {
background-color: #e9e8d0;
padding: 0 1em;
margin-right: 1em;
border: 2px solid #e6e6e6;
font-size: 1em;
line-height: 1.75em;
font-family: Sans-Serif;
}
/* End Homework Detail Page Specific */
/* Grade Page Specific */
.final-grade,
.grade-history {
max-width: 110ch;
}
.final-grade {
max-height: 60vh;
}
.final-grade .section-content {
max-height: 50vh;
}
/* End Grade Page Specific */
/* End Custom Container Classes */
/* Media Queries */
@media screen and (max-width: 320px) {
.class-banner h2 {
font-size: 3.2em;
}
.class-banner p {
font-size: 2em;
}
.class-information table {
padding: 0.5em 0.15em;
font-size: 1em;
}
.class-information td + td {
border-left: 0.5em transparent solid;
}
.homework-detail .homework-text {
min-width: 28ch;
}
}
@media screen and (min-width: 860px) {
html {
font-size: 14px;
}
body {
padding-left: 220px;
}
.header {
padding: 0 1em 0 calc(220px + 1em);
}
.header-img {
width: 40px;
height: 40px;
}
.header-img img {
width: 40px;
}
.l-navbar {
left: 0;
width: 220px;
}
.nav-link,
.class-select {
font-size: 1em;
}
.nav-class .nav-link {
font-size: 0.8em;
}
.show {
width: 0;
}
.header-padding {
padding: 1em;
}
.body-padding {
padding: 0;
}
/* Page Specific */
.class-banner {
height: 35vh;
padding: 2em 0 4em 4em;
}
.class-banner h2 {
margin-left: 1em;
}
.class-banner p {
margin-left: 2em;
}
/* Edit Account */
.edit-account .section-content {
flex-direction: row;
justify-content: space-between;
margin-right: 4em;
}
.edit-account .information-change {
flex-basis: 70%;
align-items: center;
}
.edit-account .image-change {
margin-top: 2em;
height: inherit;
justify-content: space-between;
align-items: center;
}
.image-change img {
width: 20em;
height: 20em;
border-radius: 0%;
}
/* Tables class */
.special-table table {
border: none;
width: 100%;
border-collapse: collapse;
margin: 0;
padding: 0;
table-layout: fixed;
}
.special-table thead {
background-color: #e3e3e3;
display: table-header-group;
clip: unset;
height: fit-content;
margin: 0;
position: unset;
}
.special-table th,
.special-table td {
padding: 1.4em 0.35em;
text-align: center;
display: table-cell;
}
.special-table tr:nth-child(even) {
background-color: #f0f0f0;
}
.special-table th {
font-size: 1em;
padding: 0.7em 0;
}
.special-table tr {
display: table-row;
border: 0;
}
.special-table td {
font-size: 1em;
border: 0;
}
.special-table td::before {
content: unset;
}
.special-table p {
font-size: 1em;
text-align: center;
}
/* Homework Detail */
.homework-detail {
width: fit-content;
max-width: 100ch;
}
.homework-detail .section-content {
flex-direction: row;
justify-content: space-around;
min-width: 25em;
}
.homework-detail .homework-text {
max-width: 70ch;
min-width: 40ch;
}
.homework-detail .homework-status {
flex-direction: column;
border-top: none;
height: inherit;
align-items: center;
text-align: center;
justify-content: center;
padding: 0;
margin: 0;
margin-right: 2em;
}
.homework-status h3 {
text-align: center;
}
/* Custom Text
/* End Page Specific */
.width-half-M {
flex-basis: 44%;
}
}
@media screen and (min-width: 1200px) {
.width-half-L {
flex-basis: 48%;
}
.width-third-L {
flex-basis: 37%;
}
.width-two-thirds-L {
flex-basis: 60%;
}
.width-full-L {
flex-basis: 98%;
}
}
/* End Media Queries */ | 0.456894 | 0.095392 |
* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
@font-face {
font-family: Roboto Thin;
src: url(../fonts/RobotoThin.ttf);
}
@font-face{
font-family: "Roboto Light";
src: url(../fonts/RobotoLight.ttf);
}
.container{
max-width: 976px;
margin: auto;
position: relative;
min-width: 400px;
height: 100vh;
}
.levelDiv_1{
height: 110px;
width: 100%;
position: relative;
z-index: 2;
}
.titleDiv{
position: relative;
width: 100%;
height: 100px;
display: flex;
background-color: #2196F3;
justify-content: space-between;
}
.title{
width: 250px;
height: 100%;
}
.mainMenu{
height: 100%;
margin-right: 30px;
display: flex;
flex-direction: row-reverse;
}
.mainMenu:hover{
background-color: #64B5F6;
cursor: pointer;
}
.menuImg{
height: 40px;
margin: 30px 5px 30px 5px;
}
.levelDiv_2, .levelDiv_3{
position: relative;
height: 100%;
background-color: #BBDEFB;
margin-bottom: 10px;
z-index: 1;
display: flex;
flex-direction: column;
padding-bottom: 30px;
min-height: 300px;
}
.navbar{
height:100%;
flex-direction: row;
display: flex;
}
.navbar a{
display: block;
color: white;
padding: 40px 32px;
font-family: "Roboto Light";
font-size: 20px;
text-decoration: none;
}
.navbar a:hover{
background-color: #2962FF;
}
.task{
position: relative;
display: flex;
flex-direction: column;
background-color: #E1F5FE;
margin-left: 90px;
margin-top: 10px;
margin-right: auto;
min-width: 400px;
width: 70%;
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.selectIcon{
width: 35px;
position: absolute;
margin: 30px auto auto -60px;
user-select: none;
opacity: 0.3;
}
.selectIcon:hover{
cursor: pointer;
opacity: 1;
}
.addButton{
margin-left: 90px;
width: 45px;
user-select: none;
border-radius: 30px;
margin-top: 10px;
opacity: 0.3;
}
.addButton:hover{
cursor: pointer;
background-color: #90CAF9;
opacity: 1;
}
.logInDiv{
height: 500px;
width: 80%;
background-color: white;
position: relative;
z-index: 4;
display: flex;
min-width: 400px;
box-shadow: 0 0 20px rgba(0,0,0,0.5);
margin: 50px auto 30px auto;
}
.logInDivFrame1{
height: 100%;
width: 100%;
justify-content: space-between;
position: absolute;
display: flex;
}
.registrationDiv{
height: 70%;
width: 40%;
margin: auto 0 auto 5%;
display: flex;
flex-direction: column;
}
.registrationDiv p {
margin: auto;
width: 80%;
}
.verticalLine{
width: 1px;
height: 450px;
background-color: #1565C0;
margin: auto;
}
.signInDiv{
height: 70%;
width: 40%;
margin: auto 5% auto 0;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.signInForm{
margin: 20px auto 0 auto;
height: 150px;
width: 80%;
}
.addTaskForm{
margin: 20px auto 40px auto;
height: 180px;
width: 80%;
}
.emailForm, .passwordForm, .textBoxForm{
border-bottom: solid 1px #1565C0;
height: 36px;
width: 100%;
font-family: "Roboto Light";
font-size: 20px;
}
.textAreaForm{
border-bottom: solid 1px #1565C0;
width: 100%;
font-family: "Roboto Light";
font-size: 20px;
}
.logInDivFrame2, .logInDivFrame3, .logInDivFrame4{
height: 100%;
width: 100%;
justify-content: space-around;
position: absolute;
display: none;
}
.signUpDiv{
min-width: 350px;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 80%;
width: 30%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.infoDiv{
min-width: 350px;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 80%;
width: 30%;
display: flex;
flex-direction: column;
}
.infoDiv p {
margin-top: 60px;
text-align: center;
}
.addTaskDiv{
min-width: 350px;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 80%;
width: 30%;
display: flex;
flex-direction: column;
}
.backIcon{
position: absolute;
top: 40px;
left: 40px;
width: 35px;
border-radius: 30px;
}
.backIcon:hover{
background-color: #90CAF9;
cursor: pointer;
}
.registrationButton, .signInButton, .signUpButton{
height: 50px;
line-height: 50px;
width: 80%;
background-color: #448AFF;
text-align: center;
font-family: "Roboto Thin";
font-size: 30px;
color: white;
margin:20px auto;
font-weight: 100;
}
.addTaskButton{
height: 50px;
line-height: 50px;
width: 80%;
background-color: #448AFF;
text-align: center;
font-family: "Roboto Thin";
font-size: 30px;
color: white;
margin:50px auto 0 auto;
font-weight: 100;
}
.registrationButton:hover, .signInButton:hover, .addTaskButton:hover, .signUpButton:hover{
background-color: #2962FF;
cursor: pointer;
}
.shadowDiv{
width: 100%;
background-color: #0f0f0f;
position: absolute;
z-index: 3;
opacity: 0.7;
display: none;
}
p{
font-family: "Roboto Light";
font-size: 20px;
padding: 30px 30px;
}
.task p{
margin: 10px auto 30px 60px;
}
h1 {
margin: 5px 30px;
color: white;
font-size: 72px;
font-family: "Roboto Light";
font-weight: 900;
}
h1:hover{
color: #BBDEFB;
cursor: pointer;
}
h2{
font-family: "Roboto Thin";
margin-left: 30px;
font-size: 48px;
color: #212121;
margin-top: 30px;
font-weight: 200;
}
h3{
font-size: 36px;
font-family: "Roboto Thin";
color: #1565C0;
font-weight: 500;
text-align: center;
}
h4{
font-size: 28px;
font-family: "Roboto Light";
font-weight: 300;
color: #880E4F;
margin: 30px auto auto 30px;
}
.titleDiv, .levelDiv_2, .levelDiv_3, .registrationButton, .signInButton{
box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
label.error {
font-family: "Roboto Light";
font-size: 14px;
color: darkred;
margin-bottom: 0;
}
label.currentUserLabel{
font-family: "Roboto Light";
font-size: 14px;
color: white;
position: absolute;
right: 100px;
margin: 43px 0 43px auto;
}
a{
text-decoration: none;
} | app/public/css/main.css | * {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
@font-face {
font-family: Roboto Thin;
src: url(../fonts/RobotoThin.ttf);
}
@font-face{
font-family: "Roboto Light";
src: url(../fonts/RobotoLight.ttf);
}
.container{
max-width: 976px;
margin: auto;
position: relative;
min-width: 400px;
height: 100vh;
}
.levelDiv_1{
height: 110px;
width: 100%;
position: relative;
z-index: 2;
}
.titleDiv{
position: relative;
width: 100%;
height: 100px;
display: flex;
background-color: #2196F3;
justify-content: space-between;
}
.title{
width: 250px;
height: 100%;
}
.mainMenu{
height: 100%;
margin-right: 30px;
display: flex;
flex-direction: row-reverse;
}
.mainMenu:hover{
background-color: #64B5F6;
cursor: pointer;
}
.menuImg{
height: 40px;
margin: 30px 5px 30px 5px;
}
.levelDiv_2, .levelDiv_3{
position: relative;
height: 100%;
background-color: #BBDEFB;
margin-bottom: 10px;
z-index: 1;
display: flex;
flex-direction: column;
padding-bottom: 30px;
min-height: 300px;
}
.navbar{
height:100%;
flex-direction: row;
display: flex;
}
.navbar a{
display: block;
color: white;
padding: 40px 32px;
font-family: "Roboto Light";
font-size: 20px;
text-decoration: none;
}
.navbar a:hover{
background-color: #2962FF;
}
.task{
position: relative;
display: flex;
flex-direction: column;
background-color: #E1F5FE;
margin-left: 90px;
margin-top: 10px;
margin-right: auto;
min-width: 400px;
width: 70%;
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.selectIcon{
width: 35px;
position: absolute;
margin: 30px auto auto -60px;
user-select: none;
opacity: 0.3;
}
.selectIcon:hover{
cursor: pointer;
opacity: 1;
}
.addButton{
margin-left: 90px;
width: 45px;
user-select: none;
border-radius: 30px;
margin-top: 10px;
opacity: 0.3;
}
.addButton:hover{
cursor: pointer;
background-color: #90CAF9;
opacity: 1;
}
.logInDiv{
height: 500px;
width: 80%;
background-color: white;
position: relative;
z-index: 4;
display: flex;
min-width: 400px;
box-shadow: 0 0 20px rgba(0,0,0,0.5);
margin: 50px auto 30px auto;
}
.logInDivFrame1{
height: 100%;
width: 100%;
justify-content: space-between;
position: absolute;
display: flex;
}
.registrationDiv{
height: 70%;
width: 40%;
margin: auto 0 auto 5%;
display: flex;
flex-direction: column;
}
.registrationDiv p {
margin: auto;
width: 80%;
}
.verticalLine{
width: 1px;
height: 450px;
background-color: #1565C0;
margin: auto;
}
.signInDiv{
height: 70%;
width: 40%;
margin: auto 5% auto 0;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.signInForm{
margin: 20px auto 0 auto;
height: 150px;
width: 80%;
}
.addTaskForm{
margin: 20px auto 40px auto;
height: 180px;
width: 80%;
}
.emailForm, .passwordForm, .textBoxForm{
border-bottom: solid 1px #1565C0;
height: 36px;
width: 100%;
font-family: "Roboto Light";
font-size: 20px;
}
.textAreaForm{
border-bottom: solid 1px #1565C0;
width: 100%;
font-family: "Roboto Light";
font-size: 20px;
}
.logInDivFrame2, .logInDivFrame3, .logInDivFrame4{
height: 100%;
width: 100%;
justify-content: space-around;
position: absolute;
display: none;
}
.signUpDiv{
min-width: 350px;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 80%;
width: 30%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.infoDiv{
min-width: 350px;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 80%;
width: 30%;
display: flex;
flex-direction: column;
}
.infoDiv p {
margin-top: 60px;
text-align: center;
}
.addTaskDiv{
min-width: 350px;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 80%;
width: 30%;
display: flex;
flex-direction: column;
}
.backIcon{
position: absolute;
top: 40px;
left: 40px;
width: 35px;
border-radius: 30px;
}
.backIcon:hover{
background-color: #90CAF9;
cursor: pointer;
}
.registrationButton, .signInButton, .signUpButton{
height: 50px;
line-height: 50px;
width: 80%;
background-color: #448AFF;
text-align: center;
font-family: "Roboto Thin";
font-size: 30px;
color: white;
margin:20px auto;
font-weight: 100;
}
.addTaskButton{
height: 50px;
line-height: 50px;
width: 80%;
background-color: #448AFF;
text-align: center;
font-family: "Roboto Thin";
font-size: 30px;
color: white;
margin:50px auto 0 auto;
font-weight: 100;
}
.registrationButton:hover, .signInButton:hover, .addTaskButton:hover, .signUpButton:hover{
background-color: #2962FF;
cursor: pointer;
}
.shadowDiv{
width: 100%;
background-color: #0f0f0f;
position: absolute;
z-index: 3;
opacity: 0.7;
display: none;
}
p{
font-family: "Roboto Light";
font-size: 20px;
padding: 30px 30px;
}
.task p{
margin: 10px auto 30px 60px;
}
h1 {
margin: 5px 30px;
color: white;
font-size: 72px;
font-family: "Roboto Light";
font-weight: 900;
}
h1:hover{
color: #BBDEFB;
cursor: pointer;
}
h2{
font-family: "Roboto Thin";
margin-left: 30px;
font-size: 48px;
color: #212121;
margin-top: 30px;
font-weight: 200;
}
h3{
font-size: 36px;
font-family: "Roboto Thin";
color: #1565C0;
font-weight: 500;
text-align: center;
}
h4{
font-size: 28px;
font-family: "Roboto Light";
font-weight: 300;
color: #880E4F;
margin: 30px auto auto 30px;
}
.titleDiv, .levelDiv_2, .levelDiv_3, .registrationButton, .signInButton{
box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
label.error {
font-family: "Roboto Light";
font-size: 14px;
color: darkred;
margin-bottom: 0;
}
label.currentUserLabel{
font-family: "Roboto Light";
font-size: 14px;
color: white;
position: absolute;
right: 100px;
margin: 43px 0 43px auto;
}
a{
text-decoration: none;
} | 0.427636 | 0.048451 |
:root {
--borderRadius: 2px;
}
/* body滚动样式 */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.459);
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: #fff;
}
/* 代码块滚动条样式 */
.highlight pre::-webkit-scrollbar {
height: 8px;
}
.highlight pre::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: #777;
}
.highlight pre::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 10px;
background: #000;
}
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none !important;
}
#TableOfContents::-webkit-scrollbar {
box-shadow: none;
}
#TableOfContents::-webkit-scrollbar-thumb {
box-shadow: none;
}
#TableOfContents::-webkit-scrollbar-track {
box-shadow: none;
}
@font-face {
font-family: SF Pro Text;
src: url(https://cdn.jsdelivr.net/gh/Nov8nana/pic-cdn/font/PingFangSC-Medium.woff2);
}
body {
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
font-family: Noto Sans SC, sans-serif;
font-weight: 500;
color: #212529f2;
line-height: 1.8em;
font-size: 16px;
overflow-x: hidden;
background: rgba(246, 247, 248, 1);
position: relative;
}
a {
color: #1e90ff;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
word-break: break-all;
}
a:hover {
text-decoration: underline;
opacity: 0.9;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 2px dashed #ddd;
margin: 1rem 0;
padding: 0;
}
img {
margin: 0;
max-width: 100%;
display: block;
}
a img {
border: none;
}
figure {
margin: 0;
text-align: center;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
table {
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch;
background-color: transparent;
margin-bottom: 1rem;
overflow-x: auto;
width: 100%;
}
table th,
table td {
border-bottom: 1px solid #dee2e6;
padding: 0.75rem;
vertical-align: top;
}
table thead th {
border-bottom: 2px solid #dee2e6;
vertical-align: bottom;
}
table tbody+tbody {
border-top: 2px solid #dee2e6;
}
table th {
background-color: #212529;
border-color: #32383e;
color: #fff;
}
textarea {
resize: vertical;
}
blockquote {
margin: 0;
font-style: italic;
border-left: 3px solid #32383e8e;
background: #eee;
padding: 10px 10px;
padding-left: 20px;
margin-top: 10px;
}
blockquote p {
margin: 0;
}
blockquote cite {
font-size: 70%;
opacity: .8;
}
blockquote em {
font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.3em;
}
h1 {
font-size: 2.75rem;
}
h2 {
font-size: 1.4rem;
}
h3 {
font-size: 1.3rem;
}
h4 {
font-size: 1.2rem;
}
h5 {
font-size: 1rem;
}
h6 {
font-size: .9rem;
}
.align-center {
text-align: center;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
ul {
padding-left: 15px;
}
ul.flat {
margin: 0;
padding: 0;
}
ul.flat li {
display: block;
list-style: none;
margin-left: 0;
}
.prevent-collapse {
min-height: .1rem
}
.smaller {
font-size: 70%;
}
ul {
list-style: disc inside;
}
.post ul li {
margin-bottom: 10px;
}
.post ul li p {
display: inline;
}
.post .markdown {
line-height: 2;
font-size: 1.02rem;
margin-bottom: 3rem;
opacity: 1;
}
.post .markdown p {
margin-bottom: 0;
word-break: break-all;
}
.post .markdown ol,
.post .markdown ul {
padding-left: 20px;
}
.post .markdown table {
margin: 0;
margin-top: 10px;
}
.post .markdown img {
box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.post .markdown code {
background: #00000080;
color: #fff;
font-family: source code pro, Consolas, Monaco, Menlo, Consolas, monospace;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
padding: 2px 5px;
word-break: break-word;
}
.highlight pre {
margin-bottom: 0;
margin-top: 0;
padding: 20px;
color: inherit;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}
.highlight pre code {
background: none !important;
font-size: 0.9rem;
padding: 0 !important;
opacity: 1 !important;
}
.highlight {
font-size: 0.8em;
position: relative;
margin-top: 10px;
}
.highlight .highlight-copy-btn {
position: absolute;
top: 4px;
right: 6px;
}
.main {
margin: 80px auto 0;
max-width: 1100px;
display: flex;
}
.section {
box-sizing: border-box;
max-width: 840px;
flex: 1;
}
.sidebar {
width: 260px;
margin-right: 20px;
}
.logo-author {
display: block;
width: 100%;
text-align: center;
height: 90px;
}
.logo-author:hover {
opacity: 1;
}
.logo-author img {
height: 90px;
margin: 0 auto;
}
.sidebar .post {
background: #fff;
border: 1px solid #e5e7eb;
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
padding: 12px 20px;
border-radius: var(--borderRadius);
-webkit-border-radius: var(--borderRadius);
-moz-border-radius: var(--borderRadius);
-ms-border-radius: var(--borderRadius);
-o-border-radius: var(--borderRadius);
margin-bottom: 20px;
}
.sidebar .post h4 {
text-align: center;
margin: 0;
}
.sidebar .post .link {
display: flex;
justify-content: center;
margin-top: 20px;
}
.sidebar .post .link i {
color: #333;
font-size: 20px;
margin: 0 6px;
}
.sidebar .post ul {
padding: 0;
margin: 0;
margin-top: 10px;
list-style: none;
display: flex;
justify-content: space-around;
}
.sidebar .post ul a {
display: block;
}
.cate {
position: sticky;
top: 80px;
}
.main .article {
background: #fff;
border: 1px solid #e5e7eb;
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
padding: 12px 20px;
border-radius: var(--borderRadius);
-webkit-border-radius: var(--borderRadius);
-moz-border-radius: var(--borderRadius);
-ms-border-radius: var(--borderRadius);
-o-border-radius: var(--borderRadius);
box-sizing: border-box;
}
.list {
background: #fff;
border: 1px solid #e5e7eb;
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
padding: 12px 20px;
border-radius: var(--borderRadius);
-webkit-border-radius: var(--borderRadius);
-moz-border-radius: var(--borderRadius);
-ms-border-radius: var(--borderRadius);
-o-border-radius: var(--borderRadius);
box-sizing: border-box;
min-height: 300px;
}
header {
width: 100%;
box-shadow: 0 0 10px rgb(14 14 14 / 26%);
position: fixed;
top: 0;
width: 100%;
background: #fff;
box-sizing: border-box;
z-index: 99;
}
.header {
margin: 0 auto;
height: 50px;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1120px;
padding: 0 10px;
box-sizing: border-box;
}
.header .avatar {
float: left;
margin: -25px 20px 0 0;
}
.header .avatar img {
width: 64px;
height: 64px;
overflow: hidden;
border-radius: 100%;
}
.header .site-title {
margin: 0;
padding: 0;
display: flex;
align-items: center;
height: 100%;
}
.site-title a {
color: #3b3e48;
text-decoration: none !important;
font-size: 18px;
font-weight: 600;
display: flex;
align-items: center;
height: 100%;
}
.site-title a span {
display: inline-block;
background: #000;
color: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
padding: 4px 6px;
}
.site-title a img {
height: 100%;
}
.site-title a:hover {
border-bottom-width: 3px;
color: #000;
}
.header .site-description {
display: flex;
justify-content: space-between;
align-items: center;
}
.header nav {
position: relative;
}
.header nav ul,
.header nav li {
margin: 0;
padding: 0;
}
.header nav li {
display: inline-block;
list-style: none;
}
.header nav li a {
position: relative;
color: #6b7280;
font-size: 16px;
font-weight: 500;
padding: 6px 10px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
}
.header nav li a:hover {
color: #000;
text-decoration: none;
background: #ebeced
}
.nav-menu {
display: none;
}
.header nav.social a {
color: #333;
}
.header nav.social a:hover {
color: #3700ff;
}
.header .site-description nav {
margin: 0;
padding: 0;
border: none;
min-width: 50px;
margin-left: 15px;
}
.header .site-description nav ul svg {
max-height: 15px;
}
.header .site-description .scheme-toggle {
height: 100%;
}
.header .site-description .scheme-toggle a svg {
max-height: 15px;
}
.header .site-description .scheme-toggle a.dark svg {
fill: #f8e04f;
color: #f8e04f;
}
.header .site-description .scheme-toggle a.light svg {
fill: grey;
color: black;
}
.section .section-header {
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
color: #999;
margin-bottom: 20px;
letter-spacing: 1px;
}
.recent-posts .posts .post {
margin-bottom: 20px;
background: #fff;
border: 1px solid #e5e7eb;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
padding: 12px 20px;
border-radius: var(--borderRadius);
-webkit-border-radius: var(--borderRadius);
-moz-border-radius: var(--borderRadius);
-ms-border-radius: var(--borderRadius);
-o-border-radius: var(--borderRadius);
}
.recent-posts .posts .post a {
color: #333;
display: inline-block;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
font-weight: 400;
font-size: 20px;
}
.recent-posts .posts .post a:hover {
color: #000;
text-decoration: none;
}
.post-header {
display: flex;
}
.post-header .meta .date {
margin-right: 30px;
margin-top: 14px;
text-align: center;
}
.post-header .meta .date .day {
line-height: 0.45em;
font-size: 3em;
display: block;
margin-bottom: 20px;
color: #111827;
}
.post-header .meta .date .list-time {
font-size: 1rem;
font-weight: 400;
opacity: 0.6;
}
.post-header .meta .date .rest {
display: block;
font-size: 0.75em;
color: #111827;
}
.posts-header {
display: block;
padding-bottom: 0 !important;
margin: 20px 0 20px !important;
border-bottom: 1px solid #ddd;
}
.post-header h1.title {
padding: 0;
margin: -10px 0 0 0;
font-weight: 400;
font-size: 1.4rem;
color: #333;
}
.post-time {
display: block;
font-size: 0.9rem;
margin-top: 10px;
opacity: 0.8;
}
.post .posts-header {
padding-bottom: 10px;
}
.post .title.small {
padding: 0;
margin: 0 0 10px 0;
font-size: 1.3rem;
font-weight: 600;
display: flex;
justify-content: space-between;
}
.post .post-header {
margin-bottom: 0;
}
.post .post-header .img-fluid {
margin-top: 5px;
margin-right: 10px;
width: 200px;
box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.post .post-header .img-fluid:hover {
opacity: 0.8;
}
.post .post-header .post-mater {
display: flex;
flex-wrap: wrap;
}
.post .post-header .post-mater p {
margin-right: 10px;
font-size: 0.9rem;
margin-bottom: 0;
opacity: 0.7;
}
.post-list .post-header {
display: flex !important;
margin-bottom: 10px;
align-items: center;
flex-direction: row-reverse;
border-bottom: 1px #7d828a dashed;
}
.post-list .title.small {
font-weight: 500;
font-size: 1.04rem;
padding: 0;
}
.post-list .title.small a {
color: #000;
font-weight: 500;
opacity: 0.9;
}
.post-list .title.small a:hover {
color: #000;
}
.post .post-header .matter {
font-size: 0.9rem;
line-height: 1.625;
word-break: break-all;
flex: 1;
}
.post .post-header .matter .description {
font-size: 15px;
color: #9ea0a6;
line-height: 26px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
font-family: 'Open Sans', sans-serif;
}
.post .post-header .matter .day {
font-size: 14px;
font-weight: 400;
color: #666;
text-align: right;
}
.post .draft-label {
color: #3700ff;
text-decoration: none;
padding: 2px 4px;
border-radius: 4px;
margin-left: 6px;
background-color: #f9f2f4;
}
.post .tags a {
display: inline-block;
border-radius: 3px;
padding: 8px 16px;
color: #fff;
background: #34495e;
line-height: 16px;
font-size: 0.85em;
text-decoration: none;
margin: 0 10px 0 0;
}
.post .tags a:hover {
background: rgba(52, 73, 94, 0.9);
}
.page-title {
display: block;
margin: 10px 0 20px 0;
font-weight: 400;
font-size: 1.8rem;
color: rgb(48, 48, 48);
padding: 0;
line-height: 1.3em;
}
.list .posts .post-header .meta {
margin-bottom: 0;
margin-left: 5px;
}
.tags {
list-style: none;
display: flex;
flex-wrap: wrap;
padding: 0;
}
.tags li {
margin-top: 14px;
margin-right: 24px;
}
.tags li a {
display: inline-block;
color: #333;
}
.tags li a:hover {
color: #1e90ff;
}
.footer {
font-size: 0.96rem;
color: #000;
opacity: 0.6;
border-top: 1px solid #f4f4f4;
margin-top: 40px;
padding: 15px 10px;
max-width: 800px;
margin: 0 auto;
text-align: center;
}
.footer a {
color: #666;
}
.tag-cloud {
margin-top: 20px;
}
.tag-cloud a {
margin-right: 15px;
}
.pagination {
margin: 30px auto;
text-align: center;
}
.pagination li {
list-style: none;
display: inline-block;
margin: 5px 2px;
}
.pagination li a {
display: block;
color: #000;
background: #ddd;
width: 40px;
height: 34px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 900px) {
.container {
margin-top: 10px;
}
.header .nav.social li {
margin: 0;
}
.header .nav li {
margin: 0 10px 0 0;
}
table {
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch;
display: block;
overflow-x: auto;
width: 100%;
}
.post-list .title.small {
font-size: 1.1rem;
}
.main {
display: block;
}
.sidebar {
display: none;
}
.section {
max-width: 100%;
margin: 0 10px;
}
.autoMenu ul li {
margin: 0;
}
}
.tag-li {
display: inline !important;
}
.back {
padding-top: 1em;
font-size: 1em;
}
.inline-img {
margin: 0 0 0 0 !important;
max-width: 100%;
display: inline-block !important;
}
.figcaption-img {
margin-bottom: 0px;
}
figcaption {
font-size: 0.9rem;
display: block;
text-align: center;
color: gray;
}
.top-btn {
position: fixed;
right: 40px;
bottom: 60px;
-ms-flex-pack: center;
-ms-flex-align: center;
align-items: center;
background: #fff;
border-radius: 50%;
box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
display: none;
opacity: 0;
height: 40px;
justify-content: center;
transition: all .4s ease;
width: 40px;
z-index: 1;
}
.top-btn-show {
display: block;
animation-name: show;
animation-fill-mode: forwards;
animation-duration: 0.5s;
}
.top-btn-hide {
animation-name: hide;
animation-fill-mode: forwards;
animation-duration: 0.5s;
}
@keyframes show {
0% {
transform: translateY(100px);
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
opacity: 0;
}
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 1;
}
}
.top-btn:hover {
cursor: pointer;
background: #c1c1c1;
}
.top-btn div {
position: relative;
width: 100%;
height: 100%;
}
.top-btn div i {
position: absolute;
top: 18px;
background: #666;
width: 16px;
height: 2px;
}
.top-btn div i:nth-child(1) {
transform: rotate(-45deg);
left: 7px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.top-btn div i:nth-child(2) {
transform: rotate(45deg);
right: 7px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.iframe {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.iframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width:768px) {
.post .title.small {
display: block;
}
.header nav ul {
display: none;
}
.nav-menu {
display: block;
position: absolute;
top: -14px;
right: 0;
width: 40px;
height: 30px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.nav-menu span {
display: block;
width: 30px;
height: 3px;
background: #4d6781;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.nav-menu-open {
right: -6px;
}
.nav-menu-open span:nth-child(2) {
display: none;
}
.nav-menu-open span:nth-child(1) {
transform: rotate(45deg) translateY(10px);
-webkit-transform: rotate(45deg) translateY(10px);
-moz-transform: rotate(45deg) translateY(10px);
-ms-transform: rotate(45deg) translateY(10px);
-o-transform: rotate(45deg) translateY(10px);
}
.nav-menu-open span:nth-child(3) {
transform: rotate(-45deg) translateY(-11px);
-webkit-transform: rotate(-45deg) translateY(-11px);
-moz-transform: rotate(-45deg) translateY(-11px);
-ms-transform: rotate(-45deg) translateY(-11px);
-o-transform: rotate(-45deg) translateY(-11px);
}
.header nav ul.nav-menu-ul {
display: flex;
position: fixed;
top: 50px;
width: 100%;
left: 0;
background: #fff;
flex-direction: column;
box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
}
.header nav ul.nav-menu-ul a {
display: block;
text-align: center;
}
}
.section {
animation-name: posts;
animation-duration: 0.8s;
}
@keyframes posts {
0% {
transform: translateY(-30px);
-webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-o-transform: translateY(-30px);
opacity: 0;
}
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 1;
}
}
#fastSearch {
visibility: hidden;
position: fixed;
left: 50%;
top: 20%;
display: inline-block;
width: 450px;
margin: 0 10px 0 0;
padding: 0;
z-index: 9;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
#fastSearch input {
box-shadow: 0 5px 10px rgb(0 0 0 / 60%);
padding: 4px;
width: 100%;
height: 40px;
font-size: 1em;
color: #fff;
background: rgba(0, 0, 0, 0.5);
border-radius: 3px 3px 0px 0px;
border: none;
outline: none;
text-align: left;
display: inline-block;
backdrop-filter: blur(6px);
}
#fastSearch input:hover {
cursor: cell;
}
#fastSearch ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#searchResults li {
width: 100%;
padding: 0;
list-style: none;
margin-left: 0em;
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(6px);
border-bottom: 1px dotted #465373;
}
#searchResults li .title {
font-size: .9em;
margin: 0;
display: inline-block;
color: #fff;
}
#searchResults {
visibility: inherit;
display: inline-block;
width: 458px;
margin: 0;
overflow: hidden;
}
#searchResults a {
text-decoration: none !important;
padding: 10px;
display: inline-block;
width: 100%;
text-align: left;
}
#searchResults a:hover,
#searchResults a:focus {
outline: 0;
background: #333;
color: #fff;
}
#search-btn {
position: sticky;
font-size: 20px;
}
@media (max-width:768px) {
.search-menu {
text-align: center;
}
#fastSearch {
top: 0;
right: 0;
width: 100%;
margin-right: 0;
position: absolute;
}
#fastSearch input {
box-shadow: none;
}
#searchResults {
width: 100%;
}
}
@media(max-width:500px) {
.post .post-header {
display: block;
}
.recent-posts .posts .post a,
.post-header h1.title {
font-size: 1.24rem;
font-weight: 600;
}
.post-list .post-header {
flex-direction: column-reverse;
align-items: baseline;
}
.list .posts .post-header .meta {
margin-left: 0;
}
.post-list .title.small a {
font-weight: 600;
}
}
/*Preloader*/
.preloader {
position: fixed;
top: 0;
left: 0;
background-color: #FFFFFF;
height: 100vh;
width: 100%;
z-index: 9999;
}
.preloader:before,
.preloader:after {
content: '';
border: 5px solid #D19A04;
width: 80px;
height: 80px;
border-radius: 500px;
position: absolute;
top: 50%;
left: 50%;
margin: -40px 0 0 -40px;
}
.preloader:before {
-webkit-animation: pulse-outer 0.8s ease-in infinite;
-moz-animation: pulse-outer 0.8s ease-in infinite;
animation: pulse-outer 0.8s ease-in infinite;
}
.preloader:after {
-webkit-animation: pulse-inner 0.8s linear infinite;
-moz-animation: pulse-inner 0.8s linear infinite;
animation: pulse-inner 0.8s linear infinite;
}
@-webkit-keyframes pulse-outer {
0% {
opacity: 1;
filter: alpha(opacity=100);
}
50% {
opacity: 0.5;
filter: alpha(opacity=50);
}
100% {
opacity: 0;
filter: alpha(opacity=0);
}
}
@-moz-keyframes pulse-outer {
0% {
opacity: 1;
filter: alpha(opacity=100);
}
50% {
opacity: 0.5;
filter: alpha(opacity=50);
}
100% {
opacity: 0;
filter: alpha(opacity=0);
}
}
@keyframes pulse-outer {
0% {
opacity: 1;
filter: alpha(opacity=100);
}
50% {
opacity: 0.5;
filter: alpha(opacity=50);
}
100% {
opacity: 0;
filter: alpha(opacity=0);
}
}
@-webkit-keyframes pulse-inner {
0% {
-webkit-transform: scale(0);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-webkit-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
}
@-moz-keyframes pulse-inner {
0% {
-moz-transform: scale(0);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-moz-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
}
@keyframes pulse-inner {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
}
.top-swiper {
position: relative;
}
.top-swiper h4 {
margin: 0;
margin-bottom: 6px;
}
.top-swiper .fa-times {
position: absolute;
right: 10px;
top: 10px;
font-size: 20px;
}
.top-swiper .fa-times:hover {
cursor: pointer;
color: #444;
} | themes/boke/static/css/main.css | :root {
--borderRadius: 2px;
}
/* body滚动样式 */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.459);
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: #fff;
}
/* 代码块滚动条样式 */
.highlight pre::-webkit-scrollbar {
height: 8px;
}
.highlight pre::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: #777;
}
.highlight pre::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 10px;
background: #000;
}
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none !important;
}
#TableOfContents::-webkit-scrollbar {
box-shadow: none;
}
#TableOfContents::-webkit-scrollbar-thumb {
box-shadow: none;
}
#TableOfContents::-webkit-scrollbar-track {
box-shadow: none;
}
@font-face {
font-family: SF Pro Text;
src: url(https://cdn.jsdelivr.net/gh/Nov8nana/pic-cdn/font/PingFangSC-Medium.woff2);
}
body {
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
font-family: Noto Sans SC, sans-serif;
font-weight: 500;
color: #212529f2;
line-height: 1.8em;
font-size: 16px;
overflow-x: hidden;
background: rgba(246, 247, 248, 1);
position: relative;
}
a {
color: #1e90ff;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
word-break: break-all;
}
a:hover {
text-decoration: underline;
opacity: 0.9;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 2px dashed #ddd;
margin: 1rem 0;
padding: 0;
}
img {
margin: 0;
max-width: 100%;
display: block;
}
a img {
border: none;
}
figure {
margin: 0;
text-align: center;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
table {
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch;
background-color: transparent;
margin-bottom: 1rem;
overflow-x: auto;
width: 100%;
}
table th,
table td {
border-bottom: 1px solid #dee2e6;
padding: 0.75rem;
vertical-align: top;
}
table thead th {
border-bottom: 2px solid #dee2e6;
vertical-align: bottom;
}
table tbody+tbody {
border-top: 2px solid #dee2e6;
}
table th {
background-color: #212529;
border-color: #32383e;
color: #fff;
}
textarea {
resize: vertical;
}
blockquote {
margin: 0;
font-style: italic;
border-left: 3px solid #32383e8e;
background: #eee;
padding: 10px 10px;
padding-left: 20px;
margin-top: 10px;
}
blockquote p {
margin: 0;
}
blockquote cite {
font-size: 70%;
opacity: .8;
}
blockquote em {
font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.3em;
}
h1 {
font-size: 2.75rem;
}
h2 {
font-size: 1.4rem;
}
h3 {
font-size: 1.3rem;
}
h4 {
font-size: 1.2rem;
}
h5 {
font-size: 1rem;
}
h6 {
font-size: .9rem;
}
.align-center {
text-align: center;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
ul {
padding-left: 15px;
}
ul.flat {
margin: 0;
padding: 0;
}
ul.flat li {
display: block;
list-style: none;
margin-left: 0;
}
.prevent-collapse {
min-height: .1rem
}
.smaller {
font-size: 70%;
}
ul {
list-style: disc inside;
}
.post ul li {
margin-bottom: 10px;
}
.post ul li p {
display: inline;
}
.post .markdown {
line-height: 2;
font-size: 1.02rem;
margin-bottom: 3rem;
opacity: 1;
}
.post .markdown p {
margin-bottom: 0;
word-break: break-all;
}
.post .markdown ol,
.post .markdown ul {
padding-left: 20px;
}
.post .markdown table {
margin: 0;
margin-top: 10px;
}
.post .markdown img {
box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.post .markdown code {
background: #00000080;
color: #fff;
font-family: source code pro, Consolas, Monaco, Menlo, Consolas, monospace;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
padding: 2px 5px;
word-break: break-word;
}
.highlight pre {
margin-bottom: 0;
margin-top: 0;
padding: 20px;
color: inherit;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}
.highlight pre code {
background: none !important;
font-size: 0.9rem;
padding: 0 !important;
opacity: 1 !important;
}
.highlight {
font-size: 0.8em;
position: relative;
margin-top: 10px;
}
.highlight .highlight-copy-btn {
position: absolute;
top: 4px;
right: 6px;
}
.main {
margin: 80px auto 0;
max-width: 1100px;
display: flex;
}
.section {
box-sizing: border-box;
max-width: 840px;
flex: 1;
}
.sidebar {
width: 260px;
margin-right: 20px;
}
.logo-author {
display: block;
width: 100%;
text-align: center;
height: 90px;
}
.logo-author:hover {
opacity: 1;
}
.logo-author img {
height: 90px;
margin: 0 auto;
}
.sidebar .post {
background: #fff;
border: 1px solid #e5e7eb;
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
padding: 12px 20px;
border-radius: var(--borderRadius);
-webkit-border-radius: var(--borderRadius);
-moz-border-radius: var(--borderRadius);
-ms-border-radius: var(--borderRadius);
-o-border-radius: var(--borderRadius);
margin-bottom: 20px;
}
.sidebar .post h4 {
text-align: center;
margin: 0;
}
.sidebar .post .link {
display: flex;
justify-content: center;
margin-top: 20px;
}
.sidebar .post .link i {
color: #333;
font-size: 20px;
margin: 0 6px;
}
.sidebar .post ul {
padding: 0;
margin: 0;
margin-top: 10px;
list-style: none;
display: flex;
justify-content: space-around;
}
.sidebar .post ul a {
display: block;
}
.cate {
position: sticky;
top: 80px;
}
.main .article {
background: #fff;
border: 1px solid #e5e7eb;
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
padding: 12px 20px;
border-radius: var(--borderRadius);
-webkit-border-radius: var(--borderRadius);
-moz-border-radius: var(--borderRadius);
-ms-border-radius: var(--borderRadius);
-o-border-radius: var(--borderRadius);
box-sizing: border-box;
}
.list {
background: #fff;
border: 1px solid #e5e7eb;
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
padding: 12px 20px;
border-radius: var(--borderRadius);
-webkit-border-radius: var(--borderRadius);
-moz-border-radius: var(--borderRadius);
-ms-border-radius: var(--borderRadius);
-o-border-radius: var(--borderRadius);
box-sizing: border-box;
min-height: 300px;
}
header {
width: 100%;
box-shadow: 0 0 10px rgb(14 14 14 / 26%);
position: fixed;
top: 0;
width: 100%;
background: #fff;
box-sizing: border-box;
z-index: 99;
}
.header {
margin: 0 auto;
height: 50px;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1120px;
padding: 0 10px;
box-sizing: border-box;
}
.header .avatar {
float: left;
margin: -25px 20px 0 0;
}
.header .avatar img {
width: 64px;
height: 64px;
overflow: hidden;
border-radius: 100%;
}
.header .site-title {
margin: 0;
padding: 0;
display: flex;
align-items: center;
height: 100%;
}
.site-title a {
color: #3b3e48;
text-decoration: none !important;
font-size: 18px;
font-weight: 600;
display: flex;
align-items: center;
height: 100%;
}
.site-title a span {
display: inline-block;
background: #000;
color: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
padding: 4px 6px;
}
.site-title a img {
height: 100%;
}
.site-title a:hover {
border-bottom-width: 3px;
color: #000;
}
.header .site-description {
display: flex;
justify-content: space-between;
align-items: center;
}
.header nav {
position: relative;
}
.header nav ul,
.header nav li {
margin: 0;
padding: 0;
}
.header nav li {
display: inline-block;
list-style: none;
}
.header nav li a {
position: relative;
color: #6b7280;
font-size: 16px;
font-weight: 500;
padding: 6px 10px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
}
.header nav li a:hover {
color: #000;
text-decoration: none;
background: #ebeced
}
.nav-menu {
display: none;
}
.header nav.social a {
color: #333;
}
.header nav.social a:hover {
color: #3700ff;
}
.header .site-description nav {
margin: 0;
padding: 0;
border: none;
min-width: 50px;
margin-left: 15px;
}
.header .site-description nav ul svg {
max-height: 15px;
}
.header .site-description .scheme-toggle {
height: 100%;
}
.header .site-description .scheme-toggle a svg {
max-height: 15px;
}
.header .site-description .scheme-toggle a.dark svg {
fill: #f8e04f;
color: #f8e04f;
}
.header .site-description .scheme-toggle a.light svg {
fill: grey;
color: black;
}
.section .section-header {
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
color: #999;
margin-bottom: 20px;
letter-spacing: 1px;
}
.recent-posts .posts .post {
margin-bottom: 20px;
background: #fff;
border: 1px solid #e5e7eb;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
padding: 12px 20px;
border-radius: var(--borderRadius);
-webkit-border-radius: var(--borderRadius);
-moz-border-radius: var(--borderRadius);
-ms-border-radius: var(--borderRadius);
-o-border-radius: var(--borderRadius);
}
.recent-posts .posts .post a {
color: #333;
display: inline-block;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
font-weight: 400;
font-size: 20px;
}
.recent-posts .posts .post a:hover {
color: #000;
text-decoration: none;
}
.post-header {
display: flex;
}
.post-header .meta .date {
margin-right: 30px;
margin-top: 14px;
text-align: center;
}
.post-header .meta .date .day {
line-height: 0.45em;
font-size: 3em;
display: block;
margin-bottom: 20px;
color: #111827;
}
.post-header .meta .date .list-time {
font-size: 1rem;
font-weight: 400;
opacity: 0.6;
}
.post-header .meta .date .rest {
display: block;
font-size: 0.75em;
color: #111827;
}
.posts-header {
display: block;
padding-bottom: 0 !important;
margin: 20px 0 20px !important;
border-bottom: 1px solid #ddd;
}
.post-header h1.title {
padding: 0;
margin: -10px 0 0 0;
font-weight: 400;
font-size: 1.4rem;
color: #333;
}
.post-time {
display: block;
font-size: 0.9rem;
margin-top: 10px;
opacity: 0.8;
}
.post .posts-header {
padding-bottom: 10px;
}
.post .title.small {
padding: 0;
margin: 0 0 10px 0;
font-size: 1.3rem;
font-weight: 600;
display: flex;
justify-content: space-between;
}
.post .post-header {
margin-bottom: 0;
}
.post .post-header .img-fluid {
margin-top: 5px;
margin-right: 10px;
width: 200px;
box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.post .post-header .img-fluid:hover {
opacity: 0.8;
}
.post .post-header .post-mater {
display: flex;
flex-wrap: wrap;
}
.post .post-header .post-mater p {
margin-right: 10px;
font-size: 0.9rem;
margin-bottom: 0;
opacity: 0.7;
}
.post-list .post-header {
display: flex !important;
margin-bottom: 10px;
align-items: center;
flex-direction: row-reverse;
border-bottom: 1px #7d828a dashed;
}
.post-list .title.small {
font-weight: 500;
font-size: 1.04rem;
padding: 0;
}
.post-list .title.small a {
color: #000;
font-weight: 500;
opacity: 0.9;
}
.post-list .title.small a:hover {
color: #000;
}
.post .post-header .matter {
font-size: 0.9rem;
line-height: 1.625;
word-break: break-all;
flex: 1;
}
.post .post-header .matter .description {
font-size: 15px;
color: #9ea0a6;
line-height: 26px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
font-family: 'Open Sans', sans-serif;
}
.post .post-header .matter .day {
font-size: 14px;
font-weight: 400;
color: #666;
text-align: right;
}
.post .draft-label {
color: #3700ff;
text-decoration: none;
padding: 2px 4px;
border-radius: 4px;
margin-left: 6px;
background-color: #f9f2f4;
}
.post .tags a {
display: inline-block;
border-radius: 3px;
padding: 8px 16px;
color: #fff;
background: #34495e;
line-height: 16px;
font-size: 0.85em;
text-decoration: none;
margin: 0 10px 0 0;
}
.post .tags a:hover {
background: rgba(52, 73, 94, 0.9);
}
.page-title {
display: block;
margin: 10px 0 20px 0;
font-weight: 400;
font-size: 1.8rem;
color: rgb(48, 48, 48);
padding: 0;
line-height: 1.3em;
}
.list .posts .post-header .meta {
margin-bottom: 0;
margin-left: 5px;
}
.tags {
list-style: none;
display: flex;
flex-wrap: wrap;
padding: 0;
}
.tags li {
margin-top: 14px;
margin-right: 24px;
}
.tags li a {
display: inline-block;
color: #333;
}
.tags li a:hover {
color: #1e90ff;
}
.footer {
font-size: 0.96rem;
color: #000;
opacity: 0.6;
border-top: 1px solid #f4f4f4;
margin-top: 40px;
padding: 15px 10px;
max-width: 800px;
margin: 0 auto;
text-align: center;
}
.footer a {
color: #666;
}
.tag-cloud {
margin-top: 20px;
}
.tag-cloud a {
margin-right: 15px;
}
.pagination {
margin: 30px auto;
text-align: center;
}
.pagination li {
list-style: none;
display: inline-block;
margin: 5px 2px;
}
.pagination li a {
display: block;
color: #000;
background: #ddd;
width: 40px;
height: 34px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 900px) {
.container {
margin-top: 10px;
}
.header .nav.social li {
margin: 0;
}
.header .nav li {
margin: 0 10px 0 0;
}
table {
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch;
display: block;
overflow-x: auto;
width: 100%;
}
.post-list .title.small {
font-size: 1.1rem;
}
.main {
display: block;
}
.sidebar {
display: none;
}
.section {
max-width: 100%;
margin: 0 10px;
}
.autoMenu ul li {
margin: 0;
}
}
.tag-li {
display: inline !important;
}
.back {
padding-top: 1em;
font-size: 1em;
}
.inline-img {
margin: 0 0 0 0 !important;
max-width: 100%;
display: inline-block !important;
}
.figcaption-img {
margin-bottom: 0px;
}
figcaption {
font-size: 0.9rem;
display: block;
text-align: center;
color: gray;
}
.top-btn {
position: fixed;
right: 40px;
bottom: 60px;
-ms-flex-pack: center;
-ms-flex-align: center;
align-items: center;
background: #fff;
border-radius: 50%;
box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
display: none;
opacity: 0;
height: 40px;
justify-content: center;
transition: all .4s ease;
width: 40px;
z-index: 1;
}
.top-btn-show {
display: block;
animation-name: show;
animation-fill-mode: forwards;
animation-duration: 0.5s;
}
.top-btn-hide {
animation-name: hide;
animation-fill-mode: forwards;
animation-duration: 0.5s;
}
@keyframes show {
0% {
transform: translateY(100px);
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
opacity: 0;
}
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 1;
}
}
.top-btn:hover {
cursor: pointer;
background: #c1c1c1;
}
.top-btn div {
position: relative;
width: 100%;
height: 100%;
}
.top-btn div i {
position: absolute;
top: 18px;
background: #666;
width: 16px;
height: 2px;
}
.top-btn div i:nth-child(1) {
transform: rotate(-45deg);
left: 7px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.top-btn div i:nth-child(2) {
transform: rotate(45deg);
right: 7px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.iframe {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.iframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width:768px) {
.post .title.small {
display: block;
}
.header nav ul {
display: none;
}
.nav-menu {
display: block;
position: absolute;
top: -14px;
right: 0;
width: 40px;
height: 30px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.nav-menu span {
display: block;
width: 30px;
height: 3px;
background: #4d6781;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.nav-menu-open {
right: -6px;
}
.nav-menu-open span:nth-child(2) {
display: none;
}
.nav-menu-open span:nth-child(1) {
transform: rotate(45deg) translateY(10px);
-webkit-transform: rotate(45deg) translateY(10px);
-moz-transform: rotate(45deg) translateY(10px);
-ms-transform: rotate(45deg) translateY(10px);
-o-transform: rotate(45deg) translateY(10px);
}
.nav-menu-open span:nth-child(3) {
transform: rotate(-45deg) translateY(-11px);
-webkit-transform: rotate(-45deg) translateY(-11px);
-moz-transform: rotate(-45deg) translateY(-11px);
-ms-transform: rotate(-45deg) translateY(-11px);
-o-transform: rotate(-45deg) translateY(-11px);
}
.header nav ul.nav-menu-ul {
display: flex;
position: fixed;
top: 50px;
width: 100%;
left: 0;
background: #fff;
flex-direction: column;
box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
}
.header nav ul.nav-menu-ul a {
display: block;
text-align: center;
}
}
.section {
animation-name: posts;
animation-duration: 0.8s;
}
@keyframes posts {
0% {
transform: translateY(-30px);
-webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-o-transform: translateY(-30px);
opacity: 0;
}
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 1;
}
}
#fastSearch {
visibility: hidden;
position: fixed;
left: 50%;
top: 20%;
display: inline-block;
width: 450px;
margin: 0 10px 0 0;
padding: 0;
z-index: 9;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
#fastSearch input {
box-shadow: 0 5px 10px rgb(0 0 0 / 60%);
padding: 4px;
width: 100%;
height: 40px;
font-size: 1em;
color: #fff;
background: rgba(0, 0, 0, 0.5);
border-radius: 3px 3px 0px 0px;
border: none;
outline: none;
text-align: left;
display: inline-block;
backdrop-filter: blur(6px);
}
#fastSearch input:hover {
cursor: cell;
}
#fastSearch ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#searchResults li {
width: 100%;
padding: 0;
list-style: none;
margin-left: 0em;
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(6px);
border-bottom: 1px dotted #465373;
}
#searchResults li .title {
font-size: .9em;
margin: 0;
display: inline-block;
color: #fff;
}
#searchResults {
visibility: inherit;
display: inline-block;
width: 458px;
margin: 0;
overflow: hidden;
}
#searchResults a {
text-decoration: none !important;
padding: 10px;
display: inline-block;
width: 100%;
text-align: left;
}
#searchResults a:hover,
#searchResults a:focus {
outline: 0;
background: #333;
color: #fff;
}
#search-btn {
position: sticky;
font-size: 20px;
}
@media (max-width:768px) {
.search-menu {
text-align: center;
}
#fastSearch {
top: 0;
right: 0;
width: 100%;
margin-right: 0;
position: absolute;
}
#fastSearch input {
box-shadow: none;
}
#searchResults {
width: 100%;
}
}
@media(max-width:500px) {
.post .post-header {
display: block;
}
.recent-posts .posts .post a,
.post-header h1.title {
font-size: 1.24rem;
font-weight: 600;
}
.post-list .post-header {
flex-direction: column-reverse;
align-items: baseline;
}
.list .posts .post-header .meta {
margin-left: 0;
}
.post-list .title.small a {
font-weight: 600;
}
}
/*Preloader*/
.preloader {
position: fixed;
top: 0;
left: 0;
background-color: #FFFFFF;
height: 100vh;
width: 100%;
z-index: 9999;
}
.preloader:before,
.preloader:after {
content: '';
border: 5px solid #D19A04;
width: 80px;
height: 80px;
border-radius: 500px;
position: absolute;
top: 50%;
left: 50%;
margin: -40px 0 0 -40px;
}
.preloader:before {
-webkit-animation: pulse-outer 0.8s ease-in infinite;
-moz-animation: pulse-outer 0.8s ease-in infinite;
animation: pulse-outer 0.8s ease-in infinite;
}
.preloader:after {
-webkit-animation: pulse-inner 0.8s linear infinite;
-moz-animation: pulse-inner 0.8s linear infinite;
animation: pulse-inner 0.8s linear infinite;
}
@-webkit-keyframes pulse-outer {
0% {
opacity: 1;
filter: alpha(opacity=100);
}
50% {
opacity: 0.5;
filter: alpha(opacity=50);
}
100% {
opacity: 0;
filter: alpha(opacity=0);
}
}
@-moz-keyframes pulse-outer {
0% {
opacity: 1;
filter: alpha(opacity=100);
}
50% {
opacity: 0.5;
filter: alpha(opacity=50);
}
100% {
opacity: 0;
filter: alpha(opacity=0);
}
}
@keyframes pulse-outer {
0% {
opacity: 1;
filter: alpha(opacity=100);
}
50% {
opacity: 0.5;
filter: alpha(opacity=50);
}
100% {
opacity: 0;
filter: alpha(opacity=0);
}
}
@-webkit-keyframes pulse-inner {
0% {
-webkit-transform: scale(0);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-webkit-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
}
@-moz-keyframes pulse-inner {
0% {
-moz-transform: scale(0);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-moz-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
}
@keyframes pulse-inner {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
}
.top-swiper {
position: relative;
}
.top-swiper h4 {
margin: 0;
margin-bottom: 6px;
}
.top-swiper .fa-times {
position: absolute;
right: 10px;
top: 10px;
font-size: 20px;
}
.top-swiper .fa-times:hover {
cursor: pointer;
color: #444;
} | 0.478529 | 0.126596 |
.background_dimGray1,
.hover_background_dimGray1:hover,
.active_background_dimGray1:active:hover {
background: #a6a6a6;
background-image: -moz-linear-gradient(top, rgb(208, 208, 208) 0%, rgb(166, 166, 166) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(208, 208, 208)), color-stop(100%, rgb(166, 166, 166)));
background-image: -webkit-linear-gradient(top, rgb(208, 208, 208) 0%, rgb(166, 166, 166) 100%);
background-image: -o-linear-gradient(top, rgb(208, 208, 208) 0%, rgb(166, 166, 166) 100%);
background-image: -ms-linear-gradient(top, rgb(208, 208, 208) 0%, rgb(166, 166, 166) 100%);
background-image: linear-gradient(to bottom, rgb(208, 208, 208) 0%, rgb(166, 166, 166) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#a6a6a6',GradientType=0 );
}
.background_dimGray1h,
.hover_background_dimGray1h:hover,
.active_background_dimGray1h:active:hover {
background: #a6a6a6;
background-image: -moz-linear-gradient(top, rgb(249, 249, 249) 0%, rgb(200, 200, 200) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(249, 249, 249)), color-stop(100%, rgb(200, 200, 200)));
background-image: -webkit-linear-gradient(top, rgb(249, 249, 249) 0%, rgb(200, 200, 200) 100%);
background-image: -o-linear-gradient(top, rgb(249, 249, 249) 0%, rgb(200, 200, 200) 100%);
background-image: -ms-linear-gradient(top, rgb(249, 249, 249) 0%, rgb(200, 200, 200) 100%);
background-image: linear-gradient(to bottom, rgb(249, 249, 249) 0%, rgb(200, 200, 200) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#c8c8c8',GradientType=0 );
}
.background_dimGray1a,
.hover_background_dimGray1a:hover,
.active_background_dimGray1a:active:hover {
background: #a6a6a6;
background-image: -moz-linear-gradient(top, rgb(200, 200, 200) 0%, rgb(249, 249, 249) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(200, 200, 200)), color-stop(100%, rgb(249, 249, 249)));
background-image: -webkit-linear-gradient(top, rgb(200, 200, 200) 0%, rgb(249, 249, 249) 100%);
background-image: -o-linear-gradient(top, rgb(200, 200, 200) 0%, rgb(249, 249, 249) 100%);
background-image: -ms-linear-gradient(top, rgb(200, 200, 200) 0%, rgb(249, 249, 249) 100%);
background-image: linear-gradient(to bottom, rgb(200, 200, 200) 0%, rgb(249, 249, 249) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#f9f9f9',GradientType=0 );
}
.background_dimGray1s,
.hover_background_dimGray1s:hover,
.active_background_dimGray1s:active:hover {
background: #a6a6a6;
background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(249, 249, 249)));
background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 100%);
background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 100%);
background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
}
.background_color_dimGray1,
.hover_background_color_dimGray1:hover,
.active_background_color_dimGray1:active:hover {
background-color:#a6a6a6;
}
.background_first_color_dimGray1,
.hover_background_first_color_dimGray1:hover,
.active_background_first_color_dimGray1:active:hover {
background-color:#d0d0d0;
}
.background_last_color_dimGray1,
.hover_background_last_color_dimGray1:hover,
.active_background_color_last_dimGray1:active:hover {
background-color:#a6a6a6;
}
/* ------------------------------ color settings -------------------------------*/
.color_dimGray1,
.hover_color_dimGray1:hover,
.active_color_dimGray1:active:hover {
color: #282828;
}
.color_dimGray1h,
.hover_color_dimGray1h:hover,
.active_color_dimGray1h:active:hover {
color: #282828;
}
.color_dimGray1a,
.hover_color_dimGray1a:hover,
.active_color_dimGray1a:active:hover {
color: #ff0;
}
.color_dimGray1s,
.hover_color_dimGray1s:hover,
.active_color_dimGray1s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_dimGray1,
.hover_border_dimGray1:hover,
.active_border_dimGray1:active:hover {
border-color: #a6a6a6 #a6a6a6 #a6a6a6 #a6a6a6;
}
.border_dimGray1h,
.hover_border_dimGray1h:hover,
.active_border_dimGray1h:active:hover {
border-color: #969696 #969696 #969696 #969696;
}
.border_dimGray1a,
.hover_border_dimGray1a:hover,
.active_border_dimGray1a:active:hover {
border-color: #858585 #858585 #858585 #858585;
}
.border_dimGray1s,
.hover_border_dimGray1s:hover,
.active_border_dimGray1s:active:hover {
border-color: #f9f9f9 #f9f9f9 #f9f9f9 #f9f9f9;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_dimGray1,
.hover_shadow_expand_dimGray1:hover,
.active_shadow_expand_dimGray1:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(166, 166, 166, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(166, 166, 166, .39);
box-shadow: 0em 0em 1em 0.25em rgba(166, 166, 166, .39);
}
.shadow_expand_dimGray1h,
.hover_shadow_expand_dimGray1h:hover,
.active_shadow_expand_dimGray1h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(200, 200, 200, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(200, 200, 200, .50);
box-shadow: 0em 0em 1em 0.25em rgba(200, 200, 200, .50);
}
.shadow_expand_dimGray1a,
.hover_shadow_expand_dimGray1a:hover,
.active_shadow_expand_dimGray1a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(249, 249, 249, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(249, 249, 249, .63);
box-shadow: 0em 0em 1em 0.25em rgba(249, 249, 249, .63);
}
.shadow_expand_dimGray1s,
.hover_shadow_expand_dimGray1s:hover,
.active_shadow_expand_dimGray1s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(249, 249, 249, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(249, 249, 249, .78);
box-shadow: 0em 0em 1em 0.25em rgba(249, 249, 249, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_dimGray1,
.hover_shadow_left_dimGray1:hover,
.active_shadow_left_dimGray1:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(166, 166, 166, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(166, 166, 166, .39);
box-shadow: -0.5em -0.5em 1em rgba(166, 166, 166, .39);
}
.shadow_left_dimGray1h,
.hover_shadow_left_dimGray1h:hover,
.active_shadow_left_dimGray1h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(200, 200, 200, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(200, 200, 200, .50);
box-shadow: -0.5em -0.5em 1em rgba(200, 200, 200, .50);
}
.shadow_left_dimGray1a,
.hover_shadow_left_dimGray1a:hover,
.active_shadow_left_dimGray1a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .63);
box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .63);
}
.shadow_left_dimGray1s,
.hover_shadow_left_dimGray1s:hover,
.active_shadow_left_dimGray1s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .78);
box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_dimGray1,
.hover_shadow_right_dimGray1:hover,
.active_shadow_right_dimGray1:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(166, 166, 166, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(166, 166, 166, .39);
box-shadow: 0.5em 0em 1em rgba(166, 166, 166, .39);
}
.shadow_right_dimGray1h,
.hover_shadow_right_dimGray1h:hover,
.active_shadow_right_dimGray1h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(200, 200, 200, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(200, 200, 200, .50);
box-shadow: 0.5em 0em 1em rgba(200, 200, 200, .50);
}
.shadow_right_dimGray1a,
.hover_shadow_right_dimGray1a:hover,
.active_shadow_right_dimGray1a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(249, 249, 249, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(249, 249, 249, .63);
box-shadow: 0.5em 0em 1em rgba(249, 249, 249, .63);
}
.shadow_right_dimGray1s,
.hover_shadow_right_dimGray1s:hover,
.active_shadow_right_dimGray1s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(249, 249, 249, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(249, 249, 249, .78);
box-shadow: 0.5em 0em 1em rgba(249, 249, 249, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_dimGray1,
.hover_shadow_top_dimGray1:hover,
.active_shadow_top_dimGray1:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(166, 166, 166, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(166, 166, 166, .39);
box-shadow: 0em -0.5em 1em rgba(166, 166, 166, .39);
}
.shadow_top_dimGray1h,
.hover_shadow_top_dimGray1h:hover,
.active_shadow_top_dimGray1h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(200, 200, 200, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(200, 200, 200, .50);
box-shadow: 0em -0.5em 1em rgba(200, 200, 200, .50);
}
.shadow_top_dimGray1a,
.hover_shadow_top_dimGray1a:hover,
.active_shadow_top_dimGray1a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(249, 249, 249, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(249, 249, 249, .63);
box-shadow: 0em -0.5em 1em rgba(249, 249, 249, .63);
}
.shadow_top_dimGray1s,
.hover_shadow_top_dimGray1s:hover,
.active_shadow_top_dimGray1s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(249, 249, 249, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(249, 249, 249, .78);
box-shadow: 0em -0.5em 1em rgba(249, 249, 249, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_dimGray1,
.hover_shadow_bottom_dimGray1:hover,
.active_shadow_bottom_dimGray1:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(166, 166, 166, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(166, 166, 166, .39);
box-shadow: 0em 0.5em 1em rgba(166, 166, 166, .39);
}
.shadow_bottom_dimGray1h,
.hover_shadow_bottom_dimGray1h:hover,
.active_shadow_bottom_dimGray1h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(200, 200, 200, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(200, 200, 200, .50);
box-shadow: 0em 0.5em 1em rgba(200, 200, 200, .50);
}
.shadow_bottom_dimGray1a,
.hover_shadow_bottom_dimGray1a:hover,
.active_shadow_bottom_dimGray1a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(249, 249, 249, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(249, 249, 249, .63);
box-shadow: 0em 0.5em 1em rgba(249, 249, 249, .63);
}
.shadow_bottom_dimGray1s,
.hover_shadow_bottom_dimGray1s:hover,
.active_shadow_bottom_dimGray1s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(249, 249, 249, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(249, 249, 249, .78);
box-shadow: 0em 0.5em 1em rgba(249, 249, 249, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_dimGray1,
.hover_shadow_top_left_dimGray1:hover,
.active_shadow_top_left_dimGray1:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(166, 166, 166, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(166, 166, 166, .39);
box-shadow: -0.5em -0.5em 1em rgba(166, 166, 166, .39);
}
.shadow_top_left_dimGray1h,
.hover_shadow_top_left_dimGray1h:hover,
.active_shadow_top_left_dimGray1h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(200, 200, 200, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(200, 200, 200, .50);
box-shadow: -0.5em -0.5em 1em rgba(200, 200, 200, .50);
}
.shadow_top_left_dimGray1a,
.hover_shadow_top_left_dimGray1a:hover,
.active_shadow_top_left_dimGray1a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .63);
box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .63);
}
.shadow_top_left_dimGray1s,
.hover_shadow_top_left_dimGray1s:hover,
.active_shadow_top_left_dimGray1s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .78);
box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_dimGray1,
.hover_shadow_top_right_dimGray1:hover,
.active_shadow_top_right_dimGray1:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(166, 166, 166, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(166, 166, 166, .39);
box-shadow: 0.5em -0.5em 1em rgba(166, 166, 166, .39);
}
.shadow_top_right_dimGray1h,
.hover_shadow_top_right_dimGray1h:hover,
.active_shadow_top_right_dimGray1h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(200, 200, 200, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(200, 200, 200, .50);
box-shadow: 0.5em -0.5em 1em rgba(200, 200, 200, .50);
}
.shadow_top_right_dimGray1a,
.hover_shadow_top_right_dimGray1a:hover,
.active_shadow_top_right_dimGray1a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(249, 249, 249, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(249, 249, 249, .63);
box-shadow: 0.5em -0.5em 1em rgba(249, 249, 249, .63);
}
.shadow_top_right_dimGray1s,
.hover_shadow_top_right_dimGray1s:hover,
.active_shadow_top_right_dimGray1s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(249, 249, 249, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(249, 249, 249, .78);
box-shadow: 0.5em -0.5em 1em rgba(249, 249, 249, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_dimGray1,
.hover_shadow_bottom_left_dimGray1:hover,
.active_shadow_bottom_left_dimGray1:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(166, 166, 166, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(166, 166, 166, .39);
box-shadow: -0.5em 0.5em 1em rgba(166, 166, 166, .39);
}
.shadow_bottom_left_dimGray1h,
.hover_shadow_bottom_left_dimGray1h:hover,
.active_shadow_bottom_left_dimGray1h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(200, 200, 200, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(200, 200, 200, .50);
box-shadow: -0.5em 0.5em 1em rgba(200, 200, 200, .50);
}
.shadow_bottom_left_dimGray1a,
.hover_shadow_bottom_left_dimGray1a:hover,
.active_shadow_bottom_left_dimGray1a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(249, 249, 249, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(249, 249, 249, .63);
box-shadow: -0.5em 0.5em 1em rgba(249, 249, 249, .63);
}
.shadow_bottom_left_dimGray1s,
.hover_shadow_bottom_left_dimGray1s:hover,
.active_shadow_bottom_left_dimGray1s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(249, 249, 249, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(249, 249, 249, .78);
box-shadow: -0.5em 0.5em 1em rgba(249, 249, 249, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_dimGray1,
.hover_shadow_bottom_right_dimGray1:hover,
.active_shadow_bottom_right_dimGray1:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(166, 166, 166, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(166, 166, 166, .39);
box-shadow: 0.5em 0.5em 1em rgba(166, 166, 166, .39);
}
.shadow_bottom_right_dimGray1h,
.hover_shadow_bottom_right_dimGray1h:hover,
.active_shadow_bottom_right_dimGray1h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(200, 200, 200, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(200, 200, 200, .50);
box-shadow: 0.5em 0.5em 1em rgba(200, 200, 200, .50);
}
.shadow_bottom_right_dimGray1a,
.hover_shadow_bottom_right_dimGray1a:hover,
.active_shadow_bottom_right_dimGray1a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(249, 249, 249, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(249, 249, 249, .63);
box-shadow: 0.5em 0.5em 1em rgba(249, 249, 249, .63);
}
.shadow_bottom_right_dimGray1s,
.hover_shadow_bottom_right_dimGray1s:hover,
.active_shadow_bottom_right_dimGray1s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(249, 249, 249, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(249, 249, 249, .78);
box-shadow: 0.5em 0.5em 1em rgba(249, 249, 249, .78);
} | widgets/common/assets/gradients/simple/dimGray/dimGray1.css | .background_dimGray1,
.hover_background_dimGray1:hover,
.active_background_dimGray1:active:hover {
background: #a6a6a6;
background-image: -moz-linear-gradient(top, rgb(208, 208, 208) 0%, rgb(166, 166, 166) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(208, 208, 208)), color-stop(100%, rgb(166, 166, 166)));
background-image: -webkit-linear-gradient(top, rgb(208, 208, 208) 0%, rgb(166, 166, 166) 100%);
background-image: -o-linear-gradient(top, rgb(208, 208, 208) 0%, rgb(166, 166, 166) 100%);
background-image: -ms-linear-gradient(top, rgb(208, 208, 208) 0%, rgb(166, 166, 166) 100%);
background-image: linear-gradient(to bottom, rgb(208, 208, 208) 0%, rgb(166, 166, 166) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#a6a6a6',GradientType=0 );
}
.background_dimGray1h,
.hover_background_dimGray1h:hover,
.active_background_dimGray1h:active:hover {
background: #a6a6a6;
background-image: -moz-linear-gradient(top, rgb(249, 249, 249) 0%, rgb(200, 200, 200) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(249, 249, 249)), color-stop(100%, rgb(200, 200, 200)));
background-image: -webkit-linear-gradient(top, rgb(249, 249, 249) 0%, rgb(200, 200, 200) 100%);
background-image: -o-linear-gradient(top, rgb(249, 249, 249) 0%, rgb(200, 200, 200) 100%);
background-image: -ms-linear-gradient(top, rgb(249, 249, 249) 0%, rgb(200, 200, 200) 100%);
background-image: linear-gradient(to bottom, rgb(249, 249, 249) 0%, rgb(200, 200, 200) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#c8c8c8',GradientType=0 );
}
.background_dimGray1a,
.hover_background_dimGray1a:hover,
.active_background_dimGray1a:active:hover {
background: #a6a6a6;
background-image: -moz-linear-gradient(top, rgb(200, 200, 200) 0%, rgb(249, 249, 249) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(200, 200, 200)), color-stop(100%, rgb(249, 249, 249)));
background-image: -webkit-linear-gradient(top, rgb(200, 200, 200) 0%, rgb(249, 249, 249) 100%);
background-image: -o-linear-gradient(top, rgb(200, 200, 200) 0%, rgb(249, 249, 249) 100%);
background-image: -ms-linear-gradient(top, rgb(200, 200, 200) 0%, rgb(249, 249, 249) 100%);
background-image: linear-gradient(to bottom, rgb(200, 200, 200) 0%, rgb(249, 249, 249) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#f9f9f9',GradientType=0 );
}
.background_dimGray1s,
.hover_background_dimGray1s:hover,
.active_background_dimGray1s:active:hover {
background: #a6a6a6;
background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(249, 249, 249)));
background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 100%);
background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 100%);
background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
}
.background_color_dimGray1,
.hover_background_color_dimGray1:hover,
.active_background_color_dimGray1:active:hover {
background-color:#a6a6a6;
}
.background_first_color_dimGray1,
.hover_background_first_color_dimGray1:hover,
.active_background_first_color_dimGray1:active:hover {
background-color:#d0d0d0;
}
.background_last_color_dimGray1,
.hover_background_last_color_dimGray1:hover,
.active_background_color_last_dimGray1:active:hover {
background-color:#a6a6a6;
}
/* ------------------------------ color settings -------------------------------*/
.color_dimGray1,
.hover_color_dimGray1:hover,
.active_color_dimGray1:active:hover {
color: #282828;
}
.color_dimGray1h,
.hover_color_dimGray1h:hover,
.active_color_dimGray1h:active:hover {
color: #282828;
}
.color_dimGray1a,
.hover_color_dimGray1a:hover,
.active_color_dimGray1a:active:hover {
color: #ff0;
}
.color_dimGray1s,
.hover_color_dimGray1s:hover,
.active_color_dimGray1s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_dimGray1,
.hover_border_dimGray1:hover,
.active_border_dimGray1:active:hover {
border-color: #a6a6a6 #a6a6a6 #a6a6a6 #a6a6a6;
}
.border_dimGray1h,
.hover_border_dimGray1h:hover,
.active_border_dimGray1h:active:hover {
border-color: #969696 #969696 #969696 #969696;
}
.border_dimGray1a,
.hover_border_dimGray1a:hover,
.active_border_dimGray1a:active:hover {
border-color: #858585 #858585 #858585 #858585;
}
.border_dimGray1s,
.hover_border_dimGray1s:hover,
.active_border_dimGray1s:active:hover {
border-color: #f9f9f9 #f9f9f9 #f9f9f9 #f9f9f9;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_dimGray1,
.hover_shadow_expand_dimGray1:hover,
.active_shadow_expand_dimGray1:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(166, 166, 166, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(166, 166, 166, .39);
box-shadow: 0em 0em 1em 0.25em rgba(166, 166, 166, .39);
}
.shadow_expand_dimGray1h,
.hover_shadow_expand_dimGray1h:hover,
.active_shadow_expand_dimGray1h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(200, 200, 200, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(200, 200, 200, .50);
box-shadow: 0em 0em 1em 0.25em rgba(200, 200, 200, .50);
}
.shadow_expand_dimGray1a,
.hover_shadow_expand_dimGray1a:hover,
.active_shadow_expand_dimGray1a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(249, 249, 249, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(249, 249, 249, .63);
box-shadow: 0em 0em 1em 0.25em rgba(249, 249, 249, .63);
}
.shadow_expand_dimGray1s,
.hover_shadow_expand_dimGray1s:hover,
.active_shadow_expand_dimGray1s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(249, 249, 249, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(249, 249, 249, .78);
box-shadow: 0em 0em 1em 0.25em rgba(249, 249, 249, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_dimGray1,
.hover_shadow_left_dimGray1:hover,
.active_shadow_left_dimGray1:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(166, 166, 166, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(166, 166, 166, .39);
box-shadow: -0.5em -0.5em 1em rgba(166, 166, 166, .39);
}
.shadow_left_dimGray1h,
.hover_shadow_left_dimGray1h:hover,
.active_shadow_left_dimGray1h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(200, 200, 200, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(200, 200, 200, .50);
box-shadow: -0.5em -0.5em 1em rgba(200, 200, 200, .50);
}
.shadow_left_dimGray1a,
.hover_shadow_left_dimGray1a:hover,
.active_shadow_left_dimGray1a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .63);
box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .63);
}
.shadow_left_dimGray1s,
.hover_shadow_left_dimGray1s:hover,
.active_shadow_left_dimGray1s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .78);
box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_dimGray1,
.hover_shadow_right_dimGray1:hover,
.active_shadow_right_dimGray1:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(166, 166, 166, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(166, 166, 166, .39);
box-shadow: 0.5em 0em 1em rgba(166, 166, 166, .39);
}
.shadow_right_dimGray1h,
.hover_shadow_right_dimGray1h:hover,
.active_shadow_right_dimGray1h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(200, 200, 200, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(200, 200, 200, .50);
box-shadow: 0.5em 0em 1em rgba(200, 200, 200, .50);
}
.shadow_right_dimGray1a,
.hover_shadow_right_dimGray1a:hover,
.active_shadow_right_dimGray1a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(249, 249, 249, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(249, 249, 249, .63);
box-shadow: 0.5em 0em 1em rgba(249, 249, 249, .63);
}
.shadow_right_dimGray1s,
.hover_shadow_right_dimGray1s:hover,
.active_shadow_right_dimGray1s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(249, 249, 249, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(249, 249, 249, .78);
box-shadow: 0.5em 0em 1em rgba(249, 249, 249, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_dimGray1,
.hover_shadow_top_dimGray1:hover,
.active_shadow_top_dimGray1:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(166, 166, 166, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(166, 166, 166, .39);
box-shadow: 0em -0.5em 1em rgba(166, 166, 166, .39);
}
.shadow_top_dimGray1h,
.hover_shadow_top_dimGray1h:hover,
.active_shadow_top_dimGray1h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(200, 200, 200, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(200, 200, 200, .50);
box-shadow: 0em -0.5em 1em rgba(200, 200, 200, .50);
}
.shadow_top_dimGray1a,
.hover_shadow_top_dimGray1a:hover,
.active_shadow_top_dimGray1a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(249, 249, 249, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(249, 249, 249, .63);
box-shadow: 0em -0.5em 1em rgba(249, 249, 249, .63);
}
.shadow_top_dimGray1s,
.hover_shadow_top_dimGray1s:hover,
.active_shadow_top_dimGray1s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(249, 249, 249, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(249, 249, 249, .78);
box-shadow: 0em -0.5em 1em rgba(249, 249, 249, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_dimGray1,
.hover_shadow_bottom_dimGray1:hover,
.active_shadow_bottom_dimGray1:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(166, 166, 166, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(166, 166, 166, .39);
box-shadow: 0em 0.5em 1em rgba(166, 166, 166, .39);
}
.shadow_bottom_dimGray1h,
.hover_shadow_bottom_dimGray1h:hover,
.active_shadow_bottom_dimGray1h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(200, 200, 200, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(200, 200, 200, .50);
box-shadow: 0em 0.5em 1em rgba(200, 200, 200, .50);
}
.shadow_bottom_dimGray1a,
.hover_shadow_bottom_dimGray1a:hover,
.active_shadow_bottom_dimGray1a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(249, 249, 249, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(249, 249, 249, .63);
box-shadow: 0em 0.5em 1em rgba(249, 249, 249, .63);
}
.shadow_bottom_dimGray1s,
.hover_shadow_bottom_dimGray1s:hover,
.active_shadow_bottom_dimGray1s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(249, 249, 249, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(249, 249, 249, .78);
box-shadow: 0em 0.5em 1em rgba(249, 249, 249, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_dimGray1,
.hover_shadow_top_left_dimGray1:hover,
.active_shadow_top_left_dimGray1:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(166, 166, 166, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(166, 166, 166, .39);
box-shadow: -0.5em -0.5em 1em rgba(166, 166, 166, .39);
}
.shadow_top_left_dimGray1h,
.hover_shadow_top_left_dimGray1h:hover,
.active_shadow_top_left_dimGray1h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(200, 200, 200, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(200, 200, 200, .50);
box-shadow: -0.5em -0.5em 1em rgba(200, 200, 200, .50);
}
.shadow_top_left_dimGray1a,
.hover_shadow_top_left_dimGray1a:hover,
.active_shadow_top_left_dimGray1a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .63);
box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .63);
}
.shadow_top_left_dimGray1s,
.hover_shadow_top_left_dimGray1s:hover,
.active_shadow_top_left_dimGray1s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .78);
box-shadow: -0.5em -0.5em 1em rgba(249, 249, 249, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_dimGray1,
.hover_shadow_top_right_dimGray1:hover,
.active_shadow_top_right_dimGray1:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(166, 166, 166, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(166, 166, 166, .39);
box-shadow: 0.5em -0.5em 1em rgba(166, 166, 166, .39);
}
.shadow_top_right_dimGray1h,
.hover_shadow_top_right_dimGray1h:hover,
.active_shadow_top_right_dimGray1h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(200, 200, 200, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(200, 200, 200, .50);
box-shadow: 0.5em -0.5em 1em rgba(200, 200, 200, .50);
}
.shadow_top_right_dimGray1a,
.hover_shadow_top_right_dimGray1a:hover,
.active_shadow_top_right_dimGray1a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(249, 249, 249, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(249, 249, 249, .63);
box-shadow: 0.5em -0.5em 1em rgba(249, 249, 249, .63);
}
.shadow_top_right_dimGray1s,
.hover_shadow_top_right_dimGray1s:hover,
.active_shadow_top_right_dimGray1s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(249, 249, 249, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(249, 249, 249, .78);
box-shadow: 0.5em -0.5em 1em rgba(249, 249, 249, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_dimGray1,
.hover_shadow_bottom_left_dimGray1:hover,
.active_shadow_bottom_left_dimGray1:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(166, 166, 166, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(166, 166, 166, .39);
box-shadow: -0.5em 0.5em 1em rgba(166, 166, 166, .39);
}
.shadow_bottom_left_dimGray1h,
.hover_shadow_bottom_left_dimGray1h:hover,
.active_shadow_bottom_left_dimGray1h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(200, 200, 200, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(200, 200, 200, .50);
box-shadow: -0.5em 0.5em 1em rgba(200, 200, 200, .50);
}
.shadow_bottom_left_dimGray1a,
.hover_shadow_bottom_left_dimGray1a:hover,
.active_shadow_bottom_left_dimGray1a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(249, 249, 249, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(249, 249, 249, .63);
box-shadow: -0.5em 0.5em 1em rgba(249, 249, 249, .63);
}
.shadow_bottom_left_dimGray1s,
.hover_shadow_bottom_left_dimGray1s:hover,
.active_shadow_bottom_left_dimGray1s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(249, 249, 249, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(249, 249, 249, .78);
box-shadow: -0.5em 0.5em 1em rgba(249, 249, 249, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_dimGray1,
.hover_shadow_bottom_right_dimGray1:hover,
.active_shadow_bottom_right_dimGray1:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(166, 166, 166, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(166, 166, 166, .39);
box-shadow: 0.5em 0.5em 1em rgba(166, 166, 166, .39);
}
.shadow_bottom_right_dimGray1h,
.hover_shadow_bottom_right_dimGray1h:hover,
.active_shadow_bottom_right_dimGray1h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(200, 200, 200, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(200, 200, 200, .50);
box-shadow: 0.5em 0.5em 1em rgba(200, 200, 200, .50);
}
.shadow_bottom_right_dimGray1a,
.hover_shadow_bottom_right_dimGray1a:hover,
.active_shadow_bottom_right_dimGray1a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(249, 249, 249, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(249, 249, 249, .63);
box-shadow: 0.5em 0.5em 1em rgba(249, 249, 249, .63);
}
.shadow_bottom_right_dimGray1s,
.hover_shadow_bottom_right_dimGray1s:hover,
.active_shadow_bottom_right_dimGray1s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(249, 249, 249, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(249, 249, 249, .78);
box-shadow: 0.5em 0.5em 1em rgba(249, 249, 249, .78);
} | 0.520253 | 0.149438 |
:root {
/* === Scrollbars === */
/* Webkit */
--scrollbar-thickness: 12px; /* 1 pixel less than standard scrollbar width (17px) */
--scrollbar-track-color: var(--background-4-color);
--scrollbar-track-hover-color: var(--foreground-1-color);
--scrollbar-thumb-color: var(--foreground-3-color);
--scrollbar-thumb-hover-color: var(--foreground-4-color);
--scrollbar-corner-color: var(--background-3-color);
/* Firefox */
--moz-scrollbar-width: thin;
/* === Inputs === */
/* Range */
--range-input-handle-thickness: 12px;
--range-input-padding: 5px 10px;
--range-input-track-shadow: none;
--range-input-handle-shadow: none;
/* Color */
--color-input-padding: 4px;
}
@supports (-webkit-appearance: none) {
*::-webkit-scrollbar {
height: var(--scrollbar-thickness);
}
*::-webkit-scrollbar-track {
background-color: var(--scrollbar-track-color);
}
*::-webkit-scrollbar-track:hover {
background-color: var(--scrollbar-track-hover-color);
}
*::-webkit-scrollbar-thumb {
background-color: var(--scrollbar-thumb-color);
border-radius: var(--border-radius);
}
*::-webkit-scrollbar-thumb:hover {
background-color: var(--scrollbar-thumb-hover-color);
}
*::-webkit-scrollbar-corner {
background-color: var(--scrollbar-corner-color);
}
input[type='range'] {
-webkit-appearance: none;
appearance: none;
}
input[type='range']::-webkit-slider-thumb {
-webkit-appearance: none;
position: relative;
top: -50%;
width: var(--range-input-handle-thickness);
height: var(--range-input-handle-thickness);
background-color: var(--foreground-4-color);
border-radius: 50%;
box-shadow: var(--range-input-handle-shadow);
}
input[type='range']::-webkit-slider-runnable-track {
display: flex;
align-items: center;
border-radius: var(--border-radius);
box-shadow: var(--range-input-track-shadow);
-webkit-box-shadow: var(--range-input-track-shadow);
background-color: var(--foreground-2-color);
}
input[type='color']::-webkit-color-swatch-wrapper {
padding: 0;
border: none;
border-radius: var(--border-radius);
}
input[type='color']::-webkit-color-swatch {
border: none;
border-radius: var(--border-radius);
}
}
/* Firefox */
@supports (-moz-appearance: none) {
* {
scrollbar-width: var(--moz-scrollbar-width);
scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-track-color);
}
input[type='range'] {
-moz-appearance: none;
appearance: none;
}
input[type='range']::-moz-range-track {
display: flex;
align-items: center;
border-radius: var(--border-radius);
box-shadow: var(--range-input-track-shadow);
-moz-box-shadow: var(--range-input-track-shadow);
background-color: var(--foreground-2-color);
}
input[type='range']::-moz-slider-thumb {
border: none;
position: relative;
width: var(--range-input-handle-thickness);
height: var(--range-input-handle-thickness);
top: -50%;
background-color: var(--foreground-4-color);
border-radius: var(--range-input-handle-thickness);
box-shadow: var(--range-input-handle-shadow);
-moz-box-shadow: var(--range-input-handle-shadow);
}
input[type='range']::-moz-range-progress {
background-color: var(--accent-1-color);
}
input[type='color']::-moz-color-swatch-wrapper {
padding: 0;
border: none;
border-radius: var(--border-radius);
}
input[type='color']::-moz-color-swatch {
border: none;
border-radius: var(--border-radius);
}
#color {
min-height: 32px;
}
}
input[type='range'] {
padding: var(--range-input-padding);
background-color: var(--foreground-1-color);
border-radius: var(--border-radius);
}
input[type='range']:focus {
outline: none;
}
input[type='color'] {
padding: var(--color-input-padding);
background-color: var(--foreground-1-color);
border: none;
border-radius: var(--border-radius);
} | static/css/native.css | :root {
/* === Scrollbars === */
/* Webkit */
--scrollbar-thickness: 12px; /* 1 pixel less than standard scrollbar width (17px) */
--scrollbar-track-color: var(--background-4-color);
--scrollbar-track-hover-color: var(--foreground-1-color);
--scrollbar-thumb-color: var(--foreground-3-color);
--scrollbar-thumb-hover-color: var(--foreground-4-color);
--scrollbar-corner-color: var(--background-3-color);
/* Firefox */
--moz-scrollbar-width: thin;
/* === Inputs === */
/* Range */
--range-input-handle-thickness: 12px;
--range-input-padding: 5px 10px;
--range-input-track-shadow: none;
--range-input-handle-shadow: none;
/* Color */
--color-input-padding: 4px;
}
@supports (-webkit-appearance: none) {
*::-webkit-scrollbar {
height: var(--scrollbar-thickness);
}
*::-webkit-scrollbar-track {
background-color: var(--scrollbar-track-color);
}
*::-webkit-scrollbar-track:hover {
background-color: var(--scrollbar-track-hover-color);
}
*::-webkit-scrollbar-thumb {
background-color: var(--scrollbar-thumb-color);
border-radius: var(--border-radius);
}
*::-webkit-scrollbar-thumb:hover {
background-color: var(--scrollbar-thumb-hover-color);
}
*::-webkit-scrollbar-corner {
background-color: var(--scrollbar-corner-color);
}
input[type='range'] {
-webkit-appearance: none;
appearance: none;
}
input[type='range']::-webkit-slider-thumb {
-webkit-appearance: none;
position: relative;
top: -50%;
width: var(--range-input-handle-thickness);
height: var(--range-input-handle-thickness);
background-color: var(--foreground-4-color);
border-radius: 50%;
box-shadow: var(--range-input-handle-shadow);
}
input[type='range']::-webkit-slider-runnable-track {
display: flex;
align-items: center;
border-radius: var(--border-radius);
box-shadow: var(--range-input-track-shadow);
-webkit-box-shadow: var(--range-input-track-shadow);
background-color: var(--foreground-2-color);
}
input[type='color']::-webkit-color-swatch-wrapper {
padding: 0;
border: none;
border-radius: var(--border-radius);
}
input[type='color']::-webkit-color-swatch {
border: none;
border-radius: var(--border-radius);
}
}
/* Firefox */
@supports (-moz-appearance: none) {
* {
scrollbar-width: var(--moz-scrollbar-width);
scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-track-color);
}
input[type='range'] {
-moz-appearance: none;
appearance: none;
}
input[type='range']::-moz-range-track {
display: flex;
align-items: center;
border-radius: var(--border-radius);
box-shadow: var(--range-input-track-shadow);
-moz-box-shadow: var(--range-input-track-shadow);
background-color: var(--foreground-2-color);
}
input[type='range']::-moz-slider-thumb {
border: none;
position: relative;
width: var(--range-input-handle-thickness);
height: var(--range-input-handle-thickness);
top: -50%;
background-color: var(--foreground-4-color);
border-radius: var(--range-input-handle-thickness);
box-shadow: var(--range-input-handle-shadow);
-moz-box-shadow: var(--range-input-handle-shadow);
}
input[type='range']::-moz-range-progress {
background-color: var(--accent-1-color);
}
input[type='color']::-moz-color-swatch-wrapper {
padding: 0;
border: none;
border-radius: var(--border-radius);
}
input[type='color']::-moz-color-swatch {
border: none;
border-radius: var(--border-radius);
}
#color {
min-height: 32px;
}
}
input[type='range'] {
padding: var(--range-input-padding);
background-color: var(--foreground-1-color);
border-radius: var(--border-radius);
}
input[type='range']:focus {
outline: none;
}
input[type='color'] {
padding: var(--color-input-padding);
background-color: var(--foreground-1-color);
border: none;
border-radius: var(--border-radius);
} | 0.379034 | 0.092852 |
@charset "utf-8";
.caixa1
{
background-image:url(../img/prop1.jpg);
height: 350px;
width: 960px;
margin:0 auto;
margin-top:50px;
}
.caixa2
{
background-image:url(../img/quad1.jpg);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
}
.caixa2:hover
{
background-image:url(../img/quad-hover1.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
transition:all 0.1s linear;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
-ms-transition:all 0.1s linear;
-o-transition:all 0.1s linear;
}
.caixa3
{
background-image:url(../img/quad2.jpg);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
}
.login {
font-family: "Calibri Light";
font-size: 18px;
color: #FFF;
float: right;
height: 80px;
width: 270px;
margin-top:5px;
font-weight: bold;
padding-top:5px;
}
.login a{
font-family: "Meiryo";
font-size: 10px;
color: #FFF;
float: left;
}
.login a:hover{
font-family: "Meiryo";
font-size: 10px;
color:#999;
float: left;
text-decoration:underline;
}
.botao-login
{
float: right;
width: 80px;
height: 50px;
padding-top: -50px;
}
/*bem vindo */
.Resposta
{
position:absolute;
float: right;
max-width: 190px;
font-family: "Meiryo";
}
.caixas
{
float: left;
width: 151px;
height: 113px;
}
.superior2{
background-color:#000;
margin:0 auto;
width:60%;
max-width:1000px;
min-width:1000px;
height:45px;
}
.formulario-cadastro
{
width: 800px;
height: auto;
margin: 0 auto;
font-family : "Calibri Light";
font-size: 18px;
}
.linha-cad
{
width:100%;
height:1px;
color:#666;
}
.caixa3:hover
{
background-image:url(../img/quad-hover2.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
transition:all 0.1s linear;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
-ms-transition:all 0.1s linear;
-o-transition:all 0.1s linear;
}
.caixa4
{
background-image:url(../img/fundo-8.jpg);
height: 350px;
width: 960px;
margin:0 auto;
margin-top:50px;
}
.caixa5
{
background-image:url(../img/sport-masc.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
}
.caixa5:hover
{
background-image:url(../img/sport-masc---hover.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
transition:all 0.1s linear;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
-ms-transition:all 0.1s linear;
-o-transition:all 0.1s linear;
}
.caixa6
{
background-image:url(../img/sport-fm2.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
}
.caixa6:hover
{
background-image:url(../img/sport-fm2-hover.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
transition:all 0.1s linear;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
-ms-transition:all 0.1s linear;
-o-transition:all 0.1s linear;
}
.caixa7
{
background-image:url(../img/fundo-rio.jpg);
height: 350px;
width: 960px;
margin:0 auto;
margin-top:50px;
}
.caixa8
{
background-image:url(../img/br-fmm.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
}
.caixa8:hover
{
background-image:url(../img/br-fmm-hover.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
transition:all 0.1s linear;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
-ms-transition:all 0.1s linear;
-o-transition:all 0.1s linear;
}
.caixa9
{
background-image:url(../img/br-masc.png );
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
}
.caixa9:hover
{
background-image:url(../img/br-masc-hover.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
transition:all 0.1s linear;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
-ms-transition:all 0.1s linear;
-o-transition:all 0.1s linear;
}
.add1 {
float: left;
height: 500px;
width: 485px;
margin-top: 10px;
margin-right: 10px;
margin-left: 10px;
}
.add2 {
float: left;
height: 500px;
width: 485px;
margin-top: 10px;
margin-right: 10px;
}
.foto2 {margin-top:250px;
}
.meio{
background-color: #FFF;
width:80%;
height:3000px;
margin:0 auto;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
max-width:1000px;
min-width:1000px;
}
.linhas {
height: 640px;
width: 960px;
margin-top: 10px;
margin-right: 20px;
margin-left: 20px;
}
.lateral {
width:250px;
height:780px;
margin:0;
padding-top:40px;
}
.menu_lateal{
width:190px;
height:200px;
font:"Calibri Light";
color:#666;
margin-left:20px;
margin-right:5px;
margin-top:5px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
padding-top:40px;
}
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
font:"Calibri Light";
color:#666;
width: 190px; /* Largura Menu Items */
margin:0 auto;
}
.suckerdiv ul li{
position: relative;
}
/*Sub menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*largura sub menu*/
top: 0;
visibility: hidden;
font:"Calibri Light";
color:#666;
}
/* estilos dos links */
.suckerdiv ul li a{
display: block;
overflow: auto;
color: black;
text-decoration: none;
background: #fff; /*edite cor */
padding: 1px 5px;
border-bottom: 1px solid #ccc; /*edite borda */
font:"Calibri Light";
color:#666;
}
.suckerdiv ul li a:visited{
font:"Calibri Light";
color:#666;
}
.suckerdiv ul li a:hover{
background-color: #FFF; /*edite cor */
}
.suckerdiv .subfolderstyle{
background: url(../img/seta.png) no-repeat center right;
}
/* Holly Hack for IE */
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
.barra1{
width: 960px;
height:30px;
font:"Calibri Light";
color: #666;
margin: 0 auto;
}
.barra1 a{
font:"Calibri Light";
color:#333;
text-decoration:none;
}
.barra1 a:hover{
font:"Calibri Light";
color:#000;
text-decoration: underline;
}
.barra{
width:730px;
height:30px;
float:right;
font:"Calibri Light";
color: #666;
margin-right:20px;
}
.barra a{
font:"Calibri Light";
color:#333;
text-decoration:none;
}
.barra a:hover{
font:"Calibri Light";
color:#000;
text-decoration: underline;
}
.slide {
width:960px;
height:450px;
margin:0 auto;
background-color:#FFF;
padding-top:20px;
padding-bottom:10px;
}
.vitrine{
width:730px;
height:650px;
background-color:#FFF;
margin-top:10px;
font:"Calibri Light";
color:#fff;
float:right;
margin-right:20px;
}
.produto {
width:225px;
height:300px;
margin-left:13.75px;
float:left;
background-color:#fff;
font:"Calibri Light";
color:#666;
margin-top:10px;
}
.content{
background-color: #FFF;
width:80%;
height:1300px;
margin:0 auto;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
max-width:1000px;
min-width:1000px;
}
.fonte-tit {
font-family: TimesNewRoman,"Times New Roman",Times,Georgia,serif;
font-size: 30px;
text-transform: uppercase;
color: #252527;
margin-top:20px;
}
.fonte-p {
font-size: 18px;
color: #999;
float: left;
height: 180px;
width: 550px;
margin-left: 100px;
font-family: "Calibri Light";
}
.barra-lateral{
width:1px;
height:180px;
float:left;
background-color: #ccc;
margin-left:20px;
}
.botao{
float:left;
margin-left:10px;
height:15px;
}
.compre {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
background-color:#ededed;
-webkit-border-top-left-radius:6px;
-moz-border-radius-topleft:6px;
border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
-moz-border-radius-topright:6px;
border-top-right-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-bottomright:6px;
border-bottom-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
-moz-border-radius-bottomleft:6px;
border-bottom-left-radius:6px;
text-indent:0;
border:1px solid #dcdcdc;
display:inline-block;
color:#777777;
font-family:Verdana;
font-size:15px;
font-weight:bold;
font-style:normal;
height:37px;
line-height:37px;
width:132px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #ffffff;
}
.compre:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
background-color:#dfdfdf;
}.compre:active {
position:relative;
top:1px;
}
.conteudo_casual
{
background-color: #FFF;
width:80%;
height:1000px;
margin:0 auto;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
max-width:1000px;
min-width:1000px;
}
.linha{
width:90%;
height:1px;
background-color: #ccc;
margin:0 auto;
}
.img {
width:400px;
height:500px;
float:left;
margin-left:50px;
margin-top:20px;
margin-right:14.5px;
background-color:#FFF;
}
.linha-img {
width:1px;
height:500px;
float:left;
background-color: #ccc;
margin-top:20px;
}
.preco {
width:470px;
height:500px;
float:right;
margin-left:14.5px;
margin-right:50px;
margin-top:20px;
background-color:#FFF;
}
.divisao{
width:900px;
height:1px;
background-color:#CCC;
margin-top: 540px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
.desc {
width:900px;
height:500px;
background-color:#FFF;
margin-top:20px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
.conteudo-produto
{
background-color: #FFF;
width:80%;
height:1200px;
margin:0 auto;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow:0px 2px 30px 0px rgba(50, 50, 50, 0.75);
max-width:1000px;
min-width:1000px;
}
/*FONTES!!! PRODUTOS */
.nome-perf
{
width:300px;
height:150px;
background-color:#FFF;
margin-top:150px;
margin-left:50px;
}
.fonte-nome {
font-family: TimesNewRoman,"Times New Roman",Times,Georgia,serif;
font-size: 30px;
text-transform: uppercase;
color: #252527;
}
.fonte-subnome {
font-family: Calibri ,TimesNewRoman,"Times New Roman",Times,Georgia,serif;
font-size: 21px;
text-transform: uppercase;
color: #252527;
margin-top : 5px;
margin-bottom : 3px;
}
.fonte-desc {
font-size: 18px;
color: #999;
font-family: Calibri ;
float: left;
width: 80%;
height: auto;
}
.preco-perf
{
font-family: TimesNewRoman,"Times New Roman",Times,Georgia,serif;
font-size: 30px;
text-transform: uppercase;
color: #252527;
float:right;
}
.centro-botao
{
float:left;
height:15px;
margin-top:10px;
margin-left:50px;
}
.barra-perf
{
height:1px;
width:300px;
margin-left:50px;
background-color:#CCC;
}
.conteudo-galeria {
background-color: #FFF;
width:80%;
height:2420px;
margin:0 auto;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
max-width:1000px;
min-width:1000px;
}
.direitos-g {
width:60%;
height:80px;
padding-top:15px;
background-color:#333;
margin:auto;
max-width:1000px;
min-width:1000px;
font-family: "Calibri Light";
font-size: 16px;
color: #FFF;
text-align: center;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
padding-left:260px;
}
.linha-perf
{
width:98%;
height:1px;
background-color: #ccc;
margin:0 auto;
}
.espace
{
margin-left:10px;
float:left;
}
.conteudo-linhas-monarca
{
background-color: #FFF;
width:80%;
height:600px;
margin:0 auto;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
max-width:1000px;
min-width:1000px;
}
.texto-sobre
{
width:480px;
height:450px;
float:left;
margin-left:30px;
margin-right:10px;
font-size:18px;
color: #999;
font-family: "Calibri Light";
text-align: justify;
}
.linha-sobre{
width:940px;
height:1px;
background-color: #ccc;
margin:0 auto;
}
.email
{
width:940px;
height:550px;
margin:0 auto;
font-family: "Calibri Light";
font-size:18px;
color: #999;
}
.caixa_compre
{
width:600px;
height:400px;
margin-top:25px;
margin:0 auto;
margin-bottom:20px;
}
.caixa-casual
{
width:265px;
height:400px;
float:left;
}
.caixa-texto-casual
{ width:315px;
height:400px;
float: right;
text-align:center;
font-size:18px;
color: #999;
font-family: "Calibri Light";
}
.caixa-texto-casual:hover
{
width:315px;
height:400px;
float: right;
text-align:center;
font-size:18px;
color: #666;
font-family: "Calibri Light";
}
.caixa-sport
{ width:265px;
height:400px;
float: right;
}
.caixa-texto-sport
{ width:315px;
height:400px;
float: left;
text-align:center;
font-size:18px;
color: #999;
font-family: "Calibri Light";
}
.caixa-texto-sport:hover
{ width:315px;
height:400px;
float: left;
text-align:center;
font-size:18px;
color: #666;
font-family: "Calibri Light";
}
.caixa-aromas
{ width:265px;
height:400px;
float:left;
}
.caixa-texto-aromas
{ width:315px;
height:400px;
float: right;
text-align:center;
font-size:18px;
color: #999;
font-family: "Calibri Light";
}
.caixa-texto-aromas:hover
{
width:315px;
height:400px;
float: right;
text-align:center;
font-size:18px;
color : #666;
font-family : "Calibri Light";
}
.sub-menu
{
text-align: justify;
font-size:24px;
color : #666;
font-family : "Calibri Light";
}
.linha-sub
{
width:100%;
height:1px;
background-color:#ccc;
}
.cadastre
{ text-align: justify;
cursor: pointer;
color : #fff;
font-family : "Calibri Light";
}
.cadastre:hover
{ text-align: justify;
cursor: pointer;
color : #666;
font-family : "Calibri Light";
text-decoration:underline;
}
.fonte-pesq
{
font-size: 18px;
color: #999;
font-family: Calibri ;
float: left;
width: 80%;
height: auto;
margin-left:50px;
}
.fonte-pesq a
{
font-size: 18px;
color: #666;
font-family: Calibri ;
}
.fonte-pesq a:hover
{
font-size: 18px;
color: #000;
font-family: Calibri ;
}
.conteudo_comprar
{
background-color: #FFF;
width:80%;
height:550px;
margin:0 auto;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
max-width:1000px;
min-width:1000px;
} | projetoMonarca/css/estilo.css | @charset "utf-8";
.caixa1
{
background-image:url(../img/prop1.jpg);
height: 350px;
width: 960px;
margin:0 auto;
margin-top:50px;
}
.caixa2
{
background-image:url(../img/quad1.jpg);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
}
.caixa2:hover
{
background-image:url(../img/quad-hover1.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
transition:all 0.1s linear;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
-ms-transition:all 0.1s linear;
-o-transition:all 0.1s linear;
}
.caixa3
{
background-image:url(../img/quad2.jpg);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
}
.login {
font-family: "Calibri Light";
font-size: 18px;
color: #FFF;
float: right;
height: 80px;
width: 270px;
margin-top:5px;
font-weight: bold;
padding-top:5px;
}
.login a{
font-family: "Meiryo";
font-size: 10px;
color: #FFF;
float: left;
}
.login a:hover{
font-family: "Meiryo";
font-size: 10px;
color:#999;
float: left;
text-decoration:underline;
}
.botao-login
{
float: right;
width: 80px;
height: 50px;
padding-top: -50px;
}
/*bem vindo */
.Resposta
{
position:absolute;
float: right;
max-width: 190px;
font-family: "Meiryo";
}
.caixas
{
float: left;
width: 151px;
height: 113px;
}
.superior2{
background-color:#000;
margin:0 auto;
width:60%;
max-width:1000px;
min-width:1000px;
height:45px;
}
.formulario-cadastro
{
width: 800px;
height: auto;
margin: 0 auto;
font-family : "Calibri Light";
font-size: 18px;
}
.linha-cad
{
width:100%;
height:1px;
color:#666;
}
.caixa3:hover
{
background-image:url(../img/quad-hover2.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
transition:all 0.1s linear;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
-ms-transition:all 0.1s linear;
-o-transition:all 0.1s linear;
}
.caixa4
{
background-image:url(../img/fundo-8.jpg);
height: 350px;
width: 960px;
margin:0 auto;
margin-top:50px;
}
.caixa5
{
background-image:url(../img/sport-masc.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
}
.caixa5:hover
{
background-image:url(../img/sport-masc---hover.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
transition:all 0.1s linear;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
-ms-transition:all 0.1s linear;
-o-transition:all 0.1s linear;
}
.caixa6
{
background-image:url(../img/sport-fm2.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
}
.caixa6:hover
{
background-image:url(../img/sport-fm2-hover.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
transition:all 0.1s linear;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
-ms-transition:all 0.1s linear;
-o-transition:all 0.1s linear;
}
.caixa7
{
background-image:url(../img/fundo-rio.jpg);
height: 350px;
width: 960px;
margin:0 auto;
margin-top:50px;
}
.caixa8
{
background-image:url(../img/br-fmm.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
}
.caixa8:hover
{
background-image:url(../img/br-fmm-hover.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
transition:all 0.1s linear;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
-ms-transition:all 0.1s linear;
-o-transition:all 0.1s linear;
}
.caixa9
{
background-image:url(../img/br-masc.png );
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
}
.caixa9:hover
{
background-image:url(../img/br-masc-hover.png);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
transition:all 0.1s linear;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
-ms-transition:all 0.1s linear;
-o-transition:all 0.1s linear;
}
.add1 {
float: left;
height: 500px;
width: 485px;
margin-top: 10px;
margin-right: 10px;
margin-left: 10px;
}
.add2 {
float: left;
height: 500px;
width: 485px;
margin-top: 10px;
margin-right: 10px;
}
.foto2 {margin-top:250px;
}
.meio{
background-color: #FFF;
width:80%;
height:3000px;
margin:0 auto;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
max-width:1000px;
min-width:1000px;
}
.linhas {
height: 640px;
width: 960px;
margin-top: 10px;
margin-right: 20px;
margin-left: 20px;
}
.lateral {
width:250px;
height:780px;
margin:0;
padding-top:40px;
}
.menu_lateal{
width:190px;
height:200px;
font:"Calibri Light";
color:#666;
margin-left:20px;
margin-right:5px;
margin-top:5px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
padding-top:40px;
}
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
font:"Calibri Light";
color:#666;
width: 190px; /* Largura Menu Items */
margin:0 auto;
}
.suckerdiv ul li{
position: relative;
}
/*Sub menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*largura sub menu*/
top: 0;
visibility: hidden;
font:"Calibri Light";
color:#666;
}
/* estilos dos links */
.suckerdiv ul li a{
display: block;
overflow: auto;
color: black;
text-decoration: none;
background: #fff; /*edite cor */
padding: 1px 5px;
border-bottom: 1px solid #ccc; /*edite borda */
font:"Calibri Light";
color:#666;
}
.suckerdiv ul li a:visited{
font:"Calibri Light";
color:#666;
}
.suckerdiv ul li a:hover{
background-color: #FFF; /*edite cor */
}
.suckerdiv .subfolderstyle{
background: url(../img/seta.png) no-repeat center right;
}
/* Holly Hack for IE */
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
.barra1{
width: 960px;
height:30px;
font:"Calibri Light";
color: #666;
margin: 0 auto;
}
.barra1 a{
font:"Calibri Light";
color:#333;
text-decoration:none;
}
.barra1 a:hover{
font:"Calibri Light";
color:#000;
text-decoration: underline;
}
.barra{
width:730px;
height:30px;
float:right;
font:"Calibri Light";
color: #666;
margin-right:20px;
}
.barra a{
font:"Calibri Light";
color:#333;
text-decoration:none;
}
.barra a:hover{
font:"Calibri Light";
color:#000;
text-decoration: underline;
}
.slide {
width:960px;
height:450px;
margin:0 auto;
background-color:#FFF;
padding-top:20px;
padding-bottom:10px;
}
.vitrine{
width:730px;
height:650px;
background-color:#FFF;
margin-top:10px;
font:"Calibri Light";
color:#fff;
float:right;
margin-right:20px;
}
.produto {
width:225px;
height:300px;
margin-left:13.75px;
float:left;
background-color:#fff;
font:"Calibri Light";
color:#666;
margin-top:10px;
}
.content{
background-color: #FFF;
width:80%;
height:1300px;
margin:0 auto;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
max-width:1000px;
min-width:1000px;
}
.fonte-tit {
font-family: TimesNewRoman,"Times New Roman",Times,Georgia,serif;
font-size: 30px;
text-transform: uppercase;
color: #252527;
margin-top:20px;
}
.fonte-p {
font-size: 18px;
color: #999;
float: left;
height: 180px;
width: 550px;
margin-left: 100px;
font-family: "Calibri Light";
}
.barra-lateral{
width:1px;
height:180px;
float:left;
background-color: #ccc;
margin-left:20px;
}
.botao{
float:left;
margin-left:10px;
height:15px;
}
.compre {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
background-color:#ededed;
-webkit-border-top-left-radius:6px;
-moz-border-radius-topleft:6px;
border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
-moz-border-radius-topright:6px;
border-top-right-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-bottomright:6px;
border-bottom-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
-moz-border-radius-bottomleft:6px;
border-bottom-left-radius:6px;
text-indent:0;
border:1px solid #dcdcdc;
display:inline-block;
color:#777777;
font-family:Verdana;
font-size:15px;
font-weight:bold;
font-style:normal;
height:37px;
line-height:37px;
width:132px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #ffffff;
}
.compre:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
background-color:#dfdfdf;
}.compre:active {
position:relative;
top:1px;
}
.conteudo_casual
{
background-color: #FFF;
width:80%;
height:1000px;
margin:0 auto;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
max-width:1000px;
min-width:1000px;
}
.linha{
width:90%;
height:1px;
background-color: #ccc;
margin:0 auto;
}
.img {
width:400px;
height:500px;
float:left;
margin-left:50px;
margin-top:20px;
margin-right:14.5px;
background-color:#FFF;
}
.linha-img {
width:1px;
height:500px;
float:left;
background-color: #ccc;
margin-top:20px;
}
.preco {
width:470px;
height:500px;
float:right;
margin-left:14.5px;
margin-right:50px;
margin-top:20px;
background-color:#FFF;
}
.divisao{
width:900px;
height:1px;
background-color:#CCC;
margin-top: 540px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
.desc {
width:900px;
height:500px;
background-color:#FFF;
margin-top:20px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
.conteudo-produto
{
background-color: #FFF;
width:80%;
height:1200px;
margin:0 auto;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow:0px 2px 30px 0px rgba(50, 50, 50, 0.75);
max-width:1000px;
min-width:1000px;
}
/*FONTES!!! PRODUTOS */
.nome-perf
{
width:300px;
height:150px;
background-color:#FFF;
margin-top:150px;
margin-left:50px;
}
.fonte-nome {
font-family: TimesNewRoman,"Times New Roman",Times,Georgia,serif;
font-size: 30px;
text-transform: uppercase;
color: #252527;
}
.fonte-subnome {
font-family: Calibri ,TimesNewRoman,"Times New Roman",Times,Georgia,serif;
font-size: 21px;
text-transform: uppercase;
color: #252527;
margin-top : 5px;
margin-bottom : 3px;
}
.fonte-desc {
font-size: 18px;
color: #999;
font-family: Calibri ;
float: left;
width: 80%;
height: auto;
}
.preco-perf
{
font-family: TimesNewRoman,"Times New Roman",Times,Georgia,serif;
font-size: 30px;
text-transform: uppercase;
color: #252527;
float:right;
}
.centro-botao
{
float:left;
height:15px;
margin-top:10px;
margin-left:50px;
}
.barra-perf
{
height:1px;
width:300px;
margin-left:50px;
background-color:#CCC;
}
.conteudo-galeria {
background-color: #FFF;
width:80%;
height:2420px;
margin:0 auto;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
max-width:1000px;
min-width:1000px;
}
.direitos-g {
width:60%;
height:80px;
padding-top:15px;
background-color:#333;
margin:auto;
max-width:1000px;
min-width:1000px;
font-family: "Calibri Light";
font-size: 16px;
color: #FFF;
text-align: center;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
padding-left:260px;
}
.linha-perf
{
width:98%;
height:1px;
background-color: #ccc;
margin:0 auto;
}
.espace
{
margin-left:10px;
float:left;
}
.conteudo-linhas-monarca
{
background-color: #FFF;
width:80%;
height:600px;
margin:0 auto;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
max-width:1000px;
min-width:1000px;
}
.texto-sobre
{
width:480px;
height:450px;
float:left;
margin-left:30px;
margin-right:10px;
font-size:18px;
color: #999;
font-family: "Calibri Light";
text-align: justify;
}
.linha-sobre{
width:940px;
height:1px;
background-color: #ccc;
margin:0 auto;
}
.email
{
width:940px;
height:550px;
margin:0 auto;
font-family: "Calibri Light";
font-size:18px;
color: #999;
}
.caixa_compre
{
width:600px;
height:400px;
margin-top:25px;
margin:0 auto;
margin-bottom:20px;
}
.caixa-casual
{
width:265px;
height:400px;
float:left;
}
.caixa-texto-casual
{ width:315px;
height:400px;
float: right;
text-align:center;
font-size:18px;
color: #999;
font-family: "Calibri Light";
}
.caixa-texto-casual:hover
{
width:315px;
height:400px;
float: right;
text-align:center;
font-size:18px;
color: #666;
font-family: "Calibri Light";
}
.caixa-sport
{ width:265px;
height:400px;
float: right;
}
.caixa-texto-sport
{ width:315px;
height:400px;
float: left;
text-align:center;
font-size:18px;
color: #999;
font-family: "Calibri Light";
}
.caixa-texto-sport:hover
{ width:315px;
height:400px;
float: left;
text-align:center;
font-size:18px;
color: #666;
font-family: "Calibri Light";
}
.caixa-aromas
{ width:265px;
height:400px;
float:left;
}
.caixa-texto-aromas
{ width:315px;
height:400px;
float: right;
text-align:center;
font-size:18px;
color: #999;
font-family: "Calibri Light";
}
.caixa-texto-aromas:hover
{
width:315px;
height:400px;
float: right;
text-align:center;
font-size:18px;
color : #666;
font-family : "Calibri Light";
}
.sub-menu
{
text-align: justify;
font-size:24px;
color : #666;
font-family : "Calibri Light";
}
.linha-sub
{
width:100%;
height:1px;
background-color:#ccc;
}
.cadastre
{ text-align: justify;
cursor: pointer;
color : #fff;
font-family : "Calibri Light";
}
.cadastre:hover
{ text-align: justify;
cursor: pointer;
color : #666;
font-family : "Calibri Light";
text-decoration:underline;
}
.fonte-pesq
{
font-size: 18px;
color: #999;
font-family: Calibri ;
float: left;
width: 80%;
height: auto;
margin-left:50px;
}
.fonte-pesq a
{
font-size: 18px;
color: #666;
font-family: Calibri ;
}
.fonte-pesq a:hover
{
font-size: 18px;
color: #000;
font-family: Calibri ;
}
.conteudo_comprar
{
background-color: #FFF;
width:80%;
height:550px;
margin:0 auto;
-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
max-width:1000px;
min-width:1000px;
} | 0.221856 | 0.044183 |
body {
font-family: Roboto, sans-serif;
color: #5b5b5b;
background-color: #fff;
padding: 2em 1.25em;
}
.container {
width: 100%;
max-width: 680px;
text-align: center;
margin: 0 auto;
}
.container nav {
margin-bottom: 40px;
}
.container nav a {
border-bottom: 2px solid #fff;
display: inline-block;
padding: 4px 8px;
margin: 0 5px;
text-decoration: none;
color: #999999;
font-size: 1.5em;
}
.container nav a.is-selected {
color: red;
border-bottom-color: currentColor;
}
.container nav a:not( .is-selected ):hover,
.container nav a:not( .is-selected ):focus {
border-bottom-color: #999999;
}
.container footer {
color: #5b5b5b;
text-align: left;
}
.container footer h2 {
font-weight: 200;
color: red;
font-size: 1.25em;
margin-top: 2em;
}
.container footer table {
width: 100%;
border-spacing: 0;
}
.container footer td {
font-size: 0.9em;
padding: 0.5em 0.25em;
border-top: 1px solid #dddddd;
}
.container footer th {
font-weight: 200;
color: red;
padding-bottom: 0.8em;
}
.container footer a {
color: #5b5b5b;
text-decoration: none;
}
.container footer a:hover,
.container footer a:focus {
text-decoration: underline;
}
.box {
font-size: 1.25rem;
position: relative;
padding: 100px 20px;
}
.box.upload {
outline: 2px dashed #5b5b5b;
-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.box.is-dragover {
outline-offset: -10px;
outline-color: #fff;
background-color: #5b5b5b;
color: #fff;
}
.box a {
color: #5b5b5b;
text-decoration: none;
border-bottom-color: currentColor;
border-bottom: 2px solid;
}
.box-input span {
color: #999999;
}
.dragndrop,
.icon {
display: block;
margin: 0 auto;
width: 150px;
}
.box.upload .dragndrop {
display: inline;
}
.file {
display: none;
overflow: hidden;
position: absolute;
z-index: -1;
}
.file + label {
cursor: pointer;
}
.box.is-uploading .box-input,
.box.is-success .box-input,
.box.is-error .box-input {
visibility: hidden;
}
.uploading,
.success,
.error {
display: none;
}
.box.is-uploading .uploading,
.box.is-success .success,
.box.is-error .error {
display: block;
position: absolute;
top: 50%;
right: 0;
left: 0;
-webkit-transform: translateY( -50% );
transform: translateY( -50% );
}
.uploading {
font-style: italic;
}
.success {
-webkit-animation: appear .25s ease-in-out;
animation: appear .25s ease-in-out;
line-height: 2em;
}
@-webkit-keyframes appear {
from { -webkit-transform: translateY( -50% ) scale( 0 ); }
75% { -webkit-transform: translateY( -50% ) scale( 1.1 ); }
to { -webkit-transform: translateY( -50% ) scale( 1 ); }
}
@keyframes appear {
from { transform: translateY( -50% ) scale( 0 ); }
75% { transform: translateY( -50% ) scale( 1.1 ); }
to { transform: translateY( -50% ) scale( 1 ); }
}
#hash {
display: block;
font-size: 0.8em;
} | public/css/index.css | body {
font-family: Roboto, sans-serif;
color: #5b5b5b;
background-color: #fff;
padding: 2em 1.25em;
}
.container {
width: 100%;
max-width: 680px;
text-align: center;
margin: 0 auto;
}
.container nav {
margin-bottom: 40px;
}
.container nav a {
border-bottom: 2px solid #fff;
display: inline-block;
padding: 4px 8px;
margin: 0 5px;
text-decoration: none;
color: #999999;
font-size: 1.5em;
}
.container nav a.is-selected {
color: red;
border-bottom-color: currentColor;
}
.container nav a:not( .is-selected ):hover,
.container nav a:not( .is-selected ):focus {
border-bottom-color: #999999;
}
.container footer {
color: #5b5b5b;
text-align: left;
}
.container footer h2 {
font-weight: 200;
color: red;
font-size: 1.25em;
margin-top: 2em;
}
.container footer table {
width: 100%;
border-spacing: 0;
}
.container footer td {
font-size: 0.9em;
padding: 0.5em 0.25em;
border-top: 1px solid #dddddd;
}
.container footer th {
font-weight: 200;
color: red;
padding-bottom: 0.8em;
}
.container footer a {
color: #5b5b5b;
text-decoration: none;
}
.container footer a:hover,
.container footer a:focus {
text-decoration: underline;
}
.box {
font-size: 1.25rem;
position: relative;
padding: 100px 20px;
}
.box.upload {
outline: 2px dashed #5b5b5b;
-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.box.is-dragover {
outline-offset: -10px;
outline-color: #fff;
background-color: #5b5b5b;
color: #fff;
}
.box a {
color: #5b5b5b;
text-decoration: none;
border-bottom-color: currentColor;
border-bottom: 2px solid;
}
.box-input span {
color: #999999;
}
.dragndrop,
.icon {
display: block;
margin: 0 auto;
width: 150px;
}
.box.upload .dragndrop {
display: inline;
}
.file {
display: none;
overflow: hidden;
position: absolute;
z-index: -1;
}
.file + label {
cursor: pointer;
}
.box.is-uploading .box-input,
.box.is-success .box-input,
.box.is-error .box-input {
visibility: hidden;
}
.uploading,
.success,
.error {
display: none;
}
.box.is-uploading .uploading,
.box.is-success .success,
.box.is-error .error {
display: block;
position: absolute;
top: 50%;
right: 0;
left: 0;
-webkit-transform: translateY( -50% );
transform: translateY( -50% );
}
.uploading {
font-style: italic;
}
.success {
-webkit-animation: appear .25s ease-in-out;
animation: appear .25s ease-in-out;
line-height: 2em;
}
@-webkit-keyframes appear {
from { -webkit-transform: translateY( -50% ) scale( 0 ); }
75% { -webkit-transform: translateY( -50% ) scale( 1.1 ); }
to { -webkit-transform: translateY( -50% ) scale( 1 ); }
}
@keyframes appear {
from { transform: translateY( -50% ) scale( 0 ); }
75% { transform: translateY( -50% ) scale( 1.1 ); }
to { transform: translateY( -50% ) scale( 1 ); }
}
#hash {
display: block;
font-size: 0.8em;
} | 0.480479 | 0.154983 |
@import url(https://fonts.googleapis.com/css?family=Montserrat:400|Roboto:300,400,400italic,500,700,100);
/* ================================
MOBILE DEVICE SUPPORT
================================== */
@media screen and (min-width: 480px) {
#form_container {
position: relative;
left: 10%;
width: 80%;
margin-top: 10%;
}
#button_container {
width: 80%;
position: relative;
left: 20%;
}
}
@media screen and (min-width: 660px) {
#form_container {
left: 0%;
max-width: 500px;
margin: 0 auto;
margin-top: 100px;
}
#login_button, #signup_button {
}
}
/* ================================
LOGIN FORM
[ ] Incorrect password case
- Change color of labels
- Change appearance of message
[ ] Consistent borders
================================== */
#post_form label {
font-family: 'Montserrat', sans-serif;
font-size: 1.5em;
color: #000;
}
#post_form .test input{
font-size: 1.3em;
font-family: 'Roboto', sans-serif;
font-weight: 400;
border-radius: 25px;
height: 50px;
border: solid #ffd139 medium;
}
#post_form .test input:focus {
box-shadow: none;
}
#login_button, #signup_button {
font-family: 'Montserrat', sans-serif;
/*border: solid #fff 1px;*/
border-radius: 25px;
/**padding: 10px 100px !important;*/
margin: 0 auto;
font-size: 1.5em !important;
border-color: #F7971E;
color: #F7971E;
margin-left: 5%;
}
#login_button {
background: #F7971E;
background: -webkit-linear-gradient(to left, #f2ac15, #FFD200);
background: linear-gradient(to left, #f2ac15, #FFD200);
color: #fff;
float: right;
width: 40%;
}
#signup_button {
float: left;
width: 50%;
}
#button_container {
margin-top: 10%;
}
#signup_button a{
text-decoration: none;
color: #F7971E;
} | assets/css/login.css | @import url(https://fonts.googleapis.com/css?family=Montserrat:400|Roboto:300,400,400italic,500,700,100);
/* ================================
MOBILE DEVICE SUPPORT
================================== */
@media screen and (min-width: 480px) {
#form_container {
position: relative;
left: 10%;
width: 80%;
margin-top: 10%;
}
#button_container {
width: 80%;
position: relative;
left: 20%;
}
}
@media screen and (min-width: 660px) {
#form_container {
left: 0%;
max-width: 500px;
margin: 0 auto;
margin-top: 100px;
}
#login_button, #signup_button {
}
}
/* ================================
LOGIN FORM
[ ] Incorrect password case
- Change color of labels
- Change appearance of message
[ ] Consistent borders
================================== */
#post_form label {
font-family: 'Montserrat', sans-serif;
font-size: 1.5em;
color: #000;
}
#post_form .test input{
font-size: 1.3em;
font-family: 'Roboto', sans-serif;
font-weight: 400;
border-radius: 25px;
height: 50px;
border: solid #ffd139 medium;
}
#post_form .test input:focus {
box-shadow: none;
}
#login_button, #signup_button {
font-family: 'Montserrat', sans-serif;
/*border: solid #fff 1px;*/
border-radius: 25px;
/**padding: 10px 100px !important;*/
margin: 0 auto;
font-size: 1.5em !important;
border-color: #F7971E;
color: #F7971E;
margin-left: 5%;
}
#login_button {
background: #F7971E;
background: -webkit-linear-gradient(to left, #f2ac15, #FFD200);
background: linear-gradient(to left, #f2ac15, #FFD200);
color: #fff;
float: right;
width: 40%;
}
#signup_button {
float: left;
width: 50%;
}
#button_container {
margin-top: 10%;
}
#signup_button a{
text-decoration: none;
color: #F7971E;
} | 0.270288 | 0.092688 |
* {margin: 0; padding: 0; font-size: 100%; border: none; outline: none; font-weight: 300; box-sizing: border-box;
font-family: 'Lato', sans-serif;}
/*body {background-color: rgb(173,236,164);}*/
body {background-color: rgb(225,223,155);}
a {text-decoration: none;}
ul {list-style: none;}
images {max-width: 100%;}
/*=========== CONTAINER ==========*/
.container {
width: 80%;
float: right;
padding: 1% 0%;
text-align: center;
}
option{
font-size: 120%;
}
.container3 {
width: 100%;
float: right;
margin-right: 1%;
padding-bottom: 1%;
text-align: center;
float: bottom;
}
.container2 {
width: 20%;
padding: 5% 0%;
text-align: center;
margin-top: 5%;
}
/*=========== BG COLORS ==========*/
.bg-gradient {background: linear-gradient(to right,#ce2e3c,#da6709);}
.bg-black {background-color: rgb(189,180,6); }
.bg-white {background-color: rgb(215,215,215);}
.bg-grey {background-color: rgb(93,93,93);}
.bg-grey-1{background-color: rgb(180,180,180);}
.bg-white1{background-color: rgb(255,255,255);}
/*=========== HELPERS ==========*/
.radius {border-radius: 7px;}
/*colocando campos e ches um abaixo do outro*/
.campo2{
display:block;
background-color:rgb(180,180,180);
}
.paracima{
margin-top: -11%;
}
.paracima_acesso{
margin-top: 5%;
}
.paracima_meio{
margin-top: 5%;
padding-bottom: 18%;
}
.paracima_meio1{
margin-top: 8%;
padding-bottom: 6%;
}
.botao_link{
background-color: transparent;
}
.botao_link p{
color:white;
}
.ajusta{
margin-right: 52%;
color:white;
}
.ajusta1{
margin-right: 55%;
color:white;
}
.campo_largo1{
display: block;
width: 50%;
margin-left: 20%;
margin-top: 1%;
}
.para_baixo{
margin-top: 24%;
}
/*---Tabela-----*/
.titulo{
width:100%;
}
/*----------------nav-side-menu--------------------------------*/
.nav-side-menu {
overflow: auto;
font-family: verdana;
font-size: 12px;
font-weight: 200;
background-color: #2e353d;
position: fixed;
top: 0px;
width: 300px;
height: 88%;
color: #e1ffff;
}
.nav-side-menu .brand {
background-color: #23282e;
line-height: 50px;
display: block;
text-align: center;
font-size: 14px;
}
.nav-side-menu .toggle-btn {
display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
list-style: none;
padding: 0px;
margin: 0px;
line-height: 35px;
cursor: pointer;
/*
.collapsed{
.arrow:before{
font-family: FontAwesome;
content: "\f053";
display: inline-block;
padding-left:10px;
padding-right: 10px;
vertical-align: middle;
float:right;
}
}
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
font-family: FontAwesome;
content: "\f078";
display: inline-block;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
border-left: 3px solid #d19b3d;
background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
background-color: #181c20;
border: none;
line-height: 28px;
border-bottom: 1px solid #23282e;
margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
font-family: FontAwesome;
content: "\f105";
display: inline-block;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
}
.nav-side-menu li {
padding-left: 0px;
border-left: 3px solid #2e353d;
border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
text-decoration: none;
color: #e1ffff;
}
.nav-side-menu li a i {
padding-left: 10px;
width: 20px;
padding-right: 20px;
}
.nav-side-menu li:hover {
border-left: 3px solid #d19b3d;
background-color: #4f5b69;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
@media (max-width: 767px) {
.nav-side-menu {
position: relative;
width: 100%;
margin-bottom: 10px;
}
.nav-side-menu .toggle-btn {
display: block;
cursor: pointer;
position: absolute;
right: 10px;
top: 10px;
z-index: 10 !important;
padding: 3px;
background-color: #ffffff;
color: #000;
width: 40px;
text-align: center;
}
.brand {
text-align: left !important;
font-size: 22px;
padding-left: 20px;
line-height: 50px !important;
}
}
@media (min-width: 767px) {
.nav-side-menu .menu-list .menu-content {
display: block;
}
}
body {
margin: 0px;
padding: 0px;
}
/*----------------nav-side-menu--------------------------------*/
.titulo h2,h3{
margin-right:50%;
}
.centralizar{
margin-left: 25%;
}
.botao-teste{
width: 10px;
height: 10px;
background-color: graytext ;
}
.figure{
text-align: center;
}
td,tr,th{
text-align: center;
}
/*--fim estilo da tabela---*/
.acesso1 p{
width:300px;
margin-left:30%;
background-color:rgb(180,180,180);
}
.titulo{
text-align: left;
margin-left:20%;
}
.acesso1 input{
width:100%;
color:black;
}
.campo1{
background-color: white;
margin-left: 1%;
}
.campo_inicio{
display: block;
background-color: white;
margin-left: 30%;
margin-top: 5%;
width: 30%;
padding: 1%;
}
.pequeno{
width: 50px;
height: 20px;
}
a p{
color:#9d9d9d;
}
.titulo_confirmacao{
text-align: center;
}
.subir{
margin-top: 1%;
}
.campo2{
margin-left:30%;
}
.prato{
width: 200px;
height: 80px;
}
.produtos{
margin-top: 10%;
}
.botaopedido{
margin-top: 5%;
}
.oculto{
display: none;
}
.abaixo{
margin-top: 12.6%;
}
.figure{
display: inline-block;
}
/*--------------------------------NAVBAR COR------------------------------------*/
/* navbar */
.navbar-default {
background-color: whitesmoke;
border-color: black;
}
/* title */
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5E5E5E;
}
/* link */
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #E7E7E7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #D5D5D5;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
border-top-color: black;
border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
border-top-color: #333;
border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
border-top-color: #555;
border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #CCC;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
}
}
/*----------------------------<NAME>-------------------------------------------------*/
.figure1{
margin-top: 10%;
margin-bottom: 5%;
margin-left: 8%;
}
/*.selecao{
width:100%;
margin-right:10%;
padding-bottom: 1%;
margin-top:1%;
color:black;
font-weight: bold;
}*/
select option{
font-weight: bold;
}
.contato h2{
margin-right:43%;
}
.botao2{
width:100px;
height:30px;
margin-left:-20%;
}
.campo{
display:block;
}
.titulo{
display:inline-block;
margin-right:8%;
color:black;
font-size:110%;
}
.titulos{
width:100%;
float:left;
}
::-webkit-input-placeholder {
color: black;
}
:-moz-placeholder { /* Firefox 18- */
color: black;
}
::-moz-placeholder { /* Firefox 19+ */
color: black;
}
:-ms-input-placeholder {
color: black;
}
.comida images{background-color:rgb(173,236,164);}
/* CABEÇALHO */
.logo {width: 56px; height: 56px; float: left; background: url(../images/logo-mobile.png) center center/56px no-repeat;
font-size: 0;}
.btn-menu {width: 56px; height: 56px; float: right; text-align: center; color: #fff; border-radius:56px; cursor: pointer;}
/* MENU */
.menu {display:none; width: 100%; height: 100%; position: fixed; background-color: rgba(0,0,0,0.9); top: 0; left: 0;}
.btn-close {font-size: 1.5em; color: #fff; float: right; cursor: pointer; margin: 2% 3% 0 0;}
.menu ul {width: 100%; float: left; text-align: center;}
.menu li {padding: 1.5%;}
.menu li a {font-size: 2em; color: #fff; padding: 1.5% 3%;}
.menu li a:hover {border:1px solid #da6709;}
/* BANNER */
.banner {background: url(../images/bg.jpg) no-repeat fixed;}
.title {width: 100%;}
.title h2 {font-size: 2.5em; color: #fff; font-weight: 700;}
.title h3 {font-size: 1.5em; color: #fff;}
.buttons {width: 100%; margin-top: 2%;}
.buttons i {float: right;}
.btn {width: 100%; font-size: 1.5em; text-align: left; cursor: pointer; padding: 5%; }
.btn-cadastrar { color: #130400;}
.btn-sobre {color:#fff ; margin-top: 2%;}
/* SERVIÇOS */
.servico {width: 100%; text-align: left; margin-bottom: 3%;}
.servico images {border-radius: 7px 7px 0 0;}
.inner {padding: 7%;}
.inner a {font-size: 1.5em; color: #130400; font-weight: 700; }
.inner h4 {font-size: 1.2em; color: #130400; margin-top: 2%; }
.inner p {margin-top: 6%; color: #130400; line-height: 1.5em;}
/* NEWSLETTER */
.newsletter h2 {font-size: 1.5em; color: #fff; font-weight: 700;}
.newsletter h3 {color: #fff;}
.newsletter form {margin-top: 2%;}
.newsletter input {width: 100%; color: black; border: 1px solid black; padding: 5%; }
.newsletter textarea {width: 100%; color: black; border: 1px solid black; padding: 5%; }
.newsletter button {width: 100%; color:#130400; padding: 5%; cursor: pointer; margin-top: 2%; }
/*Tabela pedidos oculta na pagina conta*/
.pedidos{
display:none;
}
.bg-titulo{
margin-right:10%;
font-family: 'Arial';
font-weight: bold;
color:rgb(140,70,0);
font-size:180%;
}
.bg-titulo-white{
margin-right:10%;
font-family: 'Arial';
font-weight: bold;
color:rgb(255,255,255);
font-size:180%;
}
.botao{margin-right:80%;}
.visao h1, .missao h1, .valores h1, .historia h1{font-family: sans-serif, 'Arial', serif;text-align: center;}
.valores .inner ol li{padding-bottom:1%;}
/*Acesso*/
.bloco{display: block;}
/* RODAPÉ */
.social-icons a {font-size: 1.5em; color: rgba(255,255,255,0.7); margin-right: 3%;}
.social-icons a:last-child {margin-right: 0;}
.social-icons a:hover {color: rgb(255,255,255);}
.copyright {color: rgba(255, 255, 255, 0.7); margin-top:2%;}
/* ========== MOBILE FIRST ==========*/
/* SMALL DEVICES - SMARTPHONES */
@media screen and (min-width: 260px) {
.logo {width: 214px; background: url(..//logo.png) center center/214px no-repeat;}
.btn {font-size: 2em;}
.para_baixo{
margin-top: 18%;
}
.ajusta1{
margin-right: 85%;
color:white;
}
.paracima_meio1{
margin-top: 35%;
padding-bottom: 100%;
}
.campo_largo1{
display: block;
width: 200px;
margin-right: 60%;
}
.paracima_meio{
margin-top: 50%;
}
.paracima_acesso{
margin-top: 40%;
}
}
@media screen and (min-width: 360px) {
.logo {width: 214px; background: url(../images/logo.png) center center/214px no-repeat;}
.btn {font-size: 2em;}
.para_baixo{
margin-top: 18%;
}
.ajusta1{
margin-right: 85%;
color:white;
}
.paracima_meio1{
margin-top: 35%;
padding-bottom: 100%;
}
.campo_largo1{
display: block;
width: 200px;
margin-right: 60%;
}
.paracima_meio{
margin-top: 50%;
}
.paracima_acesso{
margin-top: 30%;
}
}
@media screen and (min-width: 480px) {
.logo {width: 214px; background: url(../images/logo.png) center center/214px no-repeat;}
.btn {font-size: 2em;}
.para_baixo{
margin-top: 18%;
}
.ajusta1{
margin-right: 85%;
color:white;
}
.paracima_meio1{
margin-top: 35%;
padding-bottom: 100%;
}
.campo_largo1{
display: block;
width: 50%;
margin-right: 50%;
}
.paracima_meio{
margin-top: 50%;
}
.paracima_acesso{
margin-top: 30%;
}
}
/* SMALL DEVICES - TABLETS*/
@media screen and (min-width: 768px) {
.servico {width: 49%; float: left; margin-right: 2%;}
.servico:nth-child(2){margin-right: 0;}
.newsletter h2 {font-size: 2em;}
.newsletter h3 {font-size: 1.5em;}
.newsletter input {width: 50%; padding: 2%; float: left; margin-left: 20%;margin-right:80%;}
.newsletter button {width: 50%; padding: 2%; float: left; margin-top: 1%;margin-left: 20%;margin-right:80%;}
.selecao {width: 50%; padding: 2%; float: left; margin-top: 1%;margin-left: 20%;margin-right:80%;}
.newsletter textarea{width:50%;padding:2%;float:left;margin-top:0;margin-left: 20%;margin-right:80%;}
.para_baixo{
margin-top: 6%;
}
.ajusta1{
margin-right: 85%;
color:white;
}
.paracima_meio1{
margin-top: 10%;
padding-bottom: 50%;
}
.paracima_meio{
margin-top: 20%;
}
}
/* MEDIUM DEVICES - TABLETS & DESKTOPS*/
@media screen and (min-width: 960px) {
.title {width: 70%; float: left; text-align: left;}
.title h2 {font-size: 3em;}
.title h3 {font-size: 2em;}
.buttons {width: 30%; float: right; margin-top: 0; }
.servico {width: 32%; }
.servico:nth-child(2){margin-right: 2%;}
.servico:nth-child(3){margin-right: 0;}
.newsletter input {width: 50%; float: none;}
.newsletter button {width: 50%; float: none;}
.selecao {width: 50%; float: none;}
.para_baixo{
margin-top: 7%;
}
.ajusta1{
margin-right: 85%;
color:white;
}
.paracima_meio{
margin-top: 20%;
}
}
/*formulario contato*/
.campo2{
display:block;
}
/* LARGE DEVICES - WIDE SCREENS*/
@media screen and (min-width: 1280px) {
.btn-menu {display: none;}
.btn-close {display: none;}
.menu {width: auto; height: 56px; line-height: 56px; float: right; background-color: #f5f5f5;
display: block !important; position: static;}
.menu li {padding: 0; float: left;}
.menu li a {color:#130400; font-size: 1em; padding: 15px; }
.menu li a:hover {border: none; color:#da6709; }
} | src/main/webapp/resources/css/estilo.css | * {margin: 0; padding: 0; font-size: 100%; border: none; outline: none; font-weight: 300; box-sizing: border-box;
font-family: 'Lato', sans-serif;}
/*body {background-color: rgb(173,236,164);}*/
body {background-color: rgb(225,223,155);}
a {text-decoration: none;}
ul {list-style: none;}
images {max-width: 100%;}
/*=========== CONTAINER ==========*/
.container {
width: 80%;
float: right;
padding: 1% 0%;
text-align: center;
}
option{
font-size: 120%;
}
.container3 {
width: 100%;
float: right;
margin-right: 1%;
padding-bottom: 1%;
text-align: center;
float: bottom;
}
.container2 {
width: 20%;
padding: 5% 0%;
text-align: center;
margin-top: 5%;
}
/*=========== BG COLORS ==========*/
.bg-gradient {background: linear-gradient(to right,#ce2e3c,#da6709);}
.bg-black {background-color: rgb(189,180,6); }
.bg-white {background-color: rgb(215,215,215);}
.bg-grey {background-color: rgb(93,93,93);}
.bg-grey-1{background-color: rgb(180,180,180);}
.bg-white1{background-color: rgb(255,255,255);}
/*=========== HELPERS ==========*/
.radius {border-radius: 7px;}
/*colocando campos e ches um abaixo do outro*/
.campo2{
display:block;
background-color:rgb(180,180,180);
}
.paracima{
margin-top: -11%;
}
.paracima_acesso{
margin-top: 5%;
}
.paracima_meio{
margin-top: 5%;
padding-bottom: 18%;
}
.paracima_meio1{
margin-top: 8%;
padding-bottom: 6%;
}
.botao_link{
background-color: transparent;
}
.botao_link p{
color:white;
}
.ajusta{
margin-right: 52%;
color:white;
}
.ajusta1{
margin-right: 55%;
color:white;
}
.campo_largo1{
display: block;
width: 50%;
margin-left: 20%;
margin-top: 1%;
}
.para_baixo{
margin-top: 24%;
}
/*---Tabela-----*/
.titulo{
width:100%;
}
/*----------------nav-side-menu--------------------------------*/
.nav-side-menu {
overflow: auto;
font-family: verdana;
font-size: 12px;
font-weight: 200;
background-color: #2e353d;
position: fixed;
top: 0px;
width: 300px;
height: 88%;
color: #e1ffff;
}
.nav-side-menu .brand {
background-color: #23282e;
line-height: 50px;
display: block;
text-align: center;
font-size: 14px;
}
.nav-side-menu .toggle-btn {
display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
list-style: none;
padding: 0px;
margin: 0px;
line-height: 35px;
cursor: pointer;
/*
.collapsed{
.arrow:before{
font-family: FontAwesome;
content: "\f053";
display: inline-block;
padding-left:10px;
padding-right: 10px;
vertical-align: middle;
float:right;
}
}
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
font-family: FontAwesome;
content: "\f078";
display: inline-block;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
border-left: 3px solid #d19b3d;
background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
background-color: #181c20;
border: none;
line-height: 28px;
border-bottom: 1px solid #23282e;
margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
font-family: FontAwesome;
content: "\f105";
display: inline-block;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
}
.nav-side-menu li {
padding-left: 0px;
border-left: 3px solid #2e353d;
border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
text-decoration: none;
color: #e1ffff;
}
.nav-side-menu li a i {
padding-left: 10px;
width: 20px;
padding-right: 20px;
}
.nav-side-menu li:hover {
border-left: 3px solid #d19b3d;
background-color: #4f5b69;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
@media (max-width: 767px) {
.nav-side-menu {
position: relative;
width: 100%;
margin-bottom: 10px;
}
.nav-side-menu .toggle-btn {
display: block;
cursor: pointer;
position: absolute;
right: 10px;
top: 10px;
z-index: 10 !important;
padding: 3px;
background-color: #ffffff;
color: #000;
width: 40px;
text-align: center;
}
.brand {
text-align: left !important;
font-size: 22px;
padding-left: 20px;
line-height: 50px !important;
}
}
@media (min-width: 767px) {
.nav-side-menu .menu-list .menu-content {
display: block;
}
}
body {
margin: 0px;
padding: 0px;
}
/*----------------nav-side-menu--------------------------------*/
.titulo h2,h3{
margin-right:50%;
}
.centralizar{
margin-left: 25%;
}
.botao-teste{
width: 10px;
height: 10px;
background-color: graytext ;
}
.figure{
text-align: center;
}
td,tr,th{
text-align: center;
}
/*--fim estilo da tabela---*/
.acesso1 p{
width:300px;
margin-left:30%;
background-color:rgb(180,180,180);
}
.titulo{
text-align: left;
margin-left:20%;
}
.acesso1 input{
width:100%;
color:black;
}
.campo1{
background-color: white;
margin-left: 1%;
}
.campo_inicio{
display: block;
background-color: white;
margin-left: 30%;
margin-top: 5%;
width: 30%;
padding: 1%;
}
.pequeno{
width: 50px;
height: 20px;
}
a p{
color:#9d9d9d;
}
.titulo_confirmacao{
text-align: center;
}
.subir{
margin-top: 1%;
}
.campo2{
margin-left:30%;
}
.prato{
width: 200px;
height: 80px;
}
.produtos{
margin-top: 10%;
}
.botaopedido{
margin-top: 5%;
}
.oculto{
display: none;
}
.abaixo{
margin-top: 12.6%;
}
.figure{
display: inline-block;
}
/*--------------------------------NAVBAR COR------------------------------------*/
/* navbar */
.navbar-default {
background-color: whitesmoke;
border-color: black;
}
/* title */
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5E5E5E;
}
/* link */
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #E7E7E7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #D5D5D5;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
border-top-color: black;
border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
border-top-color: #333;
border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
border-top-color: #555;
border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #CCC;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
}
}
/*----------------------------<NAME>-------------------------------------------------*/
.figure1{
margin-top: 10%;
margin-bottom: 5%;
margin-left: 8%;
}
/*.selecao{
width:100%;
margin-right:10%;
padding-bottom: 1%;
margin-top:1%;
color:black;
font-weight: bold;
}*/
select option{
font-weight: bold;
}
.contato h2{
margin-right:43%;
}
.botao2{
width:100px;
height:30px;
margin-left:-20%;
}
.campo{
display:block;
}
.titulo{
display:inline-block;
margin-right:8%;
color:black;
font-size:110%;
}
.titulos{
width:100%;
float:left;
}
::-webkit-input-placeholder {
color: black;
}
:-moz-placeholder { /* Firefox 18- */
color: black;
}
::-moz-placeholder { /* Firefox 19+ */
color: black;
}
:-ms-input-placeholder {
color: black;
}
.comida images{background-color:rgb(173,236,164);}
/* CABEÇALHO */
.logo {width: 56px; height: 56px; float: left; background: url(../images/logo-mobile.png) center center/56px no-repeat;
font-size: 0;}
.btn-menu {width: 56px; height: 56px; float: right; text-align: center; color: #fff; border-radius:56px; cursor: pointer;}
/* MENU */
.menu {display:none; width: 100%; height: 100%; position: fixed; background-color: rgba(0,0,0,0.9); top: 0; left: 0;}
.btn-close {font-size: 1.5em; color: #fff; float: right; cursor: pointer; margin: 2% 3% 0 0;}
.menu ul {width: 100%; float: left; text-align: center;}
.menu li {padding: 1.5%;}
.menu li a {font-size: 2em; color: #fff; padding: 1.5% 3%;}
.menu li a:hover {border:1px solid #da6709;}
/* BANNER */
.banner {background: url(../images/bg.jpg) no-repeat fixed;}
.title {width: 100%;}
.title h2 {font-size: 2.5em; color: #fff; font-weight: 700;}
.title h3 {font-size: 1.5em; color: #fff;}
.buttons {width: 100%; margin-top: 2%;}
.buttons i {float: right;}
.btn {width: 100%; font-size: 1.5em; text-align: left; cursor: pointer; padding: 5%; }
.btn-cadastrar { color: #130400;}
.btn-sobre {color:#fff ; margin-top: 2%;}
/* SERVIÇOS */
.servico {width: 100%; text-align: left; margin-bottom: 3%;}
.servico images {border-radius: 7px 7px 0 0;}
.inner {padding: 7%;}
.inner a {font-size: 1.5em; color: #130400; font-weight: 700; }
.inner h4 {font-size: 1.2em; color: #130400; margin-top: 2%; }
.inner p {margin-top: 6%; color: #130400; line-height: 1.5em;}
/* NEWSLETTER */
.newsletter h2 {font-size: 1.5em; color: #fff; font-weight: 700;}
.newsletter h3 {color: #fff;}
.newsletter form {margin-top: 2%;}
.newsletter input {width: 100%; color: black; border: 1px solid black; padding: 5%; }
.newsletter textarea {width: 100%; color: black; border: 1px solid black; padding: 5%; }
.newsletter button {width: 100%; color:#130400; padding: 5%; cursor: pointer; margin-top: 2%; }
/*Tabela pedidos oculta na pagina conta*/
.pedidos{
display:none;
}
.bg-titulo{
margin-right:10%;
font-family: 'Arial';
font-weight: bold;
color:rgb(140,70,0);
font-size:180%;
}
.bg-titulo-white{
margin-right:10%;
font-family: 'Arial';
font-weight: bold;
color:rgb(255,255,255);
font-size:180%;
}
.botao{margin-right:80%;}
.visao h1, .missao h1, .valores h1, .historia h1{font-family: sans-serif, 'Arial', serif;text-align: center;}
.valores .inner ol li{padding-bottom:1%;}
/*Acesso*/
.bloco{display: block;}
/* RODAPÉ */
.social-icons a {font-size: 1.5em; color: rgba(255,255,255,0.7); margin-right: 3%;}
.social-icons a:last-child {margin-right: 0;}
.social-icons a:hover {color: rgb(255,255,255);}
.copyright {color: rgba(255, 255, 255, 0.7); margin-top:2%;}
/* ========== MOBILE FIRST ==========*/
/* SMALL DEVICES - SMARTPHONES */
@media screen and (min-width: 260px) {
.logo {width: 214px; background: url(..//logo.png) center center/214px no-repeat;}
.btn {font-size: 2em;}
.para_baixo{
margin-top: 18%;
}
.ajusta1{
margin-right: 85%;
color:white;
}
.paracima_meio1{
margin-top: 35%;
padding-bottom: 100%;
}
.campo_largo1{
display: block;
width: 200px;
margin-right: 60%;
}
.paracima_meio{
margin-top: 50%;
}
.paracima_acesso{
margin-top: 40%;
}
}
@media screen and (min-width: 360px) {
.logo {width: 214px; background: url(../images/logo.png) center center/214px no-repeat;}
.btn {font-size: 2em;}
.para_baixo{
margin-top: 18%;
}
.ajusta1{
margin-right: 85%;
color:white;
}
.paracima_meio1{
margin-top: 35%;
padding-bottom: 100%;
}
.campo_largo1{
display: block;
width: 200px;
margin-right: 60%;
}
.paracima_meio{
margin-top: 50%;
}
.paracima_acesso{
margin-top: 30%;
}
}
@media screen and (min-width: 480px) {
.logo {width: 214px; background: url(../images/logo.png) center center/214px no-repeat;}
.btn {font-size: 2em;}
.para_baixo{
margin-top: 18%;
}
.ajusta1{
margin-right: 85%;
color:white;
}
.paracima_meio1{
margin-top: 35%;
padding-bottom: 100%;
}
.campo_largo1{
display: block;
width: 50%;
margin-right: 50%;
}
.paracima_meio{
margin-top: 50%;
}
.paracima_acesso{
margin-top: 30%;
}
}
/* SMALL DEVICES - TABLETS*/
@media screen and (min-width: 768px) {
.servico {width: 49%; float: left; margin-right: 2%;}
.servico:nth-child(2){margin-right: 0;}
.newsletter h2 {font-size: 2em;}
.newsletter h3 {font-size: 1.5em;}
.newsletter input {width: 50%; padding: 2%; float: left; margin-left: 20%;margin-right:80%;}
.newsletter button {width: 50%; padding: 2%; float: left; margin-top: 1%;margin-left: 20%;margin-right:80%;}
.selecao {width: 50%; padding: 2%; float: left; margin-top: 1%;margin-left: 20%;margin-right:80%;}
.newsletter textarea{width:50%;padding:2%;float:left;margin-top:0;margin-left: 20%;margin-right:80%;}
.para_baixo{
margin-top: 6%;
}
.ajusta1{
margin-right: 85%;
color:white;
}
.paracima_meio1{
margin-top: 10%;
padding-bottom: 50%;
}
.paracima_meio{
margin-top: 20%;
}
}
/* MEDIUM DEVICES - TABLETS & DESKTOPS*/
@media screen and (min-width: 960px) {
.title {width: 70%; float: left; text-align: left;}
.title h2 {font-size: 3em;}
.title h3 {font-size: 2em;}
.buttons {width: 30%; float: right; margin-top: 0; }
.servico {width: 32%; }
.servico:nth-child(2){margin-right: 2%;}
.servico:nth-child(3){margin-right: 0;}
.newsletter input {width: 50%; float: none;}
.newsletter button {width: 50%; float: none;}
.selecao {width: 50%; float: none;}
.para_baixo{
margin-top: 7%;
}
.ajusta1{
margin-right: 85%;
color:white;
}
.paracima_meio{
margin-top: 20%;
}
}
/*formulario contato*/
.campo2{
display:block;
}
/* LARGE DEVICES - WIDE SCREENS*/
@media screen and (min-width: 1280px) {
.btn-menu {display: none;}
.btn-close {display: none;}
.menu {width: auto; height: 56px; line-height: 56px; float: right; background-color: #f5f5f5;
display: block !important; position: static;}
.menu li {padding: 0; float: left;}
.menu li a {color:#130400; font-size: 1em; padding: 15px; }
.menu li a:hover {border: none; color:#da6709; }
} | 0.356559 | 0.100569 |
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
/* 1 */
display: block; }
/**
* Add the correct display in IE 9-.
*/
audio,
canvas,
progress,
video {
display: inline-block; }
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline; }
/**
* Add the correct display in IE 10-.
* 1. Add the correct display in IE.
*/
template,
[hidden] {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent; }
/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
outline-width: 0; }
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */ }
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit; }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000; }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px; }
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/* Forms
========================================================================== */
/**
* Change font properties to `inherit` in all browsers (opinionated).
*/
button,
input,
select,
textarea {
font: inherit; }
/**
* Restore the font weight unset by the previous rule.
*/
optgroup {
font-weight: bold; }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
* 2. Show the overflow in Edge, Firefox, and IE.
*/
button,
input,
select {
/* 2 */
overflow: visible; }
/**
* Remove the margin in Safari.
* 1. Remove the margin in Firefox and Safari.
*/
button,
input,
select,
textarea {
/* 1 */
margin: 0; }
/**
* Remove the inheritence of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritence of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* Change the cursor in all browsers (opinionated).
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
cursor: pointer; }
/**
* Restore the default cursor to disabled elements unset by the previous rule.
*/
[disabled] {
cursor: default; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
input:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* Correct the odd appearance of search inputs in Chrome and Safari.
*/
[type="search"] {
-webkit-appearance: textfield; }
/**
* Remove the inner padding and cancel buttons in Chrome on OS X and
* Safari on OS X.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
.red {
color: #E74C3C; }
.bg-red {
background-color: #E74C3C; }
.red--light {
color: #f29f97; }
.bg-red--light {
background-color: #f29f97; }
.red--dark {
color: #a82315; }
.bg-red--dark {
background-color: #a82315; }
.green {
color: #2ECC71; }
.bg-green {
background-color: #2ECC71; }
.green--light {
color: #7ee2a8; }
.bg-green--light {
background-color: #7ee2a8; }
.green--dark {
color: #1b7943; }
.bg-green--dark {
background-color: #1b7943; }
.blue {
color: #1E88E5; }
.bg-blue {
background-color: #1E88E5; }
.blue--light {
color: #79b8f0; }
.bg-blue--light {
background-color: #79b8f0; }
.blue--dark {
color: #10538d; }
.bg-blue--dark {
background-color: #10538d; }
.white {
color: #fff; }
.bg-white {
background-color: #fff; }
.white--dark {
color: #cccccc; }
.bg-white--dark {
background-color: #cccccc; }
.black {
color: #000; }
.bg-black {
background-color: #000; }
.black--light {
color: #333333; }
.bg-black--light {
background-color: #333333; }
.gray {
color: #808080; }
.bg-gray {
background-color: #808080; }
.gray--light {
color: #b3b3b3; }
.bg-gray--light {
background-color: #b3b3b3; }
.gray--dark {
color: #4d4d4d; }
.bg-gray--dark {
background-color: #4d4d4d; }
.brightgray {
color: #373D49; }
.bg-brightgray {
background-color: #373D49; }
.brightgray--light {
color: #636e83; }
.bg-brightgray--light {
background-color: #636e83; }
.brightgray--dark {
color: #0b0c0f; }
.bg-brightgray--dark {
background-color: #0b0c0f; }
.radical-red {
color: #FF3366; }
.bg-radical-red {
background-color: #FF3366; }
.radical-red--light {
color: #ff99b3; }
.bg-radical-red--light {
background-color: #ff99b3; }
.radical-red--dark {
color: #cc0033; }
.bg-radical-red--dark {
background-color: #cc0033; }
.belize-hole {
color: #2980b9; }
.bg-belize-hole {
background-color: #2980b9; }
.belize-hole--light {
color: #6ab0de; }
.bg-belize-hole--light {
background-color: #6ab0de; }
.belize-hole--dark {
color: #164666; }
.bg-belize-hole--dark {
background-color: #164666; }
html {
box-sizing: border-box;
background: #2e2e2e;
font-family: "Raleway", "Helvetica Neue", "Helvetica", "Tahoma", "Verdana", sans-serif;
font-size: 18px;
color: #808080; }
*, *:before, *:after {
box-sizing: inherit; }
h1,
h2,
h3,
h4,
h5,
h6 {
color: white; }
p {
line-height: 1.5;
font-size: 20px; }
img {
max-width: 100%; }
ul, li {
margin: 0;
padding: 0; }
li {
list-style-type: none; }
a {
color: #1abc9c; }
.padding {
padding-left: 6em;
padding-right: 6em; }
.u-text-lead, .requirements p:last-child {
font-size: 1.2em; }
.u-float-left {
float: left; }
.u-float-right {
float: right; }
.u-text-right {
text-align: right; }
.u-text-left {
text-align: left; }
.u-text-center {
text-align: center; }
.u-uppercase {
text-transform: uppercase; }
.u-big-title {
font-size: 3em;
margin-bottom: 0; }
h3 {
font-size: 2em;
padding-top: 0;
margin-top: 0; }
@media screen and (min-width: 1000px) {
.main {
width: 70%;
float: left; }
.sidebar {
width: 30%;
float: right; } }
.intro {
background: white; }
.intro h1, .intro h2 {
color: white;
text-align: center; }
@media screen and (min-width: 800px) {
.intro h1, .intro h2 {
text-align: left; } }
.intro h1 {
font-size: 2.5em;
margin-bottom: 0;
border: 7px solid #1abc9c;
padding: .5em;
color: black;
display: block; }
@media screen and (min-width: 800px) {
.intro h1 {
display: inline-block;
font-size: 3.5em; } }
.intro h2 {
font-style: italic; }
.intro header {
background-image: url("../img/bg-2.jpg");
background-attachment: fixed;
background-size: cover;
padding: 8em 4em; }
@media screen and (min-width: 1000px) {
.intro header {
padding: 8em 5em; } }
.intro .summary {
padding: 4em;
text-align: center; }
@media screen and (min-width: 900px) {
.intro .summary {
padding: 5em 10em; } }
@media screen and (min-width: 1300px) {
.intro .summary {
padding: 5em 25em; } }
@media screen and (min-width: 1500px) {
.intro .summary {
padding: 5em 30em; } }
.intro .summary a:before {
content: " ";
background-image: url("../img/download.ico");
background-position: center;
background-size: contain;
display: inline-block;
width: 30px;
height: 30px;
margin-right: 5px; }
.intro .summary p {
font-size: 1.3em; }
.intro .preamble {
padding: 4em;
background-position: center;
background-attachment: fixed;
background: #1abc9c;
color: white; }
@media screen and (min-width: 900px) {
.intro .preamble {
padding: 5em 10em; } }
@media screen and (min-width: 1300px) {
.intro .preamble {
padding: 5em 25em; } }
@media screen and (min-width: 1500px) {
.intro .preamble {
padding: 5em 30em; } }
.main > div {
color: white; }
.main h2, .main h3 {
color: white; }
.main h3 {
margin: 0; }
.explanation, .participation, .benefits {
padding: 6em 4em; }
.explanation {
background: #2980b9; }
.benefits {
background: #1abc9c; }
.participation {
background-color: white; }
.participation h3 {
color: black; }
.participation p {
color: #808080; }
.requirements {
background: #2980b9;
padding: 4em 0 0 0;
background-attachment: fixed; }
.requirements p, .requirements h3 {
margin-left: 64px;
/* WARNING: dependant on the base font-size being 16px*/
margin-right: 64px; }
.requirements p:last-child {
background: white;
color: #808080;
border-left: 2em solid #1abc9c;
margin-left: 0;
margin-right: 0;
margin-top: 4em;
margin-bottom: 0;
padding: 4em;
left: 0;
right: 0;
text-align: center; }
.design-selection h3 {
background: black;
padding: 1em;
margin: 0; }
.design-selection li {
margin-bottom: 1em;
padding: 3em 2em;
font-style: italic;
margin: 0;
border-bottom: 1px solid black;
transition: .3s; }
.design-selection li:first-child {
border-top: 1px solid black; }
.design-selection li:hover {
background: #1abc9c;
color: white; }
.design-selection li:hover a {
color: white; }
.design-selection li:hover a:hover {
text-decoration: underline; }
.design-selection a {
color: #808080;
text-decoration: none;
transition: .3s; }
.design-selection .design-name {
display: block;
text-transform: uppercase;
font-size: 1.2em;
font-style: normal;
color: white; }
.sidebar h3 {
background: black;
padding: 1em;
margin: 0; }
footer {
background: #2e2e2e;
background: url("../img/bg-1.jpg");
padding: 10em 4em;
text-align: center; }
footer a {
transition: .3s;
background: #2e2e2e;
width: 65px;
height: 65px;
padding-top: 23px;
border-radius: 50%;
vertical-align: baseline;
display: inline-block;
color: white;
text-decoration: none;
margin-right: 7px; }
footer a:hover {
background: #1abc9c;
cursor: pointer; }
.design-archives ul {
padding: 2em 0; }
.design-archives .viewall, .design-archives .next {
margin-left: 2em;
margin-right: 2em; }
.design-archives .viewall a, .design-archives .next a {
display: block;
padding: 2em 1em;
margin-bottom: 1em;
text-align: center;
background: #1abc9c;
color: white;
text-decoration: none;
transition: .3s; }
.design-archives .viewall a:hover, .design-archives .next a:hover {
cursor: pointer;
background: #17a689; }
.design-archives li:last-child a {
margin-bottom: 0; }
.zen-resources ul {
padding: 2em; }
.zen-resources li {
list-style: circle; }
.zen-resources a {
font-size: 1.3em;
text-transform: uppercase;
display: block;
padding: 1em;
text-decoration: none;
border-bottom: 1px solid black;
transition: .3s;
color: #1abc9c; }
.zen-resources a:hover {
cursor: pointer;
background: black; }
/*# sourceMappingURL=main.css.map */ | css/main.css | * 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
/* 1 */
display: block; }
/**
* Add the correct display in IE 9-.
*/
audio,
canvas,
progress,
video {
display: inline-block; }
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline; }
/**
* Add the correct display in IE 10-.
* 1. Add the correct display in IE.
*/
template,
[hidden] {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent; }
/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
outline-width: 0; }
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */ }
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit; }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000; }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px; }
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/* Forms
========================================================================== */
/**
* Change font properties to `inherit` in all browsers (opinionated).
*/
button,
input,
select,
textarea {
font: inherit; }
/**
* Restore the font weight unset by the previous rule.
*/
optgroup {
font-weight: bold; }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
* 2. Show the overflow in Edge, Firefox, and IE.
*/
button,
input,
select {
/* 2 */
overflow: visible; }
/**
* Remove the margin in Safari.
* 1. Remove the margin in Firefox and Safari.
*/
button,
input,
select,
textarea {
/* 1 */
margin: 0; }
/**
* Remove the inheritence of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritence of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* Change the cursor in all browsers (opinionated).
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
cursor: pointer; }
/**
* Restore the default cursor to disabled elements unset by the previous rule.
*/
[disabled] {
cursor: default; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
input:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* Correct the odd appearance of search inputs in Chrome and Safari.
*/
[type="search"] {
-webkit-appearance: textfield; }
/**
* Remove the inner padding and cancel buttons in Chrome on OS X and
* Safari on OS X.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
.red {
color: #E74C3C; }
.bg-red {
background-color: #E74C3C; }
.red--light {
color: #f29f97; }
.bg-red--light {
background-color: #f29f97; }
.red--dark {
color: #a82315; }
.bg-red--dark {
background-color: #a82315; }
.green {
color: #2ECC71; }
.bg-green {
background-color: #2ECC71; }
.green--light {
color: #7ee2a8; }
.bg-green--light {
background-color: #7ee2a8; }
.green--dark {
color: #1b7943; }
.bg-green--dark {
background-color: #1b7943; }
.blue {
color: #1E88E5; }
.bg-blue {
background-color: #1E88E5; }
.blue--light {
color: #79b8f0; }
.bg-blue--light {
background-color: #79b8f0; }
.blue--dark {
color: #10538d; }
.bg-blue--dark {
background-color: #10538d; }
.white {
color: #fff; }
.bg-white {
background-color: #fff; }
.white--dark {
color: #cccccc; }
.bg-white--dark {
background-color: #cccccc; }
.black {
color: #000; }
.bg-black {
background-color: #000; }
.black--light {
color: #333333; }
.bg-black--light {
background-color: #333333; }
.gray {
color: #808080; }
.bg-gray {
background-color: #808080; }
.gray--light {
color: #b3b3b3; }
.bg-gray--light {
background-color: #b3b3b3; }
.gray--dark {
color: #4d4d4d; }
.bg-gray--dark {
background-color: #4d4d4d; }
.brightgray {
color: #373D49; }
.bg-brightgray {
background-color: #373D49; }
.brightgray--light {
color: #636e83; }
.bg-brightgray--light {
background-color: #636e83; }
.brightgray--dark {
color: #0b0c0f; }
.bg-brightgray--dark {
background-color: #0b0c0f; }
.radical-red {
color: #FF3366; }
.bg-radical-red {
background-color: #FF3366; }
.radical-red--light {
color: #ff99b3; }
.bg-radical-red--light {
background-color: #ff99b3; }
.radical-red--dark {
color: #cc0033; }
.bg-radical-red--dark {
background-color: #cc0033; }
.belize-hole {
color: #2980b9; }
.bg-belize-hole {
background-color: #2980b9; }
.belize-hole--light {
color: #6ab0de; }
.bg-belize-hole--light {
background-color: #6ab0de; }
.belize-hole--dark {
color: #164666; }
.bg-belize-hole--dark {
background-color: #164666; }
html {
box-sizing: border-box;
background: #2e2e2e;
font-family: "Raleway", "Helvetica Neue", "Helvetica", "Tahoma", "Verdana", sans-serif;
font-size: 18px;
color: #808080; }
*, *:before, *:after {
box-sizing: inherit; }
h1,
h2,
h3,
h4,
h5,
h6 {
color: white; }
p {
line-height: 1.5;
font-size: 20px; }
img {
max-width: 100%; }
ul, li {
margin: 0;
padding: 0; }
li {
list-style-type: none; }
a {
color: #1abc9c; }
.padding {
padding-left: 6em;
padding-right: 6em; }
.u-text-lead, .requirements p:last-child {
font-size: 1.2em; }
.u-float-left {
float: left; }
.u-float-right {
float: right; }
.u-text-right {
text-align: right; }
.u-text-left {
text-align: left; }
.u-text-center {
text-align: center; }
.u-uppercase {
text-transform: uppercase; }
.u-big-title {
font-size: 3em;
margin-bottom: 0; }
h3 {
font-size: 2em;
padding-top: 0;
margin-top: 0; }
@media screen and (min-width: 1000px) {
.main {
width: 70%;
float: left; }
.sidebar {
width: 30%;
float: right; } }
.intro {
background: white; }
.intro h1, .intro h2 {
color: white;
text-align: center; }
@media screen and (min-width: 800px) {
.intro h1, .intro h2 {
text-align: left; } }
.intro h1 {
font-size: 2.5em;
margin-bottom: 0;
border: 7px solid #1abc9c;
padding: .5em;
color: black;
display: block; }
@media screen and (min-width: 800px) {
.intro h1 {
display: inline-block;
font-size: 3.5em; } }
.intro h2 {
font-style: italic; }
.intro header {
background-image: url("../img/bg-2.jpg");
background-attachment: fixed;
background-size: cover;
padding: 8em 4em; }
@media screen and (min-width: 1000px) {
.intro header {
padding: 8em 5em; } }
.intro .summary {
padding: 4em;
text-align: center; }
@media screen and (min-width: 900px) {
.intro .summary {
padding: 5em 10em; } }
@media screen and (min-width: 1300px) {
.intro .summary {
padding: 5em 25em; } }
@media screen and (min-width: 1500px) {
.intro .summary {
padding: 5em 30em; } }
.intro .summary a:before {
content: " ";
background-image: url("../img/download.ico");
background-position: center;
background-size: contain;
display: inline-block;
width: 30px;
height: 30px;
margin-right: 5px; }
.intro .summary p {
font-size: 1.3em; }
.intro .preamble {
padding: 4em;
background-position: center;
background-attachment: fixed;
background: #1abc9c;
color: white; }
@media screen and (min-width: 900px) {
.intro .preamble {
padding: 5em 10em; } }
@media screen and (min-width: 1300px) {
.intro .preamble {
padding: 5em 25em; } }
@media screen and (min-width: 1500px) {
.intro .preamble {
padding: 5em 30em; } }
.main > div {
color: white; }
.main h2, .main h3 {
color: white; }
.main h3 {
margin: 0; }
.explanation, .participation, .benefits {
padding: 6em 4em; }
.explanation {
background: #2980b9; }
.benefits {
background: #1abc9c; }
.participation {
background-color: white; }
.participation h3 {
color: black; }
.participation p {
color: #808080; }
.requirements {
background: #2980b9;
padding: 4em 0 0 0;
background-attachment: fixed; }
.requirements p, .requirements h3 {
margin-left: 64px;
/* WARNING: dependant on the base font-size being 16px*/
margin-right: 64px; }
.requirements p:last-child {
background: white;
color: #808080;
border-left: 2em solid #1abc9c;
margin-left: 0;
margin-right: 0;
margin-top: 4em;
margin-bottom: 0;
padding: 4em;
left: 0;
right: 0;
text-align: center; }
.design-selection h3 {
background: black;
padding: 1em;
margin: 0; }
.design-selection li {
margin-bottom: 1em;
padding: 3em 2em;
font-style: italic;
margin: 0;
border-bottom: 1px solid black;
transition: .3s; }
.design-selection li:first-child {
border-top: 1px solid black; }
.design-selection li:hover {
background: #1abc9c;
color: white; }
.design-selection li:hover a {
color: white; }
.design-selection li:hover a:hover {
text-decoration: underline; }
.design-selection a {
color: #808080;
text-decoration: none;
transition: .3s; }
.design-selection .design-name {
display: block;
text-transform: uppercase;
font-size: 1.2em;
font-style: normal;
color: white; }
.sidebar h3 {
background: black;
padding: 1em;
margin: 0; }
footer {
background: #2e2e2e;
background: url("../img/bg-1.jpg");
padding: 10em 4em;
text-align: center; }
footer a {
transition: .3s;
background: #2e2e2e;
width: 65px;
height: 65px;
padding-top: 23px;
border-radius: 50%;
vertical-align: baseline;
display: inline-block;
color: white;
text-decoration: none;
margin-right: 7px; }
footer a:hover {
background: #1abc9c;
cursor: pointer; }
.design-archives ul {
padding: 2em 0; }
.design-archives .viewall, .design-archives .next {
margin-left: 2em;
margin-right: 2em; }
.design-archives .viewall a, .design-archives .next a {
display: block;
padding: 2em 1em;
margin-bottom: 1em;
text-align: center;
background: #1abc9c;
color: white;
text-decoration: none;
transition: .3s; }
.design-archives .viewall a:hover, .design-archives .next a:hover {
cursor: pointer;
background: #17a689; }
.design-archives li:last-child a {
margin-bottom: 0; }
.zen-resources ul {
padding: 2em; }
.zen-resources li {
list-style: circle; }
.zen-resources a {
font-size: 1.3em;
text-transform: uppercase;
display: block;
padding: 1em;
text-decoration: none;
border-bottom: 1px solid black;
transition: .3s;
color: #1abc9c; }
.zen-resources a:hover {
cursor: pointer;
background: black; }
/*# sourceMappingURL=main.css.map */ | 0.592549 | 0.123418 |
*:hover {
transition-duration: 0.3s;
}
body {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Montserrat, sans-serif;
overflow-x: hidden;
}
a {
text-decoration: none;
}
a:hover {
color: #aeff00;
}
p {
font-family: Comfortaa, sans-serif;
font-weight: 600;
line-height: 1.5;
}
.bordered-btn {
color: white;
text-decoration: none;
padding: 15px;
border: 1px solid white;
display: inline-block;
}
.bordered-btn span {
text-transform: uppercase;
font-family: Comfortaa, sans-serif;
font-weight: 600;
line-height: 1.5;
}
.bordered-btn:hover {
background: white;
color: black;
}
ul {
list-style-type: none;
}
header {
position: fixed;
background: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0));
width: 100%;
z-index: 10;
top: 0;
padding: 20px 0 ;
}
header.solid,
header.solid-active {
background: #264643;
padding: 10px 0;
}
.header-content {
display: flex;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
}
header .logo img {
max-width: 320px;
}
header .header-links,
header .header-links ul {
display: flex;
align-items: center;
color: white;
}
.header-links {
width: 70%;
justify-content: space-between;
position: relative;
}
.header-links ul {
flex-grow: 1;
justify-content: space-evenly;
text-transform: uppercase;
}
.header-links ul > li:hover {
color: #aeff00;
cursor: pointer;
}
header .signup-login-block {
display: flex;
align-items: center;
text-transform: uppercase;
}
header .signup-login-block a {
color: white;
padding-right: 15px;
margin-right: 15px;
border-right: 1px solid white;
}
header .signup-login-block form {
display: none;
position: absolute;
top: 95px;
right: 0;
background: white;
padding: 15px;
color: black;
}
header .login-anchor:hover {
cursor: pointer;
}
header .login-anchor.active + form {
display: block;
}
.hero-banner-container {
position: relative;
height: 100vh;
width: 100vw;
background: url("../images/banners/hero-banner1.jpg") no-repeat;
background-position: center;
background-size: cover;
}
.hero-banner-container:after {
position: absolute;
content: '';
top: 0;
height: 100%;
width: 100%;
background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0));
}
.hero-banner-content {
color: white;
position: relative;
z-index: 3;
max-width: 1200px;
margin: auto;
top: 30%;
}
.hero-banner-content h1 {
width: 50%;
font-size: 60px;
margin-top: 0;
}
.hero-banner-content .bordered-btn {
min-width: 300px;
text-align: center;
}
.main-content {
max-width: 1200px;
margin: 0 auto;
}
.main-content .three-point-block {
width: 100%;
display: flex;
justify-content: space-around;
}
.point-block {
width: 28%;
text-align: center;
padding: 65px 0;
}
.point-block .point-icon {
height: 180px;
position: relative;
}
.point-block img {
position: absolute;
bottom: 0;
width: 50%;
right: 25%;
}
.point-block h2 {
margin: 0;
font-weight: 800;
font-style: italic;
text-transform: uppercase;
}
.wide-banner {
position: relative;
margin-bottom: 50px;
width: 100%;
min-height: 300px;
background: url("../images/banners/wide-banner-bg.jpg") no-repeat;
background-size: cover;
background-position: center;
}
.wide-banner:after {
position: absolute;
content: '';
top: 0;
height: 100%;
width: 100%;
background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
}
.wide-banner-content {
width: 80%;
margin: auto;
text-align: center;
color: white;
padding: 20px;
position: relative;
z-index: 2;
}
.wide-banner-content h1 {
font-weight: 800;
font-style: italic;
text-transform: uppercase;
font-size: 50px;
margin: 0;
}
.wide-banner-content p {
font-size: 20px;
margin-top: 5px;
}
.wide-banner-content .bordered-btn {
min-width: 210px;
} | public/css/home.css | *:hover {
transition-duration: 0.3s;
}
body {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Montserrat, sans-serif;
overflow-x: hidden;
}
a {
text-decoration: none;
}
a:hover {
color: #aeff00;
}
p {
font-family: Comfortaa, sans-serif;
font-weight: 600;
line-height: 1.5;
}
.bordered-btn {
color: white;
text-decoration: none;
padding: 15px;
border: 1px solid white;
display: inline-block;
}
.bordered-btn span {
text-transform: uppercase;
font-family: Comfortaa, sans-serif;
font-weight: 600;
line-height: 1.5;
}
.bordered-btn:hover {
background: white;
color: black;
}
ul {
list-style-type: none;
}
header {
position: fixed;
background: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0));
width: 100%;
z-index: 10;
top: 0;
padding: 20px 0 ;
}
header.solid,
header.solid-active {
background: #264643;
padding: 10px 0;
}
.header-content {
display: flex;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
}
header .logo img {
max-width: 320px;
}
header .header-links,
header .header-links ul {
display: flex;
align-items: center;
color: white;
}
.header-links {
width: 70%;
justify-content: space-between;
position: relative;
}
.header-links ul {
flex-grow: 1;
justify-content: space-evenly;
text-transform: uppercase;
}
.header-links ul > li:hover {
color: #aeff00;
cursor: pointer;
}
header .signup-login-block {
display: flex;
align-items: center;
text-transform: uppercase;
}
header .signup-login-block a {
color: white;
padding-right: 15px;
margin-right: 15px;
border-right: 1px solid white;
}
header .signup-login-block form {
display: none;
position: absolute;
top: 95px;
right: 0;
background: white;
padding: 15px;
color: black;
}
header .login-anchor:hover {
cursor: pointer;
}
header .login-anchor.active + form {
display: block;
}
.hero-banner-container {
position: relative;
height: 100vh;
width: 100vw;
background: url("../images/banners/hero-banner1.jpg") no-repeat;
background-position: center;
background-size: cover;
}
.hero-banner-container:after {
position: absolute;
content: '';
top: 0;
height: 100%;
width: 100%;
background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0));
}
.hero-banner-content {
color: white;
position: relative;
z-index: 3;
max-width: 1200px;
margin: auto;
top: 30%;
}
.hero-banner-content h1 {
width: 50%;
font-size: 60px;
margin-top: 0;
}
.hero-banner-content .bordered-btn {
min-width: 300px;
text-align: center;
}
.main-content {
max-width: 1200px;
margin: 0 auto;
}
.main-content .three-point-block {
width: 100%;
display: flex;
justify-content: space-around;
}
.point-block {
width: 28%;
text-align: center;
padding: 65px 0;
}
.point-block .point-icon {
height: 180px;
position: relative;
}
.point-block img {
position: absolute;
bottom: 0;
width: 50%;
right: 25%;
}
.point-block h2 {
margin: 0;
font-weight: 800;
font-style: italic;
text-transform: uppercase;
}
.wide-banner {
position: relative;
margin-bottom: 50px;
width: 100%;
min-height: 300px;
background: url("../images/banners/wide-banner-bg.jpg") no-repeat;
background-size: cover;
background-position: center;
}
.wide-banner:after {
position: absolute;
content: '';
top: 0;
height: 100%;
width: 100%;
background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
}
.wide-banner-content {
width: 80%;
margin: auto;
text-align: center;
color: white;
padding: 20px;
position: relative;
z-index: 2;
}
.wide-banner-content h1 {
font-weight: 800;
font-style: italic;
text-transform: uppercase;
font-size: 50px;
margin: 0;
}
.wide-banner-content p {
font-size: 20px;
margin-top: 5px;
}
.wide-banner-content .bordered-btn {
min-width: 210px;
} | 0.590307 | 0.113727 |
.jchartfx_body {
background-color: #4359B1;
}
.jchartfxToolTip {
background-color: #282828;
color: #F0F0F0;
border-color: #999999;
}
.jchartfxToolTipBorder {
fill: #202020;
stroke: #D0D0D0;
}
.jchartfx .PointLabel {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .Attribute0 {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .Attribute0Line {
stroke: #FFFFFF;
}
.jchartfx .Attribute0Alt {
fill: #202020;
}
.jchartfx .Attribute1 {
fill: #FFFFFF;
fill-opacity:0.56;
stroke: #FFFFFF;
stroke-opacity:0.56;
}
.jchartfx .Attribute1Line {
stroke: #FFFFFF;
stroke-opacity:0.56;
}
.jchartfx .Attribute1Alt {
fill: #202020;
fill-opacity:0.56;
}
.jchartfx .Attribute2 {
fill: #FFFFFF;
fill-opacity:0.25;
stroke: #FFFFFF;
stroke-opacity:0.25;
}
.jchartfx .Attribute2Line {
stroke: #FFFFFF;
stroke-opacity:0.25;
}
.jchartfx .Attribute2Alt {
fill: #202020;
fill-opacity:0.25;
}
.jchartfx .Attribute3 {
fill: #FFFFFF;
fill-opacity:0.37;
stroke: #FFFFFF;
stroke-opacity:0.37;
}
.jchartfx .Attribute3Line {
stroke: #FFFFFF;
stroke-opacity:0.37;
}
.jchartfx .Attribute3Alt {
fill: #202020;
fill-opacity:0.37;
}
.jchartfx .Attribute4 {
fill: #FFFFFF;
fill-opacity:0.12;
stroke: #FFFFFF;
stroke-opacity:0.12;
}
.jchartfx .Attribute4Line {
stroke: #FFFFFF;
stroke-opacity:0.12;
}
.jchartfx .Attribute4Alt {
fill: #202020;
fill-opacity:0.12;
}
.jchartfx .Attribute5 {
fill: #888888;
fill-opacity:0.53;
stroke: #888888;
stroke-opacity:0.53;
}
.jchartfx .Attribute5Line {
stroke: #888888;
stroke-opacity:0.53;
}
.jchartfx .Attribute5Alt {
fill: #202020;
fill-opacity:0.53;
}
.jchartfx .Attribute6 {
fill: #E0E0E0;
fill-opacity:0.88;
stroke: #E0E0E0;
stroke-opacity:0.88;
}
.jchartfx .Attribute6Line {
stroke: #E0E0E0;
stroke-opacity:0.88;
}
.jchartfx .Attribute6Alt {
fill: #202020;
fill-opacity:0.88;
}
.jchartfx .Attribute7 {
fill: #E0E0E0;
fill-opacity:0.37;
stroke: #E0E0E0;
stroke-opacity:0.37;
}
.jchartfx .Attribute7Line {
stroke: #E0E0E0;
stroke-opacity:0.37;
}
.jchartfx .Attribute7Alt {
fill: #202020;
fill-opacity:0.37;
}
.jchartfx .Attribute8 {
fill: #000000;
fill-opacity:0.25;
stroke: #000000;
stroke-opacity:0.25;
}
.jchartfx .Attribute8Line {
stroke: #000000;
stroke-opacity:0.25;
}
.jchartfx .Attribute8Alt {
fill: #101010;
fill-opacity:0.25;
}
.jchartfx .Attribute9 {
fill: #000000;
fill-opacity:0.37;
stroke: #000000;
stroke-opacity:0.37;
}
.jchartfx .Attribute9Line {
stroke: #000000;
stroke-opacity:0.37;
}
.jchartfx .Attribute9Alt {
fill: #101010;
fill-opacity:0.37;
}
.jchartfx .Attribute10 {
fill: #000000;
fill-opacity:0.56;
stroke: #000000;
stroke-opacity:0.56;
}
.jchartfx .Attribute10Line {
stroke: #000000;
stroke-opacity:0.56;
}
.jchartfx .Attribute10Alt {
fill: #101010;
fill-opacity:0.56;
}
.jchartfx .Attribute11 {
fill: #777777;
fill-opacity:0.25;
stroke: #777777;
stroke-opacity:0.25;
}
.jchartfx .Attribute11Line {
stroke: #777777;
stroke-opacity:0.25;
}
.jchartfx .Attribute11Alt {
fill: #303030;
fill-opacity:0.25;
}
.jchartfx .Attribute12 {
fill: #777777;
fill-opacity:0.37;
stroke: #777777;
stroke-opacity:0.37;
}
.jchartfx .Attribute12Line {
stroke: #777777;
stroke-opacity:0.37;
}
.jchartfx .Attribute12Alt {
fill: #303030;
fill-opacity:0.37;
}
.jchartfx .Attribute13 {
fill: #777777;
fill-opacity:0.56;
stroke: #777777;
stroke-opacity:0.56;
}
.jchartfx .Attribute13Line {
stroke: #777777;
stroke-opacity:0.56;
}
.jchartfx .Attribute13Alt {
fill: #303030;
fill-opacity:0.56;
}
.jchartfx .Attribute14 {
fill: #444444;
fill-opacity:0.25;
stroke: #444444;
stroke-opacity:0.25;
}
.jchartfx .Attribute14Line {
stroke: #444444;
stroke-opacity:0.25;
}
.jchartfx .Attribute14Alt {
fill: #404040;
fill-opacity:0.25;
}
.jchartfx .Attribute15 {
fill: #444444;
fill-opacity:0.5;
stroke: #444444;
stroke-opacity:0.5;
}
.jchartfx .Attribute15Line {
stroke: #444444;
stroke-opacity:0.5;
}
.jchartfx .Attribute15Alt {
fill: #404040;
fill-opacity:0.5;
}
.jchartfx .MarkerHollow {
fill: #000000;
fill-opacity: 0.6;
}
.jchartfx .Border {
fill: #2571EB;
stroke: #2571EB;
}
.jchartfx .Border0 {
fill: #2571EB;
stroke: #2571EB;
}
.jchartfx .Border1 {
fill: #1B6035;
stroke: #1B6035;
}
.jchartfx .Border2 {
fill: #DA9216;
stroke: #DA9216;
}
.jchartfx .Border3 {
fill: #88A927;
stroke: #88A927;
}
.jchartfx .Border4 {
fill: #8B0096;
stroke: #8B0096;
}
.jchartfx .Border5 {
fill: #139603;
stroke: #139603;
}
.jchartfx .Border6 {
fill: #3B1C81;
stroke: #3B1C81;
}
.jchartfx .Border7 {
fill: #DA9216;
stroke: #DA9216;
}
.jchartfx .PlotArea {
fill: transparent;
stroke: #FFFFFF;
stroke-opacity: 0.5;
}
.jchartfx .PlotArea3D {
fill: #FFFFFF;
stroke: #FFFFFF;
stroke-opacity: 0.5;
}
.jchartfx .CustomGridLine {
stroke: #FFFFFF;
}
.jchartfx .CustomGridLineLabel {
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .AxisText {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .AxisY_Text {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .AxisX_Text {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .AxisMajor {
stroke: #FFFFFF;
stroke-opacity: 0.5;
}
.jchartfx .AxisMinor {
stroke: #FFFFFF;
stroke-opacity: 0.5;
}
.jchartfx .AxisInterlaced {
fill: #FFFFFF;
fill-opacity: 0.25;
}
.jchartfx .AxisLine {
stroke: #FFFFFF;
stroke-opacity: 0.5;
}
.jchartfx .AxisSection {
fill: #FFFFFF;
fill-opacity: 0.12;
stroke: #FFFFFF;
stroke-opacity: 0.12;
}
.jchartfx .PointLabelBorder {
fill: #FFFFFF;
fill-opacity:0.75;
}
.jchartfx .Title {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .LegendBox {
fill: transparent;
stroke: #FFFFFF;
}
.jchartfx .LegendItem {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .ScrollBar {
fill: #FFFFFF;
fill-opacity:0.5;
stroke: #FFFFFF;
}
.jchartfx .ScrollThumb {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .ScrollArrow {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .LoopMarker {
stroke: #FFFFFF;
}
.jchartfx .DataGrid_HeaderBack {
fill: transparent;
}
.jchartfx .DataGrid_Back {
fill: transparent;
}
.jchartfx .DataGrid_GridLine {
fill: #FFFFFF;
fill-opacity: 0.62;
}
.jchartfx .DataGridText {
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .DataGridTextAlternate {
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .DataGrid_BackInterlaced {
fill: #FFFFFF;
fill-opacity: 0.12;
}
.jchartfx .DataGrid_RowHeader {
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .DataGrid_ColumnHeader {
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .DataGrid_RowHeaderAlternate {
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .HeatMap0 {
fill: #FFFFFF;
}
.jchartfx .HeatMap1 {
fill: #A0A0A0;
}
.jchartfx .HeatMap2 {
fill: #666666;
}
.jchartfx .EqualizerTop0 {
fill: #FFFFFF;
fill-opacity: 0.62;
stroke: #FFFFFF;
stroke-opacity: 0.62;
}
.jchartfx .EqualizerTop1 {
fill: #FFFFFF;
fill-opacity: 0.43;
stroke: #FFFFFF;
stroke-opacity: 0.43;
}
.jchartfx .EqualizerOff {
fill: #FFFFFF;
fill-opacity: 0.06;
}
.jchartfx .SpecialPoint {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .SpecialPointLine {
stroke: #FFFFFF;
}
.jchartfx .AnnotationRectangle {
stroke: #FFFFFF;
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .AnnotationTextBorder {
stroke: #FFFFFF;
fill: transparent;
}
.jchartfx .AnnotationText {
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .AnnotationCircle {
stroke: #FFFFFF;
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .AnnotationBalloon {
stroke: #FFFFFF;
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .AnnotationBalloonText {
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .AnnotationArrow {
stroke: #FFFFFF;
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .MapContext {
fill: #FFFFFF;
fill-opacity: 0.25;
stroke: #FFFFFF;
}
.jchartfx .MapWater {
fill: #bfffff;
stroke: #FFFFFF;
}
.jchartfx .MapOcean0 {
fill: #84d5ff;
stroke: none;
}
.jchartfx .MapOcean1 {
fill: #75c7f1;
stroke: none;
}
.jchartfx .MapOcean2 {
fill: #66b9e3;
stroke: none;
}
.jchartfx .MapOcean3 {
fill: #57abd5;
stroke: none;
}
.jchartfx .MapOcean {
fill: #479ec7;
stroke: none;
}
.jchartfx .MapAttribute0 {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .MapAttribute1 {
fill: #FFFFFF;
fill-opacity:0.56;
stroke: #FFFFFF;
}
.jchartfx .MapAttribute2 {
fill: #FFFFFF;
fill-opacity:0.25;
stroke: #FFFFFF;
}
.jchartfx .MapAttribute3 {
fill: #FFFFFF;
fill-opacity:0.37;
stroke: #FFFFFF;
}
.jchartfx .MapAttribute4 {
fill: #FFFFFF;
fill-opacity:0.12;
stroke: #FFFFFF;
}
.jchartfx .MapAttribute5 {
fill: #888888;
fill-opacity:0.53;
stroke: #FFFFFF;
}
.jchartfx .MapAttribute6 {
fill: #E0E0E0;
fill-opacity:0.88;
stroke: #FFFFFF;
}
.jchartfx .MapAttribute7 {
fill: #E0E0E0;
fill-opacity:0.37;
stroke: #FFFFFF;
}
.jchartfx .MapRoad {
stroke: #909090;
fill: none;
stroke-opacity: .3;
}
.jchartfx .MapRoadBack {
stroke: #FFFFFF;
stroke-opacity: .1;
fill: none;
}
.jchartfx .MapRoad0 {
stroke: #909090;
fill: none;
stroke-opacity: 1;
}
.jchartfx .MapRoad0Back {
stroke: #FFFFFF;
fill: none;
stroke-opacity: .4;
}
.jchartfx .MapRoad1 {
stroke: #666666;
fill: none;
stroke-opacity: 1;
}
.jchartfx .MapRoad1Back {
stroke: #FFFFFF;
fill: none;
stroke-opacity: .5;
}
.jchartfx .MapTranslationArea {
fill: #FFFFFF;
fill-opacity: 0.37;
stroke: #FFFFFF;
}
.jchartfx .MapPlot {
fill: #FFFFFF;
fill-opacity: 0;
}
.jchartfx .Indicator {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .Filler {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .GaugeMarker {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .Needle {
fill: #FFFFFF;
fill-opacity:0.5;
stroke: #FFFFFF;
stroke-opacity:0.5;
}
.jchartfx .Cap {
fill: #FFFFFF;
fill-opacity:0.5;
stroke: #FFFFFF;
stroke-opacity:0.5;
}
.jchartfx .Bar {
fill: #FFFFFF;
fill-opacity:0.37;
stroke: #FFFFFF;
stroke-opacity:0.37;
}
.jchartfx .TickMajor {
fill: #FFFFFF;
fill-opacity:0.25;
stroke: #FFFFFF;
stroke-opacity:0.25;
}
.jchartfx .TickMedium {
fill: #FFFFFF;
fill-opacity:0.25;
stroke: #FFFFFF;
stroke-opacity:0.25;
}
.jchartfx .GaugeText {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .GaugeTitle {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .GaugeTitleLarge {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .GaugeSection0 {
fill: #FFFFFF;
fill-opacity:0.25;
stroke: #FFFFFF;
stroke-opacity:0.25;
}
.jchartfx .GaugeSection0Alternate {
fill: #FFFFFF;
fill-opacity:0.2;
}
.jchartfx .GaugeSection1 {
fill: #FFFFFF;
fill-opacity:0.37;
stroke: #FFFFFF;
stroke-opacity:0.37;
}
.jchartfx .GaugeSection1Alternate {
fill: #FFFFFF;
fill-opacity:0.3;
}
.jchartfx .GaugeSection2 {
fill: #FFFFFF;
fill-opacity:0.56;
stroke: #FFFFFF;
stroke-opacity:0.56;
}
.jchartfx .GaugeSection2Alternate {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .Separator {
stroke: #FFFFFF;
}
.jchartfx .TitleBack {
fill: transparent;
}
.jchartfx .DashboardTitle {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .DashboardCaption {
fill: #1A53A8;
stroke: #FFFFFF;
}
.jchartfx .Glow {
fill: #FFFFFF;
}
.jchartfx .MapShadow {
fill: #FFFFFF;
fill-opacity: 0.3;
}
.jchartfx .BorderEffect1 {
fill: #AAAAAA;
fill-opacity: 0.8;
}
.jchartfx .BorderEffect2 {
fill: #FFFFFF;
fill-opacity: 1;
}
.jchartfx_container table {
background-color: transparent;
border-color: #FFFFFF;
}
.jchartfx_container table thead tr th {
background-color: rgba(0,0,0,0.5);
border-color: #FFFFFF;
border-bottom-color: #FFFFFF;
color: rgba(255,255,255, 0.8);
}
.jchartfx_container table tbody tr td {
color: rgba(255,255,255, 0.5);
border-color: #FFFFFF;
}
.jchartfx_container table tbody>tr:nth-child(odd)>td {
}
.jchartfx_container table tbody>tr:nth-child(even)>td {
}
.jchartfx_container h1, .jchartfx_container h2, .jchartfx_container h3
{
color: #FFFFFF;
}
.jchartfx_container h4, .jchartfx_container h5, .jchartfx_container h6
{
color: #FFFFFF;
opacity: 0.5;
}
.jchartfx_container select {
color: #FFFFFF;
background-color: #A0A0A0;
}
.jchartfx_container .labelIndicator {
color: #FFFFFF;
}
.jchartfx_container .label {
color: #FFFFFF;
}
.jchartfx_container .smallLabel {
color: #FFFFFF;
}
.jchartfx-menu-callout {
color: rgba(255,255,255,0.5);
}
.jchartfx-menu-callout:hover {
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(0, 0, 0, 0.2);
}
.jchartfx .GreaterThan {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .LessThan {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .EqualsTo {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .InsideLabel0 {
fill: #606060;
}
.jchartfx .InsideLabel1 {
fill: #000000;
fill-opacity:0.5;
}
.jchartfx .InsideLabel2 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel3 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel4 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel5 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel6 {
fill: #000000;
fill-opacity:0.5;
}
.jchartfx .InsideLabel7 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel8 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel9 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel10 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel11 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel12 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel13 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel14 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel15 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .EmptyMarker {
fill: #FFFFFF;
fill-opacity:0.25;
stroke: #FFFFFF;
stroke-opacity:0.25;
}
.jchartfx .Repeater {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .RepeaterOff {
fill: #FFFFFF;
fill-opacity:0.25;
stroke: #FFFFFF;
fill-opacity:0.25;
}
.jchartfx-menu {
border-color: #2571EB;
} | public/css/jchartfx/Palettes/jchartfx.palette.metro.css | .jchartfx_body {
background-color: #4359B1;
}
.jchartfxToolTip {
background-color: #282828;
color: #F0F0F0;
border-color: #999999;
}
.jchartfxToolTipBorder {
fill: #202020;
stroke: #D0D0D0;
}
.jchartfx .PointLabel {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .Attribute0 {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .Attribute0Line {
stroke: #FFFFFF;
}
.jchartfx .Attribute0Alt {
fill: #202020;
}
.jchartfx .Attribute1 {
fill: #FFFFFF;
fill-opacity:0.56;
stroke: #FFFFFF;
stroke-opacity:0.56;
}
.jchartfx .Attribute1Line {
stroke: #FFFFFF;
stroke-opacity:0.56;
}
.jchartfx .Attribute1Alt {
fill: #202020;
fill-opacity:0.56;
}
.jchartfx .Attribute2 {
fill: #FFFFFF;
fill-opacity:0.25;
stroke: #FFFFFF;
stroke-opacity:0.25;
}
.jchartfx .Attribute2Line {
stroke: #FFFFFF;
stroke-opacity:0.25;
}
.jchartfx .Attribute2Alt {
fill: #202020;
fill-opacity:0.25;
}
.jchartfx .Attribute3 {
fill: #FFFFFF;
fill-opacity:0.37;
stroke: #FFFFFF;
stroke-opacity:0.37;
}
.jchartfx .Attribute3Line {
stroke: #FFFFFF;
stroke-opacity:0.37;
}
.jchartfx .Attribute3Alt {
fill: #202020;
fill-opacity:0.37;
}
.jchartfx .Attribute4 {
fill: #FFFFFF;
fill-opacity:0.12;
stroke: #FFFFFF;
stroke-opacity:0.12;
}
.jchartfx .Attribute4Line {
stroke: #FFFFFF;
stroke-opacity:0.12;
}
.jchartfx .Attribute4Alt {
fill: #202020;
fill-opacity:0.12;
}
.jchartfx .Attribute5 {
fill: #888888;
fill-opacity:0.53;
stroke: #888888;
stroke-opacity:0.53;
}
.jchartfx .Attribute5Line {
stroke: #888888;
stroke-opacity:0.53;
}
.jchartfx .Attribute5Alt {
fill: #202020;
fill-opacity:0.53;
}
.jchartfx .Attribute6 {
fill: #E0E0E0;
fill-opacity:0.88;
stroke: #E0E0E0;
stroke-opacity:0.88;
}
.jchartfx .Attribute6Line {
stroke: #E0E0E0;
stroke-opacity:0.88;
}
.jchartfx .Attribute6Alt {
fill: #202020;
fill-opacity:0.88;
}
.jchartfx .Attribute7 {
fill: #E0E0E0;
fill-opacity:0.37;
stroke: #E0E0E0;
stroke-opacity:0.37;
}
.jchartfx .Attribute7Line {
stroke: #E0E0E0;
stroke-opacity:0.37;
}
.jchartfx .Attribute7Alt {
fill: #202020;
fill-opacity:0.37;
}
.jchartfx .Attribute8 {
fill: #000000;
fill-opacity:0.25;
stroke: #000000;
stroke-opacity:0.25;
}
.jchartfx .Attribute8Line {
stroke: #000000;
stroke-opacity:0.25;
}
.jchartfx .Attribute8Alt {
fill: #101010;
fill-opacity:0.25;
}
.jchartfx .Attribute9 {
fill: #000000;
fill-opacity:0.37;
stroke: #000000;
stroke-opacity:0.37;
}
.jchartfx .Attribute9Line {
stroke: #000000;
stroke-opacity:0.37;
}
.jchartfx .Attribute9Alt {
fill: #101010;
fill-opacity:0.37;
}
.jchartfx .Attribute10 {
fill: #000000;
fill-opacity:0.56;
stroke: #000000;
stroke-opacity:0.56;
}
.jchartfx .Attribute10Line {
stroke: #000000;
stroke-opacity:0.56;
}
.jchartfx .Attribute10Alt {
fill: #101010;
fill-opacity:0.56;
}
.jchartfx .Attribute11 {
fill: #777777;
fill-opacity:0.25;
stroke: #777777;
stroke-opacity:0.25;
}
.jchartfx .Attribute11Line {
stroke: #777777;
stroke-opacity:0.25;
}
.jchartfx .Attribute11Alt {
fill: #303030;
fill-opacity:0.25;
}
.jchartfx .Attribute12 {
fill: #777777;
fill-opacity:0.37;
stroke: #777777;
stroke-opacity:0.37;
}
.jchartfx .Attribute12Line {
stroke: #777777;
stroke-opacity:0.37;
}
.jchartfx .Attribute12Alt {
fill: #303030;
fill-opacity:0.37;
}
.jchartfx .Attribute13 {
fill: #777777;
fill-opacity:0.56;
stroke: #777777;
stroke-opacity:0.56;
}
.jchartfx .Attribute13Line {
stroke: #777777;
stroke-opacity:0.56;
}
.jchartfx .Attribute13Alt {
fill: #303030;
fill-opacity:0.56;
}
.jchartfx .Attribute14 {
fill: #444444;
fill-opacity:0.25;
stroke: #444444;
stroke-opacity:0.25;
}
.jchartfx .Attribute14Line {
stroke: #444444;
stroke-opacity:0.25;
}
.jchartfx .Attribute14Alt {
fill: #404040;
fill-opacity:0.25;
}
.jchartfx .Attribute15 {
fill: #444444;
fill-opacity:0.5;
stroke: #444444;
stroke-opacity:0.5;
}
.jchartfx .Attribute15Line {
stroke: #444444;
stroke-opacity:0.5;
}
.jchartfx .Attribute15Alt {
fill: #404040;
fill-opacity:0.5;
}
.jchartfx .MarkerHollow {
fill: #000000;
fill-opacity: 0.6;
}
.jchartfx .Border {
fill: #2571EB;
stroke: #2571EB;
}
.jchartfx .Border0 {
fill: #2571EB;
stroke: #2571EB;
}
.jchartfx .Border1 {
fill: #1B6035;
stroke: #1B6035;
}
.jchartfx .Border2 {
fill: #DA9216;
stroke: #DA9216;
}
.jchartfx .Border3 {
fill: #88A927;
stroke: #88A927;
}
.jchartfx .Border4 {
fill: #8B0096;
stroke: #8B0096;
}
.jchartfx .Border5 {
fill: #139603;
stroke: #139603;
}
.jchartfx .Border6 {
fill: #3B1C81;
stroke: #3B1C81;
}
.jchartfx .Border7 {
fill: #DA9216;
stroke: #DA9216;
}
.jchartfx .PlotArea {
fill: transparent;
stroke: #FFFFFF;
stroke-opacity: 0.5;
}
.jchartfx .PlotArea3D {
fill: #FFFFFF;
stroke: #FFFFFF;
stroke-opacity: 0.5;
}
.jchartfx .CustomGridLine {
stroke: #FFFFFF;
}
.jchartfx .CustomGridLineLabel {
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .AxisText {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .AxisY_Text {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .AxisX_Text {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .AxisMajor {
stroke: #FFFFFF;
stroke-opacity: 0.5;
}
.jchartfx .AxisMinor {
stroke: #FFFFFF;
stroke-opacity: 0.5;
}
.jchartfx .AxisInterlaced {
fill: #FFFFFF;
fill-opacity: 0.25;
}
.jchartfx .AxisLine {
stroke: #FFFFFF;
stroke-opacity: 0.5;
}
.jchartfx .AxisSection {
fill: #FFFFFF;
fill-opacity: 0.12;
stroke: #FFFFFF;
stroke-opacity: 0.12;
}
.jchartfx .PointLabelBorder {
fill: #FFFFFF;
fill-opacity:0.75;
}
.jchartfx .Title {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .LegendBox {
fill: transparent;
stroke: #FFFFFF;
}
.jchartfx .LegendItem {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .ScrollBar {
fill: #FFFFFF;
fill-opacity:0.5;
stroke: #FFFFFF;
}
.jchartfx .ScrollThumb {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .ScrollArrow {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .LoopMarker {
stroke: #FFFFFF;
}
.jchartfx .DataGrid_HeaderBack {
fill: transparent;
}
.jchartfx .DataGrid_Back {
fill: transparent;
}
.jchartfx .DataGrid_GridLine {
fill: #FFFFFF;
fill-opacity: 0.62;
}
.jchartfx .DataGridText {
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .DataGridTextAlternate {
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .DataGrid_BackInterlaced {
fill: #FFFFFF;
fill-opacity: 0.12;
}
.jchartfx .DataGrid_RowHeader {
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .DataGrid_ColumnHeader {
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .DataGrid_RowHeaderAlternate {
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .HeatMap0 {
fill: #FFFFFF;
}
.jchartfx .HeatMap1 {
fill: #A0A0A0;
}
.jchartfx .HeatMap2 {
fill: #666666;
}
.jchartfx .EqualizerTop0 {
fill: #FFFFFF;
fill-opacity: 0.62;
stroke: #FFFFFF;
stroke-opacity: 0.62;
}
.jchartfx .EqualizerTop1 {
fill: #FFFFFF;
fill-opacity: 0.43;
stroke: #FFFFFF;
stroke-opacity: 0.43;
}
.jchartfx .EqualizerOff {
fill: #FFFFFF;
fill-opacity: 0.06;
}
.jchartfx .SpecialPoint {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .SpecialPointLine {
stroke: #FFFFFF;
}
.jchartfx .AnnotationRectangle {
stroke: #FFFFFF;
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .AnnotationTextBorder {
stroke: #FFFFFF;
fill: transparent;
}
.jchartfx .AnnotationText {
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .AnnotationCircle {
stroke: #FFFFFF;
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .AnnotationBalloon {
stroke: #FFFFFF;
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .AnnotationBalloonText {
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .AnnotationArrow {
stroke: #FFFFFF;
fill: #FFFFFF;
fill-opacity: 0.5;
}
.jchartfx .MapContext {
fill: #FFFFFF;
fill-opacity: 0.25;
stroke: #FFFFFF;
}
.jchartfx .MapWater {
fill: #bfffff;
stroke: #FFFFFF;
}
.jchartfx .MapOcean0 {
fill: #84d5ff;
stroke: none;
}
.jchartfx .MapOcean1 {
fill: #75c7f1;
stroke: none;
}
.jchartfx .MapOcean2 {
fill: #66b9e3;
stroke: none;
}
.jchartfx .MapOcean3 {
fill: #57abd5;
stroke: none;
}
.jchartfx .MapOcean {
fill: #479ec7;
stroke: none;
}
.jchartfx .MapAttribute0 {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .MapAttribute1 {
fill: #FFFFFF;
fill-opacity:0.56;
stroke: #FFFFFF;
}
.jchartfx .MapAttribute2 {
fill: #FFFFFF;
fill-opacity:0.25;
stroke: #FFFFFF;
}
.jchartfx .MapAttribute3 {
fill: #FFFFFF;
fill-opacity:0.37;
stroke: #FFFFFF;
}
.jchartfx .MapAttribute4 {
fill: #FFFFFF;
fill-opacity:0.12;
stroke: #FFFFFF;
}
.jchartfx .MapAttribute5 {
fill: #888888;
fill-opacity:0.53;
stroke: #FFFFFF;
}
.jchartfx .MapAttribute6 {
fill: #E0E0E0;
fill-opacity:0.88;
stroke: #FFFFFF;
}
.jchartfx .MapAttribute7 {
fill: #E0E0E0;
fill-opacity:0.37;
stroke: #FFFFFF;
}
.jchartfx .MapRoad {
stroke: #909090;
fill: none;
stroke-opacity: .3;
}
.jchartfx .MapRoadBack {
stroke: #FFFFFF;
stroke-opacity: .1;
fill: none;
}
.jchartfx .MapRoad0 {
stroke: #909090;
fill: none;
stroke-opacity: 1;
}
.jchartfx .MapRoad0Back {
stroke: #FFFFFF;
fill: none;
stroke-opacity: .4;
}
.jchartfx .MapRoad1 {
stroke: #666666;
fill: none;
stroke-opacity: 1;
}
.jchartfx .MapRoad1Back {
stroke: #FFFFFF;
fill: none;
stroke-opacity: .5;
}
.jchartfx .MapTranslationArea {
fill: #FFFFFF;
fill-opacity: 0.37;
stroke: #FFFFFF;
}
.jchartfx .MapPlot {
fill: #FFFFFF;
fill-opacity: 0;
}
.jchartfx .Indicator {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .Filler {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .GaugeMarker {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .Needle {
fill: #FFFFFF;
fill-opacity:0.5;
stroke: #FFFFFF;
stroke-opacity:0.5;
}
.jchartfx .Cap {
fill: #FFFFFF;
fill-opacity:0.5;
stroke: #FFFFFF;
stroke-opacity:0.5;
}
.jchartfx .Bar {
fill: #FFFFFF;
fill-opacity:0.37;
stroke: #FFFFFF;
stroke-opacity:0.37;
}
.jchartfx .TickMajor {
fill: #FFFFFF;
fill-opacity:0.25;
stroke: #FFFFFF;
stroke-opacity:0.25;
}
.jchartfx .TickMedium {
fill: #FFFFFF;
fill-opacity:0.25;
stroke: #FFFFFF;
stroke-opacity:0.25;
}
.jchartfx .GaugeText {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .GaugeTitle {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .GaugeTitleLarge {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .GaugeSection0 {
fill: #FFFFFF;
fill-opacity:0.25;
stroke: #FFFFFF;
stroke-opacity:0.25;
}
.jchartfx .GaugeSection0Alternate {
fill: #FFFFFF;
fill-opacity:0.2;
}
.jchartfx .GaugeSection1 {
fill: #FFFFFF;
fill-opacity:0.37;
stroke: #FFFFFF;
stroke-opacity:0.37;
}
.jchartfx .GaugeSection1Alternate {
fill: #FFFFFF;
fill-opacity:0.3;
}
.jchartfx .GaugeSection2 {
fill: #FFFFFF;
fill-opacity:0.56;
stroke: #FFFFFF;
stroke-opacity:0.56;
}
.jchartfx .GaugeSection2Alternate {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .Separator {
stroke: #FFFFFF;
}
.jchartfx .TitleBack {
fill: transparent;
}
.jchartfx .DashboardTitle {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .DashboardCaption {
fill: #1A53A8;
stroke: #FFFFFF;
}
.jchartfx .Glow {
fill: #FFFFFF;
}
.jchartfx .MapShadow {
fill: #FFFFFF;
fill-opacity: 0.3;
}
.jchartfx .BorderEffect1 {
fill: #AAAAAA;
fill-opacity: 0.8;
}
.jchartfx .BorderEffect2 {
fill: #FFFFFF;
fill-opacity: 1;
}
.jchartfx_container table {
background-color: transparent;
border-color: #FFFFFF;
}
.jchartfx_container table thead tr th {
background-color: rgba(0,0,0,0.5);
border-color: #FFFFFF;
border-bottom-color: #FFFFFF;
color: rgba(255,255,255, 0.8);
}
.jchartfx_container table tbody tr td {
color: rgba(255,255,255, 0.5);
border-color: #FFFFFF;
}
.jchartfx_container table tbody>tr:nth-child(odd)>td {
}
.jchartfx_container table tbody>tr:nth-child(even)>td {
}
.jchartfx_container h1, .jchartfx_container h2, .jchartfx_container h3
{
color: #FFFFFF;
}
.jchartfx_container h4, .jchartfx_container h5, .jchartfx_container h6
{
color: #FFFFFF;
opacity: 0.5;
}
.jchartfx_container select {
color: #FFFFFF;
background-color: #A0A0A0;
}
.jchartfx_container .labelIndicator {
color: #FFFFFF;
}
.jchartfx_container .label {
color: #FFFFFF;
}
.jchartfx_container .smallLabel {
color: #FFFFFF;
}
.jchartfx-menu-callout {
color: rgba(255,255,255,0.5);
}
.jchartfx-menu-callout:hover {
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(0, 0, 0, 0.2);
}
.jchartfx .GreaterThan {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .LessThan {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .EqualsTo {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .InsideLabel0 {
fill: #606060;
}
.jchartfx .InsideLabel1 {
fill: #000000;
fill-opacity:0.5;
}
.jchartfx .InsideLabel2 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel3 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel4 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel5 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel6 {
fill: #000000;
fill-opacity:0.5;
}
.jchartfx .InsideLabel7 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel8 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel9 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel10 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel11 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel12 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel13 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel14 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .InsideLabel15 {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .EmptyMarker {
fill: #FFFFFF;
fill-opacity:0.25;
stroke: #FFFFFF;
stroke-opacity:0.25;
}
.jchartfx .Repeater {
fill: #FFFFFF;
stroke: #FFFFFF;
}
.jchartfx .RepeaterOff {
fill: #FFFFFF;
fill-opacity:0.25;
stroke: #FFFFFF;
fill-opacity:0.25;
}
.jchartfx-menu {
border-color: #2571EB;
} | 0.595963 | 0.065515 |
.yelp-widget img, .shortcode-yelp-reviews img {
box-sizing: border-box;
vertical-align: middle;
}
.shortcode-yelp-reviews {
}
.yelp-widget, .shortcode-yelp-reviews {
padding: 0;
margin: 0;
}
.yelp-widget li {
list-style: none;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #e7e7e7;
}
.shortcode-yelp-reviews .clear {
clear: both;
}
.shortcode-yelp-reviews li {
display: block;
list-style: none;
border-top: 1px solid #e7e7e7;
width: 100%;
}
.shortcode-yelp-reviews .yelp-thumbnail {
width: 75px;
float: left;
}
.yelp-info div, .yelp-info h3 {
display: inline-block;
}
.yelp-info h3 {
font-size: 15px;
color: #C41200;
border: none;
}
.yelp-widget .yelp-info {
font-size: 11px;
}
.yelp-reviews, .yelp-meta, .content-yelp {
display: block !important;
font-size: 13px;
color: #999;
}
.shortcode-yelp-reviews .yelp-thumbnail img {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
display: block;
padding: 0;
width: 62px;
height: 62px;
}
.yelp-meta-widget, .yelp-content {
font-size: 12px;
}
.shortcode-yelp-reviews h3 {
line-height: 15px;
}
.shortcode-yelp-reviews h3 a{
font-size: 15px;
color: #C41200;
border: none;
}
.yelp-more-rv a {
font-size: 12px;
}
.shortcode-yelp-reviews h3, .shortcode-yelp-reviews p {
padding: 0;
margin: 0;
}
@media screen and (min-width: 768px) {
.shortcode-yelp-reviews li.yelp-col2 {
width: 48%;
}
.shortcode-yelp-reviews li.yelp-col3 {
width: 32%;
}
.shortcode-yelp-reviews li.yelp-col4 {
width: 24%;
}
.shortcode-yelp-reviews li.yelp-col5 {
width: 19%;
}
}
.shortcode-yelp-reviews li.yelp-col {
float: left;
padding: 15px 0;
margin: 0;
}
.shortcode-yelp-reviews li.yelp-col, .shortcode-yelp-reviews li.yelp-col * {
box-sizing: border-box;
}
.shortcode-yelp-reviews-business .shortcode-yelp-reviews li.yelp-col:first-child {
padding-top: 0;
}
.shortcode-yelp-reviews.shortcode-yelp-reviews-search {
}
.shortcode-yelp-reviews-business .yelp-col2:nth-child(2n + 2) {
clear: both;
}
.shortcode-yelp-reviews-business .yelp-col3:nth-child(3n + 2) {
clear: both;
}
.shortcode-yelp-reviews-business .yelp-col4:nth-child(4n + 2) {
clear: both;
}
.shortcode-yelp-reviews-business .yelp-col5:nth-child(5n + 2) {
clear: both;
border: none !important;
}
.shortcode-yelp-reviews-search .yelp-col2:nth-child(2n + 1) {
clear: both;
}
.shortcode-yelp-reviews-search .yelp-col3:nth-child(3n + 1) {
clear: both;
}
.shortcode-yelp-reviews-search .yelp-col4:nth-child(4n + 1) {
clear: both;
}
.shortcode-yelp-reviews-search .yelp-col5:nth-child(5n + 1) {
clear: both;
border: none !important;
}
.yelp-more-rv{
border: none !important;
}
.yelp-col {
padding-right: 15px;
}
.yelp-widget .yelp-thumbnail img{
padding: 5px 10px 10px 0;
border-radius: 3px;
}
.yelp-widget .yelp-thumbnail {
width: 30%;
float: left;
}
.yelp-widget .yelp-info {
width: 70%;
float: right;
}
.yelp-widget p {
margin: 0;
}
.clear {
clear: both;
border: none !important;
}
.yelp-reviews-col1 .content-yelp {
clear: both;
}
.content-yelp {
font-size: 14px;
margin-top: 8px;
padding-right: 5px;
}
.shortcode-yelp-reviews li.yelp-more-rv {
padding: 0;
margin: 0;
}
.shortcode-yelp-reviews li.yelp-more-rv a {
font-size: 12px;
}
.yelp-widget .yelp-reviews {
padding-left: 0;
}
ul.shortcode-yelp-reviews {
border: 1px solid #e7e7e7;
border-radius: 5px;
padding: 10px;
}
.shortcode-yelp-reviews li:first-child{
border: none;
}
.yelp-reviews span {
display: block;
margin-top: -26px;
padding-left: 107px;
}
.yelp-meta img {
display: block;
}
.yelp-reviews {
padding-left: 60px
}
.yelp-reviews .stars_0 {
background-position: -3px -304px;
}
.yelp-reviews .stars_1 {
background-position: -3px -324px;
}
.yelp-reviews .stars_2 {
background-position: -3px -364px;
}
.yelp-reviews .stars_3 {
background-position: -3px -406px;
}
.yelp-reviews .stars_4 {
background-position: -3px -449px;
}
.yelp-reviews .stars_5 {
background-position: -3px -491px;
}
.offscreen {
clip: rect(0 0 0 0);
position: absolute;
left: -9999px;
top: auto;
overflow: hidden;
width: 1px;
height: 1px;
}
.star-img {
display: block;
width: 150px;
height: 20px;
background: url(../images/stars_map.png) no-repeat;
}
@media (max-width: 992px) {
.yelp-col {
width: 100%;
}
}
.shortcode-yelp-reviews-search li.yelp-col3:nth-child(1),
.shortcode-yelp-reviews-search li.yelp-col3:nth-child(2),
.shortcode-yelp-reviews-search li.yelp-col3:nth-child(3),
.shortcode-yelp-reviews-search li.yelp-col2:nth-child(1),
.shortcode-yelp-reviews-search li.yelp-col2:nth-child(2),
.shortcode-yelp-reviews-search li.yelp-col4:nth-child(1),
.shortcode-yelp-reviews-search li.yelp-col4:nth-child(2),
.shortcode-yelp-reviews-search li.yelp-col4:nth-child(3),
.shortcode-yelp-reviews-search li.yelp-col4:nth-child(4),
.shortcode-yelp-reviews-search li.yelp-col5:nth-child(1),
.shortcode-yelp-reviews-search li.yelp-col5:nth-child(2),
.shortcode-yelp-reviews-search li.yelp-col5:nth-child(3),
.shortcode-yelp-reviews-search li.yelp-col5:nth-child(4),
.shortcode-yelp-reviews-search li.yelp-col5:nth-child(5)
{
border-top: none;
}
.yelp-reviews {
margin-top: 5px;
}
.location {
clear: both;
display: block;
}
.yelp-reviews {
padding-left: 75px;
}
.ontent-yelp {
clear: both;
}
.njt-yelp-stars {
background-image: url("../images/stars_map.png");
background-position: 0 -1066px;
height: 20px;
width: 132px;
}
.njt-yelp-stars.njt-yelp-star-5 {
background-position: 0 -1255px;
}
.njt-yelp-stars.njt-yelp-star-4 {
background-position: 0 -1213px;
}
.njt-yelp-stars.njt-yelp-star-4-half {
background-position: 0 -1234px;
}
.njt-yelp-stars.njt-yelp-star-3 {
background-position: 0 -1171px;
}
.njt-yelp-stars.njt-yelp-star-3-half {
background-position: 0 -1192px;
}
.njt-yelp-stars.njt-yelp-star-2 {
background-position: 0 -1129px;
}
.njt-yelp-stars.njt-yelp-star-2-half {
background-position: 0 -1150px;
}
.njt-yelp-stars.njt-yelp-star-1 {
background-position: 0 -1087px;
}
.njt-yelp-stars.njt-yelp-star-1-half {
background-position: 0px -1108px;
}
.njt-yelp-stars.njt-yelp-star-0 {
background-position: 0 -1066px;
}
.shortcode-yelp-reviews .yelp-thumbnail {
float: left;
padding: 0 4px;
width: 70px;
}
.njt-yelp-main .yelp-info {
float: left;
padding: 0 4px;
width: calc(100% - 70px);
}
.njt-yelp-main.njt-yelp-main-b .yelp-thumbnail {
height: 140px;
overflow: hidden;
width: 140px;
}
.njt-yelp-main.njt-yelp-main-b .yelp-info {
width: calc(100% - 140px);
}
.njt_yelp_widget .njt-yelp-main.njt-yelp-main-b .yelp-thumbnail {
width: 70px;
}
.njt_yelp_widget .njt-yelp-main.njt-yelp-main-b .yelp-info {
width: calc(100% - 70px);
}
.njt-yelp-main .yelp-info div,
.njt-yelp-main .yelp-info h3 {
display: block;
}
.njt-yelp-main .yelp-reviews {
padding: 0;
}
.njt-yelp-main .yelp-reviews span {
margin-top: 0;
padding-left: 0;
}
.njt-yelp-main .content-yelp {
margin-top: 10px;
}
a.njt-yelp-read-more,
a.njt-yelp-read-less {
box-shadow: none;
outline: none;
font-size: 12px;
font-style: italic;
}
a.njt-yelp-read-more:focus,
a.njt-yelp-read-less:focus {
box-shadow: none;
outline: none;
}
a.njt-yelp-read-more:hover,
a.njt-yelp-read-less:hover {
box-shadow: none;
outline: none;
}
ul.shortcode-yelp-reviews.shortcode-yelp-reviews-search .yelp-thumbnail img,
.njt-yelp-main.njt-yelp-main-b .yelp-thumbnail img {
width: 120px;
height: 120px;
}
.yelp-col a.njt-yelp-read-more:hover,
.yelp-col a.njt-yelp-read-more:focus,
.yelp-col a.njt-yelp-read-less:hover,
.yelp-col a.njt-yelp-read-less:focus {
border-bottom: none;
box-shadow: none;
} | wp-content/plugins/yelp-reviews-pro/lib/css/yelp-reviews.css | .yelp-widget img, .shortcode-yelp-reviews img {
box-sizing: border-box;
vertical-align: middle;
}
.shortcode-yelp-reviews {
}
.yelp-widget, .shortcode-yelp-reviews {
padding: 0;
margin: 0;
}
.yelp-widget li {
list-style: none;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #e7e7e7;
}
.shortcode-yelp-reviews .clear {
clear: both;
}
.shortcode-yelp-reviews li {
display: block;
list-style: none;
border-top: 1px solid #e7e7e7;
width: 100%;
}
.shortcode-yelp-reviews .yelp-thumbnail {
width: 75px;
float: left;
}
.yelp-info div, .yelp-info h3 {
display: inline-block;
}
.yelp-info h3 {
font-size: 15px;
color: #C41200;
border: none;
}
.yelp-widget .yelp-info {
font-size: 11px;
}
.yelp-reviews, .yelp-meta, .content-yelp {
display: block !important;
font-size: 13px;
color: #999;
}
.shortcode-yelp-reviews .yelp-thumbnail img {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
display: block;
padding: 0;
width: 62px;
height: 62px;
}
.yelp-meta-widget, .yelp-content {
font-size: 12px;
}
.shortcode-yelp-reviews h3 {
line-height: 15px;
}
.shortcode-yelp-reviews h3 a{
font-size: 15px;
color: #C41200;
border: none;
}
.yelp-more-rv a {
font-size: 12px;
}
.shortcode-yelp-reviews h3, .shortcode-yelp-reviews p {
padding: 0;
margin: 0;
}
@media screen and (min-width: 768px) {
.shortcode-yelp-reviews li.yelp-col2 {
width: 48%;
}
.shortcode-yelp-reviews li.yelp-col3 {
width: 32%;
}
.shortcode-yelp-reviews li.yelp-col4 {
width: 24%;
}
.shortcode-yelp-reviews li.yelp-col5 {
width: 19%;
}
}
.shortcode-yelp-reviews li.yelp-col {
float: left;
padding: 15px 0;
margin: 0;
}
.shortcode-yelp-reviews li.yelp-col, .shortcode-yelp-reviews li.yelp-col * {
box-sizing: border-box;
}
.shortcode-yelp-reviews-business .shortcode-yelp-reviews li.yelp-col:first-child {
padding-top: 0;
}
.shortcode-yelp-reviews.shortcode-yelp-reviews-search {
}
.shortcode-yelp-reviews-business .yelp-col2:nth-child(2n + 2) {
clear: both;
}
.shortcode-yelp-reviews-business .yelp-col3:nth-child(3n + 2) {
clear: both;
}
.shortcode-yelp-reviews-business .yelp-col4:nth-child(4n + 2) {
clear: both;
}
.shortcode-yelp-reviews-business .yelp-col5:nth-child(5n + 2) {
clear: both;
border: none !important;
}
.shortcode-yelp-reviews-search .yelp-col2:nth-child(2n + 1) {
clear: both;
}
.shortcode-yelp-reviews-search .yelp-col3:nth-child(3n + 1) {
clear: both;
}
.shortcode-yelp-reviews-search .yelp-col4:nth-child(4n + 1) {
clear: both;
}
.shortcode-yelp-reviews-search .yelp-col5:nth-child(5n + 1) {
clear: both;
border: none !important;
}
.yelp-more-rv{
border: none !important;
}
.yelp-col {
padding-right: 15px;
}
.yelp-widget .yelp-thumbnail img{
padding: 5px 10px 10px 0;
border-radius: 3px;
}
.yelp-widget .yelp-thumbnail {
width: 30%;
float: left;
}
.yelp-widget .yelp-info {
width: 70%;
float: right;
}
.yelp-widget p {
margin: 0;
}
.clear {
clear: both;
border: none !important;
}
.yelp-reviews-col1 .content-yelp {
clear: both;
}
.content-yelp {
font-size: 14px;
margin-top: 8px;
padding-right: 5px;
}
.shortcode-yelp-reviews li.yelp-more-rv {
padding: 0;
margin: 0;
}
.shortcode-yelp-reviews li.yelp-more-rv a {
font-size: 12px;
}
.yelp-widget .yelp-reviews {
padding-left: 0;
}
ul.shortcode-yelp-reviews {
border: 1px solid #e7e7e7;
border-radius: 5px;
padding: 10px;
}
.shortcode-yelp-reviews li:first-child{
border: none;
}
.yelp-reviews span {
display: block;
margin-top: -26px;
padding-left: 107px;
}
.yelp-meta img {
display: block;
}
.yelp-reviews {
padding-left: 60px
}
.yelp-reviews .stars_0 {
background-position: -3px -304px;
}
.yelp-reviews .stars_1 {
background-position: -3px -324px;
}
.yelp-reviews .stars_2 {
background-position: -3px -364px;
}
.yelp-reviews .stars_3 {
background-position: -3px -406px;
}
.yelp-reviews .stars_4 {
background-position: -3px -449px;
}
.yelp-reviews .stars_5 {
background-position: -3px -491px;
}
.offscreen {
clip: rect(0 0 0 0);
position: absolute;
left: -9999px;
top: auto;
overflow: hidden;
width: 1px;
height: 1px;
}
.star-img {
display: block;
width: 150px;
height: 20px;
background: url(../images/stars_map.png) no-repeat;
}
@media (max-width: 992px) {
.yelp-col {
width: 100%;
}
}
.shortcode-yelp-reviews-search li.yelp-col3:nth-child(1),
.shortcode-yelp-reviews-search li.yelp-col3:nth-child(2),
.shortcode-yelp-reviews-search li.yelp-col3:nth-child(3),
.shortcode-yelp-reviews-search li.yelp-col2:nth-child(1),
.shortcode-yelp-reviews-search li.yelp-col2:nth-child(2),
.shortcode-yelp-reviews-search li.yelp-col4:nth-child(1),
.shortcode-yelp-reviews-search li.yelp-col4:nth-child(2),
.shortcode-yelp-reviews-search li.yelp-col4:nth-child(3),
.shortcode-yelp-reviews-search li.yelp-col4:nth-child(4),
.shortcode-yelp-reviews-search li.yelp-col5:nth-child(1),
.shortcode-yelp-reviews-search li.yelp-col5:nth-child(2),
.shortcode-yelp-reviews-search li.yelp-col5:nth-child(3),
.shortcode-yelp-reviews-search li.yelp-col5:nth-child(4),
.shortcode-yelp-reviews-search li.yelp-col5:nth-child(5)
{
border-top: none;
}
.yelp-reviews {
margin-top: 5px;
}
.location {
clear: both;
display: block;
}
.yelp-reviews {
padding-left: 75px;
}
.ontent-yelp {
clear: both;
}
.njt-yelp-stars {
background-image: url("../images/stars_map.png");
background-position: 0 -1066px;
height: 20px;
width: 132px;
}
.njt-yelp-stars.njt-yelp-star-5 {
background-position: 0 -1255px;
}
.njt-yelp-stars.njt-yelp-star-4 {
background-position: 0 -1213px;
}
.njt-yelp-stars.njt-yelp-star-4-half {
background-position: 0 -1234px;
}
.njt-yelp-stars.njt-yelp-star-3 {
background-position: 0 -1171px;
}
.njt-yelp-stars.njt-yelp-star-3-half {
background-position: 0 -1192px;
}
.njt-yelp-stars.njt-yelp-star-2 {
background-position: 0 -1129px;
}
.njt-yelp-stars.njt-yelp-star-2-half {
background-position: 0 -1150px;
}
.njt-yelp-stars.njt-yelp-star-1 {
background-position: 0 -1087px;
}
.njt-yelp-stars.njt-yelp-star-1-half {
background-position: 0px -1108px;
}
.njt-yelp-stars.njt-yelp-star-0 {
background-position: 0 -1066px;
}
.shortcode-yelp-reviews .yelp-thumbnail {
float: left;
padding: 0 4px;
width: 70px;
}
.njt-yelp-main .yelp-info {
float: left;
padding: 0 4px;
width: calc(100% - 70px);
}
.njt-yelp-main.njt-yelp-main-b .yelp-thumbnail {
height: 140px;
overflow: hidden;
width: 140px;
}
.njt-yelp-main.njt-yelp-main-b .yelp-info {
width: calc(100% - 140px);
}
.njt_yelp_widget .njt-yelp-main.njt-yelp-main-b .yelp-thumbnail {
width: 70px;
}
.njt_yelp_widget .njt-yelp-main.njt-yelp-main-b .yelp-info {
width: calc(100% - 70px);
}
.njt-yelp-main .yelp-info div,
.njt-yelp-main .yelp-info h3 {
display: block;
}
.njt-yelp-main .yelp-reviews {
padding: 0;
}
.njt-yelp-main .yelp-reviews span {
margin-top: 0;
padding-left: 0;
}
.njt-yelp-main .content-yelp {
margin-top: 10px;
}
a.njt-yelp-read-more,
a.njt-yelp-read-less {
box-shadow: none;
outline: none;
font-size: 12px;
font-style: italic;
}
a.njt-yelp-read-more:focus,
a.njt-yelp-read-less:focus {
box-shadow: none;
outline: none;
}
a.njt-yelp-read-more:hover,
a.njt-yelp-read-less:hover {
box-shadow: none;
outline: none;
}
ul.shortcode-yelp-reviews.shortcode-yelp-reviews-search .yelp-thumbnail img,
.njt-yelp-main.njt-yelp-main-b .yelp-thumbnail img {
width: 120px;
height: 120px;
}
.yelp-col a.njt-yelp-read-more:hover,
.yelp-col a.njt-yelp-read-more:focus,
.yelp-col a.njt-yelp-read-less:hover,
.yelp-col a.njt-yelp-read-less:focus {
border-bottom: none;
box-shadow: none;
} | 0.299003 | 0.206554 |
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-top: 3rem;
padding-bottom: 3rem;
color: #5a5a5a;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
bottom: 3rem;
z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
height: 32rem;
}
.carousel-item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
margin-bottom: 1.5rem;
text-align: center;
}
.marketing h2 {
font-weight: 400;
}
.marketing .col-lg-4 p {
margin-right: .75rem;
margin-left: .75rem;
}
/* Featurettes
------------------------- */
.featurette-divider {
margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -.05rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
}
@media (min-width: 62em) {
.featurette-heading {
margin-top: 7rem;
}
}
/* Flex Carousel 0.1.2 ( https://github.com/tightcode/flex-carousel ) */
@media (max-width: 1919.98px) {
.carousel-item .img {
display: flex;
justify-content: center;
overflow: hidden;
}
.carousel-item .img img {
width: auto;
flex: none;
}
}
@media (min-width: 1920px) {
.carousel-item .img {
display: block;
justify-content: normal;
}
.carousel-item .img img {
height: auto;
width: 100%;
min-width: 100%;
}
}
/* Zennav 4.0.1-alpha.3 ( https://github.com/tightcode/zennav ) */
/* Centershadenav 0.1.2 ( https://github.com/tightcode/centershadenav ) */
/* changed breakpoint from md to lg */
/* Centerslidenav 0.1.4 ( https://github.com/tightcode/centerslidenav ) */
/* changed breakpoint from md to lg */
/* Centernav 0.1.3 ( https://github.com/tightcode/centernav ) */
@media (max-width: 991.98px) {
.navbar > .container-fluid {
position: relative;
}
.navbar-toggler {
position: absolute;
right: 0;
}
}
@media (min-width: 992px) {
.navbar-collapse > .d-flex {
width: 100%;
position:relative;
}
.navbar-collapse .form-inline {
position: absolute;
right: 0;
}
}
/* Shadownav 4.0.0-alpha1 ( https://github.com/tightcode/shadownav ) */
.navbar {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.5);
}
@media (max-width: 991.98px) {
.dropdown {
z-index: 0;
position:relative;
}
.dropdown>div {
position: relative;
z-index: 0;
background-color: white;
border-radius: 0.25rem;
}
.dropdown-menu {
background-color: initial;
border: 0;
}
.dropdown-menu {
box-shadow: inset 0 1.5rem 1rem -1rem rgba(0, 0, 0, 0.5), inset 0 -1.5rem 1rem -1rem rgba(0, 0, 0, 0.5);
}
.dropdown-item:hover, .dropdown-item:focus {
background-color: initial;
}
.dropdown-item:hover > div, .dropdown-item:focus > div {
background-color: #f8f9fa;
}
.dropdown-menu>a>div {
position: relative;
z-index: -1;
}
}
@media (min-width: 992px) {
.sn-static {
position: relative;
z-index: 0;
}
.sn-fixed {
top: 0;
position: fixed;
z-index: 1030;
right: 0;
left: 0;
}
.sn-fixed .fixed-top {
right: auto;
left: auto;
top: auto;
position: relative;
z-index: auto;
}
.dropdown>div {
position: absolute;
clip: rect(0.5rem, 9999px, 9999px, -9999px);
z-index: -1;
}
}
/* Slidenav 4.0.0-alpha.5 ( https://github.com/tightcode/slidenav ) */
@media (min-width: 992px) {
.dropdown>div {
position: absolute;
clip: rect(0.5rem, 9999px, 9999px, -9999px);
}
}
/* Zennav styles */
/* reset property */
@media (min-width: 992px) {
.navbar-collapse .form-inline {
position: initial;
}
}
nav .form-inline {
flex-flow: row;
padding: .25rem 1.5rem;
}
nav .cart {
color: rgba(255, 255, 255, .5);
}
@media (max-width: 991.98px) {
nav .nav-item {
text-align: center;
}
nav .dropdown-item {
text-align: center;
}
}
@media (min-width: 576px) {
nav .form-inline .form-control {
display: block;
width: 100%;
}
}
@media (min-width: 992px) {
.navbar-nav .dropdown div {
right: 0;
left: auto;
text-align: right;
}
.navbar-nav:first-child .dropdown div {
right: auto;
left: 0;
text-align: left;
}
nav .form-inline .form-control {
display: inline-block;
width: auto;
}
nav .btn-outline-success {
display: inline-block;
width: auto;
}
nav .btn-primary {
position: absolute;
right: 0;
}
} | zenplate.css | -------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-top: 3rem;
padding-bottom: 3rem;
color: #5a5a5a;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
bottom: 3rem;
z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
height: 32rem;
}
.carousel-item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
margin-bottom: 1.5rem;
text-align: center;
}
.marketing h2 {
font-weight: 400;
}
.marketing .col-lg-4 p {
margin-right: .75rem;
margin-left: .75rem;
}
/* Featurettes
------------------------- */
.featurette-divider {
margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -.05rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
}
@media (min-width: 62em) {
.featurette-heading {
margin-top: 7rem;
}
}
/* Flex Carousel 0.1.2 ( https://github.com/tightcode/flex-carousel ) */
@media (max-width: 1919.98px) {
.carousel-item .img {
display: flex;
justify-content: center;
overflow: hidden;
}
.carousel-item .img img {
width: auto;
flex: none;
}
}
@media (min-width: 1920px) {
.carousel-item .img {
display: block;
justify-content: normal;
}
.carousel-item .img img {
height: auto;
width: 100%;
min-width: 100%;
}
}
/* Zennav 4.0.1-alpha.3 ( https://github.com/tightcode/zennav ) */
/* Centershadenav 0.1.2 ( https://github.com/tightcode/centershadenav ) */
/* changed breakpoint from md to lg */
/* Centerslidenav 0.1.4 ( https://github.com/tightcode/centerslidenav ) */
/* changed breakpoint from md to lg */
/* Centernav 0.1.3 ( https://github.com/tightcode/centernav ) */
@media (max-width: 991.98px) {
.navbar > .container-fluid {
position: relative;
}
.navbar-toggler {
position: absolute;
right: 0;
}
}
@media (min-width: 992px) {
.navbar-collapse > .d-flex {
width: 100%;
position:relative;
}
.navbar-collapse .form-inline {
position: absolute;
right: 0;
}
}
/* Shadownav 4.0.0-alpha1 ( https://github.com/tightcode/shadownav ) */
.navbar {
box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.5);
}
@media (max-width: 991.98px) {
.dropdown {
z-index: 0;
position:relative;
}
.dropdown>div {
position: relative;
z-index: 0;
background-color: white;
border-radius: 0.25rem;
}
.dropdown-menu {
background-color: initial;
border: 0;
}
.dropdown-menu {
box-shadow: inset 0 1.5rem 1rem -1rem rgba(0, 0, 0, 0.5), inset 0 -1.5rem 1rem -1rem rgba(0, 0, 0, 0.5);
}
.dropdown-item:hover, .dropdown-item:focus {
background-color: initial;
}
.dropdown-item:hover > div, .dropdown-item:focus > div {
background-color: #f8f9fa;
}
.dropdown-menu>a>div {
position: relative;
z-index: -1;
}
}
@media (min-width: 992px) {
.sn-static {
position: relative;
z-index: 0;
}
.sn-fixed {
top: 0;
position: fixed;
z-index: 1030;
right: 0;
left: 0;
}
.sn-fixed .fixed-top {
right: auto;
left: auto;
top: auto;
position: relative;
z-index: auto;
}
.dropdown>div {
position: absolute;
clip: rect(0.5rem, 9999px, 9999px, -9999px);
z-index: -1;
}
}
/* Slidenav 4.0.0-alpha.5 ( https://github.com/tightcode/slidenav ) */
@media (min-width: 992px) {
.dropdown>div {
position: absolute;
clip: rect(0.5rem, 9999px, 9999px, -9999px);
}
}
/* Zennav styles */
/* reset property */
@media (min-width: 992px) {
.navbar-collapse .form-inline {
position: initial;
}
}
nav .form-inline {
flex-flow: row;
padding: .25rem 1.5rem;
}
nav .cart {
color: rgba(255, 255, 255, .5);
}
@media (max-width: 991.98px) {
nav .nav-item {
text-align: center;
}
nav .dropdown-item {
text-align: center;
}
}
@media (min-width: 576px) {
nav .form-inline .form-control {
display: block;
width: 100%;
}
}
@media (min-width: 992px) {
.navbar-nav .dropdown div {
right: 0;
left: auto;
text-align: right;
}
.navbar-nav:first-child .dropdown div {
right: auto;
left: 0;
text-align: left;
}
nav .form-inline .form-control {
display: inline-block;
width: auto;
}
nav .btn-outline-success {
display: inline-block;
width: auto;
}
nav .btn-primary {
position: absolute;
right: 0;
}
} | 0.519278 | 0.069226 |
.chartwerk_ui_components___39-jLywSgw {
margin: 15px 0 20px; }
@keyframes chartwerk_ui_components___3jYO_6s8Ws {
from {
transform: rotate(0deg); }
to {
transform: rotate(359deg); } }
.chartwerk_ui_components___39-jLywSgw .level:not(:last-child) {
margin-bottom: 1.5rem; }
.chartwerk_ui_components___39-jLywSgw .level {
align-items: center;
justify-content: space-between; }
.chartwerk_ui_components___39-jLywSgw .level code {
border-radius: 4px; }
.chartwerk_ui_components___39-jLywSgw .level img {
display: inline-block;
vertical-align: top; }
.chartwerk_ui_components___39-jLywSgw .level.is-mobile {
display: flex; }
.chartwerk_ui_components___39-jLywSgw .level.is-mobile .level-left,
.chartwerk_ui_components___39-jLywSgw .level.is-mobile .level-right {
display: flex; }
.chartwerk_ui_components___39-jLywSgw .level.is-mobile .level-left + .level-right {
margin-top: 0; }
.chartwerk_ui_components___39-jLywSgw .level.is-mobile .level-item:not(:last-child) {
margin-bottom: 0;
margin-right: 0.75rem; }
.chartwerk_ui_components___39-jLywSgw .level.is-mobile .level-item:not(.is-narrow) {
flex-grow: 1; }
@media screen and (min-width: 769px), print {
.chartwerk_ui_components___39-jLywSgw .level {
display: flex; }
.chartwerk_ui_components___39-jLywSgw .level > .level-item:not(.is-narrow) {
flex-grow: 1; } }
.chartwerk_ui_components___39-jLywSgw .level-item {
align-items: center;
display: flex;
flex-basis: auto;
flex-grow: 0;
flex-shrink: 0;
justify-content: center; }
.chartwerk_ui_components___39-jLywSgw .level-item .title,
.chartwerk_ui_components___39-jLywSgw .level-item .subtitle {
margin-bottom: 0; }
@media screen and (max-width: 768px) {
.chartwerk_ui_components___39-jLywSgw .level-item:not(:last-child) {
margin-bottom: 0.75rem; } }
.chartwerk_ui_components___39-jLywSgw .level-left,
.chartwerk_ui_components___39-jLywSgw .level-right {
flex-basis: auto;
flex-grow: 0;
flex-shrink: 0; }
.chartwerk_ui_components___39-jLywSgw .level-left .level-item.is-flexible,
.chartwerk_ui_components___39-jLywSgw .level-right .level-item.is-flexible {
flex-grow: 1; }
@media screen and (min-width: 769px), print {
.chartwerk_ui_components___39-jLywSgw .level-left .level-item:not(:last-child),
.chartwerk_ui_components___39-jLywSgw .level-right .level-item:not(:last-child) {
margin-right: 0.75rem; } }
.chartwerk_ui_components___39-jLywSgw .level-left {
align-items: center;
justify-content: flex-start; }
@media screen and (max-width: 768px) {
.chartwerk_ui_components___39-jLywSgw .level-left + .level-right {
margin-top: 1.5rem; } }
@media screen and (min-width: 769px), print {
.chartwerk_ui_components___39-jLywSgw .level-left {
display: flex; } }
.chartwerk_ui_components___39-jLywSgw .level-right {
align-items: center;
justify-content: flex-end; }
@media screen and (min-width: 769px), print {
.chartwerk_ui_components___39-jLywSgw .level-right {
display: flex; } }
.chartwerk_ui_components___39-jLywSgw svg {
color: #bbb;
font-size: 18px; }
.chartwerk_ui_components___39-jLywSgw .level-item {
padding: 0 10px; }
.chartwerk_ui_components___39-jLywSgw .gutter {
height: 20px;
width: 100%;
background-color: #eee;
position: relative; }
.chartwerk_ui_components___39-jLywSgw .gutter .point-option {
height: 20px;
display: inline-block;
cursor: pointer; }
.chartwerk_ui_components___39-jLywSgw .gutter .point-option:hover {
background-color: #ddd; }
.chartwerk_ui_components___39-jLywSgw .gutter .active-point {
height: 20px;
position: absolute;
background-color: #1565c0;
top: 0;
transition: left .2s; } | dist/components/Breakpoint/index.css | .chartwerk_ui_components___39-jLywSgw {
margin: 15px 0 20px; }
@keyframes chartwerk_ui_components___3jYO_6s8Ws {
from {
transform: rotate(0deg); }
to {
transform: rotate(359deg); } }
.chartwerk_ui_components___39-jLywSgw .level:not(:last-child) {
margin-bottom: 1.5rem; }
.chartwerk_ui_components___39-jLywSgw .level {
align-items: center;
justify-content: space-between; }
.chartwerk_ui_components___39-jLywSgw .level code {
border-radius: 4px; }
.chartwerk_ui_components___39-jLywSgw .level img {
display: inline-block;
vertical-align: top; }
.chartwerk_ui_components___39-jLywSgw .level.is-mobile {
display: flex; }
.chartwerk_ui_components___39-jLywSgw .level.is-mobile .level-left,
.chartwerk_ui_components___39-jLywSgw .level.is-mobile .level-right {
display: flex; }
.chartwerk_ui_components___39-jLywSgw .level.is-mobile .level-left + .level-right {
margin-top: 0; }
.chartwerk_ui_components___39-jLywSgw .level.is-mobile .level-item:not(:last-child) {
margin-bottom: 0;
margin-right: 0.75rem; }
.chartwerk_ui_components___39-jLywSgw .level.is-mobile .level-item:not(.is-narrow) {
flex-grow: 1; }
@media screen and (min-width: 769px), print {
.chartwerk_ui_components___39-jLywSgw .level {
display: flex; }
.chartwerk_ui_components___39-jLywSgw .level > .level-item:not(.is-narrow) {
flex-grow: 1; } }
.chartwerk_ui_components___39-jLywSgw .level-item {
align-items: center;
display: flex;
flex-basis: auto;
flex-grow: 0;
flex-shrink: 0;
justify-content: center; }
.chartwerk_ui_components___39-jLywSgw .level-item .title,
.chartwerk_ui_components___39-jLywSgw .level-item .subtitle {
margin-bottom: 0; }
@media screen and (max-width: 768px) {
.chartwerk_ui_components___39-jLywSgw .level-item:not(:last-child) {
margin-bottom: 0.75rem; } }
.chartwerk_ui_components___39-jLywSgw .level-left,
.chartwerk_ui_components___39-jLywSgw .level-right {
flex-basis: auto;
flex-grow: 0;
flex-shrink: 0; }
.chartwerk_ui_components___39-jLywSgw .level-left .level-item.is-flexible,
.chartwerk_ui_components___39-jLywSgw .level-right .level-item.is-flexible {
flex-grow: 1; }
@media screen and (min-width: 769px), print {
.chartwerk_ui_components___39-jLywSgw .level-left .level-item:not(:last-child),
.chartwerk_ui_components___39-jLywSgw .level-right .level-item:not(:last-child) {
margin-right: 0.75rem; } }
.chartwerk_ui_components___39-jLywSgw .level-left {
align-items: center;
justify-content: flex-start; }
@media screen and (max-width: 768px) {
.chartwerk_ui_components___39-jLywSgw .level-left + .level-right {
margin-top: 1.5rem; } }
@media screen and (min-width: 769px), print {
.chartwerk_ui_components___39-jLywSgw .level-left {
display: flex; } }
.chartwerk_ui_components___39-jLywSgw .level-right {
align-items: center;
justify-content: flex-end; }
@media screen and (min-width: 769px), print {
.chartwerk_ui_components___39-jLywSgw .level-right {
display: flex; } }
.chartwerk_ui_components___39-jLywSgw svg {
color: #bbb;
font-size: 18px; }
.chartwerk_ui_components___39-jLywSgw .level-item {
padding: 0 10px; }
.chartwerk_ui_components___39-jLywSgw .gutter {
height: 20px;
width: 100%;
background-color: #eee;
position: relative; }
.chartwerk_ui_components___39-jLywSgw .gutter .point-option {
height: 20px;
display: inline-block;
cursor: pointer; }
.chartwerk_ui_components___39-jLywSgw .gutter .point-option:hover {
background-color: #ddd; }
.chartwerk_ui_components___39-jLywSgw .gutter .active-point {
height: 20px;
position: absolute;
background-color: #1565c0;
top: 0;
transition: left .2s; } | 0.455683 | 0.067855 |
html {
height:100%;
}
#back-to-main {
position: absolute;
top: 20px;
left: 20px;
z-index: 999;
}
.background {
background-repeat: no-repeat;
background-attachment: fixed;
height: 100%;
width: 100%;
}
.slide {
margin-top: 0px;
}
#slide-1 {
background-color: #d0ffba
}
#slide-1 .background{
background-image: url('/assets/images/slide1.png');
background-position: 80% -15px;
}
#slide-1 .slide-container{
position: relative;
padding-left: 10%;
padding-top: 10%;
}
#slide-1 .slide-container h2{
overflow: hidden;
width: 350px;
}
#slide-2 .background{
background-color: #a3f57d;
background-image: url('../images/slide2-2.png'), url('../images/slide2.png');
background-position: -1000px 0px, 10000px 0px;
background-repeat: no-repeat;
}
#slide-2 .slide-container {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
#slide-2 .slide-content {
max-width: 450px;
margin: -150px auto 0 auto;
display: table-cell;
vertical-align: middle;
color: #000;
padding: 0 8%;
text-align: center;
}
#slide-3 .background{
background-color: #27d5e8;
background-image: url('../images/slide3.png');
background-position: 70% 60%;
background-repeat: no-repeat;
opacity: 1;
}
#slide-3 .slide-container {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
#slide-3 .slide-content {
max-width: 450px;
margin: -150px auto 0 auto;
display: table-cell;
vertical-align: middle;
color: #000;
padding: 0 8%;
text-align: center;
}
#slide-4 .background{
background-color: #7cdbc4;
opacity: 0;
}
#slide-4 .slide-container {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
#slide-4 .slide-content {
max-width: 450px;
margin: -150px auto 0 auto;
display: table-cell;
vertical-align: middle;
color: #000;
padding: 0 8%;
text-align: center;
}
#slide-last .background{
background-color: #05606a;
bottom: 0;
left: 0;
}
#slide-last .slide-container {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
#slide-last .slide-content {
max-width: 450px;
margin: -150px auto 0 auto;
display: table-cell;
vertical-align: middle;
color: #000;
padding: 0 8%;
text-align: center;
opacity: 1;
}
h1, h2, h3 {
color: #05606a;
}
#slide-last .slide-content h2{
color: #fff;
} | assets/css/ticktee.css | html {
height:100%;
}
#back-to-main {
position: absolute;
top: 20px;
left: 20px;
z-index: 999;
}
.background {
background-repeat: no-repeat;
background-attachment: fixed;
height: 100%;
width: 100%;
}
.slide {
margin-top: 0px;
}
#slide-1 {
background-color: #d0ffba
}
#slide-1 .background{
background-image: url('/assets/images/slide1.png');
background-position: 80% -15px;
}
#slide-1 .slide-container{
position: relative;
padding-left: 10%;
padding-top: 10%;
}
#slide-1 .slide-container h2{
overflow: hidden;
width: 350px;
}
#slide-2 .background{
background-color: #a3f57d;
background-image: url('../images/slide2-2.png'), url('../images/slide2.png');
background-position: -1000px 0px, 10000px 0px;
background-repeat: no-repeat;
}
#slide-2 .slide-container {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
#slide-2 .slide-content {
max-width: 450px;
margin: -150px auto 0 auto;
display: table-cell;
vertical-align: middle;
color: #000;
padding: 0 8%;
text-align: center;
}
#slide-3 .background{
background-color: #27d5e8;
background-image: url('../images/slide3.png');
background-position: 70% 60%;
background-repeat: no-repeat;
opacity: 1;
}
#slide-3 .slide-container {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
#slide-3 .slide-content {
max-width: 450px;
margin: -150px auto 0 auto;
display: table-cell;
vertical-align: middle;
color: #000;
padding: 0 8%;
text-align: center;
}
#slide-4 .background{
background-color: #7cdbc4;
opacity: 0;
}
#slide-4 .slide-container {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
#slide-4 .slide-content {
max-width: 450px;
margin: -150px auto 0 auto;
display: table-cell;
vertical-align: middle;
color: #000;
padding: 0 8%;
text-align: center;
}
#slide-last .background{
background-color: #05606a;
bottom: 0;
left: 0;
}
#slide-last .slide-container {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
#slide-last .slide-content {
max-width: 450px;
margin: -150px auto 0 auto;
display: table-cell;
vertical-align: middle;
color: #000;
padding: 0 8%;
text-align: center;
opacity: 1;
}
h1, h2, h3 {
color: #05606a;
}
#slide-last .slide-content h2{
color: #fff;
} | 0.375706 | 0.060032 |
body {
font-family: 'Montserrat', sans-serif;
font-weight: lighter;
line-height: 1.6;
letter-spacing: .03em;
}
h1, h2, h3, h4, h5 {
color: #c64e46;
margin-bottom: .7rem;
letter-spacing: .15em;
}
h5 {
font-size: .95em;
letter-spacing: .05em;
}
a {
color: #909090;
transition: .1s all linear;
}
a:hover, a:focus {
text-decoration: none;
color: #909090;
}
img {
margin: 0px auto;
border: 0;
padding: 10px;
max-width: 90%;
}
/* Carousel */
.carousel-inner>.item>a>img {
max-height: 500px;
}
.carousel-inner {
margin: 50px auto;
}
.carousel-indicators {
display: none;
}
.carousel-control {
width: 40%;
opacity: 1;
}
.item {
margin: 0px auto;
}
.carousel-control, .carousel-control:hover {
text-shadow: none;
color: black;
}
.carousel-control:visited {
color: #909090;
}
.carousel-control.left, .carousel-control.right {
background: none;
}
.img-rounded {
margin: 0px auto 20px;
}
.nav > li, h4, h5 {
text-transform: uppercase;
font-size: inherit;
}
li > a {
color: #949494;
}
.container {
text-align: center;
min-height: 200px;
}
@media screen and (min-width: 767px) {
.left {
text-align: left;
}
.nav-justified>li {
display: inline-table;
margin: auto 10px;
}
}
.thumbnail {
background-color: inherit !important;
border: inherit !important;
}
.grey {
color: #cecece;
}
.nav {
border-bottom: 2px solid #d3d3d3;
margin-bottom: 50px !important;
}
.product-title, .title {
text-transform: uppercase;
}
.carousel-title {
/*right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;*/
}
.price {
color: black;
font-weight: 600;
padding: 8px 0 15px 0;
margin: 10px auto;
font-size: 1em;
line-height: 1.5;
}
.buyLink {
border: 1px solid black;
padding: 5px 7px;
color: black;
margin-top: 10px;
margin-left: 10px;
}
.buyLink:hover {
color: #c64e46;
}
.brand {
margin: 30px 0px 14px 0px;
font-weight: 400;
text-transform: uppercase;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
left: 0;
margin: 0px;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
line-height: 60px; /* Vertically center the text there */
/*background-color: #f5f5f5;*/
} | style/style.css | body {
font-family: 'Montserrat', sans-serif;
font-weight: lighter;
line-height: 1.6;
letter-spacing: .03em;
}
h1, h2, h3, h4, h5 {
color: #c64e46;
margin-bottom: .7rem;
letter-spacing: .15em;
}
h5 {
font-size: .95em;
letter-spacing: .05em;
}
a {
color: #909090;
transition: .1s all linear;
}
a:hover, a:focus {
text-decoration: none;
color: #909090;
}
img {
margin: 0px auto;
border: 0;
padding: 10px;
max-width: 90%;
}
/* Carousel */
.carousel-inner>.item>a>img {
max-height: 500px;
}
.carousel-inner {
margin: 50px auto;
}
.carousel-indicators {
display: none;
}
.carousel-control {
width: 40%;
opacity: 1;
}
.item {
margin: 0px auto;
}
.carousel-control, .carousel-control:hover {
text-shadow: none;
color: black;
}
.carousel-control:visited {
color: #909090;
}
.carousel-control.left, .carousel-control.right {
background: none;
}
.img-rounded {
margin: 0px auto 20px;
}
.nav > li, h4, h5 {
text-transform: uppercase;
font-size: inherit;
}
li > a {
color: #949494;
}
.container {
text-align: center;
min-height: 200px;
}
@media screen and (min-width: 767px) {
.left {
text-align: left;
}
.nav-justified>li {
display: inline-table;
margin: auto 10px;
}
}
.thumbnail {
background-color: inherit !important;
border: inherit !important;
}
.grey {
color: #cecece;
}
.nav {
border-bottom: 2px solid #d3d3d3;
margin-bottom: 50px !important;
}
.product-title, .title {
text-transform: uppercase;
}
.carousel-title {
/*right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;*/
}
.price {
color: black;
font-weight: 600;
padding: 8px 0 15px 0;
margin: 10px auto;
font-size: 1em;
line-height: 1.5;
}
.buyLink {
border: 1px solid black;
padding: 5px 7px;
color: black;
margin-top: 10px;
margin-left: 10px;
}
.buyLink:hover {
color: #c64e46;
}
.brand {
margin: 30px 0px 14px 0px;
font-weight: 400;
text-transform: uppercase;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
left: 0;
margin: 0px;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
line-height: 60px; /* Vertically center the text there */
/*background-color: #f5f5f5;*/
} | 0.373076 | 0.090816 |
:root {
--ldf-gloria-indent: 1em;
/** With psalm verses */
--ldf-psalm-number-display: inline-block;
}
.psalmverses-false {
--ldf-psalm-number-display: none;
--ldf-psalm-grid-display: block;
}
/* General formatting */
article {
margin-top: 1em;
}
.rubric {
color: #ea0000;
}
.citation {
font-style: italic;
}
/* Bible Reading Styles */
/* Hebrew */
.bible-reading[lang="he"] {
text-align: right;
direction: rtl;
font-size: 1.5em;
font-family: "Times New Roman" !important;
}
.bible-reading .bible-verse-number {
display: var(--ldf-bible-verse-display);
}
/* Short citations */
.bible-reading.short .citation {
font-size: 80%;
font-style: italic;
margin-left: 1em;
float: right;
}
/* Antiphons */
.refrain.antiphon {
font-style: italic;
}
/* Gloria */
.refrain p {
font-style: inherit;
margin-bottom: 0;
margin: 0;
}
.refrain.gloria {
margin-left: calc(var(--ldf-gloria-indent) / 2);
text-indent: calc(var(--ldf-gloria-indent) / -2);
}
@media (min-width: 450px) {
.refrain.gloria {
margin-left: var(--ldf-gloria-indent);
text-indent: calc(var(--ldf-gloria-indent) * -1);
}
.refrain.gloria > p:first-child {
margin-left: 0em;
}
.refrain.gloria > p:nth-child(even) {
margin-left: 1em;
}
}
/* Heading */
.heading {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.heading > .source:only-child {
margin-left: auto;
}
/* Responsive Prayers */
.responsive-prayer.preces .line {
display: table-row;
}
.responsive-prayer.preces .line > em,
.responsive-prayer.preces .line > span {
display: table-cell;
}
.responsive-prayer.preces .line > em {
padding-right: 1em;
}
/* Psalm */
.psalm .antiphon {
margin-bottom: 1em;
}
.psalm-section .psalm-verse {
display: grid;
grid-template-columns: 1.5rem 1.5rem 1fr;
grid-template-rows: auto;
grid-template-areas: var(
--ldf-psalm-verse-grid,
"number verse verse" "spacing spacing half-verse"
);
margin: 0;
}
.psalm-section .psalm-verse.no-number {
display: grid;
grid-template-columns: 1.5rem 1.5rem 1fr;
grid-template-rows: auto;
grid-template-areas: "verse verse verse" "spacing half-verse half-verse";
margin: 0;
}
.psalm-verse sup {
display: var(--ldf-psalm-number-display);
grid-area: number;
margin-right: 1em;
}
.psalm-verse .verse {
display: block;
grid-area: verse;
}
.psalm-verse .half-verse {
grid-area: half-verse;
}
.psalm-verse .verse,
.psalm-verse .half-verse {
display: inline-block;
}
.psalm .latin-name {
font-weight: normal;
font-style: italic;
font-size: 1em;
}
/* Parallel */
.parallel {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: top;
} | html/src/style.css | :root {
--ldf-gloria-indent: 1em;
/** With psalm verses */
--ldf-psalm-number-display: inline-block;
}
.psalmverses-false {
--ldf-psalm-number-display: none;
--ldf-psalm-grid-display: block;
}
/* General formatting */
article {
margin-top: 1em;
}
.rubric {
color: #ea0000;
}
.citation {
font-style: italic;
}
/* Bible Reading Styles */
/* Hebrew */
.bible-reading[lang="he"] {
text-align: right;
direction: rtl;
font-size: 1.5em;
font-family: "Times New Roman" !important;
}
.bible-reading .bible-verse-number {
display: var(--ldf-bible-verse-display);
}
/* Short citations */
.bible-reading.short .citation {
font-size: 80%;
font-style: italic;
margin-left: 1em;
float: right;
}
/* Antiphons */
.refrain.antiphon {
font-style: italic;
}
/* Gloria */
.refrain p {
font-style: inherit;
margin-bottom: 0;
margin: 0;
}
.refrain.gloria {
margin-left: calc(var(--ldf-gloria-indent) / 2);
text-indent: calc(var(--ldf-gloria-indent) / -2);
}
@media (min-width: 450px) {
.refrain.gloria {
margin-left: var(--ldf-gloria-indent);
text-indent: calc(var(--ldf-gloria-indent) * -1);
}
.refrain.gloria > p:first-child {
margin-left: 0em;
}
.refrain.gloria > p:nth-child(even) {
margin-left: 1em;
}
}
/* Heading */
.heading {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.heading > .source:only-child {
margin-left: auto;
}
/* Responsive Prayers */
.responsive-prayer.preces .line {
display: table-row;
}
.responsive-prayer.preces .line > em,
.responsive-prayer.preces .line > span {
display: table-cell;
}
.responsive-prayer.preces .line > em {
padding-right: 1em;
}
/* Psalm */
.psalm .antiphon {
margin-bottom: 1em;
}
.psalm-section .psalm-verse {
display: grid;
grid-template-columns: 1.5rem 1.5rem 1fr;
grid-template-rows: auto;
grid-template-areas: var(
--ldf-psalm-verse-grid,
"number verse verse" "spacing spacing half-verse"
);
margin: 0;
}
.psalm-section .psalm-verse.no-number {
display: grid;
grid-template-columns: 1.5rem 1.5rem 1fr;
grid-template-rows: auto;
grid-template-areas: "verse verse verse" "spacing half-verse half-verse";
margin: 0;
}
.psalm-verse sup {
display: var(--ldf-psalm-number-display);
grid-area: number;
margin-right: 1em;
}
.psalm-verse .verse {
display: block;
grid-area: verse;
}
.psalm-verse .half-verse {
grid-area: half-verse;
}
.psalm-verse .verse,
.psalm-verse .half-verse {
display: inline-block;
}
.psalm .latin-name {
font-weight: normal;
font-style: italic;
font-size: 1em;
}
/* Parallel */
.parallel {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: top;
} | 0.51562 | 0.148294 |
.topics ul {
list-style-type: none;
}
.public-width {
width: 1000px;
margin: 0 auto;
}
.public-indentation {
text-indent: 8mm;
}
.public-left {
float: left;
}
.public-right {
float: right;
}
.public-clear {
clear: both;
}
.public-center {
text-align: center;
}
.public-display-n {
display: none;
}
.public-display-b {
display: block;
}
.public-cursor {
cursor: pointer;
}
.public-position-a {
position: absolute;
top: 0;
left: 0;
}
.public-position-r {
position: relative;
}
.common-btn {
display: inline-block;
padding: 5px 15px;
border: 1px solid #d9d9d9;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
border-radius: 2px;
margin-right: 10px;
}
/*以上是公共的样式*/
.topics {
width: 1040px;
padding: 0 20px;
margin: 0 auto;
}
.topics .row {
margin: 0;
}
.topics .topic-head-info {
padding: 10px 20px;
background-color: #ffffff;
border-radius: 3px;
border: 1px solid #f2f2f2;
float: left;
height: 150px;
width: 680px;
}
.topics .topic-head-info .cover-wrap {
width: 128px;
height: 128px;
overflow: hidden;
}
.topics .topic-head-info .cover-wrap img {
border-radius: 3px;
}
.topics .topic-head-info .info-wrap {
height: 128px;
padding: 0 20px;
width: 510px;
}
.topics .topic-head-info .info-wrap p {
max-width: 470px;
display: block;
}
.topics .topic-head-info .info-wrap .t-name {
font-size: 24px;
font-weight: 600;
}
.topics .topic-head-info .info-wrap .t-intro {
font-size: 14px;
color: #888;
}
.topics .topic-head-info .info-wrap .send-topic-wb {
background-color: #19bca1;
color: #ffffff;
}
.topics .topic-head-info .info-wrap .send-topic-wb i {
margin-right: 5px;
}
.topics .topic-head-info .info-wrap .send-topic-wb:hover {
background-color: #17ae95;
}
.topics .topic-holder {
margin-left: 20px;
padding: 10px 20px;
background-color: #ffffff;
border-radius: 3px;
border: 1px solid #f2f2f2;
float: left;
height: 150px;
width: 300px;
padding: 10px 0;
}
.topics .topic-holder .h-title {
border-bottom: 1px solid #f2f2f2;
padding: 0 20px 10px;
font-size: 14px;
font-weight: 700;
margin: 0;
}
.topics .topic-holder .no-holder {
padding-top: 10px;
text-align: center;
color: #888;
}
.topics .topic-holder .no-holder i {
font-size: 40px;
}
.topics .topic-holder .have-holder {
padding: 10px;
}
.topics .topic-holder .have-holder .h-avatar {
width: 65px;
height: 65px;
overflow: hidden;
}
.topics .topic-holder .have-holder .h-info {
padding-left: 10px;
}
.topics .topic-holder .have-holder .h-info p {
margin-bottom: 5px;
}
.topics .topic-holder .have-holder .h-info .named {
font-weight: 700;
font-size: 14px;
}
.topics .topic-holder .have-holder .h-info .named:hover {
color: #19bca1;
}
.topics .topic-holder .have-holder .h-info .intro-self {
color: #888;
font-size: 12px;
max-width: 195px;
overflow: hidden;
white-space: normal;
text-overflow: ellipsis;
}
.topics .topic-holder .have-holder .h-info .topic-btn {
padding: 2px 15px;
display: inline-block;
border: 1px solid #d9d9d9;
border-radius: 3px;
color: #333;
font-size: 12px;
}
.topics .t-content {
width: 100%;
}
.topics .t-content .left-wb {
padding: 10px 20px;
background-color: #ffffff;
border-radius: 3px;
border: 1px solid #f2f2f2;
float: left;
height: 150px;
width: 680px;
padding: 10px 0;
height: auto;
background-color: transparent;
border: none;
}
.topics .t-content .right-card {
margin-left: 20px;
padding: 10px 20px;
background-color: #ffffff;
border-radius: 3px;
border: 1px solid #f2f2f2;
float: left;
height: 150px;
width: 300px;
padding: 10px 0;
height: auto;
background-color: transparent;
border: none;
}
.topics .t-content .right-card .border {
border: 1px solid #f2f2f2;
border-radius: 2px;
margin-bottom: 15px;
background-color: #ffffff;
}
.topics .t-content .right-card .line2 {
height: 60px;
}
.topics .t-content .right-card .line2 .line2-lefd {
height: 40px;
margin: 10px 0;
text-align: center;
line-height: 40px;
}
.topics .t-content .right-card .line2 .line2-lefd .numder {
height: 28px;
font-weight: 400;
font-size: 24px;
line-height: 24px;
}
.topics .t-content .right-card .line2 .line2-lefd .beizu {
height: 12px;
color: gray;
font-size: 14px;
line-height: 14px;
}
.topics .t-content .right-card .line2 .line2-border {
border: 1px solid #e6e6e6;
border-top: none;
border-bottom: none;
}
#topic {
width: 1080px;
margin: 0 auto;
}
#topic .top-jg {
height: 220px;
}
#topic .top {
width: 100%;
background-color: #ffffff;
border: 1px solid #dddddd;
border-top: none;
min-height: 151px;
}
#topic .top .data {
padding: 13px 20px;
height: 65px;
}
#topic .top .data .fudg {
float: left;
height: 65px;
min-width: 184px;
margin-right: 22px;
position: relative;
}
#topic .top .data .fudg .portrait {
width: 180px;
height: 180px;
position: absolute;
left: 0;
bottom: 0;
background-color: #ffffff;
overflow: hidden;
}
#topic .top .data .fudg .huati {
font-size: 22px;
color: #333333;
height: 25px;
line-height: 25px;
}
#topic .top .data .fudg .gzfx {
height: 35px;
line-height: 35px;
}
#topic .top .data .fudg .gzfx .hjgfb {
height: 35px;
line-height: 35px;
float: left;
margin-right: 15px;
background-color: #f2f2f2;
border: 1px solid #d9d9d9;
width: 80px;
text-align: center;
margin-top: 5px;
font-size: 16px;
color: #333333;
}
#topic .top .data .fudg .gzfx .hjgfb1 {
text-align: center;
width: 80px;
background-position: 0 9px;
}
/*以上是头部的样式*/
#topic .content {
margin-top: 20px;
min-height: 500px;
}
#topic .content .conhjg {
width: 390px;
}
#topic .content .conhjg .line2 {
height: 60px;
}
#topic .content .conhjg .line2 .line2-lefd {
height: 40px;
margin: 10px 0;
text-align: center;
line-height: 40px;
}
#topic .content .conhjg .line2 .line2-lefd .numder {
height: 28px;
font-weight: 400;
font-size: 24px;
line-height: 24px;
}
#topic .content .conhjg .line2 .line2-lefd .beizu {
height: 12px;
color: gray;
font-size: 14px;
line-height: 14px;
}
#topic .content .conhjg .line2 .line2-border {
border: 1px solid #e6e6e6;
border-top: none;
border-bottom: none;
}
#topic .content .conhjg .border {
border: 1px solid #d6dadd;
border-radius: 2px;
margin-bottom: 15px;
background-color: #ffffff;
}
#topic .content .conhjg .border .recommended {
padding: 15px;
}
#topic .content .conhjg .border .recommended .name {
font-size: 14px;
font-weight: 700;
}
#topic .content .conhjg .border .recommended .original {
height: 80px;
margin: 5px 0;
position: relative;
}
#topic .content .conhjg .border .recommended .original img {
width: 80px;
height: 80px;
border-radius: 100%;
}
#topic .content .conhjg .border .recommended .original .jshgv {
height: 80px;
width: 260px;
top: 0;
right: 0;
position: absolute;
}
#topic .content .conhjg .border .recommended .original .jshgv .named {
color: #333333;
font-size: 14px;
font-weight: 700;
}
#topic .content .conhjg .border .recommended .original .jshgv .named img {
width: 16px;
height: 16px;
vertical-align: middle;
margin-left: 2px;
}
#topic .content .conhjg .border .recommended .original .jshgv .shumin {
color: #333333;
font-size: 12px;
overflow: hidden;
height: 25px;
line-height: 25px;
}
#topic .content .conhjg .border .recommended .original .jshgv .guanzu {
margin-top: 2px;
background-color: #f2f2f2;
width: 80px;
margin-left: 180px;
border: 1px solid #D9D9D9;
line-height: 30px;
background-position: 0px -42px;
padding-left: 25px;
}
#topic .content .conhjg .border .recommended .statement {
border: 1px solid #E6E6E6;
background-color: #f2f2f2;
position: relative;
top: -1px;
padding: 2px 10px;
color: gray;
font-size: 12px;
line-height: 25px;
}
#topic .content .conhjg .border .recommended .arrow {
width: 14px;
height: 7px;
position: relative;
overflow: hidden;
font-size: 12px;
margin-left: 30px;
}
#topic .content .conhjg .border .recommended .arrow em {
color: #E6E6E6;
position: absolute;
left: 0;
top: -5px;
}
#topic .content .conhjg .border .recommended .arrow span {
color: #f2f2f2;
position: absolute;
left: 1px;
top: -4px;
z-index: 9;
font-size: 12px;
}
.web_uploader_picture_list img {
width: 180px;
height: 180px;
margin-top: 10px;
}
#web_uploader_picture_list_qrcode img {
width: 220px;
height: 220px;
}
/*以上是左边的样式*/
#topic .content .coghgf {
width: 670px;
}
#topic .content .coghgf .batem {
background-image: url(../images/background.png);
padding: 20px 15px;
color: #ffffff;
font-size: 15px;
} | Application/Weibo/Static/css/topic.css | .topics ul {
list-style-type: none;
}
.public-width {
width: 1000px;
margin: 0 auto;
}
.public-indentation {
text-indent: 8mm;
}
.public-left {
float: left;
}
.public-right {
float: right;
}
.public-clear {
clear: both;
}
.public-center {
text-align: center;
}
.public-display-n {
display: none;
}
.public-display-b {
display: block;
}
.public-cursor {
cursor: pointer;
}
.public-position-a {
position: absolute;
top: 0;
left: 0;
}
.public-position-r {
position: relative;
}
.common-btn {
display: inline-block;
padding: 5px 15px;
border: 1px solid #d9d9d9;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
border-radius: 2px;
margin-right: 10px;
}
/*以上是公共的样式*/
.topics {
width: 1040px;
padding: 0 20px;
margin: 0 auto;
}
.topics .row {
margin: 0;
}
.topics .topic-head-info {
padding: 10px 20px;
background-color: #ffffff;
border-radius: 3px;
border: 1px solid #f2f2f2;
float: left;
height: 150px;
width: 680px;
}
.topics .topic-head-info .cover-wrap {
width: 128px;
height: 128px;
overflow: hidden;
}
.topics .topic-head-info .cover-wrap img {
border-radius: 3px;
}
.topics .topic-head-info .info-wrap {
height: 128px;
padding: 0 20px;
width: 510px;
}
.topics .topic-head-info .info-wrap p {
max-width: 470px;
display: block;
}
.topics .topic-head-info .info-wrap .t-name {
font-size: 24px;
font-weight: 600;
}
.topics .topic-head-info .info-wrap .t-intro {
font-size: 14px;
color: #888;
}
.topics .topic-head-info .info-wrap .send-topic-wb {
background-color: #19bca1;
color: #ffffff;
}
.topics .topic-head-info .info-wrap .send-topic-wb i {
margin-right: 5px;
}
.topics .topic-head-info .info-wrap .send-topic-wb:hover {
background-color: #17ae95;
}
.topics .topic-holder {
margin-left: 20px;
padding: 10px 20px;
background-color: #ffffff;
border-radius: 3px;
border: 1px solid #f2f2f2;
float: left;
height: 150px;
width: 300px;
padding: 10px 0;
}
.topics .topic-holder .h-title {
border-bottom: 1px solid #f2f2f2;
padding: 0 20px 10px;
font-size: 14px;
font-weight: 700;
margin: 0;
}
.topics .topic-holder .no-holder {
padding-top: 10px;
text-align: center;
color: #888;
}
.topics .topic-holder .no-holder i {
font-size: 40px;
}
.topics .topic-holder .have-holder {
padding: 10px;
}
.topics .topic-holder .have-holder .h-avatar {
width: 65px;
height: 65px;
overflow: hidden;
}
.topics .topic-holder .have-holder .h-info {
padding-left: 10px;
}
.topics .topic-holder .have-holder .h-info p {
margin-bottom: 5px;
}
.topics .topic-holder .have-holder .h-info .named {
font-weight: 700;
font-size: 14px;
}
.topics .topic-holder .have-holder .h-info .named:hover {
color: #19bca1;
}
.topics .topic-holder .have-holder .h-info .intro-self {
color: #888;
font-size: 12px;
max-width: 195px;
overflow: hidden;
white-space: normal;
text-overflow: ellipsis;
}
.topics .topic-holder .have-holder .h-info .topic-btn {
padding: 2px 15px;
display: inline-block;
border: 1px solid #d9d9d9;
border-radius: 3px;
color: #333;
font-size: 12px;
}
.topics .t-content {
width: 100%;
}
.topics .t-content .left-wb {
padding: 10px 20px;
background-color: #ffffff;
border-radius: 3px;
border: 1px solid #f2f2f2;
float: left;
height: 150px;
width: 680px;
padding: 10px 0;
height: auto;
background-color: transparent;
border: none;
}
.topics .t-content .right-card {
margin-left: 20px;
padding: 10px 20px;
background-color: #ffffff;
border-radius: 3px;
border: 1px solid #f2f2f2;
float: left;
height: 150px;
width: 300px;
padding: 10px 0;
height: auto;
background-color: transparent;
border: none;
}
.topics .t-content .right-card .border {
border: 1px solid #f2f2f2;
border-radius: 2px;
margin-bottom: 15px;
background-color: #ffffff;
}
.topics .t-content .right-card .line2 {
height: 60px;
}
.topics .t-content .right-card .line2 .line2-lefd {
height: 40px;
margin: 10px 0;
text-align: center;
line-height: 40px;
}
.topics .t-content .right-card .line2 .line2-lefd .numder {
height: 28px;
font-weight: 400;
font-size: 24px;
line-height: 24px;
}
.topics .t-content .right-card .line2 .line2-lefd .beizu {
height: 12px;
color: gray;
font-size: 14px;
line-height: 14px;
}
.topics .t-content .right-card .line2 .line2-border {
border: 1px solid #e6e6e6;
border-top: none;
border-bottom: none;
}
#topic {
width: 1080px;
margin: 0 auto;
}
#topic .top-jg {
height: 220px;
}
#topic .top {
width: 100%;
background-color: #ffffff;
border: 1px solid #dddddd;
border-top: none;
min-height: 151px;
}
#topic .top .data {
padding: 13px 20px;
height: 65px;
}
#topic .top .data .fudg {
float: left;
height: 65px;
min-width: 184px;
margin-right: 22px;
position: relative;
}
#topic .top .data .fudg .portrait {
width: 180px;
height: 180px;
position: absolute;
left: 0;
bottom: 0;
background-color: #ffffff;
overflow: hidden;
}
#topic .top .data .fudg .huati {
font-size: 22px;
color: #333333;
height: 25px;
line-height: 25px;
}
#topic .top .data .fudg .gzfx {
height: 35px;
line-height: 35px;
}
#topic .top .data .fudg .gzfx .hjgfb {
height: 35px;
line-height: 35px;
float: left;
margin-right: 15px;
background-color: #f2f2f2;
border: 1px solid #d9d9d9;
width: 80px;
text-align: center;
margin-top: 5px;
font-size: 16px;
color: #333333;
}
#topic .top .data .fudg .gzfx .hjgfb1 {
text-align: center;
width: 80px;
background-position: 0 9px;
}
/*以上是头部的样式*/
#topic .content {
margin-top: 20px;
min-height: 500px;
}
#topic .content .conhjg {
width: 390px;
}
#topic .content .conhjg .line2 {
height: 60px;
}
#topic .content .conhjg .line2 .line2-lefd {
height: 40px;
margin: 10px 0;
text-align: center;
line-height: 40px;
}
#topic .content .conhjg .line2 .line2-lefd .numder {
height: 28px;
font-weight: 400;
font-size: 24px;
line-height: 24px;
}
#topic .content .conhjg .line2 .line2-lefd .beizu {
height: 12px;
color: gray;
font-size: 14px;
line-height: 14px;
}
#topic .content .conhjg .line2 .line2-border {
border: 1px solid #e6e6e6;
border-top: none;
border-bottom: none;
}
#topic .content .conhjg .border {
border: 1px solid #d6dadd;
border-radius: 2px;
margin-bottom: 15px;
background-color: #ffffff;
}
#topic .content .conhjg .border .recommended {
padding: 15px;
}
#topic .content .conhjg .border .recommended .name {
font-size: 14px;
font-weight: 700;
}
#topic .content .conhjg .border .recommended .original {
height: 80px;
margin: 5px 0;
position: relative;
}
#topic .content .conhjg .border .recommended .original img {
width: 80px;
height: 80px;
border-radius: 100%;
}
#topic .content .conhjg .border .recommended .original .jshgv {
height: 80px;
width: 260px;
top: 0;
right: 0;
position: absolute;
}
#topic .content .conhjg .border .recommended .original .jshgv .named {
color: #333333;
font-size: 14px;
font-weight: 700;
}
#topic .content .conhjg .border .recommended .original .jshgv .named img {
width: 16px;
height: 16px;
vertical-align: middle;
margin-left: 2px;
}
#topic .content .conhjg .border .recommended .original .jshgv .shumin {
color: #333333;
font-size: 12px;
overflow: hidden;
height: 25px;
line-height: 25px;
}
#topic .content .conhjg .border .recommended .original .jshgv .guanzu {
margin-top: 2px;
background-color: #f2f2f2;
width: 80px;
margin-left: 180px;
border: 1px solid #D9D9D9;
line-height: 30px;
background-position: 0px -42px;
padding-left: 25px;
}
#topic .content .conhjg .border .recommended .statement {
border: 1px solid #E6E6E6;
background-color: #f2f2f2;
position: relative;
top: -1px;
padding: 2px 10px;
color: gray;
font-size: 12px;
line-height: 25px;
}
#topic .content .conhjg .border .recommended .arrow {
width: 14px;
height: 7px;
position: relative;
overflow: hidden;
font-size: 12px;
margin-left: 30px;
}
#topic .content .conhjg .border .recommended .arrow em {
color: #E6E6E6;
position: absolute;
left: 0;
top: -5px;
}
#topic .content .conhjg .border .recommended .arrow span {
color: #f2f2f2;
position: absolute;
left: 1px;
top: -4px;
z-index: 9;
font-size: 12px;
}
.web_uploader_picture_list img {
width: 180px;
height: 180px;
margin-top: 10px;
}
#web_uploader_picture_list_qrcode img {
width: 220px;
height: 220px;
}
/*以上是左边的样式*/
#topic .content .coghgf {
width: 670px;
}
#topic .content .coghgf .batem {
background-image: url(../images/background.png);
padding: 20px 15px;
color: #ffffff;
font-size: 15px;
} | 0.31563 | 0.063106 |
.featured {
margin: 0 auto;
max-width: 880px;
display: grid;
grid-template: 0.2fr auto / 1fr;
grid-gap: 20px;
}
.featured > h2 {
text-align: center;
text-transform: uppercase;
letter-spacing: 1.3px;
align-self: center;
font-size: 30px;
padding: 0px 20px;
}
@media only screen and (min-width: 600px) {
.featured > h2 {
font-size: 40px;
padding: 0px;
}
}
.featuredProject:nth-child(odd) {
background: var(--light-blue);
}
.featuredProject:nth-child(even) {
background: var(--blue);
}
.featuredProject {
border-radius: 0px;
padding: 20px;
display: grid;
grid-template: auto / 1fr 1fr;
grid-template-areas:
"name name"
"description description"
"additional additional"
"image image"
"button button";
grid-gap: 20px;
}
@media only screen and (min-width: 600px) {
.featuredProject {
padding: 30px 40px;
border-radius: 20px;
grid-template-areas:
"name name"
"description image"
"additional image"
"button image";
}
}
.featuredProject > p {
margin: 0;
}
.name {
grid-area: name;
text-align: center;
text-decoration: solid underline black 2px;
margin-bottom: 10px;
font-size: 20px;
}
.description {
grid-area: description;
font-weight: bold;
font-size: 22px;
}
.additional {
grid-area: additional;
}
.imageStyle {
grid-area: image;
width: 100%;
transition: all 0.5s ease;
}
.imageStyle:hover {
opacity: 0.7;
}
.imageStyle * {
border-radius: 8px;
}
.featuredProject > a {
grid-area: button;
color: white;
background: var(--dark-blue);
justify-self: center;
align-self: flex-end;
padding: 12px 14px;
border-radius: 8px;
font-weight: bold;
transition: all 0.5s ease;
}
@media only screen and (min-width: 600px) {
.featuredProject > a {
justify-self: flex-start;
}
}
.featuredProject > a:hover {
opacity: 0.7;
} | src/styles/featured.module.css | .featured {
margin: 0 auto;
max-width: 880px;
display: grid;
grid-template: 0.2fr auto / 1fr;
grid-gap: 20px;
}
.featured > h2 {
text-align: center;
text-transform: uppercase;
letter-spacing: 1.3px;
align-self: center;
font-size: 30px;
padding: 0px 20px;
}
@media only screen and (min-width: 600px) {
.featured > h2 {
font-size: 40px;
padding: 0px;
}
}
.featuredProject:nth-child(odd) {
background: var(--light-blue);
}
.featuredProject:nth-child(even) {
background: var(--blue);
}
.featuredProject {
border-radius: 0px;
padding: 20px;
display: grid;
grid-template: auto / 1fr 1fr;
grid-template-areas:
"name name"
"description description"
"additional additional"
"image image"
"button button";
grid-gap: 20px;
}
@media only screen and (min-width: 600px) {
.featuredProject {
padding: 30px 40px;
border-radius: 20px;
grid-template-areas:
"name name"
"description image"
"additional image"
"button image";
}
}
.featuredProject > p {
margin: 0;
}
.name {
grid-area: name;
text-align: center;
text-decoration: solid underline black 2px;
margin-bottom: 10px;
font-size: 20px;
}
.description {
grid-area: description;
font-weight: bold;
font-size: 22px;
}
.additional {
grid-area: additional;
}
.imageStyle {
grid-area: image;
width: 100%;
transition: all 0.5s ease;
}
.imageStyle:hover {
opacity: 0.7;
}
.imageStyle * {
border-radius: 8px;
}
.featuredProject > a {
grid-area: button;
color: white;
background: var(--dark-blue);
justify-self: center;
align-self: flex-end;
padding: 12px 14px;
border-radius: 8px;
font-weight: bold;
transition: all 0.5s ease;
}
@media only screen and (min-width: 600px) {
.featuredProject > a {
justify-self: flex-start;
}
}
.featuredProject > a:hover {
opacity: 0.7;
} | 0.694303 | 0.168207 |
header, main, footer {
padding-left: 240px;
}
.side-nav li {
padding: 0 !important;
}
ul.side-nav.fixed li.logo {
text-align: center;
margin-top: 32px;
margin-bottom: 16px;
border-bottom: 1px solid #ddd;
cursor: pointer;
min-height: 170px;
}
.logo img {
max-width: 150px;
}
ul.side-nav.fixed li.logo:hover {
background-color: transparent;
}
ul.side-nav.fixed li a {
font-size: 13px;
line-height: 44px;
height: 44px;
}
.side-nav.fixed a {
display: block;
padding: 0 15px;
color: #444;
}
.bold > a {
font-weight: bold;
}
li.no-padding:hover {
background-color: transparent;
}
nav.top-nav {
height: 122px;
box-shadow: none;
display: block;
}
nav.top-nav a.page-title {
font-size: 48px;
background-color: transparent;
margin-top: 20px;
}
nav.top-nav a.page-title:hover {
text-decoration: none;
}
.button-collapse {
margin-top: -10px;
background-color: transparent;
}
.button-collapse:hover {
text-decoration: none;
}
.top-nav .container {
padding: 30px 0;
}
li.disabled {
pointer-events: none;
}
ul.barbosa li.pelaez a {
color: white;
}
li.disabled a {
color: #ddd !important;
font-weight: normal;
}
.showing {
display: block;
}
a.grey-text.text-lighten-3:hover {
color: #DEDEDE !important;
}
.header {
font-weight: 300;
}
.container {
width: 85% !important;
}
.caption {
font-size: 1.25rem;
font-weight: 300;
margin-bottom: 30px;
}
a.basic:hover {
color: #0089CC;
}
.transicion.card-panel {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.transicion.card-panel:hover {
background: #4db6ac !important;
}
.animacion.card-panel:hover {
animation-name: animacion;
animation-duration: 2s;
animation-fill-mode: forwards;
}
@keyframes animacion {
0% {background-color: #e57373;}
25% {background-color: #64b5f6;}
50% {background-color: #4fc3f7;}
100% {background-color: #f06292;}
}
@media only screen and (min-width: 480px){
nav.a {
padding: 15px 0;
}
a.page-title {
width: 100%;
margin: 0;
padding: 15px 0;
}
}
@media only screen and (max-width : 992px) {
header, main, footer {
padding-left: 0;
}
.container {
width: 85%;
}
header {
min-height: 150px;
}
}
.test {
width: 100px;
}
.test {
width: 200px;
} | css/styles.css | header, main, footer {
padding-left: 240px;
}
.side-nav li {
padding: 0 !important;
}
ul.side-nav.fixed li.logo {
text-align: center;
margin-top: 32px;
margin-bottom: 16px;
border-bottom: 1px solid #ddd;
cursor: pointer;
min-height: 170px;
}
.logo img {
max-width: 150px;
}
ul.side-nav.fixed li.logo:hover {
background-color: transparent;
}
ul.side-nav.fixed li a {
font-size: 13px;
line-height: 44px;
height: 44px;
}
.side-nav.fixed a {
display: block;
padding: 0 15px;
color: #444;
}
.bold > a {
font-weight: bold;
}
li.no-padding:hover {
background-color: transparent;
}
nav.top-nav {
height: 122px;
box-shadow: none;
display: block;
}
nav.top-nav a.page-title {
font-size: 48px;
background-color: transparent;
margin-top: 20px;
}
nav.top-nav a.page-title:hover {
text-decoration: none;
}
.button-collapse {
margin-top: -10px;
background-color: transparent;
}
.button-collapse:hover {
text-decoration: none;
}
.top-nav .container {
padding: 30px 0;
}
li.disabled {
pointer-events: none;
}
ul.barbosa li.pelaez a {
color: white;
}
li.disabled a {
color: #ddd !important;
font-weight: normal;
}
.showing {
display: block;
}
a.grey-text.text-lighten-3:hover {
color: #DEDEDE !important;
}
.header {
font-weight: 300;
}
.container {
width: 85% !important;
}
.caption {
font-size: 1.25rem;
font-weight: 300;
margin-bottom: 30px;
}
a.basic:hover {
color: #0089CC;
}
.transicion.card-panel {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.transicion.card-panel:hover {
background: #4db6ac !important;
}
.animacion.card-panel:hover {
animation-name: animacion;
animation-duration: 2s;
animation-fill-mode: forwards;
}
@keyframes animacion {
0% {background-color: #e57373;}
25% {background-color: #64b5f6;}
50% {background-color: #4fc3f7;}
100% {background-color: #f06292;}
}
@media only screen and (min-width: 480px){
nav.a {
padding: 15px 0;
}
a.page-title {
width: 100%;
margin: 0;
padding: 15px 0;
}
}
@media only screen and (max-width : 992px) {
header, main, footer {
padding-left: 0;
}
.container {
width: 85%;
}
header {
min-height: 150px;
}
}
.test {
width: 100px;
}
.test {
width: 200px;
} | 0.409929 | 0.099426 |
1.ttm-row
------------------------*/
.ttm-row{ padding: 90px 0;}
.ttm-row.row-top-section,
.ttm-row.home5-fid2-section{ padding: 0 0; }
.ttm-row.about-section{ padding: 100px 0 122px; }
.ttm-row.broken-section{ padding: 0 0; }
.ttm-row.portfolio-section{ padding: 144px 0 90px; }
.ttm-row.services-section{ padding: 0 0 70px; }
.ttm-row.only-title-section{ padding-top: 155px; padding-bottom: 155px; }
.ttm-row.team-section{ padding-top: 0px; padding-bottom: 85px; }
.ttm-row.row-title-section{ padding-top: 130px; padding-bottom: 215px; }
.ttm-row.about3-section{ padding: 90px 0 65px; }
.ttm-row.contact-section{ padding: 0 0 100px; }
.ttm-row.testimonial2-section{ padding: 90px 0 100px; }
.ttm-row.blog-section{ padding: 90px 0 136px; }
.ttm-row.blog2-section{ padding: 80px 0 146px; }
.ttm-row.about2-section{ padding: 108px 0 47px; }
.ttm-row.services2-section{ padding: 90px 0 75px; }
.ttm-row.desc-only-section{ padding: 40px 0 25px; }
.ttm-row.contact-form-section{ padding: 110px 0 0; }
.ttm-row.services3-section{ padding: 90px 0 70px; }
.ttm-row.fid-section{ padding-top: 126px; padding-bottom: 70px; }
.ttm-row.partners-section{ padding: 100px 0 65px; }
.ttm-row.multi-content-section{ padding: 90px 0 220px; }
.ttm-row.company-template-section{ padding: 0 0; }
.ttm-row.services3-section{ padding: 70px 0 168px; }
.ttm-row.actionbox-section{ padding : 35px 0 76px; }
.ttm-row.row-text-section{ padding: 78px 0 60px; }
.ttm-row.services-box-section{ padding: 0 0 95px; }
.ttm-row.fid2-section{ padding: 34px 0 65px; }
.ttm-row.only-title-section.style2{ padding-top: 93px; padding-bottom: 70px; }
.ttm-row.processbox2-section{ padding: 0 0 140px; }
.ttm-row.map-section{ padding: 0 0; }
.ttm-row.carrer-pos-section{ padding: 0 0 120px; }
.ttm-row.featured-section{ padding: 45px 0; }
.ttm-row.banner-box-section{ padding: 80px 0 42px; }
.ttm-row.product-section{ padding: 0 0 45px; }
.ttm-row.cart-section{ padding: 82px 0 130px; }
.ttm-row.expertise-section{ padding: 60px 0 20px; }
.ttm-row.cta-form-section{ padding: 60px 0 130px; }
.ttm-row.about4-section{padding:103px 0 0;}
.ttm-row.desc-only-section.style2{padding: 29px 0 36px;}
.ttm-row.home4-services2-section{padding-bottom: 135px;}
.ttm-row.home4-services-section{padding-bottom: 0;}
.ttm-row.only-title-section.style3{padding-top: 90px;}
.ttm-row.only-bgimg-section{padding-top: 243px !important;padding-bottom: 270px !important;}
.ttm-row.event-section{padding-bottom: 70px;}
.ttm-row.home4-last-section{padding-bottom: 110px;}
/* ===============================================
2.Row-Equal-Height
------------------------*/
.row-equal-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-equal-height > [class*='col-'] {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/* ===============================================
3.Bg-Layer
------------------------*/
.ttm-bg{ position: relative;}
.ttm-col-bgimage-yes, .bg-layer-equal-height .ttm-col-bgcolor-yes{ height: 100%; z-index: 9;}
.ttm-bg-layer , .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.ttm-left-span .ttm-col-wrapper-bg-layer {
width: auto;
margin-left: -100px;
right: 0;
}
.ttm-right-span .ttm-col-wrapper-bg-layer {
width: auto;
margin-right: -100px;
right: 0;
}
.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer { opacity: .9; }
.layer-content{ position: relative ; z-index: 9; height: 100%; }
.bg-layer > .container > .row { margin: 0; }
.bg-layer > .container > .row > [class*='col-'] ,
.bg-layer > .container-fluid > .row > [class*='col-'] { padding: 0; }
/* ===============================================
4.Row-Bg-Image
------------------------*/
.bg-img1{
background-image: url(../images/bg-image/row-bgimage-1.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img2{
background-image: url(../images/bg-image/row-bgimage-2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img3{
background-image: url(../images/bg-image/row-bgimage-3.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img4{
background-image: url(../images/bg-image/row-bgimage-4.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.bg-img5{
background-image: url(../images/bg-image/row-bgimage-5.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img6{
background-image: url(../images/bg-image/row-bgimage-6.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img7{
background-image: url(../images/bg-image/row-bgimage-7.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img8{
background-image: url(../images/bg-image/row-bgimage-8.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img9{
background-image: url(../images/bg-image/row-bgimage-9.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img10{
background-image: url(../images/bg-image/row-bgimage-10.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img11{
background-image: url(../images/bg-image/row-bgimage-11.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img12{
background-image: url(../images/bg-image/row-bgimage-12.png);
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 80%;
}
.bg-img13{
background-image: url(../images/bg-image/row-bgimage-13.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img14{
background-image: url(../images/bg-image/row-bgimage-14.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img15{
background-image: url(../images/bg-image/row-bgimage-15.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img16{
background-image: url(../images/bg-image/row-bgimage-16.jpg);
background-position: right bottom;
}
.bg-img17{
background-image: url(../images/bg-image/row-bgimage-17.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-map{
background-image: url(../images/map.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
/* ===============================================
5.Col-Bg-Image
------------------------*/
.ttm-equal-height-image{ display: none; }
.col-bg-img-one.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
background-image: url(../images/bg-image/col-bgimage-1.jpg) !important;
background-position: left center!important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.col-bg-img-two.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
background-image: url(../images/bg-image/col-bgimage-2.jpg) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.col-bg-img-three.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
background-image: url(../images/bg-image/col-bgimage-3.jpg) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.col-bg-img-four.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
background-image: url(../images/bg-image/col-bgimage-4.jpg) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.col-bg-img-five.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
background-image: url(../images/bg-image/col-bgimage-5.jpg) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.col-bg-img-six.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
background-image: url(../images/bg-image/col-bgimage-6.jpg) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.col-bg-img-seven.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
background-image: url(../images/bg-image/col-bgimage-7.jpg) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
/* ===============================================
6.highlight-text
------------------------*/
.highlight-text h2{
text-align: left;
font-size: 90px;
line-height: 90px;
font-family: 'Poppins',Arial,Helvetica;
font-weight: 600;
}
.highlight-text {
background: url(../images/highlight-text-bg.jpg) no-repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-position: center center;
}
.max-content{ max-width: max-content !important; width: auto;}
/* ===============================================
7.Section-Title
------------------------*/
.section-title{ position: relative; }
.section-title h5{
font-family: "Poppins",Arial,Helvetica,sans-serif;
font-weight: 500;
text-transform: uppercase;
font-size: 14px;
line-height: 24px;
letter-spacing: 1px;
margin-bottom: 2px;
margin-top: 5px;
color: #8d9297;
}
.section-title h2.title{
font-family: "Poppins",Arial,Helvetica,sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 46px;
margin-bottom: 0;
}
.section-title .title-desc{
font-family: "Poppins",Arial,Helvetica,sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 27px;
margin-bottom: 32px;
}
.section-title .title-header{
position: relative;
padding-left: 29px;
margin-bottom: 29px;
}
.section-title.with-desc .title-header{ margin-bottom: 25px; }
.section-title .title-header:after{
display: block;
content: "";
position: absolute;
background-color: transparent;
width: 6px;
top: 0%;
height: 95%;
left: 0;
margin-left: 0;
}
/* style2 */
.section-title.style2{
padding-bottom: 42px;
margin-right: -35px;
}
.section-title.style2.with-seprator{ padding-bottom: 35px; }
.section-title.style2 .title-desc:after{
content: "";
right: 55%;
height: 70%;
position: absolute;
top: 0%;
width: 1px;
border-right: 1px solid rgba(122,122,122,.34);
}
.ttm-bgcolor-skincolor .section-title.style2 .title-desc:after{ border-right: 1px solid rgba(255,255,255,.16); }
.section-title.style2 .title-header{
width: 50%;
padding-right: 60px;
}
.section-title.style2 .title-header,
.section-title.style2 .title-desc{
display: table-cell;
vertical-align: middle;
}
.section-title.title-style-center_text,
.section-title.title-style-center_text .title-desc{ text-align: center; }
.section-title.title-style-center_text.with-desc .title-header{ margin-bottom: 47px; }
.section-title.title-style-center_text .title-header:after{
width: 70px;
bottom: -20px;
height: 6px;
left: 50%;
margin-left: -35px;
top: auto;
}
.section-title.without-sep-line .title-header,
.section-title.title-style-center_text.with-desc .title-header{ padding-left: 0; }
.section-title.without-sep-line .title-header:after,
.section-title.title-style-center_text.without-sep-line .title-header:after{ content: unset; }
/* row-title*/
.row-title h2.title{
font-size: 60px;
line-height: 65px;
font-family: "Poppins",Arial,Helvetica,sans-serif;
font-weight: 600;
font-weight: 600;
margin-bottom: 0px;
padding: 0;
}
.row-title h5{
text-align: center;
font-size: 18px;
line-height: 52px;
text-transform: capitalize;
}
/* ===============================================
8.separator
------------------------*/
.separator .sep-line {
height: 1px;
border-top: 1px solid #dbdbdb;
display: block;
position: relative;
top: 5px;
width: 100%;
}
.ttm-bgcolor-darkgrey .separator .sep-line{
border-color: rgba(255,255,255,0.14);
}
.ttm-bgcolor-white .separator .sep-line{
border-color: #f1f1f1;
}
/* ===============================================
9.Buttons
------------------------*/
.ttm-btn{
display: inline-block;
font-size: 16px;
line-height: normal;
padding: 11px 32px 11px 31px;
background: transparent;
border: 1px solid transparent;
position: relative;
font-weight: 600;
overflow: hidden;
z-index: 9;
vertical-align: middle;
text-transform: capitalize;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.ttm-btn.ttm-icon-btn-left{ padding-left: 44px; }
.ttm-btn.ttm-icon-btn-right{ padding-right: 44px; }
.ttm-btn.ttm-icon-btn-left i{ left: 20px;}
.ttm-btn.ttm-icon-btn-right i{ right: 20px;}
.ttm-btn.ttm-icon-btn-right{ padding-right: 22px; }
.ttm-btn.ttm-icon-btn-right i{ right: 2px; }
.ttm-bgcolor-darkgrey .ttm-btn:hover.btn-inline.ttm-btn-color-skincolor{
background-color: transparent;
color: #fff;
}
/** btn-with-icon **/
.ttm-btn i{
display: block;
position: absolute;
top: 50%;
-webkit-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
}
.ttm-btn.ttm-icon-btn-right{ text-align: right; }
.ttm-btn.ttm-icon-btn-left { text-align: left; }
/** btn-size-xs **/
.ttm-btn.ttm-btn-size-xs { font-size: 11px; padding: 8px 20px;}
.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-right{ padding-right: 31px; }
.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-left{ padding-left: 31px; }
.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-left i{ left: 12px; }
.ttm-btn.ttm-btn-size-xs i {
font-size: 14px;
height: 11px;
line-height: 11px;
right: 12px;
}
/** btn-size-sm **/
.ttm-btn.ttm-btn-size-sm { font-size: 14px; padding: 10px 24px 10px 24px; }
.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-right{ padding-right: 39px; }
.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-left{ padding-left: 39px; }
.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-left i{ left: 16px;}
.ttm-btn.ttm-btn-size-sm i {
font-size: 11px;
height: 12px;
line-height: 12px;
right: 16px;
}
/** btn-size-md **/
.ttm-btn.ttm-btn-size-md { font-size: 14px; padding: 13px 30px 13px 30px; }
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-right { padding-right: 48px; }
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-left{ padding-left: 48px; }
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-left i{ left: 20px;}
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-right i {
font-size: 11px;
height: 11px;
line-height: 11px;
right: 20px;
}
/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg { font-size: 20px; line-height: 20px; padding: 18px 45px;}
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-right { padding-right: 60px; }
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-left{ padding-left: 60px; }
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-left i{ left: 25px;}
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-right i {
font-size: 20px;
height: 16px;
line-height: 16px;
right: 25px;
}
/** btn-shape **/
.ttm-btn.ttm-btn-shape-round { border-radius: 2em; }
.ttm-btn.ttm-btn-shape-rounded { border-radius: 5px; }
.ttm-btn.ttm-btn-shape-square { border-radius: 0; }
/** btn-style-border **/
.ttm-btn.ttm-btn-style-border{ background-color: transparent; border: 2px solid; }
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
color: #fff;
border-color: #fff;
background: transparent;
}
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover{
color: #020d26;
border-color: #FFF;
background-color: #FFF;
}
/** btn-inline **/
.ttm-btn.btn-inline{
text-transform: capitalize;
font-size: 13px;
font-weight: 600;
padding: 0;
border: 1px solid transparent;
background-color: transparent;
}
.ttm-btn.btn-inline.ttm-icon-btn-right{
padding-right: 20px;
}
.ttm-btn.btn-inline.ttm-icon-btn-right i{
padding-right: 2px;
right: 0;
}
/* videao-btn */
.ttm-video-btn.video-btn-left{ left: 0; }
.ttm-video-btn.text-center{
position: absolute;
left: 0;
right: 0;
top: 165px;
}
.video-btn-left .ttm-play-btn{ padding-left: 90px; }
.ttm-video-btn.video-btn-center {
left: 50%;
margin-top: -25px;
position: absolute;
top: 50%;
}
.ttm-video-btn:hover a {
opacity: 0.9;
color: #fff;
}
.ttm-play-btn {
border-radius: 30px;
color: #fff;
font-size: 18px;
display: block;
padding: 10px 20px 10px 50px;
position: relative;
}
.ttm-video-btn .ttm-btn-play,
.ttm-video-btn .ttm-video-btn-play {
height: 65px;
width: 65px;
line-height: 65px;
border-radius: 50%;
padding-left: 7px;
text-align: center;
font-size: 30px;
font-variant: normal;
text-rendering: auto;
display: inline-block;
text-align: center;
margin: 0 auto;
-webkit-transform: translate(-25%,-10%);
-ms-transform: translate(-25%,-10%);
-o-transform: translate(-25%,-10%);
transform: translate(-25%,-10%);
}
.ttm-btn-play:after, .ttm-btn-play:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border-radius: 50%;
background-color: #fda12b;
}
.ttm-btn-play:after{
z-index: 1;
width: 105px;
height: 105px;
opacity: .09;
}
.ttm-btn-play:before {
z-index: 2;
width: 94px;
height: 94px;
opacity: .21;
}
.ttm-play-btn:hover,
.ttm-video-btn span.ttm-btn-play{
color: #fff;
}
.ttm-video-btn:hover .ttm-btn-play {
background-color: rgba(253, 161, 43, 0.95);
color: rgba(255, 255, 255, 1);
}
.ttm-video-btn .ttm-video-btn-play:before {
z-index: 2;
width: 94px;
height: 94px;
opacity: .21;
}
.ttm-video-btn .ttm-video-btn-play:before,
.ttm-video-btn .ttm-video-btn-play:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border-radius: 50%;
background-color: #fff;
}
.ttm-video-btn .ttm-video-btn-play:after {
z-index: 1;
width: 105px;
height: 105px;
opacity: .09;
}
.ttm-video-btn .ttm-video-btn-play:hover:before,
.ttm-video-btn .ttm-video-btn-play:hover:after{
-webkit-animation: prittyphoto 1.05s infinite;
-moz-animation: prittyphoto 1.05s infinite;
-ms-animation: prittyphoto 1.05s infinite;
-o-animation: prittyphoto 1.05s infinite;
animation: prittyphoto 1.05s infinite;
}
@-webkit-keyframes prittyphoto{
100%{width:200%;height:200%;opacity:0}
}
@keyframes prittyphoto{
100%{width:200%;height:200%;opacity:0}
}
@-webkit-keyframes sonarEffect{
%{opacity:.3}
40%{opacity:.5}
100%{-webkit-transform:scale(1.5);opacity:0}
}
/* ===============================================
10.Icons
------------------------*/
.ttm-icon{
margin-bottom: 35px;
display: inline-block;
text-align: center;
border: 2px solid transparent;
position: relative;
transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
box-sizing: content-box;
position: relative;
}
.ttm-icon i{
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
/** icon-size-xs **/
.ttm-icon.ttm-icon_element-size-xs { height: 40px; width: 40px; line-height: 40px; }
.ttm-icon.ttm-icon_element-size-xs i { font-size: 19px; }
/** icon-size-sm **/
.ttm-icon.ttm-icon_element-size-sm { height: 50px; width: 50px; line-height: 50px; }
.ttm-icon.ttm-icon_element-size-sm i { font-size: 28px; }
/** icon-size-md **/
.ttm-icon.ttm-icon_element-size-md { height: 58px; width: 58px; line-height: 58px }
.ttm-icon.ttm-icon_element-size-md i { font-size: 30px; }
/** icon-size-lg **/
.ttm-icon.ttm-icon_element-size-lg { height: 58px; width: 58px; line-height: 58px; }
.ttm-icon.ttm-icon_element-size-lg i { font-size: 45px; }
/** icon-shape **/
.ttm-icon.ttm-icon_element-style-round { border-radius: 5px; }
.ttm-icon.ttm-icon_element-style-rounded { border-radius: 50%; }
.ttm-icon.ttm-icon_element-style-square { border-radius: 0;}
/** icon-style-border **/
.ttm-icon.ttm-icon-color-black.ttm-icon-style-border { background-color: transparent; }
/* ===============================================
11.Fid
------------------------*/
.inside {
text-align: center;
position: relative;
padding: 29px 15px 25px 15px;
margin-bottom: 30px;
}
.inside h4 {
margin-bottom: 0;
padding-bottom: 0;
font-size: 40px;
line-height: 45px;
font-weight: 500;
}
.ttm-fid-view-righticon.inside h4, .ttm-fid-view-lefticon.inside h4 { margin-bottom: 0; float: left; display: block; }
.ttm-fid-view-lefticon.inside h4 span:nth-child(2) { margin-left: 5px; }
.inside h3 {
margin-bottom: 0;
bottom: -11px;
width: 100%;
font-size: 17px;
line-height: 25px;
font-weight: 400;
padding-top: 0;
}
.ttm-fid-view-righticon .ttm-fid-left, .ttm-fid-view-lefticon .ttm-fid-left {
position: relative;
display: block;
width: 100%;
padding-bottom: 44px;
}
.ttm-fid-view-righticon .ttm-fid-icon-wrapper, .ttm-fid-view-lefticon .ttm-fid-icon-wrapper {
position: absolute;
top: 0;
}
.ttm-fid-icon-wrapper i { font-size: 40px; }
.ttm-fid-view-topicon .ttm-fid-icon-wrapper i {
position: absolute;
top: 50%;
left: 50%;
-khtml-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.ttm-fid-view-lefticon.inside h4 { padding-left: 55px; }
.ttm-fid-view-righticon .ttm-fid-contents, .ttm-fid-view-lefticon .ttm-fid-contents {
padding-top: 12px;
text-align: left;
border-top: 1px solid #E8E8E8;
clear: both;
overflow: hidden;
margin-top: 15px;
}
.ttm-fid-inner-row > .col-md-3{
width: auto;
max-width: max-content;
}
.ttm-fid-view-lefticon-style2{
margin-bottom: 0;
}
.ttm-fid-view-lefticon-style2 .ttm-fid-icon-wrapper {
position: absolute;
}
.ttm-fid-view-lefticon-style2 .ttm-fid-icon-wrapper i {
line-height: 70px;
font-size: 60px!important;
padding-top: 5px;
}
.ttm-fid-view-lefticon-style2 .ttm-fid-contents {
padding-top: 0;
text-align: left;
clear: both;
overflow: hidden;
padding-left: 80px;
}
.ttm-fid-view-lefticon-style2.with-border{border-right: 1px solid rgba(255,255,255,.08);}
.row.ttm-fid-row-wrapper { margin: 0; }
.row.ttm-fid-row-wrapper .col-md-4{ padding: 0; }
.ttm-fid-view-topicon { padding: 30px 0 2px; padding-left: 0;}
.ttm-facts-colum-sep .ttm-fid-view-topicon{ padding: 5px 0 2px; margin-bottom: 14px; }
.ttm-facts-colum-sep .col-md-3:not(:last-child):after {
content: "";
height: 100%;
width: 1px;
background-color: rgba(255, 255, 255, .23);
display: block;
position: absolute;
right: 0;
top: 0;
top: 50%;
-khtml-transform: translateX(0%) translateY(-50%);
-moz-transform: translateX(0%) translateY(-50%);
-ms-transform: translateX(0%) translateY(-50%);
-o-transform: translateX(0%) translateY(-50%);
transform: translateX(0%) translateY(-50%);
}
.ttm-fid.ttm-fid-view-topicon .ttm-fid-icon-wrapper {
margin-bottom: 0;
width: 122px;
height: 61px;
line-height: 61px;
border-radius: 50%;
display: inline-block;
position: relative;
}
.inside.ttm-fid-view-topicon h4 { font-size: 44px; line-height: 55px; }
.inside.ttm-fid-view-topicon h3{ position: relative; }
.inside.ttm-fid-view-topicon h3:after {
content: "";
left: 50%;
height: 2px;
position: absolute;
top: -9px;
width: 30px;
margin-left: -17px;
background-color: transparent;
}
.ttm-fid-contents sub {
font-size: 15px;
font-weight: 400;
bottom: -.25em;
}
/* ===============================================
12.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box { position: relative;}
.featured-icon-box .ttm-icon{ margin-bottom: 0px; }
.featured-icon-box.top-icon .featured-content{ padding-top: 14px; }
.featured-icon-box .ttm-icon.ttm-icon_element-size-md{ height: 42px; width: 42px; line-height: 42px;}
.featured-icon-box .ttm-icon.ttm-icon_element-fill.ttm-icon_element-size-md{ height: 72px; width: 72px; line-height: 72px; }
.featured-icon-box.left-icon{ display: table; }
.featured-icon-box.left-icon .featured-icon:not(.ttm-icon_element-border),
.featured-icon-box.left-icon .featured-icon,
.featured-icon-box.left-icon .featured-content{
display: table-cell;
vertical-align: middle;
}
.featured-icon-box.left-icon.icon-align-top .featured-icon{ vertical-align: top; }
.featured-icon-box.left-icon .featured-content { padding-left: 12px; }
.featured-title h5{ font-size: 20px; line-height: 27px; margin-bottom: 10px; font-weight: 600; }
.featured-title h6 { font-size: 13px; line-height: 25px; margin-bottom: 0px; }
.featured-icon-box.iconalign-before-heading{ padding: 20px 0; }
.featured-icon-box.iconalign-before-heading .featured-content{ display: table; }
.featured-icon-box.iconalign-before-heading .featured-content .featured-icon,
.featured-icon-box.iconalign-before-heading .featured-content .ttm-icon,
.featured-icon-box.iconalign-before-heading .featured-content .featured-title{ display: table-cell; vertical-align: middle;}
.featured-icon-box.iconalign-before-heading .featured-icon{ padding-right: 15px; }
body{ counter-reset: section; }
.featuredbox-number .ttm-num:before{ counter-increment: section; content: counter(section, decimal-leading-zero) " " ;}
.featured-icon-box.style1{ padding: 41px 20px 31px; }
.featured-icon-box.style2 { padding: 0 25px 0 0; position: relative; }
.featured-icon-box.style2 .ttm-icon{ margin-bottom: 0; }
.featured-icon-box.style2 .featured-title h5{ font-size: 18px; line-height: 26px; margin-bottom: 0;}
.col-md-4:not(:last-child) .featured-icon-box.style2:after{
content: "";
height: 100%;
width: 1px;
background-color: #f1f1f1;
display: block;
position: absolute;
right: 0;
top: 50%;
-khtml-transform: translateX(0%) translateY(-50%);
-moz-transform: translateX(0%) translateY(-50%);
-ms-transform: translateX(0%) translateY(-50%);
-o-transform: translateX(0%) translateY(-50%);
transform: translateX(0%) translateY(-50%);
}
.featured-icon-box.style3{ padding: 0 0 11px 0; }
.featured-icon-box.style3 .ttm-icon.ttm-icon_element-size-md{ height: 75px; width: 75px; margin-right: 10px; margin-top: 5px;}
.featured-icon-box.style3 .ttm-icon.ttm-icon_element-size-md i{ font-size: 30px; }
.featured-icon-box.style4{ border: 1px solid #f1f1f1; padding: 19px 20px; margin-bottom: 19px; display: block;}
.featured-icon-box.style4 .ttm-icon{ margin-bottom: 0; }
.featured-icon-box.style4 .ttm-icon.ttm-icon_element-size-sm { height: 50px; width: 50px; line-height: 50px; }
.featured-icon-box.style4 .featured-title h5{ font-size: 18px; line-height: 24px; font-weight: 400; margin-bottom: 4px; }
.featured-icon-box.style4.left-icon .featured-content{ padding-left: 20px; }
.featured-icon-box.style6{ padding: 45px 40px 45px 80px; }
.featured-icon-box.style7{
margin-top: -5px !important;
margin-right: 70px !important;
margin-left: 0px !important;
border-left-width: 4px !important;
padding-top: 32px !important;
padding-left: 7px !important;
background-color: rgba(255,255,255,0.03) !important;
border-left-style: solid !important;
padding-right: 60px;
}
.featured-icon-box.style8{
margin-right: 0px !important;
margin-left: 0px !important;
padding-top: 36px !important;
padding-right: 20px !important;
padding-bottom: 20px !important;
padding-left: 30px !important;
width: 100%;
}
.featured-icon-box.style8 .ttm-icon.ttm-icon_element-size-sm{height: 58px;width: 58px;line-height: 58px;}
.featured-icon-box.style8.left-icon .featured-content {
padding-left: 24px;
}
.featured-icon-box.style9{
border: 1px solid #ebeef0;
padding: 33px 30px 30px 30px;
height: 100%;
}
.featured-icon-box.style9 .featured-icon i{font-size: 62px;}
.featured-icon-box.style9 .featured-content{padding-top: 5px;}
/* ===============================================
13.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox .ttm-box-view-content-inner{ position: relative; overflow: hidden;}
.featured-imagebox .featured-content h2.featured-title {
padding-top: 10px;
font-weight: 500;
margin-bottom: 0;
font-size: 22px;
line-height: 30px;
position: relative;
}
.featured-imagebox .featured-content h2.featured-title a{
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: block;
}
.featured-imagebox .featured-content .category,
.featured-imagebox .featured-content .category a { font-size: 15px; }
.featured-imagebox .featured-icon-box{
padding: 37px 30px 42px 30px;
text-align: center;
background-color: #fff;
}
.featured-imagebox .ttm-box-bottom-content { padding: 37px 30px 42px 30px; text-align: center; }
.ttm-box-view-top-image .ttm-box-bottom-content{ margin-bottom: 10px; }
.ttm-box-view-top-image .category, .ttm-box-view-top-image .category a {
color: #8d9297;
margin-top: 0;
font-size: 14px;
}
.ttm-box-view-top-image .ttm-box-bottom-content h2.featured-title {
font-size: 20px;
margin-bottom: 0;
line-height: 25px;
font-weight: 500;
}
.ttm-box-view-top-image .ttm-box-bottom-content h2.featured-title a{
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: block;
}
/* portfolio */
.featured-imagebox-portfolio{ position: relative; overflow: hidden; }
.ttm-portfolio-box-view-overlay.ttm-box-view-overlay{
position: absolute;
bottom: -30%;
opacity: 0;
z-index: 1;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
width: 100%;
height: 100%;
background-color: rgba(24,35,51,.83);
}
.ttm-portfolio-box-view-overlay.ttm-box-view-overlay .ttm-box-view-content-inner{
position: absolute;
width: 90%;
height: 90%;
left: 5%;
top: 5%;
border: 1px solid rgba(255,255,255,.28);
text-align: center;
display: flex;
justify-content: center;
flex-direction: column;
padding: 0 15px;
}
.featured-imagebox-portfolio:hover .ttm-portfolio-box-view-overlay.ttm-box-view-overlay{ opacity: 1; bottom: 0; }
.ttm-portfolio-box-view-overlay .featured-content h2.featured-title:after {
content: "";
position: absolute;
left: 50%;
bottom: -22px;
width: 60px;
height: 3px;
margin-left: -25px;
}
.featured-imagebox-portfolio .featured-content-portfolio .category { margin-top: -27px; }
.featured-imagebox-portfolio.ttm-box-view-top-image{ margin-bottom: 30px; overflow: visible;}
.featured-imagebox-portfolio.ttm-box-view-top-image .ttm-box-bottom-content {
padding: 17px 25px 24px;
position: relative;
text-align: left;
background-color: #fff;
}
.featured-imagebox-portfolio.ttm-box-view-top-image .ttm-box-bottom-content:before {
position: absolute;
bottom: 100%;
transform: translateX(-50%);
content: "";
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 15px 15px;
border-color: transparent transparent #fff transparent;
z-index: 1;
top: -14px;
left: 42px;
}
.featured-imagebox-portfolio .ttm-box-view-overlay {
position: absolute;
bottom: -30%;
opacity: 0;
z-index: 1;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
width: 100%;
height: 100%;
background-color: rgba(24,35,51,.83);
}
.featured-imagebox-portfolio:hover .ttm-box-view-overlay {
opacity: 1;
bottom: 0;
}
.featured-imagebox-portfolio.ttm-box-view-top-image .featured-iconbox.ttm-media-link a {
display: inline-block;
font-size: 18px;
position: absolute;
top: 20px;
right: 20px;
height: 43px;
width: 43px;
line-height: 43px;
border: 1px solid transparent;
text-align: center;
color: #fff;
background-color: #fda02b;
border-radius: 50%;
}
.featured-imagebox-portfolio.ttm-box-view-top-image .featured-iconbox.ttm-media-link a {
top: 50%;
right: 50%;
margin-top: -17px;
}
.featured-imagebox-portfolio a.ttm_link {
line-height: 41px;
margin-right: -47px;
float: right;
}
/* team */
.featured-imagebox-team{
overflow: hidden;
position: relative;
}
.featured-imagebox-team{
margin: 5px 0;
background-color: #fff;
-webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
-moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
}
.featured-imagebox-team .featured-content.featured-content-team .featured-title { padding-top: 26px; }
.featured-imagebox-team .featured-content.featured-content-team .featured-title h5{
font-size: 19px;
line-height: 23px;
margin-bottom: -1px;
}
.featured-imagebox-team .featured-content.featured-content-team.category { font-size: 13px; color: #9dabaf; }
.featured-imagebox-team .ttm-social-links-wrapper { margin: 14px 0; }
.featured-imagebox-team .ttm-social-links-wrapper ul { margin: 0; padding: 3px 14px; }
.featured-imagebox-team .ttm-social-links-wrapper ul li a{
display: block;
border-radius: 50%;
border: 1px solid transparent;
width: 30px;
height: 20px;
padding: 0;
line-height: 20px;
font-size: 16px;
text-align: center;
background-color: transparent;
color: #8d9297;
}
.featured-imagebox-team.ttm-team-box-view-overlay:not(:hover) .ttm-social-links-wrapper {
opacity: 0;
}
.featured-imagebox-team.ttm-team-box-view-overlay .featured-content.featured-content-team {
text-align: center;
position: relative;
z-index: 2;
position: relative;
margin-top: -40px;
transform: translateY(40px);
padding-bottom: 6px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.featured-imagebox-team.ttm-team-box-view-overlay:hover .featured-content.featured-content-team {
transform: translateY(0);
background: #fff;
}
.featured-imagebox-team.style2 .featured-thumbnail:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #182333;
opacity: .36;
z-index: 1;
}
.featured-imagebox-team.style2 .featured-thumbnail img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
width: 100%;
position: relative;
}
.featured-imagebox-team.style2 .ttm-team-box-view-overlay {
position: absolute;
bottom: 100%;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
-webkit-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
-moz-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
-ms-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
-o-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
transition: .55s cubic-bezier(.68,-.55,.265,1.55);
color: #fff;
z-index: 1;
padding: 20px;
}
.featured-imagebox-team.style2 .ttm-social-links-wrapper{
margin: 0;
width: 100%;
text-align: center;
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
}
.featured-imagebox-team.style2 .ttm-social-links-wrapper ul li a{ font-size: 22px; width: 40px; }
.featured-imagebox-team.style2 .featured-content.featured-content-team{
padding: 30px;
padding-bottom: 19px;
transition-duration: 0.3s;
color: #fff;
text-align: center;
}
.featured-imagebox-team.style2:hover .ttm-team-box-view-overlay{ bottom: 0; background-color: #fda12b;}
/* post */
.featured-imagebox-post{
background-color: #fff;
padding: 0;
margin: 10px 0 20px;
border: 15px solid #fff;
-webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
-moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
}
.featured-imagebox-post .featured-content.featured-content-post{ padding: 15px 17px 11px 17px; }
.featured-imagebox-post .featured-content.featured-content-post .post-meta span{ display: block; padding: 7px 3px 3px 0; font-size: 12px; }
.featured-imagebox-post .featured-content.featured-content-post .post-meta span i{ padding-right: 5px; }
.featured-imagebox-post .featured-content.featured-content-post .post-title h5{ margin: 0; font-size: 19px; line-height: 28px; }
.featured-imagebox-post:hover{
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
box-shadow: 0 0 20px rgba(0,0,0,.14);
}
.ttm-post-format-video{
padding-bottom: 69.25%;
position: relative;
overflow: hidden;
padding-top: 25px;
}
.ttm-post-format-video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.ttm-box-view-left-image .featured-content,
.ttm-box-view-left-image.featured-imagebox-post .featured-content{
padding-left: 25px;
}
.ttm-box-view-left-image .ttm-featured-img-left{ padding: 0; }
.ttm-box-view-left-image .featured-content .category{
padding-top: 10px;
padding-bottom: 10px;
display: block;
}
.ttm-box-view-left-image .featured-content .category> a {
display: inline-block;
border: 1px solid;
padding: 5px 10px;
margin-right: 1px;
font-size: 12px;
font-weight: 500;
line-height: 15px;
margin-bottom: 5px;
}
.ttm-box-view-left-image .featured-content .ttm-box-desc,
.ttm-box-view-left-image .featured-content .featured-desc {
border-top: 1px solid #f2f2f2;
margin-top: 10px;
padding-top: 7px;
}
.featured-imagebox-post.ttm-box-view-left-image .featured-content.featured-content-post .post-meta span{
padding: 0;
font-size: 14px;
}
/* event */
.featured-imagebox-event .featured-content-event {
padding: 24px 30px 30px;
background-color: #fff;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.featured-imagebox-event .ttm-box-meta{display: table;}
.ttm-event-meta-dtend, .ttm-event-meta-dtstart {
font-weight: 500;
}
.featured-imagebox-event .featured-content-event .ttm-event-meta-dtstart,
.ttm-box-meta .ttm-event-meta-item span.sep {
display: none;
}
.ttm-box-meta .ttm-event-meta-item ,
.ttm-box-meta .tribe-events-vanue{
display: table-cell;
float: left;
}
.ttm-box-meta .ttm-event-meta-item{margin-right: 8px;padding-bottom: 5px;color: #828c96;}
.featured-imagebox-event .ttm-box-meta i {
padding-right: 8px;
float: left;
padding-top: 5px;
}
.featured-imagebox-event .ttm-box-post-date {
top: 20px;
width: 60px;
height: 60px;
left: 35px;
z-index: 2;
}
/* ===============================================
14.Processbox
------------------------*/
.ttm-processbox-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
padding-top: 8px;
}
.ttm-processbox-wrapper .ttm-processbox {
width: calc(100% / 3);
padding: 0 15px;
position: relative;
text-align: center;
}
.ttm-processbox-wrapper .ttm-processbox .ttm-box-image {
margin-bottom: 30px;
padding-top: 12px;
position: relative;
display: inline-block;
}
.ttm-processbox-wrapper .ttm-processbox .ttm-box-image:before {
display: block;
content: '';
position: absolute;
right: -75px;
top: 50%;
height: 22px;
width: 65px;
background-image: url(../images/process-icon-img1.png);
background-repeat: no-repeat;
}
.ttm-processbox-wrapper .ttm-processbox img {
height: 210px;
width: 210px;
border-radius: 50%;
border: 10px solid #fff;
box-shadow: 0 0 25px 0 rgba(24,35,51,.09);
}
.ttm-processbox-wrapper .ttm-processbox .process-num {
margin-right: 5px;
font-size: 20px;
font-weight: 500;
color: #fff;
width: 46px;
height: 46px;
line-height: 46px;
border-radius: 50%;
border: none;
display: block;
text-align: center;
position: absolute;
right: 10px;
top: 15px;
z-index: 10;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}
.ttm-processbox-wrapper .featured-content {
text-align: center;
padding: 0 15px;
}
.ttm-processbox-wrapper .ttm-processbox .featured-title h5 {
font-size: 20px;
line-height: 27px;
margin-bottom: 15px;
}
.ttm-processbox-wrapper .ttm-processbox:nth-child(2n) .ttm-box-image:before {
background-image: url(../images/process-icon-img2.png);
}
.ttm-processbox-wrapper .ttm-processbox:last-child .ttm-box-image:before{content:unset}
/* ===============================================
15.Progress-Bar
------------------------*/
.ttm-progress-bar{ position: relative; }
.ttm-progress-bar{ margin: 0 0 15px 0; }
.ttm-progress-bar:not(:last-child){ margin-bottom: 30px; }
.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_black { background-color: #414141; }
.ttm-progress-bar h4 {
top: -35px;
left: 0;
font-size: 17px;
color: #5d6576;
font-weight: 400;
margin-bottom: 10px;
letter-spacing: 1.2px;
}
.ttm-progress-bar i{
position: absolute;
font-size: 21px;
}
.ttm-progress-bar .progress {
background-color: #c0c0c1;
border-radius: 0;
height: 7px;
}
.ttm-progress-bar .progress-parcent {
position: absolute;
right: 0;
color: #0a0a0a;
z-index: 3;
text-shadow: none;
font-size: 17px;
padding: 2px 0;
border-radius: 0;
top: 0;
}
.ttm-icon-left-true.ttm-progress-bar h4{ margin-left: 35px; }
.ttm-progress-bar.ttm-icon-left-true{ margin-bottom: 24px; }
/* ===============================================
16.Testimonial
------------------------*/
.testimonials{
position: relative;
}
.testimonials .testimonial-content .testimonial-caption{
margin-bottom: 15px;
margin-top: 8px;
}
.testimonials .testimonial-content h6{
font-size: 17px;
line-height: 27px;
font-weight: 400;
margin-bottom: 0;
}
.testimonials .testimonial-content label {
display: block;
margin-top: -5px;
opacity: .8;
}
.testimonials .testimonial-content blockquote {
padding: 0 10px 0 25px;
font-style: italic;
font-weight: 400;
font-size: 17px;
background-color: transparent;
line-height: 30px;
position: relative;
}
.testimonials .testimonial-content blockquote:after{
display: block;
height: 90%;
margin-top: 8px;
margin-bottom: 0;
content: '';
position: absolute;
left: 1px;
top: 0;
width: 4px;
background-color: #fda12b;
}
.testimonials .testimonial-content .testimonial-caption:after {
content: "";
width: 30px;
display: block;
height: 2px;
text-align: center;
margin: 0 auto;
margin-top: 6px;
}
.testimonials .testimonial-avatar .testimonial-img img {
height: 90px;
width: 90px;
border-radius: 50%;
-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.testimonials.style2 .testimonial-content{
text-align: center;
background: transparent;
border-left: none;
font-size: 17px;
line-height: 31px;
margin: 0 10px 18px;
padding: 0 25px;
}
.testimonials.style2 .testimonial-content blockquote{ padding: 0 25px; }
.testimonials.style2 .testimonial-avatar{
padding-top: 0;
margin-top: 0;
padding-bottom: 13px;
}
.testimonials.style2 .testimonial-img img{
margin: 0 auto;
text-align: center;
width: 118px;
height: 118px;
border: 8px solid #fff;
box-shadow: 0 10px 20px rgba(0,0,0,.11);
}
.testimonials.style2 .testimonial-content h6{ font-weight: 600; }
.ttm-ratting-star {
padding-top: 2px;
padding-bottom: 7px;
color: #fff;
}
/* ===============================================
17.Client-row
------------------------*/
.client-box{
margin-bottom: 20px;
padding: 15px 12px 30px;
}
.ttm-client-logo-tooltip{ position: relative; }
.ttm-box-view-separator-logo .client-box .client:after {
border-right: 1px solid #eaeaea;
content: "";
width: 1px;
height: 100%;
position: absolute;
right: -25px;
top: 0;
}
.ttm-box-view-separator-logo .row .col-sm-4:nth-child(3n+3) .client-box .client:after{ display: none; }
.client-box.ttm-box-view-boxed-logo{
padding: 0;
margin-top: 30px;
margin-bottom: 40px;
}
.client-box.ttm-box-view-boxed-logo .ttm-client-logo-tooltip{
margin-right: 13px;
margin-left: 13px;
padding: 25px 12px;
display: table-cell;
text-align: center;
align-items: center;
vertical-align: middle;
height: 130px
}
.client-box.ttm-box-view-boxed-logo .client{
width: 100%;
display: table;
}
/* ===============================================
18.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle .toggle-title{
font-size: 17px;
line-height: 1;
cursor: pointer;
padding: 14px 20px;
font-weight: 400;
margin-bottom: 0;
position: relative;
}
.accordion .toggle-title a{ color: #fff;}
.accordion .toggle-title a i{ margin-right: 14px; }
.accordion .toggle.ttm-style-classic .toggle-title{
border: 1px solid #f7f7f7;
background-color: transparent;
}
.accordion .ttm-style-classic .toggle-title.active { border-color: #f0f0f0; background-color: #f8f8f8; }
.toggle-content p{ margin-bottom: 0; }
.toggle-content ul li{ list-style: disc; }
.accordion .ttm-style-classic .toggle-title >a,
.accordion .ttm-style-classic.ttm-toggle-title-bgcolor-grey.active .toggle-title >a,
.accordion .ttm-toggle-title-bgcolor-grey.active .toggle-title:after {
color: #666;
}
.accordion .toggle-title:after.active ,
.accordion .toggle:not(.ttm-style-classic) .toggle-title:after.active{ color: #fff; }
.accordion .toggle:not(:first-child) .toggle-title{ margin-top: 10px; }
.accordion .toggle:not(:last-child):not(.active) .toggle-title{ margin-bottom: 10px; }
.accordion .ttm-style-classic.ttm-toggle-title-bgcolor-grey .toggle-title{ border-color: #f0f0f0; background-color: #f8f8f8; }
.accordion .ttm-style-classic.ttm-toggle-title-bgcolor-grey .toggle-title.active{ background-color: #f8f8f8; }
.accordion .toggle .toggle-title:after {
position: absolute;
font-family: "themify";
right: 20px;
top: 15px;
content: "\e61a";
}
.accordion .toggle.active .toggle-title:after {
content: "\e622";
font-family: "themify";
}
.accordion .toggle-content {
display: none;
padding: 14px 20px;
overflow: hidden;
}
.accordion .toggle.ttm-toggle-title-bgcolor-grey .toggle-title:after{
position: absolute;
font-family: "themify";
content: "\e61a";
right: 20px;
font-size: 16px;
top: 15px;
}
.accordion .toggle.ttm-toggle-title-bgcolor-grey.active .toggle-title:after {
font-family: "themify";
content: "\e622";
}
.accordion .toggle.active .toggle-title:after { color: #fff; }
.accordion .toggle.ttm-toggle-title-bgcolor-grey .toggle-title:after{ color: #666; }
.accordion .ttm-style-classic.ttm-toggle-title-border .toggle-title{ background-color: transparent; border: 2px solid #e3e3e3; }
.accordion .toggle.ttm-style-classic.ttm-toggle-title-border .toggle-title{ padding: 18px 20px; }
/* ===============================================
19.Wrap-Form
------------------------*/
.wrap-form label{
width: 100%;
margin: 0;
}
.wrap-form span.text-input {
margin-bottom: 15px;
display: block;
padding-top: 5px;
position: relative;
}
/* quote-form */
.ttm-quote-form input[type="text"],
.ttm-quote-form textarea,
.ttm-quote-form select {
border: 1px solid #f8f9fa;
background-color: #f8f9fa;
width: 100%;
font-size: 13px;
}
.ttm-quote-form .text-input textarea{ min-height: 100%; }
.ttm-quote-form button{ margin-top: 10px; }
.ttm-quote-form .text-input input::placeholder,
.ttm-quote-form .text-input textarea::placeholder{
color: #828282;
}
.ttm-quote-form input[type="submit"] {
padding: 10px 40px;
margin-top: 5px;
width: 100%;
}
.wrap-form.ttm-contactform span.text-input i {
position: absolute;
left: 0;
top: 20px;
opacity: .9;
font-size: 16px;
z-index: 1;
}
.wrap-form.ttm-contactform span.text-input input, .wrap-form.ttm-contactform span.text-input textarea {
background-color: transparent;
border: none;
border-bottom: 1px solid #eaeaea;
border-radius: 0;
padding-left: 30px;
padding-bottom: 9px;
}
.wrap-form.ttm-contactform input[type="submit"] { margin-top: 20px; }
/* ===============================================
20.Tab
------------------------*/
.ttm-tabs {
width:100%;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ttm-tabs .section-title{ padding-bottom: 0; }
.ttm-tabs ul{ margin: 0; padding: 0; }
.ttm-tabs.style2 ul{ display: block; margin-bottom: 35px;}
.ttm-tabs ul.tabs li{ display: inline-block; }
.ttm-tabs ul.tabs li a{
display: block;
cursor: pointer;
padding: 4px 20px;
margin-bottom: 5px;
line-height: 22px;
width: auto;
position: relative;
z-index: 3;
border-radius: 3px;
color: #182333;
-webkit-transition: all 0.3s;
transition: all 0.3s;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.gallery-section .ttm-tabs ul.tabs li:not(.active) a { color: #131313; }
.ttm-tabs ul.tabs li a i{
font-size: 18px;
margin-right: 9px;
position: relative;
top: 2px;
}
.ttm-tabs ul.tabs li a span{
font-size: 18px;
font-weight: normal;
}
.tab-padding-box{
padding-top: 105px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 70px;
}
.ttm-tabs .content-tab{ margin-top: 20px; width: 100%;}
.ttm-tabs .content-tab h6{ font-size: 15px; line-height: 28px; margin-bottom: 29px; padding-bottom: 7px; }
.ttm-tabs.style2 .tabs{ margin-bottom: 30px; padding-left: 0px}
.ttm-tabs.style2.full-width .tabs{ padding-left: 10px }
.ttm-tabs.style2 .content-tab{ padding: 0; }
.ttm-tabs.style2 .row.ttm-boxes-spacing-10px{ padding: 0; }
.ttm-tabs.style2 ul.tabs li { margin-right: 7px; background: transparent; padding: 0; margin-bottom: 5px;}
.ttm-tabs.style2 ul.tabs li a {
display: block;
cursor: pointer;
padding: 8px 25px;
line-height: 22px;
position: relative;
z-index: 3;
color: #1c1c1c;
-webkit-transition: all 0.3s;
transition: all 0.3s;
background-color: transparent;
font-size: 14px;
font-weight: 600;
border: 1px solid rgba(0,0,0,.2);
text-transform: uppercase;
}
/* ttm-tab-style-vertical */
.ttm-tabs.ttm-tab-style-vertical .content-tab{ padding: 0; margin: 0;}
.ttm-tabs.ttm-tab-style-vertical ul.tabs li { margin-top: 1px; width: 100%; display: block;}
.ttm-tabs.ttm-tab-style-vertical ul.tabs li a{ background-color: #2a2a2a; color: #fff; letter-spacing: 1.2px;
padding: 14px 20px; text-transform: uppercase; font-size: 18px; line-height: 27px; margin: 0; border-radius: 0;}
/* ttm-tab-style-horizontal */
.ttm-tabs.ttm-tab-style-horizontal ul{ margin: 0; padding: 0; display: -webkit-flex; display: flex; }
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li{ margin-right: 6px; display: inline-block; }
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li:last-child{ margin-right: 0; }
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li a{ padding: 16px 18px 15px 18px; font-size: 15px; border-radius: 5px;
letter-spacing: 1.2px; border: none; color: #fff; display: block; text-align: left;}
.ttm-tabs.ttm-tab-style-horizontal .content-tab img{ height: 150px; width: 150px; }
.ttm-tab-color-grey.ttm-tab-style-classic ul li{
margin-top: 3px;
margin-bottom: 2px;
margin-left: 3px;
margin-right: 2px;
}
.ttm-tab-color-grey.ttm-tab-style-classic ul li a{ font-size: 18px; text-transform: capitalize; padding: 12px 25px; border-top: 3px solid; border-radius: 0;}
.ttm-tabs.ttm-tab-color-grey.ttm-tab-style-classic ul li.active a{ color: #666; border-color: #f0f0f0; }
.ttm-tab-color-grey.ttm-tab-style-classic ul li a{ border-color: #e8e8e8; background-color: #e8e8e8; }
.ttm-tabs.ttm-tab-color-grey.ttm-tab-style-classic ul li:hover a{ background-color: #dcdcdc; }
.ttm-tabs.ttm-tab-color-grey.ttm-tab-style-classic ul li.active a{ background-color: #fff; }
.ttm-tabs.ttm-tab-style-classic ul.tabs li{
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
margin-left: -1px;
margin-top: -1px;
margin-bottom: 5px;
}
.ttm-tabs.ttm-tab-style-classic ul.tabs li a{
padding: 14px 18px 14px 18px;
font-size: 14px;
border-color: #ddd !important;
background-color: #fff;
border:1px solid;
border-radius: 0;
margin-bottom: 0;
}
.ttm-tabs.ttm-tab-style-classic ul.tabs li.active:after{
display: block;
content: "";
position: relative;
bottom: 7px;
left: 50%;
width: 13px;
height: 13px;
border-width: 0 0 1px 1px;
-webkit-transform: translateX(-50%) rotate(-45deg);
-moz-transform: translateX(-50%) rotate(-45deg);
-ms-transform: translateX(-50%) rotate(-45deg);
-o-transform: translateX(-50%) rotate(-45deg);
transform: translateX(-50%) rotate(-45deg);
}
.ttm-tabs.ttm-tab-style-classic .content-tab {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: padding .2s ease-in-out;
-o-transition: padding .2s ease-in-out;
transition: padding .2s ease-in-out;
}
/* ===============================================
21.Boxes-Spacing
------------------------*/
.row.ttm-boxes-spacing-10px{ margin: 0px -1px;}
.ttm-boxes-spacing-10px .ttm-box-col-wrapper {
padding-right: 5px;
padding-left: 5px;
margin: 0 0 10px;
}
.row.ttm-boxes-spacing-10px.style2{ padding: 10px 0 0; margin: 0 -5px; }
.row.ttm-boxes-spacing-5px{ padding: 10px 5px 0px; margin: 0;}
.ttm-boxes-spacing-5px .ttm-box-col-wrapper {
padding-right: 2.5px;
padding-left: 2.5px;
margin-bottom: 5px;
}
.row.ttm-boxes-spacing-5px.style2{ padding: 5px 0 0; margin: 0 -5px; }
/* ===============================================
22.Pricing-Plan
------------------------*/
.ttm-pricing-plan {
background-color: #f8f9fa;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
overflow: hidden;
padding: 50px 40px 30px;
margin-right: -15px;
margin-left: -15px;
}
.ttm-ptablebox-price-w {
position: relative;
display: inline-block;
margin-top: 37px;
margin-bottom: 35px;
}
.ttm-ptablebox-title {
font-size: 20px;
line-height: 30px;
color: #20292f;
}
.ttm-ptablebox-title h3 {
color: #182333;
font-size: 23px;
font-weight: 600;
}
.ttm-pricing-plan .ttm-ptablebox-price {
padding-left: 20px;
font-size: 50px;
line-height: 40px;
font-weight: 600;
}
.ttm-pricing-plan .ttm-ptablebox-frequency:before {
content: '/ ';
}
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-after, .ttm-pricing-plan .ttm-ptablebox-cur-symbol-before {
font-size: 20px;
font-weight: 600;
}
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-before { position: absolute; top: 0; }
.ttm-currency-before .ttm-ptablebox-price {
padding-left: 20px;
font-size: 50px;
line-height: 40px;
font-weight: 600;
}
.ttm-pricing-plan .ttm-ptablebox-frequency {
color: #8d9297;
position: relative;
padding-left: 5px;
font-style: italic;
font-weight: 500;
}
.ttm-ptablebox-price, .ttm-ptablebox-frequency,
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-after,
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-before {
display: inline-block;
}
.ttm-ptablebox-features .ttm-feature-lines {
list-style-type: none;
margin: 0;
padding: 12px 0 20px 0;
}
.ttm-ptablebox-features .ttm-feature-lines li {
padding: 0;
margin: 0;
padding-top: 12px;
border-bottom: 1px solid #f1f1f1;
padding-bottom: 11px;
}
.ttm-ptablebox-features .ttm-feature-lines li:before {
font-family: "FontAwesome";
content: '\f00c';
font-style: normal;
font-weight: 400;
font-size: 14px;
speak: none;
display: inline-block;
text-decoration: inherit;
padding-right: 10px;
}
.price_btn{ display: block; padding-top: 21px; text-align: center;}
.price_btn a{ width: 100%; }
.ttm-ptablebox-featured-col{
box-shadow: 0 0 30px rgba(24,35,51,.06);
padding: 50px 40px 68px;
z-index: 1;
background-color: #fff;
overflow: visible;
}
.ttm-pricing-plan .ttm-featured-title {
position: absolute;
top: -50px;
left: 0;
right: 0;
text-align: center;
font-weight: 600;
font-size: 15px;
width: 100%;
color: #fff;
padding: 10px 15px;
background-color: #182333;
}
/* ===============================================
23.Sidebar
------------------------*/
.sidebar .widget-area .widget {
position: relative;
margin: 40px 0 40px;
}
.sidebar .widget a {
font-weight: 500;
font-size: 15px;
}
.sidebar .widget ul:not(.contact-widget-wrapper):not(.widget-menu) >li {
border-top: 1px solid #f1f1f1;
padding-bottom: 10px !important;
padding-top: 10px !important;
}
.sidebar .widget ul>li:last-child{
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.sidebar .content-area{
padding-top: 65px;
padding-bottom: 55px;
}
.sidebar .sidebar-right, .sidebar .sidebar-left{
margin-top: -37px;
padding-top: 60px;
padding-bottom: 70px;
float: right;
}
.sidebar .sep_holder .sep_line{ border-color: #ebebeb; }
/*author-widget*/
.ttm-author-widget { text-align: center; }
.ttm-author-widget .author-widget_img img{
margin-bottom: 20px;
width: 175px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.ttm-author-widget .author-name {
font-size: 22px;
line-height: 24px;
font-weight: 600;
margin-bottom: 10px;
}
.ttm-author-widget .author-widget_text {
line-height: 30px;
margin: 0;
padding: 0 2px;
padding-bottom: 15px;
}
/*widget-search*/
.sidebar .widget.widget-search{ position: relative; }
.sidebar .widget.widget-search .search-form label {
display: block;
}
.sidebar .widget-search .screen-reader-text {
clip: rect(1px,1px,1px,1px);
position: absolute!important;
height: 1px;
width: 1px;
overflow: hidden;
}
.sidebar .widget.widget-search .search-form .search-submit {
position: absolute;
top: 0;
right: 0;
text-indent: -999px;
padding: 0;
width: 46px;
height: 46px;
z-index: 1;
border-radius: 0 3px 3px 0;
background-image: url(../images/search-icon.png);
background-color: transparent;
background-repeat: no-repeat;
background-position: center;
background-size: 16px 16px;
opacity: .5;
}
.sidebar .widget.widget-search .input-text {
border-width: 1px;
background-color: #fff;
border-radius: 0;
text-indent: 0;
}
/*widget-categories*/
.sidebar .widget_product_categories li, .sidebar .widget_categories li {
position: relative;
margin: 5px 0;
padding-bottom: 5px!important;
}
.sidebar .widget_product_categories li span, .sidebar .widget-Categories li span {
position: absolute;
right: 0;
top: 13px;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
border-radius: 50%;
display: block;
font-size: 13px;
font-weight: 400;
}
/** ttm-recent-post-list **/
ul.ttm-recent-post-list>li {
padding: 15px 0;
}
ul.ttm-recent-post-list>li>a {
font-size: 15px;
line-height: 22px;
display: block;
font-weight: 400;
}
ul.ttm-recent-post-list>li img {
display: block;
width: 70px;
height: 70px;
float: left;
margin-right: 18px;
}
ul.ttm-recent-post-list>li .post-date {
display: block;
font-size: 12px;
}
/* tagcloud-widget */
.sidebar .widget .tagcloud a {
display: inline-block;
padding: 7px 25px;
margin: 0 2px 8px;
border: 2px solid ;
border-radius: 0;
font-size: 14px!important;
background-color: transparent;
font-weight: 500;
}
/* widget-nav-menu */
.widget.widget-nav-menu ul li{
margin-bottom: 2px;
padding: 0;
}
.widget.widget-nav-menu ul li a{
display: block;
padding: 14px 30px 14px 24px;
position: relative;
background-color: #fff;
z-index: 1;
font-weight: 500;
font-size: 15px;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.widget.widget-nav-menu ul li a:before {
content: "";
width: 4px;
top: 0;
left: 0;
background: #eaeaea;
height: 100%;
position: absolute;
-webkit-transition: background 0.2s linear;
transition: background 0.2s linear;
z-index: 1;
}
.widget.widget-nav-menu ul li a:after {
content: "";
width: 0;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-transition: width 0.3s linear;
transition: width 0.3s linear;
z-index: -2;
}
.widget.widget-nav-menu ul li:hover a:after,
.widget.widget-nav-menu ul li.active a:after{
width: 100%;
}
/* contact-widget */
.sidebar .widget-area .widget.contact-widget {
padding: 25px 25px 20px;
background-color: #fff;
}
.sidebar ul.contact-widget-wrapper li i {
position: absolute;
top: 6px;
left: 0;
font-size: 20px;
}
.sidebar ul.contact-widget-wrapper li {
padding-left: 30px;
position: relative;
padding-top: 0;
padding-bottom: 10px;
line-height: 29px;
}
/* pagination */
.ttm-pagination {
display: block;
margin-bottom: 74px;
margin-top: 20px;
text-align: center;
}
.ttm-pagination .page-numbers {
width: 40px;
height: 40px;
line-height: 39px;
text-align: center;
display: inline-block;
background-color: #f8f9fa;
font-size: 15px;
font-weight: 600;
border: 1px solid #f8f9fa;
border-radius: 0;
margin: 0 3px;
padding: 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
/* ===============================================
24.Products
------------------------*/
.ttm-product-box{
margin-bottom: 35px;
}
.ttm-product-box-inner {
position: relative;
overflow: hidden;
}
.products .product .ttm-shop-icon {
left: 50%;
position: absolute;
text-align: center;
top: 60%;
transform: translateY(-50%) translateX(-50%);
width: 100%;
z-index: 2;
opacity: 0;
transition: 0.6s;
z-index: 1;
display: flex;
width: auto;
max-width: 105px;
}
.products .product .ttm-shop-icon:before {
background: #fff none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: .95;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.products .product:hover .ttm-shop-icon {
opacity: 1;
top: 50%;
}
.products .product .ttm-shop-icon a{
display: inline-block;
width: 53px;
height: 36px;
font-size: 15px;
line-height: 36px;
text-align: center;
padding: 0;
margin: 0;
background: none;
font-weight: 500;
letter-spacing: 1px;
transition: none;
padding-left: 0;
border-radius: 50%;
}
.products .product .search-btn{ position: relative; }
.products .product .search-btn:before{
position: absolute;
content: "";
height: 22px;
left: -1px;
top: 50%;
background-color: rgba(0,0,0,.5);
transform: translateY(-50%);
width: 1px
}
.products .product .ttm-product-box .ttm-product-content {
text-align: left;
padding: 12px 0 11px;
position: relative;
}
.products .product .ttm-product-box .ttm-product-content .ttm-product-title h2{
padding: 0;
margin: 0;
font-size: 17px;
font-weight: 500;
padding-bottom: 0;
color: #182333;
line-height: 20px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.products .product .price {
margin: 0;
min-height: 20px;
font-size: 15px;
margin-top: 2px;
}
.products .price .product-Price-amount {
font-size: 18px;
font-weight: 400;
}
.products .price del .product-Price-amount {
font-size: 13px;
text-decoration: line-through;
}
.products .price ins {
text-decoration: none;
padding: 2px;
}
.products .product .star-ratings {
position: absolute;
right: 0;
bottom: 9px;
}
.products .star-ratings ul{ padding: 0; margin: 0; }
.products .star-ratings ul li{ display: inline-block; }
.products .star-ratings ul li i{ font-size: 10px; }
.products .product .onsale {
height: 26px;
width: 52px;
line-height: 28px;
color: #fff;
text-align: center;
font-size: 12px;
text-transform: uppercase;
background: #182333;
display: inline-block;
vertical-align: top;
border-radius: 0;
padding-top: 0;
position: absolute;
top: 20px;
right: 20px;
left: 20px;
z-index: 1;
margin: -2.5px -5px;
min-height: auto;
font-weight: 400;
}
/* product-poster */
.product-poster-content .ttm-bg-highlight-dark,
.product-poster-content .ttm-bg-highlight-skin {
display: inline-block;
}
.product-poster-content .poster-label-tag{ padding: 0 28px; }
.product-poster-content .poster-label-tag{
text-align: center;
font-size: 14px;
line-height: 28px;
font-weight: 400;
}
.product-poster-content .poster-label h2{ padding: 22px 42px; }
.product-poster-content .poster-label h2{
text-align: center;
font-size: 72px;
line-height: 70px;
color: #ffffff;
font-weight: 600;
}
.product-poster-content .poster-text{
text-align: left;
font-size: 24px;
line-height: 28px;
color: #494e54;
font-weight: 400;
margin-bottom: 30px;
padding-top: 22px;
}
.product-poster-content .poster-amount h4{
text-align: left;
font-size: 70px;
line-height: 70px;
font-weight: 600;
}
/* single-product-details */
.ttm-single-product-details {
background-color: #fff;
margin-bottom: 30px;
}
.ttm-single-product-info {
padding: 30px 0px;
}
div.product.ttm-single-product-details div.images {
width: 48%;
float: left;
}
div.product.ttm-single-product-details div.summary {
width: 48%;
float: right;
}
div.product.ttm-single-product-details .product-gallery__image img{
height: auto;
max-width: 100%;
}
.ttm-single-product-details div.images .product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block;
}
.screen-reader-text {
clip: rect(1px,1px,1px,1px);
position: absolute!important;
height: 1px;
width: 1px;
overflow: hidden;
}
div.product .summary .price .Price-amount { font-size: 22px;}
div.product .summary .product-rating {
float: right;
margin-bottom: 15px;
}
.summary .star-rating {
float: left;
padding: 0;
margin: 0;
margin-right: 5px;
}
.summary .star-rating li{
display: inline-block;
font-size: 12px;
}
.product_meta {
padding-top: 17px;
border-top: 1px solid #ddd;
margin-top: 15px;
}
.ttm-single-product-details .product-details__short-description {
margin-top: 20px;
margin-bottom: 50px;
}
.summary form.cart {
margin-top: 30px;
margin-bottom: 30px;
}
div.product form.cart div.quantity {
float: left;
margin: 0 4px 0 0;
}
.quantity .qty {
height: 41px;
width: 88px;
text-align: center;
}
.sku_wrapper {
margin-right: 10px;
}
.posted_in { font-weight: 700; }
.posted_in a { font-weight: 400; }
.tabs-for-single-products.ttm-tabs{ padding: 0 30px 30px 0px; }
div.product ul.tabs li a {
font-weight: 400;
color: #515151;
padding: 13px 30px;
font-size: 16px;
font-weight: 400;
color: #fff;
font-size: 16px;
border-color: #e4e4e4;
background-color: #f9f9f8;
border-radius: 3px;
border: 1px solid #e4e4e4;
position: relative;
}
div.product ul.tabs li { margin: 0 2px; }
div.product ul.tabs li a{color: #515151 !important;}
div.product ul.tabs li.active a,
div.product ul.tabs li:hover a { color: #fff !important; }
div.product ul.tabs li.active a:before{
display: block!important;
content: "";
width: 0;
height: 0;
border: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid;
position: absolute;
bottom: -8px;
left: 50%;
-khtml-transform: translateX(-50%) translateY(0%);
-moz-transform: translateX(-50%) translateY(0%);
-ms-transform: translateX(-50%) translateY(0%);
-o-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);
}
div.product .ttm-tabs .content-inner h2 { font-size: 25px; }
div.product .ttm-tabs .content-tab{ padding: 30px 0 0 0; width: 100%; }
.related.products { margin-top: 50px; }
.related.products h2 {
font-size: 28px;
font-weight: 600;
line-height: 40px;
padding-bottom: 15px;
}
#reviews #comments ol{ margin: 0; padding: 0; }
#reviews #comments ol.commentlist li img.avatar { width: 65px; }
#reviews #comments ol.commentlist li img.avatar {
float: left;
position: absolute;
top: 0;
left: 0;
padding: 3px;
background: #ebe9eb;
border: 1px solid #e4e1e3;
margin: 0;
box-shadow: none;
}
div.product #reviews .star-rating {
margin: 0;
margin-top: 7px;
float: right;
}
#reviews #comments ol.commentlist li {
padding: 0;
margin: 0 0 20px;
position: relative;
border: 0;
}
#reviews #comments ol.commentlist li .comment-text {
border: 1px solid #e4e1e3;
padding: 1em 1em 0;
border-radius: 0;
margin-left: 80px;
}
#reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 16px;
color: #828c96;
margin-bottom: 9px;
}
div.product .Reviews .star-rating {
margin: 0;
margin-top: 7px;
float: right;
}
.comment-form-rating { padding-bottom: 20px;}
.comment-form-rating .stars{ margin-bottom: 15px; }
#review_form_wrapper .comment-reply-title {
font-size: 18px;
line-height: 20px;
color: #283d58;
}
#review_form_wrapper .comment-respond p { margin: 0 0 10px; }
#reviews #review_form_wrapper select { width: 154px !important; }
#reviews #comment { height: 75px; }
#review_form_wrapper .comment-respond .form-submit { margin-top: 30px; }
table {
border-collapse: collapse;
border-spacing: 0;
vertical-align: middle;
width: 100%;
margin: 0 0 1.75em;
}
table tbody tr, table thead tr { border: 1px solid #e6e6e6; }
table tbody th { border-right: 1px solid #e6e6e6; }
table.shop_attributes th {
width: 150px;
font-weight: 700;
padding: 8px;
border-top: 0;
border-bottom: 1px dotted rgba(0,0,0,.1);
margin: 0;
line-height: 1.5;
}
table.shop_attributes td {
font-style: italic;
border-top: 0;
border-bottom: 1px dotted rgba(0,0,0,.1);
margin: 0;
padding-left: 10px;
line-height: 1.5;
}
table.shop_attributes td p {
margin: 0;
padding: 8px 0;
}
/* Cart */
.ttm-cart-form,
.checkout{
margin: 0;
padding: 30px;
background-color: #fff;
}
.shop_table{
border: 1px solid rgba(0,0,0,.1);
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-radius: 0px;
}
table.shop_table tbody tr,
table.shop_table thead tr {
border: 1px solid #e6e6e6;
}
table.shop_table th {
font-weight: 700;
padding: 9px 12px;
line-height: 1.5em;
border-top: 1px solid rgba(0,0,0,.1);
}
table.shop_table td {
border-top: 1px solid rgba(0,0,0,.1);
padding: 5px 10px;
vertical-align: middle;
line-height: 1.5em;
}
table.shop_table .product-thumbnail img{ width: 32px; height: auto; }
table.shop_table td.actions{ text-align: right; }
table.shop_table td.actions .input-text {
width: 150px;
float: left;
}
.quantity { height: 41px; width: 88px; }
.coupon { float: left;}
.coupon .input-text{
float: left;
margin: 0 4px 0 0;
}
.actions button, .coupon button , a.checkout-button{ border: 0; }
.coupon button , a.checkout-button, button.cart_button{
padding: 15px 30px 15px;
font-weight: 500;
font-size: 13px;
line-height: 1;
text-align: center;
}
button.cart_button{ padding: 11px 40px; }
.cart-collaterals { margin-top: 60px; }
.cart-collaterals .cart_totals {
float: right;
width: 48%;
}
.cart_totals h2 {
margin-bottom: 15px;
font-size: 28px;
}
a.checkout-button { display: block; }
a.remove {
display: block;
font-size: 1.5em;
height: 1em;
width: 1em;
text-align: center;
line-height: 1;
border-radius: 100%;
color: red;
text-decoration: none;
font-weight: 700;
border: 0;
}
a.remove:hover { color: #fff; background: red;}
/* checkout */
.form-row .required {
color: red;
font-weight: 700;
border: 0!important;
text-decoration: none;
}
form .form-row {
padding: 3px;
margin: 0 0 6px;
}
.checkout h3#order_review_heading {
margin-bottom: 30px;
margin-top: 15px;
}
.checkout #payment {
background: #ebe9eb;
border-radius: 5px;
}
ul.payment_methods {
text-align: left;
padding: 1em;
border-bottom: 1px solid #d3ced2;
margin: 0;
list-style: none outside;
}
#payment .payment_box {
position: relative;
box-sizing: border-box;
width: 100%;
padding: 1em;
margin: 1em 0;
font-size: .92em;
border-radius: 2px;
line-height: 1.5;
background-color: #dfdcde;
color: #515151;
}
#payment div.form-row { padding: 1em; }
/* ===============================================
24.event
------------------------*/ | public/guest/template/css/shortcodes.css | 1.ttm-row
------------------------*/
.ttm-row{ padding: 90px 0;}
.ttm-row.row-top-section,
.ttm-row.home5-fid2-section{ padding: 0 0; }
.ttm-row.about-section{ padding: 100px 0 122px; }
.ttm-row.broken-section{ padding: 0 0; }
.ttm-row.portfolio-section{ padding: 144px 0 90px; }
.ttm-row.services-section{ padding: 0 0 70px; }
.ttm-row.only-title-section{ padding-top: 155px; padding-bottom: 155px; }
.ttm-row.team-section{ padding-top: 0px; padding-bottom: 85px; }
.ttm-row.row-title-section{ padding-top: 130px; padding-bottom: 215px; }
.ttm-row.about3-section{ padding: 90px 0 65px; }
.ttm-row.contact-section{ padding: 0 0 100px; }
.ttm-row.testimonial2-section{ padding: 90px 0 100px; }
.ttm-row.blog-section{ padding: 90px 0 136px; }
.ttm-row.blog2-section{ padding: 80px 0 146px; }
.ttm-row.about2-section{ padding: 108px 0 47px; }
.ttm-row.services2-section{ padding: 90px 0 75px; }
.ttm-row.desc-only-section{ padding: 40px 0 25px; }
.ttm-row.contact-form-section{ padding: 110px 0 0; }
.ttm-row.services3-section{ padding: 90px 0 70px; }
.ttm-row.fid-section{ padding-top: 126px; padding-bottom: 70px; }
.ttm-row.partners-section{ padding: 100px 0 65px; }
.ttm-row.multi-content-section{ padding: 90px 0 220px; }
.ttm-row.company-template-section{ padding: 0 0; }
.ttm-row.services3-section{ padding: 70px 0 168px; }
.ttm-row.actionbox-section{ padding : 35px 0 76px; }
.ttm-row.row-text-section{ padding: 78px 0 60px; }
.ttm-row.services-box-section{ padding: 0 0 95px; }
.ttm-row.fid2-section{ padding: 34px 0 65px; }
.ttm-row.only-title-section.style2{ padding-top: 93px; padding-bottom: 70px; }
.ttm-row.processbox2-section{ padding: 0 0 140px; }
.ttm-row.map-section{ padding: 0 0; }
.ttm-row.carrer-pos-section{ padding: 0 0 120px; }
.ttm-row.featured-section{ padding: 45px 0; }
.ttm-row.banner-box-section{ padding: 80px 0 42px; }
.ttm-row.product-section{ padding: 0 0 45px; }
.ttm-row.cart-section{ padding: 82px 0 130px; }
.ttm-row.expertise-section{ padding: 60px 0 20px; }
.ttm-row.cta-form-section{ padding: 60px 0 130px; }
.ttm-row.about4-section{padding:103px 0 0;}
.ttm-row.desc-only-section.style2{padding: 29px 0 36px;}
.ttm-row.home4-services2-section{padding-bottom: 135px;}
.ttm-row.home4-services-section{padding-bottom: 0;}
.ttm-row.only-title-section.style3{padding-top: 90px;}
.ttm-row.only-bgimg-section{padding-top: 243px !important;padding-bottom: 270px !important;}
.ttm-row.event-section{padding-bottom: 70px;}
.ttm-row.home4-last-section{padding-bottom: 110px;}
/* ===============================================
2.Row-Equal-Height
------------------------*/
.row-equal-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-equal-height > [class*='col-'] {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/* ===============================================
3.Bg-Layer
------------------------*/
.ttm-bg{ position: relative;}
.ttm-col-bgimage-yes, .bg-layer-equal-height .ttm-col-bgcolor-yes{ height: 100%; z-index: 9;}
.ttm-bg-layer , .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.ttm-left-span .ttm-col-wrapper-bg-layer {
width: auto;
margin-left: -100px;
right: 0;
}
.ttm-right-span .ttm-col-wrapper-bg-layer {
width: auto;
margin-right: -100px;
right: 0;
}
.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer { opacity: .9; }
.layer-content{ position: relative ; z-index: 9; height: 100%; }
.bg-layer > .container > .row { margin: 0; }
.bg-layer > .container > .row > [class*='col-'] ,
.bg-layer > .container-fluid > .row > [class*='col-'] { padding: 0; }
/* ===============================================
4.Row-Bg-Image
------------------------*/
.bg-img1{
background-image: url(../images/bg-image/row-bgimage-1.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img2{
background-image: url(../images/bg-image/row-bgimage-2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img3{
background-image: url(../images/bg-image/row-bgimage-3.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img4{
background-image: url(../images/bg-image/row-bgimage-4.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.bg-img5{
background-image: url(../images/bg-image/row-bgimage-5.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img6{
background-image: url(../images/bg-image/row-bgimage-6.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img7{
background-image: url(../images/bg-image/row-bgimage-7.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img8{
background-image: url(../images/bg-image/row-bgimage-8.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img9{
background-image: url(../images/bg-image/row-bgimage-9.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img10{
background-image: url(../images/bg-image/row-bgimage-10.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img11{
background-image: url(../images/bg-image/row-bgimage-11.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img12{
background-image: url(../images/bg-image/row-bgimage-12.png);
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 80%;
}
.bg-img13{
background-image: url(../images/bg-image/row-bgimage-13.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img14{
background-image: url(../images/bg-image/row-bgimage-14.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img15{
background-image: url(../images/bg-image/row-bgimage-15.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-img16{
background-image: url(../images/bg-image/row-bgimage-16.jpg);
background-position: right bottom;
}
.bg-img17{
background-image: url(../images/bg-image/row-bgimage-17.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bg-map{
background-image: url(../images/map.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
/* ===============================================
5.Col-Bg-Image
------------------------*/
.ttm-equal-height-image{ display: none; }
.col-bg-img-one.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
background-image: url(../images/bg-image/col-bgimage-1.jpg) !important;
background-position: left center!important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.col-bg-img-two.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
background-image: url(../images/bg-image/col-bgimage-2.jpg) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.col-bg-img-three.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
background-image: url(../images/bg-image/col-bgimage-3.jpg) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.col-bg-img-four.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
background-image: url(../images/bg-image/col-bgimage-4.jpg) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.col-bg-img-five.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
background-image: url(../images/bg-image/col-bgimage-5.jpg) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.col-bg-img-six.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
background-image: url(../images/bg-image/col-bgimage-6.jpg) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.col-bg-img-seven.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
background-image: url(../images/bg-image/col-bgimage-7.jpg) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
/* ===============================================
6.highlight-text
------------------------*/
.highlight-text h2{
text-align: left;
font-size: 90px;
line-height: 90px;
font-family: 'Poppins',Arial,Helvetica;
font-weight: 600;
}
.highlight-text {
background: url(../images/highlight-text-bg.jpg) no-repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-position: center center;
}
.max-content{ max-width: max-content !important; width: auto;}
/* ===============================================
7.Section-Title
------------------------*/
.section-title{ position: relative; }
.section-title h5{
font-family: "Poppins",Arial,Helvetica,sans-serif;
font-weight: 500;
text-transform: uppercase;
font-size: 14px;
line-height: 24px;
letter-spacing: 1px;
margin-bottom: 2px;
margin-top: 5px;
color: #8d9297;
}
.section-title h2.title{
font-family: "Poppins",Arial,Helvetica,sans-serif;
font-weight: 600;
font-size: 36px;
line-height: 46px;
margin-bottom: 0;
}
.section-title .title-desc{
font-family: "Poppins",Arial,Helvetica,sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 27px;
margin-bottom: 32px;
}
.section-title .title-header{
position: relative;
padding-left: 29px;
margin-bottom: 29px;
}
.section-title.with-desc .title-header{ margin-bottom: 25px; }
.section-title .title-header:after{
display: block;
content: "";
position: absolute;
background-color: transparent;
width: 6px;
top: 0%;
height: 95%;
left: 0;
margin-left: 0;
}
/* style2 */
.section-title.style2{
padding-bottom: 42px;
margin-right: -35px;
}
.section-title.style2.with-seprator{ padding-bottom: 35px; }
.section-title.style2 .title-desc:after{
content: "";
right: 55%;
height: 70%;
position: absolute;
top: 0%;
width: 1px;
border-right: 1px solid rgba(122,122,122,.34);
}
.ttm-bgcolor-skincolor .section-title.style2 .title-desc:after{ border-right: 1px solid rgba(255,255,255,.16); }
.section-title.style2 .title-header{
width: 50%;
padding-right: 60px;
}
.section-title.style2 .title-header,
.section-title.style2 .title-desc{
display: table-cell;
vertical-align: middle;
}
.section-title.title-style-center_text,
.section-title.title-style-center_text .title-desc{ text-align: center; }
.section-title.title-style-center_text.with-desc .title-header{ margin-bottom: 47px; }
.section-title.title-style-center_text .title-header:after{
width: 70px;
bottom: -20px;
height: 6px;
left: 50%;
margin-left: -35px;
top: auto;
}
.section-title.without-sep-line .title-header,
.section-title.title-style-center_text.with-desc .title-header{ padding-left: 0; }
.section-title.without-sep-line .title-header:after,
.section-title.title-style-center_text.without-sep-line .title-header:after{ content: unset; }
/* row-title*/
.row-title h2.title{
font-size: 60px;
line-height: 65px;
font-family: "Poppins",Arial,Helvetica,sans-serif;
font-weight: 600;
font-weight: 600;
margin-bottom: 0px;
padding: 0;
}
.row-title h5{
text-align: center;
font-size: 18px;
line-height: 52px;
text-transform: capitalize;
}
/* ===============================================
8.separator
------------------------*/
.separator .sep-line {
height: 1px;
border-top: 1px solid #dbdbdb;
display: block;
position: relative;
top: 5px;
width: 100%;
}
.ttm-bgcolor-darkgrey .separator .sep-line{
border-color: rgba(255,255,255,0.14);
}
.ttm-bgcolor-white .separator .sep-line{
border-color: #f1f1f1;
}
/* ===============================================
9.Buttons
------------------------*/
.ttm-btn{
display: inline-block;
font-size: 16px;
line-height: normal;
padding: 11px 32px 11px 31px;
background: transparent;
border: 1px solid transparent;
position: relative;
font-weight: 600;
overflow: hidden;
z-index: 9;
vertical-align: middle;
text-transform: capitalize;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.ttm-btn.ttm-icon-btn-left{ padding-left: 44px; }
.ttm-btn.ttm-icon-btn-right{ padding-right: 44px; }
.ttm-btn.ttm-icon-btn-left i{ left: 20px;}
.ttm-btn.ttm-icon-btn-right i{ right: 20px;}
.ttm-btn.ttm-icon-btn-right{ padding-right: 22px; }
.ttm-btn.ttm-icon-btn-right i{ right: 2px; }
.ttm-bgcolor-darkgrey .ttm-btn:hover.btn-inline.ttm-btn-color-skincolor{
background-color: transparent;
color: #fff;
}
/** btn-with-icon **/
.ttm-btn i{
display: block;
position: absolute;
top: 50%;
-webkit-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
}
.ttm-btn.ttm-icon-btn-right{ text-align: right; }
.ttm-btn.ttm-icon-btn-left { text-align: left; }
/** btn-size-xs **/
.ttm-btn.ttm-btn-size-xs { font-size: 11px; padding: 8px 20px;}
.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-right{ padding-right: 31px; }
.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-left{ padding-left: 31px; }
.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-left i{ left: 12px; }
.ttm-btn.ttm-btn-size-xs i {
font-size: 14px;
height: 11px;
line-height: 11px;
right: 12px;
}
/** btn-size-sm **/
.ttm-btn.ttm-btn-size-sm { font-size: 14px; padding: 10px 24px 10px 24px; }
.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-right{ padding-right: 39px; }
.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-left{ padding-left: 39px; }
.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-left i{ left: 16px;}
.ttm-btn.ttm-btn-size-sm i {
font-size: 11px;
height: 12px;
line-height: 12px;
right: 16px;
}
/** btn-size-md **/
.ttm-btn.ttm-btn-size-md { font-size: 14px; padding: 13px 30px 13px 30px; }
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-right { padding-right: 48px; }
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-left{ padding-left: 48px; }
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-left i{ left: 20px;}
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-right i {
font-size: 11px;
height: 11px;
line-height: 11px;
right: 20px;
}
/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg { font-size: 20px; line-height: 20px; padding: 18px 45px;}
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-right { padding-right: 60px; }
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-left{ padding-left: 60px; }
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-left i{ left: 25px;}
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-right i {
font-size: 20px;
height: 16px;
line-height: 16px;
right: 25px;
}
/** btn-shape **/
.ttm-btn.ttm-btn-shape-round { border-radius: 2em; }
.ttm-btn.ttm-btn-shape-rounded { border-radius: 5px; }
.ttm-btn.ttm-btn-shape-square { border-radius: 0; }
/** btn-style-border **/
.ttm-btn.ttm-btn-style-border{ background-color: transparent; border: 2px solid; }
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
color: #fff;
border-color: #fff;
background: transparent;
}
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover{
color: #020d26;
border-color: #FFF;
background-color: #FFF;
}
/** btn-inline **/
.ttm-btn.btn-inline{
text-transform: capitalize;
font-size: 13px;
font-weight: 600;
padding: 0;
border: 1px solid transparent;
background-color: transparent;
}
.ttm-btn.btn-inline.ttm-icon-btn-right{
padding-right: 20px;
}
.ttm-btn.btn-inline.ttm-icon-btn-right i{
padding-right: 2px;
right: 0;
}
/* videao-btn */
.ttm-video-btn.video-btn-left{ left: 0; }
.ttm-video-btn.text-center{
position: absolute;
left: 0;
right: 0;
top: 165px;
}
.video-btn-left .ttm-play-btn{ padding-left: 90px; }
.ttm-video-btn.video-btn-center {
left: 50%;
margin-top: -25px;
position: absolute;
top: 50%;
}
.ttm-video-btn:hover a {
opacity: 0.9;
color: #fff;
}
.ttm-play-btn {
border-radius: 30px;
color: #fff;
font-size: 18px;
display: block;
padding: 10px 20px 10px 50px;
position: relative;
}
.ttm-video-btn .ttm-btn-play,
.ttm-video-btn .ttm-video-btn-play {
height: 65px;
width: 65px;
line-height: 65px;
border-radius: 50%;
padding-left: 7px;
text-align: center;
font-size: 30px;
font-variant: normal;
text-rendering: auto;
display: inline-block;
text-align: center;
margin: 0 auto;
-webkit-transform: translate(-25%,-10%);
-ms-transform: translate(-25%,-10%);
-o-transform: translate(-25%,-10%);
transform: translate(-25%,-10%);
}
.ttm-btn-play:after, .ttm-btn-play:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border-radius: 50%;
background-color: #fda12b;
}
.ttm-btn-play:after{
z-index: 1;
width: 105px;
height: 105px;
opacity: .09;
}
.ttm-btn-play:before {
z-index: 2;
width: 94px;
height: 94px;
opacity: .21;
}
.ttm-play-btn:hover,
.ttm-video-btn span.ttm-btn-play{
color: #fff;
}
.ttm-video-btn:hover .ttm-btn-play {
background-color: rgba(253, 161, 43, 0.95);
color: rgba(255, 255, 255, 1);
}
.ttm-video-btn .ttm-video-btn-play:before {
z-index: 2;
width: 94px;
height: 94px;
opacity: .21;
}
.ttm-video-btn .ttm-video-btn-play:before,
.ttm-video-btn .ttm-video-btn-play:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border-radius: 50%;
background-color: #fff;
}
.ttm-video-btn .ttm-video-btn-play:after {
z-index: 1;
width: 105px;
height: 105px;
opacity: .09;
}
.ttm-video-btn .ttm-video-btn-play:hover:before,
.ttm-video-btn .ttm-video-btn-play:hover:after{
-webkit-animation: prittyphoto 1.05s infinite;
-moz-animation: prittyphoto 1.05s infinite;
-ms-animation: prittyphoto 1.05s infinite;
-o-animation: prittyphoto 1.05s infinite;
animation: prittyphoto 1.05s infinite;
}
@-webkit-keyframes prittyphoto{
100%{width:200%;height:200%;opacity:0}
}
@keyframes prittyphoto{
100%{width:200%;height:200%;opacity:0}
}
@-webkit-keyframes sonarEffect{
%{opacity:.3}
40%{opacity:.5}
100%{-webkit-transform:scale(1.5);opacity:0}
}
/* ===============================================
10.Icons
------------------------*/
.ttm-icon{
margin-bottom: 35px;
display: inline-block;
text-align: center;
border: 2px solid transparent;
position: relative;
transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
box-sizing: content-box;
position: relative;
}
.ttm-icon i{
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
/** icon-size-xs **/
.ttm-icon.ttm-icon_element-size-xs { height: 40px; width: 40px; line-height: 40px; }
.ttm-icon.ttm-icon_element-size-xs i { font-size: 19px; }
/** icon-size-sm **/
.ttm-icon.ttm-icon_element-size-sm { height: 50px; width: 50px; line-height: 50px; }
.ttm-icon.ttm-icon_element-size-sm i { font-size: 28px; }
/** icon-size-md **/
.ttm-icon.ttm-icon_element-size-md { height: 58px; width: 58px; line-height: 58px }
.ttm-icon.ttm-icon_element-size-md i { font-size: 30px; }
/** icon-size-lg **/
.ttm-icon.ttm-icon_element-size-lg { height: 58px; width: 58px; line-height: 58px; }
.ttm-icon.ttm-icon_element-size-lg i { font-size: 45px; }
/** icon-shape **/
.ttm-icon.ttm-icon_element-style-round { border-radius: 5px; }
.ttm-icon.ttm-icon_element-style-rounded { border-radius: 50%; }
.ttm-icon.ttm-icon_element-style-square { border-radius: 0;}
/** icon-style-border **/
.ttm-icon.ttm-icon-color-black.ttm-icon-style-border { background-color: transparent; }
/* ===============================================
11.Fid
------------------------*/
.inside {
text-align: center;
position: relative;
padding: 29px 15px 25px 15px;
margin-bottom: 30px;
}
.inside h4 {
margin-bottom: 0;
padding-bottom: 0;
font-size: 40px;
line-height: 45px;
font-weight: 500;
}
.ttm-fid-view-righticon.inside h4, .ttm-fid-view-lefticon.inside h4 { margin-bottom: 0; float: left; display: block; }
.ttm-fid-view-lefticon.inside h4 span:nth-child(2) { margin-left: 5px; }
.inside h3 {
margin-bottom: 0;
bottom: -11px;
width: 100%;
font-size: 17px;
line-height: 25px;
font-weight: 400;
padding-top: 0;
}
.ttm-fid-view-righticon .ttm-fid-left, .ttm-fid-view-lefticon .ttm-fid-left {
position: relative;
display: block;
width: 100%;
padding-bottom: 44px;
}
.ttm-fid-view-righticon .ttm-fid-icon-wrapper, .ttm-fid-view-lefticon .ttm-fid-icon-wrapper {
position: absolute;
top: 0;
}
.ttm-fid-icon-wrapper i { font-size: 40px; }
.ttm-fid-view-topicon .ttm-fid-icon-wrapper i {
position: absolute;
top: 50%;
left: 50%;
-khtml-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.ttm-fid-view-lefticon.inside h4 { padding-left: 55px; }
.ttm-fid-view-righticon .ttm-fid-contents, .ttm-fid-view-lefticon .ttm-fid-contents {
padding-top: 12px;
text-align: left;
border-top: 1px solid #E8E8E8;
clear: both;
overflow: hidden;
margin-top: 15px;
}
.ttm-fid-inner-row > .col-md-3{
width: auto;
max-width: max-content;
}
.ttm-fid-view-lefticon-style2{
margin-bottom: 0;
}
.ttm-fid-view-lefticon-style2 .ttm-fid-icon-wrapper {
position: absolute;
}
.ttm-fid-view-lefticon-style2 .ttm-fid-icon-wrapper i {
line-height: 70px;
font-size: 60px!important;
padding-top: 5px;
}
.ttm-fid-view-lefticon-style2 .ttm-fid-contents {
padding-top: 0;
text-align: left;
clear: both;
overflow: hidden;
padding-left: 80px;
}
.ttm-fid-view-lefticon-style2.with-border{border-right: 1px solid rgba(255,255,255,.08);}
.row.ttm-fid-row-wrapper { margin: 0; }
.row.ttm-fid-row-wrapper .col-md-4{ padding: 0; }
.ttm-fid-view-topicon { padding: 30px 0 2px; padding-left: 0;}
.ttm-facts-colum-sep .ttm-fid-view-topicon{ padding: 5px 0 2px; margin-bottom: 14px; }
.ttm-facts-colum-sep .col-md-3:not(:last-child):after {
content: "";
height: 100%;
width: 1px;
background-color: rgba(255, 255, 255, .23);
display: block;
position: absolute;
right: 0;
top: 0;
top: 50%;
-khtml-transform: translateX(0%) translateY(-50%);
-moz-transform: translateX(0%) translateY(-50%);
-ms-transform: translateX(0%) translateY(-50%);
-o-transform: translateX(0%) translateY(-50%);
transform: translateX(0%) translateY(-50%);
}
.ttm-fid.ttm-fid-view-topicon .ttm-fid-icon-wrapper {
margin-bottom: 0;
width: 122px;
height: 61px;
line-height: 61px;
border-radius: 50%;
display: inline-block;
position: relative;
}
.inside.ttm-fid-view-topicon h4 { font-size: 44px; line-height: 55px; }
.inside.ttm-fid-view-topicon h3{ position: relative; }
.inside.ttm-fid-view-topicon h3:after {
content: "";
left: 50%;
height: 2px;
position: absolute;
top: -9px;
width: 30px;
margin-left: -17px;
background-color: transparent;
}
.ttm-fid-contents sub {
font-size: 15px;
font-weight: 400;
bottom: -.25em;
}
/* ===============================================
12.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box { position: relative;}
.featured-icon-box .ttm-icon{ margin-bottom: 0px; }
.featured-icon-box.top-icon .featured-content{ padding-top: 14px; }
.featured-icon-box .ttm-icon.ttm-icon_element-size-md{ height: 42px; width: 42px; line-height: 42px;}
.featured-icon-box .ttm-icon.ttm-icon_element-fill.ttm-icon_element-size-md{ height: 72px; width: 72px; line-height: 72px; }
.featured-icon-box.left-icon{ display: table; }
.featured-icon-box.left-icon .featured-icon:not(.ttm-icon_element-border),
.featured-icon-box.left-icon .featured-icon,
.featured-icon-box.left-icon .featured-content{
display: table-cell;
vertical-align: middle;
}
.featured-icon-box.left-icon.icon-align-top .featured-icon{ vertical-align: top; }
.featured-icon-box.left-icon .featured-content { padding-left: 12px; }
.featured-title h5{ font-size: 20px; line-height: 27px; margin-bottom: 10px; font-weight: 600; }
.featured-title h6 { font-size: 13px; line-height: 25px; margin-bottom: 0px; }
.featured-icon-box.iconalign-before-heading{ padding: 20px 0; }
.featured-icon-box.iconalign-before-heading .featured-content{ display: table; }
.featured-icon-box.iconalign-before-heading .featured-content .featured-icon,
.featured-icon-box.iconalign-before-heading .featured-content .ttm-icon,
.featured-icon-box.iconalign-before-heading .featured-content .featured-title{ display: table-cell; vertical-align: middle;}
.featured-icon-box.iconalign-before-heading .featured-icon{ padding-right: 15px; }
body{ counter-reset: section; }
.featuredbox-number .ttm-num:before{ counter-increment: section; content: counter(section, decimal-leading-zero) " " ;}
.featured-icon-box.style1{ padding: 41px 20px 31px; }
.featured-icon-box.style2 { padding: 0 25px 0 0; position: relative; }
.featured-icon-box.style2 .ttm-icon{ margin-bottom: 0; }
.featured-icon-box.style2 .featured-title h5{ font-size: 18px; line-height: 26px; margin-bottom: 0;}
.col-md-4:not(:last-child) .featured-icon-box.style2:after{
content: "";
height: 100%;
width: 1px;
background-color: #f1f1f1;
display: block;
position: absolute;
right: 0;
top: 50%;
-khtml-transform: translateX(0%) translateY(-50%);
-moz-transform: translateX(0%) translateY(-50%);
-ms-transform: translateX(0%) translateY(-50%);
-o-transform: translateX(0%) translateY(-50%);
transform: translateX(0%) translateY(-50%);
}
.featured-icon-box.style3{ padding: 0 0 11px 0; }
.featured-icon-box.style3 .ttm-icon.ttm-icon_element-size-md{ height: 75px; width: 75px; margin-right: 10px; margin-top: 5px;}
.featured-icon-box.style3 .ttm-icon.ttm-icon_element-size-md i{ font-size: 30px; }
.featured-icon-box.style4{ border: 1px solid #f1f1f1; padding: 19px 20px; margin-bottom: 19px; display: block;}
.featured-icon-box.style4 .ttm-icon{ margin-bottom: 0; }
.featured-icon-box.style4 .ttm-icon.ttm-icon_element-size-sm { height: 50px; width: 50px; line-height: 50px; }
.featured-icon-box.style4 .featured-title h5{ font-size: 18px; line-height: 24px; font-weight: 400; margin-bottom: 4px; }
.featured-icon-box.style4.left-icon .featured-content{ padding-left: 20px; }
.featured-icon-box.style6{ padding: 45px 40px 45px 80px; }
.featured-icon-box.style7{
margin-top: -5px !important;
margin-right: 70px !important;
margin-left: 0px !important;
border-left-width: 4px !important;
padding-top: 32px !important;
padding-left: 7px !important;
background-color: rgba(255,255,255,0.03) !important;
border-left-style: solid !important;
padding-right: 60px;
}
.featured-icon-box.style8{
margin-right: 0px !important;
margin-left: 0px !important;
padding-top: 36px !important;
padding-right: 20px !important;
padding-bottom: 20px !important;
padding-left: 30px !important;
width: 100%;
}
.featured-icon-box.style8 .ttm-icon.ttm-icon_element-size-sm{height: 58px;width: 58px;line-height: 58px;}
.featured-icon-box.style8.left-icon .featured-content {
padding-left: 24px;
}
.featured-icon-box.style9{
border: 1px solid #ebeef0;
padding: 33px 30px 30px 30px;
height: 100%;
}
.featured-icon-box.style9 .featured-icon i{font-size: 62px;}
.featured-icon-box.style9 .featured-content{padding-top: 5px;}
/* ===============================================
13.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox .ttm-box-view-content-inner{ position: relative; overflow: hidden;}
.featured-imagebox .featured-content h2.featured-title {
padding-top: 10px;
font-weight: 500;
margin-bottom: 0;
font-size: 22px;
line-height: 30px;
position: relative;
}
.featured-imagebox .featured-content h2.featured-title a{
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: block;
}
.featured-imagebox .featured-content .category,
.featured-imagebox .featured-content .category a { font-size: 15px; }
.featured-imagebox .featured-icon-box{
padding: 37px 30px 42px 30px;
text-align: center;
background-color: #fff;
}
.featured-imagebox .ttm-box-bottom-content { padding: 37px 30px 42px 30px; text-align: center; }
.ttm-box-view-top-image .ttm-box-bottom-content{ margin-bottom: 10px; }
.ttm-box-view-top-image .category, .ttm-box-view-top-image .category a {
color: #8d9297;
margin-top: 0;
font-size: 14px;
}
.ttm-box-view-top-image .ttm-box-bottom-content h2.featured-title {
font-size: 20px;
margin-bottom: 0;
line-height: 25px;
font-weight: 500;
}
.ttm-box-view-top-image .ttm-box-bottom-content h2.featured-title a{
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: block;
}
/* portfolio */
.featured-imagebox-portfolio{ position: relative; overflow: hidden; }
.ttm-portfolio-box-view-overlay.ttm-box-view-overlay{
position: absolute;
bottom: -30%;
opacity: 0;
z-index: 1;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
width: 100%;
height: 100%;
background-color: rgba(24,35,51,.83);
}
.ttm-portfolio-box-view-overlay.ttm-box-view-overlay .ttm-box-view-content-inner{
position: absolute;
width: 90%;
height: 90%;
left: 5%;
top: 5%;
border: 1px solid rgba(255,255,255,.28);
text-align: center;
display: flex;
justify-content: center;
flex-direction: column;
padding: 0 15px;
}
.featured-imagebox-portfolio:hover .ttm-portfolio-box-view-overlay.ttm-box-view-overlay{ opacity: 1; bottom: 0; }
.ttm-portfolio-box-view-overlay .featured-content h2.featured-title:after {
content: "";
position: absolute;
left: 50%;
bottom: -22px;
width: 60px;
height: 3px;
margin-left: -25px;
}
.featured-imagebox-portfolio .featured-content-portfolio .category { margin-top: -27px; }
.featured-imagebox-portfolio.ttm-box-view-top-image{ margin-bottom: 30px; overflow: visible;}
.featured-imagebox-portfolio.ttm-box-view-top-image .ttm-box-bottom-content {
padding: 17px 25px 24px;
position: relative;
text-align: left;
background-color: #fff;
}
.featured-imagebox-portfolio.ttm-box-view-top-image .ttm-box-bottom-content:before {
position: absolute;
bottom: 100%;
transform: translateX(-50%);
content: "";
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 15px 15px;
border-color: transparent transparent #fff transparent;
z-index: 1;
top: -14px;
left: 42px;
}
.featured-imagebox-portfolio .ttm-box-view-overlay {
position: absolute;
bottom: -30%;
opacity: 0;
z-index: 1;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
width: 100%;
height: 100%;
background-color: rgba(24,35,51,.83);
}
.featured-imagebox-portfolio:hover .ttm-box-view-overlay {
opacity: 1;
bottom: 0;
}
.featured-imagebox-portfolio.ttm-box-view-top-image .featured-iconbox.ttm-media-link a {
display: inline-block;
font-size: 18px;
position: absolute;
top: 20px;
right: 20px;
height: 43px;
width: 43px;
line-height: 43px;
border: 1px solid transparent;
text-align: center;
color: #fff;
background-color: #fda02b;
border-radius: 50%;
}
.featured-imagebox-portfolio.ttm-box-view-top-image .featured-iconbox.ttm-media-link a {
top: 50%;
right: 50%;
margin-top: -17px;
}
.featured-imagebox-portfolio a.ttm_link {
line-height: 41px;
margin-right: -47px;
float: right;
}
/* team */
.featured-imagebox-team{
overflow: hidden;
position: relative;
}
.featured-imagebox-team{
margin: 5px 0;
background-color: #fff;
-webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
-moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
}
.featured-imagebox-team .featured-content.featured-content-team .featured-title { padding-top: 26px; }
.featured-imagebox-team .featured-content.featured-content-team .featured-title h5{
font-size: 19px;
line-height: 23px;
margin-bottom: -1px;
}
.featured-imagebox-team .featured-content.featured-content-team.category { font-size: 13px; color: #9dabaf; }
.featured-imagebox-team .ttm-social-links-wrapper { margin: 14px 0; }
.featured-imagebox-team .ttm-social-links-wrapper ul { margin: 0; padding: 3px 14px; }
.featured-imagebox-team .ttm-social-links-wrapper ul li a{
display: block;
border-radius: 50%;
border: 1px solid transparent;
width: 30px;
height: 20px;
padding: 0;
line-height: 20px;
font-size: 16px;
text-align: center;
background-color: transparent;
color: #8d9297;
}
.featured-imagebox-team.ttm-team-box-view-overlay:not(:hover) .ttm-social-links-wrapper {
opacity: 0;
}
.featured-imagebox-team.ttm-team-box-view-overlay .featured-content.featured-content-team {
text-align: center;
position: relative;
z-index: 2;
position: relative;
margin-top: -40px;
transform: translateY(40px);
padding-bottom: 6px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.featured-imagebox-team.ttm-team-box-view-overlay:hover .featured-content.featured-content-team {
transform: translateY(0);
background: #fff;
}
.featured-imagebox-team.style2 .featured-thumbnail:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #182333;
opacity: .36;
z-index: 1;
}
.featured-imagebox-team.style2 .featured-thumbnail img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
width: 100%;
position: relative;
}
.featured-imagebox-team.style2 .ttm-team-box-view-overlay {
position: absolute;
bottom: 100%;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
-webkit-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
-moz-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
-ms-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
-o-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
transition: .55s cubic-bezier(.68,-.55,.265,1.55);
color: #fff;
z-index: 1;
padding: 20px;
}
.featured-imagebox-team.style2 .ttm-social-links-wrapper{
margin: 0;
width: 100%;
text-align: center;
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
}
.featured-imagebox-team.style2 .ttm-social-links-wrapper ul li a{ font-size: 22px; width: 40px; }
.featured-imagebox-team.style2 .featured-content.featured-content-team{
padding: 30px;
padding-bottom: 19px;
transition-duration: 0.3s;
color: #fff;
text-align: center;
}
.featured-imagebox-team.style2:hover .ttm-team-box-view-overlay{ bottom: 0; background-color: #fda12b;}
/* post */
.featured-imagebox-post{
background-color: #fff;
padding: 0;
margin: 10px 0 20px;
border: 15px solid #fff;
-webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
-moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
}
.featured-imagebox-post .featured-content.featured-content-post{ padding: 15px 17px 11px 17px; }
.featured-imagebox-post .featured-content.featured-content-post .post-meta span{ display: block; padding: 7px 3px 3px 0; font-size: 12px; }
.featured-imagebox-post .featured-content.featured-content-post .post-meta span i{ padding-right: 5px; }
.featured-imagebox-post .featured-content.featured-content-post .post-title h5{ margin: 0; font-size: 19px; line-height: 28px; }
.featured-imagebox-post:hover{
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transform: translateY(-10px);
box-shadow: 0 0 20px rgba(0,0,0,.14);
}
.ttm-post-format-video{
padding-bottom: 69.25%;
position: relative;
overflow: hidden;
padding-top: 25px;
}
.ttm-post-format-video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.ttm-box-view-left-image .featured-content,
.ttm-box-view-left-image.featured-imagebox-post .featured-content{
padding-left: 25px;
}
.ttm-box-view-left-image .ttm-featured-img-left{ padding: 0; }
.ttm-box-view-left-image .featured-content .category{
padding-top: 10px;
padding-bottom: 10px;
display: block;
}
.ttm-box-view-left-image .featured-content .category> a {
display: inline-block;
border: 1px solid;
padding: 5px 10px;
margin-right: 1px;
font-size: 12px;
font-weight: 500;
line-height: 15px;
margin-bottom: 5px;
}
.ttm-box-view-left-image .featured-content .ttm-box-desc,
.ttm-box-view-left-image .featured-content .featured-desc {
border-top: 1px solid #f2f2f2;
margin-top: 10px;
padding-top: 7px;
}
.featured-imagebox-post.ttm-box-view-left-image .featured-content.featured-content-post .post-meta span{
padding: 0;
font-size: 14px;
}
/* event */
.featured-imagebox-event .featured-content-event {
padding: 24px 30px 30px;
background-color: #fff;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.featured-imagebox-event .ttm-box-meta{display: table;}
.ttm-event-meta-dtend, .ttm-event-meta-dtstart {
font-weight: 500;
}
.featured-imagebox-event .featured-content-event .ttm-event-meta-dtstart,
.ttm-box-meta .ttm-event-meta-item span.sep {
display: none;
}
.ttm-box-meta .ttm-event-meta-item ,
.ttm-box-meta .tribe-events-vanue{
display: table-cell;
float: left;
}
.ttm-box-meta .ttm-event-meta-item{margin-right: 8px;padding-bottom: 5px;color: #828c96;}
.featured-imagebox-event .ttm-box-meta i {
padding-right: 8px;
float: left;
padding-top: 5px;
}
.featured-imagebox-event .ttm-box-post-date {
top: 20px;
width: 60px;
height: 60px;
left: 35px;
z-index: 2;
}
/* ===============================================
14.Processbox
------------------------*/
.ttm-processbox-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
padding-top: 8px;
}
.ttm-processbox-wrapper .ttm-processbox {
width: calc(100% / 3);
padding: 0 15px;
position: relative;
text-align: center;
}
.ttm-processbox-wrapper .ttm-processbox .ttm-box-image {
margin-bottom: 30px;
padding-top: 12px;
position: relative;
display: inline-block;
}
.ttm-processbox-wrapper .ttm-processbox .ttm-box-image:before {
display: block;
content: '';
position: absolute;
right: -75px;
top: 50%;
height: 22px;
width: 65px;
background-image: url(../images/process-icon-img1.png);
background-repeat: no-repeat;
}
.ttm-processbox-wrapper .ttm-processbox img {
height: 210px;
width: 210px;
border-radius: 50%;
border: 10px solid #fff;
box-shadow: 0 0 25px 0 rgba(24,35,51,.09);
}
.ttm-processbox-wrapper .ttm-processbox .process-num {
margin-right: 5px;
font-size: 20px;
font-weight: 500;
color: #fff;
width: 46px;
height: 46px;
line-height: 46px;
border-radius: 50%;
border: none;
display: block;
text-align: center;
position: absolute;
right: 10px;
top: 15px;
z-index: 10;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}
.ttm-processbox-wrapper .featured-content {
text-align: center;
padding: 0 15px;
}
.ttm-processbox-wrapper .ttm-processbox .featured-title h5 {
font-size: 20px;
line-height: 27px;
margin-bottom: 15px;
}
.ttm-processbox-wrapper .ttm-processbox:nth-child(2n) .ttm-box-image:before {
background-image: url(../images/process-icon-img2.png);
}
.ttm-processbox-wrapper .ttm-processbox:last-child .ttm-box-image:before{content:unset}
/* ===============================================
15.Progress-Bar
------------------------*/
.ttm-progress-bar{ position: relative; }
.ttm-progress-bar{ margin: 0 0 15px 0; }
.ttm-progress-bar:not(:last-child){ margin-bottom: 30px; }
.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_black { background-color: #414141; }
.ttm-progress-bar h4 {
top: -35px;
left: 0;
font-size: 17px;
color: #5d6576;
font-weight: 400;
margin-bottom: 10px;
letter-spacing: 1.2px;
}
.ttm-progress-bar i{
position: absolute;
font-size: 21px;
}
.ttm-progress-bar .progress {
background-color: #c0c0c1;
border-radius: 0;
height: 7px;
}
.ttm-progress-bar .progress-parcent {
position: absolute;
right: 0;
color: #0a0a0a;
z-index: 3;
text-shadow: none;
font-size: 17px;
padding: 2px 0;
border-radius: 0;
top: 0;
}
.ttm-icon-left-true.ttm-progress-bar h4{ margin-left: 35px; }
.ttm-progress-bar.ttm-icon-left-true{ margin-bottom: 24px; }
/* ===============================================
16.Testimonial
------------------------*/
.testimonials{
position: relative;
}
.testimonials .testimonial-content .testimonial-caption{
margin-bottom: 15px;
margin-top: 8px;
}
.testimonials .testimonial-content h6{
font-size: 17px;
line-height: 27px;
font-weight: 400;
margin-bottom: 0;
}
.testimonials .testimonial-content label {
display: block;
margin-top: -5px;
opacity: .8;
}
.testimonials .testimonial-content blockquote {
padding: 0 10px 0 25px;
font-style: italic;
font-weight: 400;
font-size: 17px;
background-color: transparent;
line-height: 30px;
position: relative;
}
.testimonials .testimonial-content blockquote:after{
display: block;
height: 90%;
margin-top: 8px;
margin-bottom: 0;
content: '';
position: absolute;
left: 1px;
top: 0;
width: 4px;
background-color: #fda12b;
}
.testimonials .testimonial-content .testimonial-caption:after {
content: "";
width: 30px;
display: block;
height: 2px;
text-align: center;
margin: 0 auto;
margin-top: 6px;
}
.testimonials .testimonial-avatar .testimonial-img img {
height: 90px;
width: 90px;
border-radius: 50%;
-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.testimonials.style2 .testimonial-content{
text-align: center;
background: transparent;
border-left: none;
font-size: 17px;
line-height: 31px;
margin: 0 10px 18px;
padding: 0 25px;
}
.testimonials.style2 .testimonial-content blockquote{ padding: 0 25px; }
.testimonials.style2 .testimonial-avatar{
padding-top: 0;
margin-top: 0;
padding-bottom: 13px;
}
.testimonials.style2 .testimonial-img img{
margin: 0 auto;
text-align: center;
width: 118px;
height: 118px;
border: 8px solid #fff;
box-shadow: 0 10px 20px rgba(0,0,0,.11);
}
.testimonials.style2 .testimonial-content h6{ font-weight: 600; }
.ttm-ratting-star {
padding-top: 2px;
padding-bottom: 7px;
color: #fff;
}
/* ===============================================
17.Client-row
------------------------*/
.client-box{
margin-bottom: 20px;
padding: 15px 12px 30px;
}
.ttm-client-logo-tooltip{ position: relative; }
.ttm-box-view-separator-logo .client-box .client:after {
border-right: 1px solid #eaeaea;
content: "";
width: 1px;
height: 100%;
position: absolute;
right: -25px;
top: 0;
}
.ttm-box-view-separator-logo .row .col-sm-4:nth-child(3n+3) .client-box .client:after{ display: none; }
.client-box.ttm-box-view-boxed-logo{
padding: 0;
margin-top: 30px;
margin-bottom: 40px;
}
.client-box.ttm-box-view-boxed-logo .ttm-client-logo-tooltip{
margin-right: 13px;
margin-left: 13px;
padding: 25px 12px;
display: table-cell;
text-align: center;
align-items: center;
vertical-align: middle;
height: 130px
}
.client-box.ttm-box-view-boxed-logo .client{
width: 100%;
display: table;
}
/* ===============================================
18.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle .toggle-title{
font-size: 17px;
line-height: 1;
cursor: pointer;
padding: 14px 20px;
font-weight: 400;
margin-bottom: 0;
position: relative;
}
.accordion .toggle-title a{ color: #fff;}
.accordion .toggle-title a i{ margin-right: 14px; }
.accordion .toggle.ttm-style-classic .toggle-title{
border: 1px solid #f7f7f7;
background-color: transparent;
}
.accordion .ttm-style-classic .toggle-title.active { border-color: #f0f0f0; background-color: #f8f8f8; }
.toggle-content p{ margin-bottom: 0; }
.toggle-content ul li{ list-style: disc; }
.accordion .ttm-style-classic .toggle-title >a,
.accordion .ttm-style-classic.ttm-toggle-title-bgcolor-grey.active .toggle-title >a,
.accordion .ttm-toggle-title-bgcolor-grey.active .toggle-title:after {
color: #666;
}
.accordion .toggle-title:after.active ,
.accordion .toggle:not(.ttm-style-classic) .toggle-title:after.active{ color: #fff; }
.accordion .toggle:not(:first-child) .toggle-title{ margin-top: 10px; }
.accordion .toggle:not(:last-child):not(.active) .toggle-title{ margin-bottom: 10px; }
.accordion .ttm-style-classic.ttm-toggle-title-bgcolor-grey .toggle-title{ border-color: #f0f0f0; background-color: #f8f8f8; }
.accordion .ttm-style-classic.ttm-toggle-title-bgcolor-grey .toggle-title.active{ background-color: #f8f8f8; }
.accordion .toggle .toggle-title:after {
position: absolute;
font-family: "themify";
right: 20px;
top: 15px;
content: "\e61a";
}
.accordion .toggle.active .toggle-title:after {
content: "\e622";
font-family: "themify";
}
.accordion .toggle-content {
display: none;
padding: 14px 20px;
overflow: hidden;
}
.accordion .toggle.ttm-toggle-title-bgcolor-grey .toggle-title:after{
position: absolute;
font-family: "themify";
content: "\e61a";
right: 20px;
font-size: 16px;
top: 15px;
}
.accordion .toggle.ttm-toggle-title-bgcolor-grey.active .toggle-title:after {
font-family: "themify";
content: "\e622";
}
.accordion .toggle.active .toggle-title:after { color: #fff; }
.accordion .toggle.ttm-toggle-title-bgcolor-grey .toggle-title:after{ color: #666; }
.accordion .ttm-style-classic.ttm-toggle-title-border .toggle-title{ background-color: transparent; border: 2px solid #e3e3e3; }
.accordion .toggle.ttm-style-classic.ttm-toggle-title-border .toggle-title{ padding: 18px 20px; }
/* ===============================================
19.Wrap-Form
------------------------*/
.wrap-form label{
width: 100%;
margin: 0;
}
.wrap-form span.text-input {
margin-bottom: 15px;
display: block;
padding-top: 5px;
position: relative;
}
/* quote-form */
.ttm-quote-form input[type="text"],
.ttm-quote-form textarea,
.ttm-quote-form select {
border: 1px solid #f8f9fa;
background-color: #f8f9fa;
width: 100%;
font-size: 13px;
}
.ttm-quote-form .text-input textarea{ min-height: 100%; }
.ttm-quote-form button{ margin-top: 10px; }
.ttm-quote-form .text-input input::placeholder,
.ttm-quote-form .text-input textarea::placeholder{
color: #828282;
}
.ttm-quote-form input[type="submit"] {
padding: 10px 40px;
margin-top: 5px;
width: 100%;
}
.wrap-form.ttm-contactform span.text-input i {
position: absolute;
left: 0;
top: 20px;
opacity: .9;
font-size: 16px;
z-index: 1;
}
.wrap-form.ttm-contactform span.text-input input, .wrap-form.ttm-contactform span.text-input textarea {
background-color: transparent;
border: none;
border-bottom: 1px solid #eaeaea;
border-radius: 0;
padding-left: 30px;
padding-bottom: 9px;
}
.wrap-form.ttm-contactform input[type="submit"] { margin-top: 20px; }
/* ===============================================
20.Tab
------------------------*/
.ttm-tabs {
width:100%;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ttm-tabs .section-title{ padding-bottom: 0; }
.ttm-tabs ul{ margin: 0; padding: 0; }
.ttm-tabs.style2 ul{ display: block; margin-bottom: 35px;}
.ttm-tabs ul.tabs li{ display: inline-block; }
.ttm-tabs ul.tabs li a{
display: block;
cursor: pointer;
padding: 4px 20px;
margin-bottom: 5px;
line-height: 22px;
width: auto;
position: relative;
z-index: 3;
border-radius: 3px;
color: #182333;
-webkit-transition: all 0.3s;
transition: all 0.3s;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.gallery-section .ttm-tabs ul.tabs li:not(.active) a { color: #131313; }
.ttm-tabs ul.tabs li a i{
font-size: 18px;
margin-right: 9px;
position: relative;
top: 2px;
}
.ttm-tabs ul.tabs li a span{
font-size: 18px;
font-weight: normal;
}
.tab-padding-box{
padding-top: 105px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 70px;
}
.ttm-tabs .content-tab{ margin-top: 20px; width: 100%;}
.ttm-tabs .content-tab h6{ font-size: 15px; line-height: 28px; margin-bottom: 29px; padding-bottom: 7px; }
.ttm-tabs.style2 .tabs{ margin-bottom: 30px; padding-left: 0px}
.ttm-tabs.style2.full-width .tabs{ padding-left: 10px }
.ttm-tabs.style2 .content-tab{ padding: 0; }
.ttm-tabs.style2 .row.ttm-boxes-spacing-10px{ padding: 0; }
.ttm-tabs.style2 ul.tabs li { margin-right: 7px; background: transparent; padding: 0; margin-bottom: 5px;}
.ttm-tabs.style2 ul.tabs li a {
display: block;
cursor: pointer;
padding: 8px 25px;
line-height: 22px;
position: relative;
z-index: 3;
color: #1c1c1c;
-webkit-transition: all 0.3s;
transition: all 0.3s;
background-color: transparent;
font-size: 14px;
font-weight: 600;
border: 1px solid rgba(0,0,0,.2);
text-transform: uppercase;
}
/* ttm-tab-style-vertical */
.ttm-tabs.ttm-tab-style-vertical .content-tab{ padding: 0; margin: 0;}
.ttm-tabs.ttm-tab-style-vertical ul.tabs li { margin-top: 1px; width: 100%; display: block;}
.ttm-tabs.ttm-tab-style-vertical ul.tabs li a{ background-color: #2a2a2a; color: #fff; letter-spacing: 1.2px;
padding: 14px 20px; text-transform: uppercase; font-size: 18px; line-height: 27px; margin: 0; border-radius: 0;}
/* ttm-tab-style-horizontal */
.ttm-tabs.ttm-tab-style-horizontal ul{ margin: 0; padding: 0; display: -webkit-flex; display: flex; }
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li{ margin-right: 6px; display: inline-block; }
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li:last-child{ margin-right: 0; }
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li a{ padding: 16px 18px 15px 18px; font-size: 15px; border-radius: 5px;
letter-spacing: 1.2px; border: none; color: #fff; display: block; text-align: left;}
.ttm-tabs.ttm-tab-style-horizontal .content-tab img{ height: 150px; width: 150px; }
.ttm-tab-color-grey.ttm-tab-style-classic ul li{
margin-top: 3px;
margin-bottom: 2px;
margin-left: 3px;
margin-right: 2px;
}
.ttm-tab-color-grey.ttm-tab-style-classic ul li a{ font-size: 18px; text-transform: capitalize; padding: 12px 25px; border-top: 3px solid; border-radius: 0;}
.ttm-tabs.ttm-tab-color-grey.ttm-tab-style-classic ul li.active a{ color: #666; border-color: #f0f0f0; }
.ttm-tab-color-grey.ttm-tab-style-classic ul li a{ border-color: #e8e8e8; background-color: #e8e8e8; }
.ttm-tabs.ttm-tab-color-grey.ttm-tab-style-classic ul li:hover a{ background-color: #dcdcdc; }
.ttm-tabs.ttm-tab-color-grey.ttm-tab-style-classic ul li.active a{ background-color: #fff; }
.ttm-tabs.ttm-tab-style-classic ul.tabs li{
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
margin-left: -1px;
margin-top: -1px;
margin-bottom: 5px;
}
.ttm-tabs.ttm-tab-style-classic ul.tabs li a{
padding: 14px 18px 14px 18px;
font-size: 14px;
border-color: #ddd !important;
background-color: #fff;
border:1px solid;
border-radius: 0;
margin-bottom: 0;
}
.ttm-tabs.ttm-tab-style-classic ul.tabs li.active:after{
display: block;
content: "";
position: relative;
bottom: 7px;
left: 50%;
width: 13px;
height: 13px;
border-width: 0 0 1px 1px;
-webkit-transform: translateX(-50%) rotate(-45deg);
-moz-transform: translateX(-50%) rotate(-45deg);
-ms-transform: translateX(-50%) rotate(-45deg);
-o-transform: translateX(-50%) rotate(-45deg);
transform: translateX(-50%) rotate(-45deg);
}
.ttm-tabs.ttm-tab-style-classic .content-tab {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: padding .2s ease-in-out;
-o-transition: padding .2s ease-in-out;
transition: padding .2s ease-in-out;
}
/* ===============================================
21.Boxes-Spacing
------------------------*/
.row.ttm-boxes-spacing-10px{ margin: 0px -1px;}
.ttm-boxes-spacing-10px .ttm-box-col-wrapper {
padding-right: 5px;
padding-left: 5px;
margin: 0 0 10px;
}
.row.ttm-boxes-spacing-10px.style2{ padding: 10px 0 0; margin: 0 -5px; }
.row.ttm-boxes-spacing-5px{ padding: 10px 5px 0px; margin: 0;}
.ttm-boxes-spacing-5px .ttm-box-col-wrapper {
padding-right: 2.5px;
padding-left: 2.5px;
margin-bottom: 5px;
}
.row.ttm-boxes-spacing-5px.style2{ padding: 5px 0 0; margin: 0 -5px; }
/* ===============================================
22.Pricing-Plan
------------------------*/
.ttm-pricing-plan {
background-color: #f8f9fa;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
overflow: hidden;
padding: 50px 40px 30px;
margin-right: -15px;
margin-left: -15px;
}
.ttm-ptablebox-price-w {
position: relative;
display: inline-block;
margin-top: 37px;
margin-bottom: 35px;
}
.ttm-ptablebox-title {
font-size: 20px;
line-height: 30px;
color: #20292f;
}
.ttm-ptablebox-title h3 {
color: #182333;
font-size: 23px;
font-weight: 600;
}
.ttm-pricing-plan .ttm-ptablebox-price {
padding-left: 20px;
font-size: 50px;
line-height: 40px;
font-weight: 600;
}
.ttm-pricing-plan .ttm-ptablebox-frequency:before {
content: '/ ';
}
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-after, .ttm-pricing-plan .ttm-ptablebox-cur-symbol-before {
font-size: 20px;
font-weight: 600;
}
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-before { position: absolute; top: 0; }
.ttm-currency-before .ttm-ptablebox-price {
padding-left: 20px;
font-size: 50px;
line-height: 40px;
font-weight: 600;
}
.ttm-pricing-plan .ttm-ptablebox-frequency {
color: #8d9297;
position: relative;
padding-left: 5px;
font-style: italic;
font-weight: 500;
}
.ttm-ptablebox-price, .ttm-ptablebox-frequency,
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-after,
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-before {
display: inline-block;
}
.ttm-ptablebox-features .ttm-feature-lines {
list-style-type: none;
margin: 0;
padding: 12px 0 20px 0;
}
.ttm-ptablebox-features .ttm-feature-lines li {
padding: 0;
margin: 0;
padding-top: 12px;
border-bottom: 1px solid #f1f1f1;
padding-bottom: 11px;
}
.ttm-ptablebox-features .ttm-feature-lines li:before {
font-family: "FontAwesome";
content: '\f00c';
font-style: normal;
font-weight: 400;
font-size: 14px;
speak: none;
display: inline-block;
text-decoration: inherit;
padding-right: 10px;
}
.price_btn{ display: block; padding-top: 21px; text-align: center;}
.price_btn a{ width: 100%; }
.ttm-ptablebox-featured-col{
box-shadow: 0 0 30px rgba(24,35,51,.06);
padding: 50px 40px 68px;
z-index: 1;
background-color: #fff;
overflow: visible;
}
.ttm-pricing-plan .ttm-featured-title {
position: absolute;
top: -50px;
left: 0;
right: 0;
text-align: center;
font-weight: 600;
font-size: 15px;
width: 100%;
color: #fff;
padding: 10px 15px;
background-color: #182333;
}
/* ===============================================
23.Sidebar
------------------------*/
.sidebar .widget-area .widget {
position: relative;
margin: 40px 0 40px;
}
.sidebar .widget a {
font-weight: 500;
font-size: 15px;
}
.sidebar .widget ul:not(.contact-widget-wrapper):not(.widget-menu) >li {
border-top: 1px solid #f1f1f1;
padding-bottom: 10px !important;
padding-top: 10px !important;
}
.sidebar .widget ul>li:last-child{
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.sidebar .content-area{
padding-top: 65px;
padding-bottom: 55px;
}
.sidebar .sidebar-right, .sidebar .sidebar-left{
margin-top: -37px;
padding-top: 60px;
padding-bottom: 70px;
float: right;
}
.sidebar .sep_holder .sep_line{ border-color: #ebebeb; }
/*author-widget*/
.ttm-author-widget { text-align: center; }
.ttm-author-widget .author-widget_img img{
margin-bottom: 20px;
width: 175px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.ttm-author-widget .author-name {
font-size: 22px;
line-height: 24px;
font-weight: 600;
margin-bottom: 10px;
}
.ttm-author-widget .author-widget_text {
line-height: 30px;
margin: 0;
padding: 0 2px;
padding-bottom: 15px;
}
/*widget-search*/
.sidebar .widget.widget-search{ position: relative; }
.sidebar .widget.widget-search .search-form label {
display: block;
}
.sidebar .widget-search .screen-reader-text {
clip: rect(1px,1px,1px,1px);
position: absolute!important;
height: 1px;
width: 1px;
overflow: hidden;
}
.sidebar .widget.widget-search .search-form .search-submit {
position: absolute;
top: 0;
right: 0;
text-indent: -999px;
padding: 0;
width: 46px;
height: 46px;
z-index: 1;
border-radius: 0 3px 3px 0;
background-image: url(../images/search-icon.png);
background-color: transparent;
background-repeat: no-repeat;
background-position: center;
background-size: 16px 16px;
opacity: .5;
}
.sidebar .widget.widget-search .input-text {
border-width: 1px;
background-color: #fff;
border-radius: 0;
text-indent: 0;
}
/*widget-categories*/
.sidebar .widget_product_categories li, .sidebar .widget_categories li {
position: relative;
margin: 5px 0;
padding-bottom: 5px!important;
}
.sidebar .widget_product_categories li span, .sidebar .widget-Categories li span {
position: absolute;
right: 0;
top: 13px;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
border-radius: 50%;
display: block;
font-size: 13px;
font-weight: 400;
}
/** ttm-recent-post-list **/
ul.ttm-recent-post-list>li {
padding: 15px 0;
}
ul.ttm-recent-post-list>li>a {
font-size: 15px;
line-height: 22px;
display: block;
font-weight: 400;
}
ul.ttm-recent-post-list>li img {
display: block;
width: 70px;
height: 70px;
float: left;
margin-right: 18px;
}
ul.ttm-recent-post-list>li .post-date {
display: block;
font-size: 12px;
}
/* tagcloud-widget */
.sidebar .widget .tagcloud a {
display: inline-block;
padding: 7px 25px;
margin: 0 2px 8px;
border: 2px solid ;
border-radius: 0;
font-size: 14px!important;
background-color: transparent;
font-weight: 500;
}
/* widget-nav-menu */
.widget.widget-nav-menu ul li{
margin-bottom: 2px;
padding: 0;
}
.widget.widget-nav-menu ul li a{
display: block;
padding: 14px 30px 14px 24px;
position: relative;
background-color: #fff;
z-index: 1;
font-weight: 500;
font-size: 15px;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.widget.widget-nav-menu ul li a:before {
content: "";
width: 4px;
top: 0;
left: 0;
background: #eaeaea;
height: 100%;
position: absolute;
-webkit-transition: background 0.2s linear;
transition: background 0.2s linear;
z-index: 1;
}
.widget.widget-nav-menu ul li a:after {
content: "";
width: 0;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-transition: width 0.3s linear;
transition: width 0.3s linear;
z-index: -2;
}
.widget.widget-nav-menu ul li:hover a:after,
.widget.widget-nav-menu ul li.active a:after{
width: 100%;
}
/* contact-widget */
.sidebar .widget-area .widget.contact-widget {
padding: 25px 25px 20px;
background-color: #fff;
}
.sidebar ul.contact-widget-wrapper li i {
position: absolute;
top: 6px;
left: 0;
font-size: 20px;
}
.sidebar ul.contact-widget-wrapper li {
padding-left: 30px;
position: relative;
padding-top: 0;
padding-bottom: 10px;
line-height: 29px;
}
/* pagination */
.ttm-pagination {
display: block;
margin-bottom: 74px;
margin-top: 20px;
text-align: center;
}
.ttm-pagination .page-numbers {
width: 40px;
height: 40px;
line-height: 39px;
text-align: center;
display: inline-block;
background-color: #f8f9fa;
font-size: 15px;
font-weight: 600;
border: 1px solid #f8f9fa;
border-radius: 0;
margin: 0 3px;
padding: 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
/* ===============================================
24.Products
------------------------*/
.ttm-product-box{
margin-bottom: 35px;
}
.ttm-product-box-inner {
position: relative;
overflow: hidden;
}
.products .product .ttm-shop-icon {
left: 50%;
position: absolute;
text-align: center;
top: 60%;
transform: translateY(-50%) translateX(-50%);
width: 100%;
z-index: 2;
opacity: 0;
transition: 0.6s;
z-index: 1;
display: flex;
width: auto;
max-width: 105px;
}
.products .product .ttm-shop-icon:before {
background: #fff none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: .95;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.products .product:hover .ttm-shop-icon {
opacity: 1;
top: 50%;
}
.products .product .ttm-shop-icon a{
display: inline-block;
width: 53px;
height: 36px;
font-size: 15px;
line-height: 36px;
text-align: center;
padding: 0;
margin: 0;
background: none;
font-weight: 500;
letter-spacing: 1px;
transition: none;
padding-left: 0;
border-radius: 50%;
}
.products .product .search-btn{ position: relative; }
.products .product .search-btn:before{
position: absolute;
content: "";
height: 22px;
left: -1px;
top: 50%;
background-color: rgba(0,0,0,.5);
transform: translateY(-50%);
width: 1px
}
.products .product .ttm-product-box .ttm-product-content {
text-align: left;
padding: 12px 0 11px;
position: relative;
}
.products .product .ttm-product-box .ttm-product-content .ttm-product-title h2{
padding: 0;
margin: 0;
font-size: 17px;
font-weight: 500;
padding-bottom: 0;
color: #182333;
line-height: 20px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.products .product .price {
margin: 0;
min-height: 20px;
font-size: 15px;
margin-top: 2px;
}
.products .price .product-Price-amount {
font-size: 18px;
font-weight: 400;
}
.products .price del .product-Price-amount {
font-size: 13px;
text-decoration: line-through;
}
.products .price ins {
text-decoration: none;
padding: 2px;
}
.products .product .star-ratings {
position: absolute;
right: 0;
bottom: 9px;
}
.products .star-ratings ul{ padding: 0; margin: 0; }
.products .star-ratings ul li{ display: inline-block; }
.products .star-ratings ul li i{ font-size: 10px; }
.products .product .onsale {
height: 26px;
width: 52px;
line-height: 28px;
color: #fff;
text-align: center;
font-size: 12px;
text-transform: uppercase;
background: #182333;
display: inline-block;
vertical-align: top;
border-radius: 0;
padding-top: 0;
position: absolute;
top: 20px;
right: 20px;
left: 20px;
z-index: 1;
margin: -2.5px -5px;
min-height: auto;
font-weight: 400;
}
/* product-poster */
.product-poster-content .ttm-bg-highlight-dark,
.product-poster-content .ttm-bg-highlight-skin {
display: inline-block;
}
.product-poster-content .poster-label-tag{ padding: 0 28px; }
.product-poster-content .poster-label-tag{
text-align: center;
font-size: 14px;
line-height: 28px;
font-weight: 400;
}
.product-poster-content .poster-label h2{ padding: 22px 42px; }
.product-poster-content .poster-label h2{
text-align: center;
font-size: 72px;
line-height: 70px;
color: #ffffff;
font-weight: 600;
}
.product-poster-content .poster-text{
text-align: left;
font-size: 24px;
line-height: 28px;
color: #494e54;
font-weight: 400;
margin-bottom: 30px;
padding-top: 22px;
}
.product-poster-content .poster-amount h4{
text-align: left;
font-size: 70px;
line-height: 70px;
font-weight: 600;
}
/* single-product-details */
.ttm-single-product-details {
background-color: #fff;
margin-bottom: 30px;
}
.ttm-single-product-info {
padding: 30px 0px;
}
div.product.ttm-single-product-details div.images {
width: 48%;
float: left;
}
div.product.ttm-single-product-details div.summary {
width: 48%;
float: right;
}
div.product.ttm-single-product-details .product-gallery__image img{
height: auto;
max-width: 100%;
}
.ttm-single-product-details div.images .product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block;
}
.screen-reader-text {
clip: rect(1px,1px,1px,1px);
position: absolute!important;
height: 1px;
width: 1px;
overflow: hidden;
}
div.product .summary .price .Price-amount { font-size: 22px;}
div.product .summary .product-rating {
float: right;
margin-bottom: 15px;
}
.summary .star-rating {
float: left;
padding: 0;
margin: 0;
margin-right: 5px;
}
.summary .star-rating li{
display: inline-block;
font-size: 12px;
}
.product_meta {
padding-top: 17px;
border-top: 1px solid #ddd;
margin-top: 15px;
}
.ttm-single-product-details .product-details__short-description {
margin-top: 20px;
margin-bottom: 50px;
}
.summary form.cart {
margin-top: 30px;
margin-bottom: 30px;
}
div.product form.cart div.quantity {
float: left;
margin: 0 4px 0 0;
}
.quantity .qty {
height: 41px;
width: 88px;
text-align: center;
}
.sku_wrapper {
margin-right: 10px;
}
.posted_in { font-weight: 700; }
.posted_in a { font-weight: 400; }
.tabs-for-single-products.ttm-tabs{ padding: 0 30px 30px 0px; }
div.product ul.tabs li a {
font-weight: 400;
color: #515151;
padding: 13px 30px;
font-size: 16px;
font-weight: 400;
color: #fff;
font-size: 16px;
border-color: #e4e4e4;
background-color: #f9f9f8;
border-radius: 3px;
border: 1px solid #e4e4e4;
position: relative;
}
div.product ul.tabs li { margin: 0 2px; }
div.product ul.tabs li a{color: #515151 !important;}
div.product ul.tabs li.active a,
div.product ul.tabs li:hover a { color: #fff !important; }
div.product ul.tabs li.active a:before{
display: block!important;
content: "";
width: 0;
height: 0;
border: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid;
position: absolute;
bottom: -8px;
left: 50%;
-khtml-transform: translateX(-50%) translateY(0%);
-moz-transform: translateX(-50%) translateY(0%);
-ms-transform: translateX(-50%) translateY(0%);
-o-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);
}
div.product .ttm-tabs .content-inner h2 { font-size: 25px; }
div.product .ttm-tabs .content-tab{ padding: 30px 0 0 0; width: 100%; }
.related.products { margin-top: 50px; }
.related.products h2 {
font-size: 28px;
font-weight: 600;
line-height: 40px;
padding-bottom: 15px;
}
#reviews #comments ol{ margin: 0; padding: 0; }
#reviews #comments ol.commentlist li img.avatar { width: 65px; }
#reviews #comments ol.commentlist li img.avatar {
float: left;
position: absolute;
top: 0;
left: 0;
padding: 3px;
background: #ebe9eb;
border: 1px solid #e4e1e3;
margin: 0;
box-shadow: none;
}
div.product #reviews .star-rating {
margin: 0;
margin-top: 7px;
float: right;
}
#reviews #comments ol.commentlist li {
padding: 0;
margin: 0 0 20px;
position: relative;
border: 0;
}
#reviews #comments ol.commentlist li .comment-text {
border: 1px solid #e4e1e3;
padding: 1em 1em 0;
border-radius: 0;
margin-left: 80px;
}
#reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 16px;
color: #828c96;
margin-bottom: 9px;
}
div.product .Reviews .star-rating {
margin: 0;
margin-top: 7px;
float: right;
}
.comment-form-rating { padding-bottom: 20px;}
.comment-form-rating .stars{ margin-bottom: 15px; }
#review_form_wrapper .comment-reply-title {
font-size: 18px;
line-height: 20px;
color: #283d58;
}
#review_form_wrapper .comment-respond p { margin: 0 0 10px; }
#reviews #review_form_wrapper select { width: 154px !important; }
#reviews #comment { height: 75px; }
#review_form_wrapper .comment-respond .form-submit { margin-top: 30px; }
table {
border-collapse: collapse;
border-spacing: 0;
vertical-align: middle;
width: 100%;
margin: 0 0 1.75em;
}
table tbody tr, table thead tr { border: 1px solid #e6e6e6; }
table tbody th { border-right: 1px solid #e6e6e6; }
table.shop_attributes th {
width: 150px;
font-weight: 700;
padding: 8px;
border-top: 0;
border-bottom: 1px dotted rgba(0,0,0,.1);
margin: 0;
line-height: 1.5;
}
table.shop_attributes td {
font-style: italic;
border-top: 0;
border-bottom: 1px dotted rgba(0,0,0,.1);
margin: 0;
padding-left: 10px;
line-height: 1.5;
}
table.shop_attributes td p {
margin: 0;
padding: 8px 0;
}
/* Cart */
.ttm-cart-form,
.checkout{
margin: 0;
padding: 30px;
background-color: #fff;
}
.shop_table{
border: 1px solid rgba(0,0,0,.1);
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-radius: 0px;
}
table.shop_table tbody tr,
table.shop_table thead tr {
border: 1px solid #e6e6e6;
}
table.shop_table th {
font-weight: 700;
padding: 9px 12px;
line-height: 1.5em;
border-top: 1px solid rgba(0,0,0,.1);
}
table.shop_table td {
border-top: 1px solid rgba(0,0,0,.1);
padding: 5px 10px;
vertical-align: middle;
line-height: 1.5em;
}
table.shop_table .product-thumbnail img{ width: 32px; height: auto; }
table.shop_table td.actions{ text-align: right; }
table.shop_table td.actions .input-text {
width: 150px;
float: left;
}
.quantity { height: 41px; width: 88px; }
.coupon { float: left;}
.coupon .input-text{
float: left;
margin: 0 4px 0 0;
}
.actions button, .coupon button , a.checkout-button{ border: 0; }
.coupon button , a.checkout-button, button.cart_button{
padding: 15px 30px 15px;
font-weight: 500;
font-size: 13px;
line-height: 1;
text-align: center;
}
button.cart_button{ padding: 11px 40px; }
.cart-collaterals { margin-top: 60px; }
.cart-collaterals .cart_totals {
float: right;
width: 48%;
}
.cart_totals h2 {
margin-bottom: 15px;
font-size: 28px;
}
a.checkout-button { display: block; }
a.remove {
display: block;
font-size: 1.5em;
height: 1em;
width: 1em;
text-align: center;
line-height: 1;
border-radius: 100%;
color: red;
text-decoration: none;
font-weight: 700;
border: 0;
}
a.remove:hover { color: #fff; background: red;}
/* checkout */
.form-row .required {
color: red;
font-weight: 700;
border: 0!important;
text-decoration: none;
}
form .form-row {
padding: 3px;
margin: 0 0 6px;
}
.checkout h3#order_review_heading {
margin-bottom: 30px;
margin-top: 15px;
}
.checkout #payment {
background: #ebe9eb;
border-radius: 5px;
}
ul.payment_methods {
text-align: left;
padding: 1em;
border-bottom: 1px solid #d3ced2;
margin: 0;
list-style: none outside;
}
#payment .payment_box {
position: relative;
box-sizing: border-box;
width: 100%;
padding: 1em;
margin: 1em 0;
font-size: .92em;
border-radius: 2px;
line-height: 1.5;
background-color: #dfdcde;
color: #515151;
}
#payment div.form-row { padding: 1em; }
/* ===============================================
24.event
------------------------*/ | 0.314893 | 0.120879 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Oswald', sans-serif;
}
html,body{
height: 100%;
}
html{
scroll-behavior: smooth;
font-size: 10px;
}
.container{
max-width: 128rem;
padding: 0 2%;
margin: 0 auto;
}
.btn1{
color: white;
font-size: 1.6rem;
font-style: italic;
cursor: pointer;
padding: .5rem 10%;
background-color: #EB2D2D;
border-bottom: .3rem solid #B21E1E;
}
.btn1:hover{
opacity: .9;
transition: .3s;
}
a{text-decoration: none;}
.mobile{display: none;}
.clear{clear: both;}
ul>li>a.selected{color: red}
.w30{width: 30%;}
.w33{width: 33.3%;}
.w40{width: 40%;}
.w50{width: 50%;}
.w60{width: 60%;}
.w70{width: 70%;}
.w100{width: 100%;}
/*preloader e backtotop*/
.preloader{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: #ccc;
display: flex;
justify-content: center;
align-items: center;
z-index: 20;
transition: .4s;
}
.spinner{
width: 90px;
height: 90px;
border: 8px solid transparent;
background-image: url('../images/volante.png');
background-position: center;
background-size: 100% 100%;
/*animation: rotate 1.2s infinite;*/
background-repeat: no-repeat;
}
#link-topo{
position: fixed;
right: 2rem;
bottom: 3rem;
width: 3rem;
height: 3rem;
background-color: #EB2D2D;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
transition: .3s;
color: white;
box-shadow: 0 .3rem .3rem rgba(0,0,0,.8);
z-index: 4;
}
#link-topo i{
font-size: 2rem;
line-height: 2rem;
}
#link-topo:hover{
opacity: .9;
color: black;
}
/*header*/
#header-principal{
padding: 1rem 0;
}
#header-principal > .container{
display: flex;
align-items: center;
justify-content: space-between;
}
.logo img{
width: 16rem;
}
.navegacao li{
display: inline-block;
padding: 0 2rem;
font-size: 2rem;
font-style: italic;
}
.navegacao li > a{
color: black;
}
.desktop li a{
border-bottom: .5rem;
}
.desktop li:hover a{
border-bottom: .4rem solid red;
transition: .2s;
}
.mobile i{
font-size: 3rem;
color: black;
padding-right: 1rem;
cursor: pointer;
transition: .3s;
}
.mobile i:hover{
color: red;
}
.mobile ul{
position: fixed;
width: 100%;
top: 8.5rem;
left: 42.5rem;
text-align: center;
transition: 1s;
z-index: 99;
}
.abrir ul{
opacity: 1;
left: 0;
}
.mobile li{
background-color: #ccc;
display: block;
border: .1rem solid rgba(0,0,0,.1);
padding: .3rem;
transition: .3s;
}
.mobile li a{
display: block;
}
.mobile li:hover a{
color: white;
transition: .3s;
}
/*Banner*/
section.banner{
width: 100%;
height: 65rem;
background-color: black;
background-image: url('../images/bg.jpg');
background-size: contain;
background-position: right bottom;
background-repeat: no-repeat;
}
.text-banner{
padding: 6rem;
}
.single-banner{
width: 25rem;
height: 6rem;
background-image: url('../images/box-text.png');
background-size: 100% 100%;
color:white;
font-size: 2.3rem;
padding: 0 2.5rem;
line-height: 6rem;
margin: 1.5rem 0;
text-transform: uppercase;
text-align: center;
font-style: italic;
animation: ola 1.2s forwards;
opacity: 0;
}
@keyframes ola{
0%{
transform: translateX(-30rem);
}
100%{
transform: translateX(0rem);
opacity: 1;
}
}
.text-banner .single-banner:nth-of-type(2){
width: 20rem;
position: relative;
left: -1rem;
animation-delay: .2s;
}
.text-banner .single-banner:nth-of-type(3){
width: 15rem;
position: relative;
left: -2rem;
animation-delay: .4s;
}
.text-banner .single-banner:nth-of-type(4){
width: 30rem;
position: relative;
left: -3rem;
background-image: url('../images/box-white-text.png');
color: black;
animation-delay: 1s;
}
/*Destaque*/
section.destaque-veiculos{
padding: 2rem 0;
}
.line-titulo{
display: flex;
flex-wrap: nowrap;
justify-content: center;
}
.line-titulo > .divisoria{
width: 40%;
background-color: red;
height: 1px;
align-self: flex-end;
}
.destaque-veiculos > .line-titulo > h2{
text-align: center;
font-size: 2.5rem;
font-style: italic;
text-transform: uppercase;
padding: 0 10px;
}
.destaque-veiculos > .container{
max-width: 100rem;
display: flex;
flex-wrap: wrap;
text-align: center;
padding: 3rem 0;
}
.vitrine-single > div.img-vitrine{
background-image: url('../images/carro1.jpg');
width: 100%;
padding-top: 100%;
background-size: 100% 100%;
border: .5rem solid white;
}
.vitrine-single h2{
font-style: italic;
font-weight: normal;
font-size: 2rem;
}
.vitrine-single p{
font-style: italic;
font-weight: lighter;
font-size: 1.5rem;
margin-bottom: 1.5rem;
}
/*servicos/depoimentos*/
section.servicos-depoimentos{
display: flex;
flex-wrap: wrap;
}
.painel-servicos{
background-color: #242424;
padding: 6rem 0;
color: white;
display: flex;
justify-content: center;
}
.servicos-wraper{
display: flex;
flex-direction: column;
align-items: flex-end;
text-shadow: 0 .2rem .2rem rgba(0,0,0,.7);
}
.servicos-wraper h2{
font-size: 3.5rem;
font-style: italic;
font-weight: normal;
padding-bottom: 2rem;
}
.servicos-wraper ul{
list-style: inside;
}
.servicos-wraper li{
font-size: 1.7rem;
}
.servicos-wraper a{
display: inline-block;
margin-top: 2rem;
}
.painel-depoimentos{
background-color: #EB2D2D;
padding: 6rem 5rem;
color: white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-shadow: 0 .2rem .2rem rgba(0,0,0,.7);
}
.text-depoimentos h2{
font-size: 3.5rem;
font-weight: normal;
padding-bottom: 2rem;
}
.text-depoimentos blockquotes{
font-size: 1.7rem;
}
.next-author{
width: 100%;
display: flex;
justify-content: space-between;
color: black;
padding-top: .5rem;
}
.next-btns i{
padding: 0 .5rem;
cursor: pointer;
}
.next-author i{
color: #ccc;
font-size: 2.5rem;
}
.next-author h3{
font-size: 1.6rem;
text-shadow: none;
}
/*contato*/
section#contato{
padding: 3rem 0 1rem 0;
}
#contato > .line-titulo > h2{
text-align: center;
font-size: 2.5rem;
font-style: italic;
text-transform: uppercase;
padding: 0 1rem;
}
section#contato form{
text-align: center;
margin: 3rem auto;
max-width: 66rem;
display: flex;
flex-wrap: wrap;
}
#contato form .input-wraper{
padding: 1rem;
}
#contato form input:not([type=submit]){
width: 100%;
padding-left: 1.5rem;
border: .1rem solid #ccc;
height: 5rem;
line-height: 5rem;
outline: none;
}
#contato form textarea{
resize: vertical;
width: 100%;
padding: 2rem 1rem;
height: 25rem;
border: .1rem solid #ccc;
outline: none;
}
#contato form input[type=submit]{
border: none;
border-bottom: .3rem solid #B21E1E;
}
/*footer*/
footer{
padding: 3rem 0;
background-color: #252525;
color: white;
font-style: italic;
font-weight: bolder;
}
footer > .container{
display: flex;
justify-content: space-between;
align-items: center;
}
.menu-footer li{
display: inline-block;
padding: 0 3rem;
}
.menu-footer li > a{
color: white;
border-bottom: .5rem;
font-size: 1.8rem;
}
.menu-footer li:hover a{
border-bottom: .4rem solid red;
transition: .2s;
}
footer > .container p{
font-size: 1.8rem;
}
/*Pagina
de
produto*/
.venda-single{
border-top: .3rem solid #EB2D2D;
padding-top: 2rem;
}
.venda-single .container{
display: flex;
flex-wrap: wrap;
}
.venda-single > .line-titulo > h2{
text-align: center;
font-size: 2.5rem;
font-style: italic;
text-transform: uppercase;
padding: 0 1rem;
}
.venda-single > .line-titulo > .divisoria{
width: 20%;
background-color: black;
}
.info-bread{
text-align: left;
margin-bottom: 2rem;
}
.info-bread a{
text-decoration: none;
color: black;
font-size: 1.6rem;
}
.info-bread a:last-child{
color: red;
}
.info-bread span{
padding: 0 1rem;
}
.venda-single > .container{
padding-top: 3rem;
max-width: 100rem;
}
.info-veiculo{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.foto-destaque{
width: 100%;
padding-top: 70%;
background-position: center;
background-size: cover;
background-image: url('../images/carro1.jpg');
background-repeat: no-repeat;
transition: .5s;
}
.nav-galeria-parent{
width: 100%;
padding: 2rem;
position: relative;
}
.nav-galeria-parent > i{
font-size: 4rem;
color: red;
cursor: pointer;
}
.nav-galeria-parent i.fa-angle-left{
position: absolute;
left: .6rem;
top: calc(50% - 2rem);
/* transform:translateY(calc(-50% - 20px));
-ms-transform:translateY(calc(-50% - 20px));*/
}
.nav-galeria-parent i.fa-angle-right{
position: absolute;
right: .6rem;
top: calc(50% - 2rem);
top: calc(50% - 2rem);
/* transform:translateY(calc(-50% - 20px));
-ms-transform:translateY(calc(-50% - 20px));*/
}
.nav-galeria{
overflow: hidden;
width: 100%;
}
.nav-galeria-wraper{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
/*js*/
}
.mini-img-wraper{
padding: .8rem;
/*js*/
}
.mini-img{
width: 100%;
cursor: pointer;
padding-top: 70%;
background-image: url('../images/carro1.jpg');
background-position: center;
background-size: cover;
}
.mini-img-wraper:nth-child(2n) .mini-img{
background-image: url('../images/carro-amarelo.jpg');
}
.descricao-veiculo{
padding: 2rem;
font-size: 1.6rem;
}
.descricao-veiculo p{
max-width: 90%;
margin: 2.5rem 0;
}
/*Pagina
de
vendas*/
/*Venda*/
section.venda{
min-height: 80%;
padding: 3rem 0;
border-top: .3rem solid #EB2D2D;
}
.venda > .line-titulo > h2{
text-align: center;
font-size: 2.5rem;
font-style: italic;
text-transform: uppercase;
padding: 0 1rem;
}
.venda >.line-titulo > .divisoria{
background-color: black;
}
.content-venda{
margin-top: 4rem;
display: flex;
flex-wrap: wrap;
}
.content-venda > aside{
}
.search{
width: 90%;
}
.search h2{
font-size: 2.4rem;
font-weight: normal;
}
.search .barra-preco{
width: 100%;
height: 2rem;
background-color: white;
border: .1rem solid #ccc;
border-radius: 2rem;
margin-top: 1rem;
position: relative;
}
.barra-preco-fill{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 2rem;
border-radius: 2rem;
background:
linear-gradient(to bottom, rgb(255,255,255),rgb(200,200,200));
}
.pointer-barra{
width: 2.6rem;
height: 2.6rem;
border-radius: .5rem;
background:
linear-gradient(to bottom, rgb(255,255,255),rgb(160,160,160));
border: .1rem solid black;;
position: absolute;
left: 0rem;
top: -.3rem;
cursor: pointer;
}
.valor-pesquisa{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 1rem;
font-size: 1.6rem;
}
.valor-pesquisa p:nth-of-type(1){
}
.valor-pesquisa p:nth-of-type(2){
}
.search2{
margin-top: 4rem;
}
.search2 h2{
font-size: 2.4rem;
font-weight: normal;
margin-bottom: 1rem;
}
.form-search-wraper{
margin-top: .5rem;
}
.form-search-wraper input{
display: none;
}
.form-search-wraper label{
width: 2rem;
height: 2rem;
display: inline-block;
vertical-align: top;
border: .1rem solid #ccc;
border-radius: .3rem;
cursor: pointer;
position: relative;
}
.form-search-wraper span{
font-size: 1.6rem;
}
.form-search-wraper input[type=checkbox]:checked
+ label > .circle{
display: block;
}
.form-search-wraper .circle{
display: none;
width: .8rem;
height: .8rem;
border-radius: .4rem;
background-color: red;
position: absolute;
left: .6rem;
top: .6rem;
}
.form-search-wraper span{
padding: 0 1rem;
}
.vitrine-venda{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.vitrine-venda > .vitrine-single{
margin-bottom: 3rem;
}
/*Pagina
de
Sobre*/
section.sobre{
min-height: 80%;
padding: 3rem 2%;
margin-bottom: 40px;
border-top: .3rem solid #EB2D2D;
}
.sobre > .line-titulo > h2{
text-align: center;
font-size: 2.5rem;
font-style: italic;
text-transform: uppercase;
padding: 0 1rem;
}
.sobre >.line-titulo > .divisoria{
background-color: black;
}
section.sobre > .container{
margin-top: 4rem;
max-width: 84rem;
}
.img-destaque-sobre{
width: 100%;
padding-top: 60%;
background-color: #ddd;
}
.descricao-autor{
margin-top: 2rem;
}
.descricao-autor h2{
font-size: 2.5rem;
}
.descricao-autor p{
font-size: 1.8rem;
margin-top: 1rem;
text-align: justify;
}
.descricao-foto-autor{
margin-top: 1rem;
display: flex;
flex-wrap: wrap;
}
.img-small-autor{
padding-top: 25%;
background-color: #ddd;
}
.descricao-foto-autor .descricao-descricao p{
padding: 1.5rem;
font-size: 1.8rem;
text-align: justify;
}
/*
responsivo
*/
@media screen and (max-width: 1400px){
section.banner{
background-size: 90% auto;
background-position: 200% 100%;
} /*banner*/
} /*1400px*/
@media screen and (max-width: 768px){
.w30{width: 100%;}
.w60{width: 100%;}
.w40{width: 100%;}
.w70{width: 100%;}
section.banner{
background-size: cover;
background-position: center;
height: 60vw;
min-height: 50rem;
} /*banner*/
div.content-venda{
text-align: center;
}
.search{
width: 90%;
display: inline-block;
}
.search2{
margin:.5rem 0;
display: inline-block;
}
div.vitrine-venda{
text-align: center;
}
div.vitrine-venda > div.vitrine-single{
float: none;
display: inline-block;
}
section.venda-single > .container{
max-width: 90%;
}
section.venda-single > .info-veiculo{
display: inline-block;
float: none;
}
div.descricao-veiculo{
text-align: center;
float: none;
padding: .1rem 0;
}
.descricao-veiculo p{
display: inline-block;
max-width: 90%;
margin: 2rem 0;
text-align: justify;
}
.descricao-autor{
text-align: center;
}
} /*768px*/
@media screen and (max-width: 500px){
.w33{width: 100%;}
.w50{width: 100%;}
.vitrine-single{
margin: 0 4% 2rem 4%;
}
.container > div.descricao-foto-autor{
text-align: center;
}
.descricao-autor{
float: none;
display: inline-block;
text-align: center;
}
.img-small-autor{
float: none;
display: inline-block;
padding-top: 80%;
max-width: 80%;
}
.descricao-descricao p{
padding: 0;
}
} /*500px*/
@media screen and (max-width: 425px){
.desktop{display: none;}
.mobile{display: block;}
.menu-footer{display: none;}
.text-banner{
padding: 2rem;
text-align: center;
}
.single-banner{
font-size: 1.8rem;
}
.text-banner .single-banner:nth-of-type(2){
width: 20rem;
position: static;
}
.text-banner .single-banner:nth-of-type(3){
width: 15rem;
position: static;
}
.text-banner .single-banner:nth-of-type(4){
width: 100%;
position: static;
}
.line-titulo > .divisoria{
display: none;
}
#contato > .container > form{
margin-top: 0px;
}
footer > .container{
align-items: center;
justify-content: center;
}
section.venda-single > .container{
max-width: 100%;
}
} /*425px*/ | css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Oswald', sans-serif;
}
html,body{
height: 100%;
}
html{
scroll-behavior: smooth;
font-size: 10px;
}
.container{
max-width: 128rem;
padding: 0 2%;
margin: 0 auto;
}
.btn1{
color: white;
font-size: 1.6rem;
font-style: italic;
cursor: pointer;
padding: .5rem 10%;
background-color: #EB2D2D;
border-bottom: .3rem solid #B21E1E;
}
.btn1:hover{
opacity: .9;
transition: .3s;
}
a{text-decoration: none;}
.mobile{display: none;}
.clear{clear: both;}
ul>li>a.selected{color: red}
.w30{width: 30%;}
.w33{width: 33.3%;}
.w40{width: 40%;}
.w50{width: 50%;}
.w60{width: 60%;}
.w70{width: 70%;}
.w100{width: 100%;}
/*preloader e backtotop*/
.preloader{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: #ccc;
display: flex;
justify-content: center;
align-items: center;
z-index: 20;
transition: .4s;
}
.spinner{
width: 90px;
height: 90px;
border: 8px solid transparent;
background-image: url('../images/volante.png');
background-position: center;
background-size: 100% 100%;
/*animation: rotate 1.2s infinite;*/
background-repeat: no-repeat;
}
#link-topo{
position: fixed;
right: 2rem;
bottom: 3rem;
width: 3rem;
height: 3rem;
background-color: #EB2D2D;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
transition: .3s;
color: white;
box-shadow: 0 .3rem .3rem rgba(0,0,0,.8);
z-index: 4;
}
#link-topo i{
font-size: 2rem;
line-height: 2rem;
}
#link-topo:hover{
opacity: .9;
color: black;
}
/*header*/
#header-principal{
padding: 1rem 0;
}
#header-principal > .container{
display: flex;
align-items: center;
justify-content: space-between;
}
.logo img{
width: 16rem;
}
.navegacao li{
display: inline-block;
padding: 0 2rem;
font-size: 2rem;
font-style: italic;
}
.navegacao li > a{
color: black;
}
.desktop li a{
border-bottom: .5rem;
}
.desktop li:hover a{
border-bottom: .4rem solid red;
transition: .2s;
}
.mobile i{
font-size: 3rem;
color: black;
padding-right: 1rem;
cursor: pointer;
transition: .3s;
}
.mobile i:hover{
color: red;
}
.mobile ul{
position: fixed;
width: 100%;
top: 8.5rem;
left: 42.5rem;
text-align: center;
transition: 1s;
z-index: 99;
}
.abrir ul{
opacity: 1;
left: 0;
}
.mobile li{
background-color: #ccc;
display: block;
border: .1rem solid rgba(0,0,0,.1);
padding: .3rem;
transition: .3s;
}
.mobile li a{
display: block;
}
.mobile li:hover a{
color: white;
transition: .3s;
}
/*Banner*/
section.banner{
width: 100%;
height: 65rem;
background-color: black;
background-image: url('../images/bg.jpg');
background-size: contain;
background-position: right bottom;
background-repeat: no-repeat;
}
.text-banner{
padding: 6rem;
}
.single-banner{
width: 25rem;
height: 6rem;
background-image: url('../images/box-text.png');
background-size: 100% 100%;
color:white;
font-size: 2.3rem;
padding: 0 2.5rem;
line-height: 6rem;
margin: 1.5rem 0;
text-transform: uppercase;
text-align: center;
font-style: italic;
animation: ola 1.2s forwards;
opacity: 0;
}
@keyframes ola{
0%{
transform: translateX(-30rem);
}
100%{
transform: translateX(0rem);
opacity: 1;
}
}
.text-banner .single-banner:nth-of-type(2){
width: 20rem;
position: relative;
left: -1rem;
animation-delay: .2s;
}
.text-banner .single-banner:nth-of-type(3){
width: 15rem;
position: relative;
left: -2rem;
animation-delay: .4s;
}
.text-banner .single-banner:nth-of-type(4){
width: 30rem;
position: relative;
left: -3rem;
background-image: url('../images/box-white-text.png');
color: black;
animation-delay: 1s;
}
/*Destaque*/
section.destaque-veiculos{
padding: 2rem 0;
}
.line-titulo{
display: flex;
flex-wrap: nowrap;
justify-content: center;
}
.line-titulo > .divisoria{
width: 40%;
background-color: red;
height: 1px;
align-self: flex-end;
}
.destaque-veiculos > .line-titulo > h2{
text-align: center;
font-size: 2.5rem;
font-style: italic;
text-transform: uppercase;
padding: 0 10px;
}
.destaque-veiculos > .container{
max-width: 100rem;
display: flex;
flex-wrap: wrap;
text-align: center;
padding: 3rem 0;
}
.vitrine-single > div.img-vitrine{
background-image: url('../images/carro1.jpg');
width: 100%;
padding-top: 100%;
background-size: 100% 100%;
border: .5rem solid white;
}
.vitrine-single h2{
font-style: italic;
font-weight: normal;
font-size: 2rem;
}
.vitrine-single p{
font-style: italic;
font-weight: lighter;
font-size: 1.5rem;
margin-bottom: 1.5rem;
}
/*servicos/depoimentos*/
section.servicos-depoimentos{
display: flex;
flex-wrap: wrap;
}
.painel-servicos{
background-color: #242424;
padding: 6rem 0;
color: white;
display: flex;
justify-content: center;
}
.servicos-wraper{
display: flex;
flex-direction: column;
align-items: flex-end;
text-shadow: 0 .2rem .2rem rgba(0,0,0,.7);
}
.servicos-wraper h2{
font-size: 3.5rem;
font-style: italic;
font-weight: normal;
padding-bottom: 2rem;
}
.servicos-wraper ul{
list-style: inside;
}
.servicos-wraper li{
font-size: 1.7rem;
}
.servicos-wraper a{
display: inline-block;
margin-top: 2rem;
}
.painel-depoimentos{
background-color: #EB2D2D;
padding: 6rem 5rem;
color: white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-shadow: 0 .2rem .2rem rgba(0,0,0,.7);
}
.text-depoimentos h2{
font-size: 3.5rem;
font-weight: normal;
padding-bottom: 2rem;
}
.text-depoimentos blockquotes{
font-size: 1.7rem;
}
.next-author{
width: 100%;
display: flex;
justify-content: space-between;
color: black;
padding-top: .5rem;
}
.next-btns i{
padding: 0 .5rem;
cursor: pointer;
}
.next-author i{
color: #ccc;
font-size: 2.5rem;
}
.next-author h3{
font-size: 1.6rem;
text-shadow: none;
}
/*contato*/
section#contato{
padding: 3rem 0 1rem 0;
}
#contato > .line-titulo > h2{
text-align: center;
font-size: 2.5rem;
font-style: italic;
text-transform: uppercase;
padding: 0 1rem;
}
section#contato form{
text-align: center;
margin: 3rem auto;
max-width: 66rem;
display: flex;
flex-wrap: wrap;
}
#contato form .input-wraper{
padding: 1rem;
}
#contato form input:not([type=submit]){
width: 100%;
padding-left: 1.5rem;
border: .1rem solid #ccc;
height: 5rem;
line-height: 5rem;
outline: none;
}
#contato form textarea{
resize: vertical;
width: 100%;
padding: 2rem 1rem;
height: 25rem;
border: .1rem solid #ccc;
outline: none;
}
#contato form input[type=submit]{
border: none;
border-bottom: .3rem solid #B21E1E;
}
/*footer*/
footer{
padding: 3rem 0;
background-color: #252525;
color: white;
font-style: italic;
font-weight: bolder;
}
footer > .container{
display: flex;
justify-content: space-between;
align-items: center;
}
.menu-footer li{
display: inline-block;
padding: 0 3rem;
}
.menu-footer li > a{
color: white;
border-bottom: .5rem;
font-size: 1.8rem;
}
.menu-footer li:hover a{
border-bottom: .4rem solid red;
transition: .2s;
}
footer > .container p{
font-size: 1.8rem;
}
/*Pagina
de
produto*/
.venda-single{
border-top: .3rem solid #EB2D2D;
padding-top: 2rem;
}
.venda-single .container{
display: flex;
flex-wrap: wrap;
}
.venda-single > .line-titulo > h2{
text-align: center;
font-size: 2.5rem;
font-style: italic;
text-transform: uppercase;
padding: 0 1rem;
}
.venda-single > .line-titulo > .divisoria{
width: 20%;
background-color: black;
}
.info-bread{
text-align: left;
margin-bottom: 2rem;
}
.info-bread a{
text-decoration: none;
color: black;
font-size: 1.6rem;
}
.info-bread a:last-child{
color: red;
}
.info-bread span{
padding: 0 1rem;
}
.venda-single > .container{
padding-top: 3rem;
max-width: 100rem;
}
.info-veiculo{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.foto-destaque{
width: 100%;
padding-top: 70%;
background-position: center;
background-size: cover;
background-image: url('../images/carro1.jpg');
background-repeat: no-repeat;
transition: .5s;
}
.nav-galeria-parent{
width: 100%;
padding: 2rem;
position: relative;
}
.nav-galeria-parent > i{
font-size: 4rem;
color: red;
cursor: pointer;
}
.nav-galeria-parent i.fa-angle-left{
position: absolute;
left: .6rem;
top: calc(50% - 2rem);
/* transform:translateY(calc(-50% - 20px));
-ms-transform:translateY(calc(-50% - 20px));*/
}
.nav-galeria-parent i.fa-angle-right{
position: absolute;
right: .6rem;
top: calc(50% - 2rem);
top: calc(50% - 2rem);
/* transform:translateY(calc(-50% - 20px));
-ms-transform:translateY(calc(-50% - 20px));*/
}
.nav-galeria{
overflow: hidden;
width: 100%;
}
.nav-galeria-wraper{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
/*js*/
}
.mini-img-wraper{
padding: .8rem;
/*js*/
}
.mini-img{
width: 100%;
cursor: pointer;
padding-top: 70%;
background-image: url('../images/carro1.jpg');
background-position: center;
background-size: cover;
}
.mini-img-wraper:nth-child(2n) .mini-img{
background-image: url('../images/carro-amarelo.jpg');
}
.descricao-veiculo{
padding: 2rem;
font-size: 1.6rem;
}
.descricao-veiculo p{
max-width: 90%;
margin: 2.5rem 0;
}
/*Pagina
de
vendas*/
/*Venda*/
section.venda{
min-height: 80%;
padding: 3rem 0;
border-top: .3rem solid #EB2D2D;
}
.venda > .line-titulo > h2{
text-align: center;
font-size: 2.5rem;
font-style: italic;
text-transform: uppercase;
padding: 0 1rem;
}
.venda >.line-titulo > .divisoria{
background-color: black;
}
.content-venda{
margin-top: 4rem;
display: flex;
flex-wrap: wrap;
}
.content-venda > aside{
}
.search{
width: 90%;
}
.search h2{
font-size: 2.4rem;
font-weight: normal;
}
.search .barra-preco{
width: 100%;
height: 2rem;
background-color: white;
border: .1rem solid #ccc;
border-radius: 2rem;
margin-top: 1rem;
position: relative;
}
.barra-preco-fill{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 2rem;
border-radius: 2rem;
background:
linear-gradient(to bottom, rgb(255,255,255),rgb(200,200,200));
}
.pointer-barra{
width: 2.6rem;
height: 2.6rem;
border-radius: .5rem;
background:
linear-gradient(to bottom, rgb(255,255,255),rgb(160,160,160));
border: .1rem solid black;;
position: absolute;
left: 0rem;
top: -.3rem;
cursor: pointer;
}
.valor-pesquisa{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 1rem;
font-size: 1.6rem;
}
.valor-pesquisa p:nth-of-type(1){
}
.valor-pesquisa p:nth-of-type(2){
}
.search2{
margin-top: 4rem;
}
.search2 h2{
font-size: 2.4rem;
font-weight: normal;
margin-bottom: 1rem;
}
.form-search-wraper{
margin-top: .5rem;
}
.form-search-wraper input{
display: none;
}
.form-search-wraper label{
width: 2rem;
height: 2rem;
display: inline-block;
vertical-align: top;
border: .1rem solid #ccc;
border-radius: .3rem;
cursor: pointer;
position: relative;
}
.form-search-wraper span{
font-size: 1.6rem;
}
.form-search-wraper input[type=checkbox]:checked
+ label > .circle{
display: block;
}
.form-search-wraper .circle{
display: none;
width: .8rem;
height: .8rem;
border-radius: .4rem;
background-color: red;
position: absolute;
left: .6rem;
top: .6rem;
}
.form-search-wraper span{
padding: 0 1rem;
}
.vitrine-venda{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.vitrine-venda > .vitrine-single{
margin-bottom: 3rem;
}
/*Pagina
de
Sobre*/
section.sobre{
min-height: 80%;
padding: 3rem 2%;
margin-bottom: 40px;
border-top: .3rem solid #EB2D2D;
}
.sobre > .line-titulo > h2{
text-align: center;
font-size: 2.5rem;
font-style: italic;
text-transform: uppercase;
padding: 0 1rem;
}
.sobre >.line-titulo > .divisoria{
background-color: black;
}
section.sobre > .container{
margin-top: 4rem;
max-width: 84rem;
}
.img-destaque-sobre{
width: 100%;
padding-top: 60%;
background-color: #ddd;
}
.descricao-autor{
margin-top: 2rem;
}
.descricao-autor h2{
font-size: 2.5rem;
}
.descricao-autor p{
font-size: 1.8rem;
margin-top: 1rem;
text-align: justify;
}
.descricao-foto-autor{
margin-top: 1rem;
display: flex;
flex-wrap: wrap;
}
.img-small-autor{
padding-top: 25%;
background-color: #ddd;
}
.descricao-foto-autor .descricao-descricao p{
padding: 1.5rem;
font-size: 1.8rem;
text-align: justify;
}
/*
responsivo
*/
@media screen and (max-width: 1400px){
section.banner{
background-size: 90% auto;
background-position: 200% 100%;
} /*banner*/
} /*1400px*/
@media screen and (max-width: 768px){
.w30{width: 100%;}
.w60{width: 100%;}
.w40{width: 100%;}
.w70{width: 100%;}
section.banner{
background-size: cover;
background-position: center;
height: 60vw;
min-height: 50rem;
} /*banner*/
div.content-venda{
text-align: center;
}
.search{
width: 90%;
display: inline-block;
}
.search2{
margin:.5rem 0;
display: inline-block;
}
div.vitrine-venda{
text-align: center;
}
div.vitrine-venda > div.vitrine-single{
float: none;
display: inline-block;
}
section.venda-single > .container{
max-width: 90%;
}
section.venda-single > .info-veiculo{
display: inline-block;
float: none;
}
div.descricao-veiculo{
text-align: center;
float: none;
padding: .1rem 0;
}
.descricao-veiculo p{
display: inline-block;
max-width: 90%;
margin: 2rem 0;
text-align: justify;
}
.descricao-autor{
text-align: center;
}
} /*768px*/
@media screen and (max-width: 500px){
.w33{width: 100%;}
.w50{width: 100%;}
.vitrine-single{
margin: 0 4% 2rem 4%;
}
.container > div.descricao-foto-autor{
text-align: center;
}
.descricao-autor{
float: none;
display: inline-block;
text-align: center;
}
.img-small-autor{
float: none;
display: inline-block;
padding-top: 80%;
max-width: 80%;
}
.descricao-descricao p{
padding: 0;
}
} /*500px*/
@media screen and (max-width: 425px){
.desktop{display: none;}
.mobile{display: block;}
.menu-footer{display: none;}
.text-banner{
padding: 2rem;
text-align: center;
}
.single-banner{
font-size: 1.8rem;
}
.text-banner .single-banner:nth-of-type(2){
width: 20rem;
position: static;
}
.text-banner .single-banner:nth-of-type(3){
width: 15rem;
position: static;
}
.text-banner .single-banner:nth-of-type(4){
width: 100%;
position: static;
}
.line-titulo > .divisoria{
display: none;
}
#contato > .container > form{
margin-top: 0px;
}
footer > .container{
align-items: center;
justify-content: center;
}
section.venda-single > .container{
max-width: 100%;
}
} /*425px*/ | 0.297674 | 0.056185 |
.SubControlPOSPaymentPanel *,
.SubControlPOSPaymentPanel *:after,
.SubControlPOSPaymentPanel *:before
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
font : 2vh cobrasystemfont;
}
.SubControlPOSPaymentPanelPopUp
{
position:fixed;
top:0vh;
left:100vw;
width:100vw;
height:100vh;
background:rgba(0,0,0,0.6);
overflow:hidden;
-webkit-transition: left 0.2s;
-moz-transition: left 0.2s;
-o-transition: left 0.2s;
-ms-transition: left 0.2s;
transition: left 0.2s;
}
.SubControlPOSPaymentPanelPopUp[fa-show]
{
left:0vh;
}
.SubControlPOSPaymentPanel
{
position : relative;
width : 100vw;
height : 90vh;
top : 50%;
left : 50%;
transform: translate(-50%, -50%);
background : #efefef;
}
.SubControlPOSPaymentPanel .TitleBar
{
width : 100vw;
height : 5vh;
padding-top: 0.5vh;
background: rgba(255,171,97,1);
background: -moz-linear-gradient(top, rgba(255,171,97,1) 0%, rgba(199,93,0,1) 10%, rgba(199,93,0,1) 90%, rgba(255,171,97,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,171,97,1)), color-stop(10%, rgba(199,93,0,1)), color-stop(90%, rgba(199,93,0,1)), color-stop(100%, rgba(255,171,97,1)));
background: -webkit-linear-gradient(top, rgba(255,171,97,1) 0%, rgba(199,93,0,1) 10%, rgba(199,93,0,1) 90%, rgba(255,171,97,1) 100%);
background: -o-linear-gradient(top, rgba(255,171,97,1) 0%, rgba(199,93,0,1) 10%, rgba(199,93,0,1) 90%, rgba(255,171,97,1) 100%);
background: -ms-linear-gradient(top, rgba(255,171,97,1) 0%, rgba(199,93,0,1) 10%, rgba(199,93,0,1) 90%, rgba(255,171,97,1) 100%);
background: linear-gradient(to bottom, rgba(255,171,97,1) 0%, rgba(199,93,0,1) 10%, rgba(199,93,0,1) 90%, rgba(255,171,97,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffab61', endColorstr='#ffab61', GradientType=0 );
}
.SubControlPOSPaymentPanel .TitleBar span
{
display: block;
width: 100vw;
text-align: center;
color: #fff;
font-size: 2.3vh;
line-height: 160%
}
.SubControlPOSPaymentPanel .TitleBar a
{
position: absolute;
font: 3vh fontawesome;
top: 0vh;
right: 0;
height: 100%;
width: 10vw;
padding-left: 2vw;
line-height: 160%;
text-decoration: none;
color: #fff;
}
.SubControlPOSPaymentPanel .ContentContainer
{
}
.SubControlPOSPaymentPanel .ContentContainer .TotalRow,
.SubControlPOSPaymentPanel .ContentContainer .TotalPaymentRow,
.SubControlPOSPaymentPanel .ContentContainer .ChangeRow
{
width: 100vw;
height: 7vh;
}
.SubControlPOSPaymentPanel .ContentContainer .TotalRow [sa-elementtype=label],
.SubControlPOSPaymentPanel .ContentContainer .TotalPaymentRow [sa-elementtype=label],
.SubControlPOSPaymentPanel .ContentContainer .ChangeRow [sa-elementtype=label]
{
height: 100%;
font-size: 2.2vh;
margin-left: 10vw;
width: 40%;
float: left;
line-height: 300%;
}
.SubControlPOSPaymentPanel .ContentContainer .TotalRow [sa-elementtype=figure],
.SubControlPOSPaymentPanel .ContentContainer .TotalPaymentRow [sa-elementtype=figure],
.SubControlPOSPaymentPanel .ContentContainer .ChangeRow [sa-elementtype=figure]
{
position:relative;
width: 40%;
height: 80%;
font-size: 3vh;
border: 0.2vh solid #fff;
margin-right: 10vw;
float: right;
margin-top: 0.75vh;
text-align: right;
padding: 0vh 2vw;
background: rgb(220, 240, 255);
border: 0.2vh solid #ccc;
}
.SubControlPOSPaymentPanel .ContentContainer .TotalRow [sa-elementtype=label],
.SubControlPOSPaymentPanel .ContentContainer .TotalRow [sa-elementtype=figure]
{
color : #ff0000;
}
.SubControlPOSPaymentPanel .ContentContainer .TotalPaymentRow [sa-elementtype=label],
.SubControlPOSPaymentPanel .ContentContainer .TotalPaymentRow [sa-elementtype=figure]
{
color : #0d5a00;
}
.SubControlPOSPaymentPanel .ContentContainer .ChangeRow [sa-elementtype=label]
{
color : #ff0000;
}
.SubControlPOSPaymentPanel .ContentContainer .ChangeRow
{
display : none;
}
.SubControlPOSPaymentPanel .ContentContainer .ChangeRow [sa-elementtype=figure]
{
color : #ffffff;
background : #003c23;
}
.SubControlPOSPaymentPanel .ContentContainer .TotalPaymentRow [sa-elementtype=figure]::after
{
position: absolute;
width: 44vw;
border-bottom: 0.3vh solid #bfbfbf;
top: -1vh;
left: -2vw;
content: '';
}
.SubControlPOSPaymentPanel .ContentContainer .TotalPaymentRow[fa-error] [sa-elementtype=figure]
{
background : #ff0000;
color:#fff;
}
.SubControlPOSPaymentPanel .ContentContainer .TotalPaymentRow[fa-error] [sa-elementtype=figure]::before
{
font: 2.2vh fontawesome;
margin-right: 2vw;
content: '\f071';
color: #fff900;
display: block;
float: left;
margin-top: 1.5vh;
}
.SubControlPOSPaymentPanel .ContentContainer .PaymentContainer
{
position:relative;
overflow: auto;
width: 100vw;
height: auto;
margin-bottom:1vh;
max-height: 25vh;
}
.SubControlPOSPaymentPanel .ContentContainer .PaymentContainer .PaymentRow
{
width: 100vw;
height: 6vh;
display:none;
}
/* .SubControlPOSPaymentPanel .ContentContainer .PaymentContainer .PaymentRow:first-child, */
.SubControlPOSPaymentPanel .ContentContainer .PaymentContainer .PaymentRow[value],
.SubControlPOSPaymentPanel .ContentContainer .ChangeRow[value]
{
display:block;
}
.SubControlPOSPaymentPanel .ContentContainer .PaymentContainer .PaymentRow [sa-elementtype=label]
{
height: 100%;
font-size: 2.7vh;
margin-left: 10vw;
width: 40%;
float: left;
line-height: 220%;
}
.SubControlPOSPaymentPanel .ContentContainer .PaymentContainer .PaymentRow [sa-elementtype=figure]
{
width: 40%;
height: 90%;
border: 0.2vh solid #fff;
font-size: 2.7vh;
background: #ffffff;
margin-right: 10vw;
float: right;
margin-top: 0.75vh;
text-align: right;
padding: 0vh 2vw;
} | CobraResources/StyleSheets/Widget/GShop_POS/SubControlPOSPaymentPanel.css | .SubControlPOSPaymentPanel *,
.SubControlPOSPaymentPanel *:after,
.SubControlPOSPaymentPanel *:before
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
font : 2vh cobrasystemfont;
}
.SubControlPOSPaymentPanelPopUp
{
position:fixed;
top:0vh;
left:100vw;
width:100vw;
height:100vh;
background:rgba(0,0,0,0.6);
overflow:hidden;
-webkit-transition: left 0.2s;
-moz-transition: left 0.2s;
-o-transition: left 0.2s;
-ms-transition: left 0.2s;
transition: left 0.2s;
}
.SubControlPOSPaymentPanelPopUp[fa-show]
{
left:0vh;
}
.SubControlPOSPaymentPanel
{
position : relative;
width : 100vw;
height : 90vh;
top : 50%;
left : 50%;
transform: translate(-50%, -50%);
background : #efefef;
}
.SubControlPOSPaymentPanel .TitleBar
{
width : 100vw;
height : 5vh;
padding-top: 0.5vh;
background: rgba(255,171,97,1);
background: -moz-linear-gradient(top, rgba(255,171,97,1) 0%, rgba(199,93,0,1) 10%, rgba(199,93,0,1) 90%, rgba(255,171,97,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,171,97,1)), color-stop(10%, rgba(199,93,0,1)), color-stop(90%, rgba(199,93,0,1)), color-stop(100%, rgba(255,171,97,1)));
background: -webkit-linear-gradient(top, rgba(255,171,97,1) 0%, rgba(199,93,0,1) 10%, rgba(199,93,0,1) 90%, rgba(255,171,97,1) 100%);
background: -o-linear-gradient(top, rgba(255,171,97,1) 0%, rgba(199,93,0,1) 10%, rgba(199,93,0,1) 90%, rgba(255,171,97,1) 100%);
background: -ms-linear-gradient(top, rgba(255,171,97,1) 0%, rgba(199,93,0,1) 10%, rgba(199,93,0,1) 90%, rgba(255,171,97,1) 100%);
background: linear-gradient(to bottom, rgba(255,171,97,1) 0%, rgba(199,93,0,1) 10%, rgba(199,93,0,1) 90%, rgba(255,171,97,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffab61', endColorstr='#ffab61', GradientType=0 );
}
.SubControlPOSPaymentPanel .TitleBar span
{
display: block;
width: 100vw;
text-align: center;
color: #fff;
font-size: 2.3vh;
line-height: 160%
}
.SubControlPOSPaymentPanel .TitleBar a
{
position: absolute;
font: 3vh fontawesome;
top: 0vh;
right: 0;
height: 100%;
width: 10vw;
padding-left: 2vw;
line-height: 160%;
text-decoration: none;
color: #fff;
}
.SubControlPOSPaymentPanel .ContentContainer
{
}
.SubControlPOSPaymentPanel .ContentContainer .TotalRow,
.SubControlPOSPaymentPanel .ContentContainer .TotalPaymentRow,
.SubControlPOSPaymentPanel .ContentContainer .ChangeRow
{
width: 100vw;
height: 7vh;
}
.SubControlPOSPaymentPanel .ContentContainer .TotalRow [sa-elementtype=label],
.SubControlPOSPaymentPanel .ContentContainer .TotalPaymentRow [sa-elementtype=label],
.SubControlPOSPaymentPanel .ContentContainer .ChangeRow [sa-elementtype=label]
{
height: 100%;
font-size: 2.2vh;
margin-left: 10vw;
width: 40%;
float: left;
line-height: 300%;
}
.SubControlPOSPaymentPanel .ContentContainer .TotalRow [sa-elementtype=figure],
.SubControlPOSPaymentPanel .ContentContainer .TotalPaymentRow [sa-elementtype=figure],
.SubControlPOSPaymentPanel .ContentContainer .ChangeRow [sa-elementtype=figure]
{
position:relative;
width: 40%;
height: 80%;
font-size: 3vh;
border: 0.2vh solid #fff;
margin-right: 10vw;
float: right;
margin-top: 0.75vh;
text-align: right;
padding: 0vh 2vw;
background: rgb(220, 240, 255);
border: 0.2vh solid #ccc;
}
.SubControlPOSPaymentPanel .ContentContainer .TotalRow [sa-elementtype=label],
.SubControlPOSPaymentPanel .ContentContainer .TotalRow [sa-elementtype=figure]
{
color : #ff0000;
}
.SubControlPOSPaymentPanel .ContentContainer .TotalPaymentRow [sa-elementtype=label],
.SubControlPOSPaymentPanel .ContentContainer .TotalPaymentRow [sa-elementtype=figure]
{
color : #0d5a00;
}
.SubControlPOSPaymentPanel .ContentContainer .ChangeRow [sa-elementtype=label]
{
color : #ff0000;
}
.SubControlPOSPaymentPanel .ContentContainer .ChangeRow
{
display : none;
}
.SubControlPOSPaymentPanel .ContentContainer .ChangeRow [sa-elementtype=figure]
{
color : #ffffff;
background : #003c23;
}
.SubControlPOSPaymentPanel .ContentContainer .TotalPaymentRow [sa-elementtype=figure]::after
{
position: absolute;
width: 44vw;
border-bottom: 0.3vh solid #bfbfbf;
top: -1vh;
left: -2vw;
content: '';
}
.SubControlPOSPaymentPanel .ContentContainer .TotalPaymentRow[fa-error] [sa-elementtype=figure]
{
background : #ff0000;
color:#fff;
}
.SubControlPOSPaymentPanel .ContentContainer .TotalPaymentRow[fa-error] [sa-elementtype=figure]::before
{
font: 2.2vh fontawesome;
margin-right: 2vw;
content: '\f071';
color: #fff900;
display: block;
float: left;
margin-top: 1.5vh;
}
.SubControlPOSPaymentPanel .ContentContainer .PaymentContainer
{
position:relative;
overflow: auto;
width: 100vw;
height: auto;
margin-bottom:1vh;
max-height: 25vh;
}
.SubControlPOSPaymentPanel .ContentContainer .PaymentContainer .PaymentRow
{
width: 100vw;
height: 6vh;
display:none;
}
/* .SubControlPOSPaymentPanel .ContentContainer .PaymentContainer .PaymentRow:first-child, */
.SubControlPOSPaymentPanel .ContentContainer .PaymentContainer .PaymentRow[value],
.SubControlPOSPaymentPanel .ContentContainer .ChangeRow[value]
{
display:block;
}
.SubControlPOSPaymentPanel .ContentContainer .PaymentContainer .PaymentRow [sa-elementtype=label]
{
height: 100%;
font-size: 2.7vh;
margin-left: 10vw;
width: 40%;
float: left;
line-height: 220%;
}
.SubControlPOSPaymentPanel .ContentContainer .PaymentContainer .PaymentRow [sa-elementtype=figure]
{
width: 40%;
height: 90%;
border: 0.2vh solid #fff;
font-size: 2.7vh;
background: #ffffff;
margin-right: 10vw;
float: right;
margin-top: 0.75vh;
text-align: right;
padding: 0vh 2vw;
} | 0.477798 | 0.071494 |
@font-face {
font-family: Cocogoose;
src: url(./assets/fonts/cocogoose-pro.regular.ttf);
}
@font-face {
font-family: Coconum;
src: url(./assets/fonts/Cocogoose\ Pro\ Italic-trial.ttf);
}
.social-navbar {
display: none;
}
.desktop-title {
display: none;
}
.navbar-items {
display: none;
}
body {
display: flex;
flex-direction: column;
box-sizing: border-box;
margin: 0;
padding: 0;
overflow-y: auto;
}
.navbar {
background: rgb(236, 82, 66);
background: linear-gradient(90deg, rgba(236, 82, 66, 1) 45%, rgba(39, 42, 49, 1) 90%);
}
.hamburger {
background: none;
border: none;
cursor: pointer;
}
.hamburger.hide {
display: none;
}
.bi-list {
margin-left: 5%;
margin-top: 2%;
margin-bottom: 6%;
}
.close {
display: none;
}
.navbar-items.show {
display: flex;
flex-direction: column;
list-style: none;
font-family: 'Lato', sans-serif;
font-size: 30px;
}
.close.show {
display: block;
background: none;
border: none;
color: #272a31;
margin-top: 3%;
margin-left: 3%;
}
.navbar-links {
text-decoration: none;
font-weight: 800;
color: #d3d3d3;
margin-left: -5%;
}
main {
flex-direction: column;
align-content: center;
background-image: url(./assets/images/145eabdf1f0caba2f228d05f7c9452ab.webp);
background-repeat: no-repeat;
background-size: cover;
}
.lede {
font-family: 'Lato', sans-serif;
color: #fff;
font-weight: 300;
margin-left: 5%;
font-size: 30px;
margin-bottom: -3%;
}
.title {
font-family: 'Cocogoose', sans-serif;
color: #ec5242;
margin-left: 5%;
margin-right: 2%;
margin-bottom: 6%;
font-size: 35px;
letter-spacing: 2px;
line-height: 100%;
background-color: #272a31;
border: 1px solid #ec5242;
text-align: center;
padding: 2%;
}
.main-description {
font-family: 'Lato', sans-serif;
border: 2px solid #fff;
background: none;
color: #fff;
margin: 0 3%;
padding: 3% 3%;
background-color: #ec5242;
}
.main-tag {
font-family: 'Lato', sans-serif;
color: #fff;
margin-left: 20%;
margin-right: 20%;
margin-bottom: -3%;
background-color: #ec5242;
border: 2px solid #fff;
padding: 2%;
}
.email-address {
font-family: 'Lato', sans-serif;
color: #fff;
margin-left: 20%;
margin-right: 20%;
margin-bottom: 10%;
font-weight: bold;
text-decoration: underline;
background-color: #ec5242;
border: 2px solid #fff;
padding: 1%;
}
.logo {
display: flex;
flex-direction: column;
font-family: 'Lato', sans-serif;
border-bottom: 1px solid #d3d3d3;
}
.logo-title {
align-self: center;
border-bottom: 1px solid #ec5242;
padding-bottom: 3%;
}
.logo-description {
font-size: 15px;
margin-left: 10%;
margin-right: 10%;
text-align: justify;
line-height: 175%;
}
.logo-image {
align-self: center;
width: 75%;
height: 75%;
margin-bottom: 10%;
}
.first-edition {
font-family: 'Lato', sans-serif;
color: #272a31;
margin-bottom: 10%;
text-align: center;
}
.first-edition-title {
border-bottom: 1px solid #ec5242;
padding-bottom: 5%;
margin-left: 5%;
margin-right: 5%;
}
.first-edition-description {
padding: 5%;
}
.first-edition-images {
display: grid;
grid-template-rows: 1fr 1fr;
}
.text-overlay {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.image-description {
position: absolute;
width: 50%;
background-color: #ec5242;
opacity: 0.8;
}
.first-edition-image {
justify-self: center;
width: 75%;
height: auto;
}
.partnerships {
border-top: 1px solid #d3d3d3;
height: 100%;
background-color: #272a31;
color: #fff;
font-family: 'Lato', sans-serif;
}
.partnerships-title {
display: flex;
justify-content: center;
}
.downbeat {
width: 20%;
height: 30%;
margin-left: 15%;
margin-bottom: 10%;
}
.montreux {
width: 15%;
height: 25%;
margin-top: 5%;
margin-left: 35%;
margin-bottom: 10%;
}
.footer-section {
display: grid;
grid-template-columns: 1fr 1fr;
}
.footer-image {
width: 50%;
margin-left: 5%;
margin-top: 3%;
margin-bottom: 3%;
}
.footer-text {
display: flex;
justify-content: center;
align-items: center;
font-family: 'Lato', sans-serif;
color: #ec5242;
}
@media screen and (min-width: 768px) {
.social-navbar {
display: flex;
flex-direction: row;
justify-content: flex-end;
background-color: #272a31;
height: 50px;
font-family: 'Lato', sans-serif;
}
.social-media-list {
display: flex;
flex-direction: row;
margin-right: 15%;
gap: 10%;
list-style: none;
}
a {
display: flex;
text-decoration: none;
color: #d3d3d3;
}
.navbar {
display: flex;
flex-direction: row;
align-items: center;
font-family: 'Lato', sans-serif;
font-size: 20px;
color: #d3d3d3;
}
.bi-list {
display: none;
}
.desktop-title {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.desktop-icon-link {
margin-left: 5%;
margin-top: 3%;
margin-bottom: 3%;
}
.desktop-icon {
width: 60%;
height: auto;
margin-right: 10%;
padding-top: 3%;
padding-bottom: 3%;
}
.desktop-name {
margin-right: 15%;
font-family: 'Cocogoose', sans-serif;
font-size: 30px;
}
.navbar-items {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
list-style: none;
gap: 30%;
}
.navbar-item {
margin-left: -30%;
}
.lede {
display: flex;
margin-bottom: 0;
justify-content: center;
}
.title {
display: flex;
justify-content: center;
}
.main-description {
margin-left: 10%;
margin-bottom: 5%;
width: 75%;
text-align: center;
}
.main-tag {
margin-bottom: 0;
text-align: center;
}
.email-address {
display: flex;
justify-content: center;
}
.logo-description {
text-align: center;
}
.first-edition-images {
grid-template-columns: 1fr 1fr;
grid-template-rows: none;
}
} | about.css | @font-face {
font-family: Cocogoose;
src: url(./assets/fonts/cocogoose-pro.regular.ttf);
}
@font-face {
font-family: Coconum;
src: url(./assets/fonts/Cocogoose\ Pro\ Italic-trial.ttf);
}
.social-navbar {
display: none;
}
.desktop-title {
display: none;
}
.navbar-items {
display: none;
}
body {
display: flex;
flex-direction: column;
box-sizing: border-box;
margin: 0;
padding: 0;
overflow-y: auto;
}
.navbar {
background: rgb(236, 82, 66);
background: linear-gradient(90deg, rgba(236, 82, 66, 1) 45%, rgba(39, 42, 49, 1) 90%);
}
.hamburger {
background: none;
border: none;
cursor: pointer;
}
.hamburger.hide {
display: none;
}
.bi-list {
margin-left: 5%;
margin-top: 2%;
margin-bottom: 6%;
}
.close {
display: none;
}
.navbar-items.show {
display: flex;
flex-direction: column;
list-style: none;
font-family: 'Lato', sans-serif;
font-size: 30px;
}
.close.show {
display: block;
background: none;
border: none;
color: #272a31;
margin-top: 3%;
margin-left: 3%;
}
.navbar-links {
text-decoration: none;
font-weight: 800;
color: #d3d3d3;
margin-left: -5%;
}
main {
flex-direction: column;
align-content: center;
background-image: url(./assets/images/145eabdf1f0caba2f228d05f7c9452ab.webp);
background-repeat: no-repeat;
background-size: cover;
}
.lede {
font-family: 'Lato', sans-serif;
color: #fff;
font-weight: 300;
margin-left: 5%;
font-size: 30px;
margin-bottom: -3%;
}
.title {
font-family: 'Cocogoose', sans-serif;
color: #ec5242;
margin-left: 5%;
margin-right: 2%;
margin-bottom: 6%;
font-size: 35px;
letter-spacing: 2px;
line-height: 100%;
background-color: #272a31;
border: 1px solid #ec5242;
text-align: center;
padding: 2%;
}
.main-description {
font-family: 'Lato', sans-serif;
border: 2px solid #fff;
background: none;
color: #fff;
margin: 0 3%;
padding: 3% 3%;
background-color: #ec5242;
}
.main-tag {
font-family: 'Lato', sans-serif;
color: #fff;
margin-left: 20%;
margin-right: 20%;
margin-bottom: -3%;
background-color: #ec5242;
border: 2px solid #fff;
padding: 2%;
}
.email-address {
font-family: 'Lato', sans-serif;
color: #fff;
margin-left: 20%;
margin-right: 20%;
margin-bottom: 10%;
font-weight: bold;
text-decoration: underline;
background-color: #ec5242;
border: 2px solid #fff;
padding: 1%;
}
.logo {
display: flex;
flex-direction: column;
font-family: 'Lato', sans-serif;
border-bottom: 1px solid #d3d3d3;
}
.logo-title {
align-self: center;
border-bottom: 1px solid #ec5242;
padding-bottom: 3%;
}
.logo-description {
font-size: 15px;
margin-left: 10%;
margin-right: 10%;
text-align: justify;
line-height: 175%;
}
.logo-image {
align-self: center;
width: 75%;
height: 75%;
margin-bottom: 10%;
}
.first-edition {
font-family: 'Lato', sans-serif;
color: #272a31;
margin-bottom: 10%;
text-align: center;
}
.first-edition-title {
border-bottom: 1px solid #ec5242;
padding-bottom: 5%;
margin-left: 5%;
margin-right: 5%;
}
.first-edition-description {
padding: 5%;
}
.first-edition-images {
display: grid;
grid-template-rows: 1fr 1fr;
}
.text-overlay {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.image-description {
position: absolute;
width: 50%;
background-color: #ec5242;
opacity: 0.8;
}
.first-edition-image {
justify-self: center;
width: 75%;
height: auto;
}
.partnerships {
border-top: 1px solid #d3d3d3;
height: 100%;
background-color: #272a31;
color: #fff;
font-family: 'Lato', sans-serif;
}
.partnerships-title {
display: flex;
justify-content: center;
}
.downbeat {
width: 20%;
height: 30%;
margin-left: 15%;
margin-bottom: 10%;
}
.montreux {
width: 15%;
height: 25%;
margin-top: 5%;
margin-left: 35%;
margin-bottom: 10%;
}
.footer-section {
display: grid;
grid-template-columns: 1fr 1fr;
}
.footer-image {
width: 50%;
margin-left: 5%;
margin-top: 3%;
margin-bottom: 3%;
}
.footer-text {
display: flex;
justify-content: center;
align-items: center;
font-family: 'Lato', sans-serif;
color: #ec5242;
}
@media screen and (min-width: 768px) {
.social-navbar {
display: flex;
flex-direction: row;
justify-content: flex-end;
background-color: #272a31;
height: 50px;
font-family: 'Lato', sans-serif;
}
.social-media-list {
display: flex;
flex-direction: row;
margin-right: 15%;
gap: 10%;
list-style: none;
}
a {
display: flex;
text-decoration: none;
color: #d3d3d3;
}
.navbar {
display: flex;
flex-direction: row;
align-items: center;
font-family: 'Lato', sans-serif;
font-size: 20px;
color: #d3d3d3;
}
.bi-list {
display: none;
}
.desktop-title {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.desktop-icon-link {
margin-left: 5%;
margin-top: 3%;
margin-bottom: 3%;
}
.desktop-icon {
width: 60%;
height: auto;
margin-right: 10%;
padding-top: 3%;
padding-bottom: 3%;
}
.desktop-name {
margin-right: 15%;
font-family: 'Cocogoose', sans-serif;
font-size: 30px;
}
.navbar-items {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
list-style: none;
gap: 30%;
}
.navbar-item {
margin-left: -30%;
}
.lede {
display: flex;
margin-bottom: 0;
justify-content: center;
}
.title {
display: flex;
justify-content: center;
}
.main-description {
margin-left: 10%;
margin-bottom: 5%;
width: 75%;
text-align: center;
}
.main-tag {
margin-bottom: 0;
text-align: center;
}
.email-address {
display: flex;
justify-content: center;
}
.logo-description {
text-align: center;
}
.first-edition-images {
grid-template-columns: 1fr 1fr;
grid-template-rows: none;
}
} | 0.49292 | 0.071982 |
* {
padding: 0;
margin: 0;
}
#nav-bar {
background: #e0e0e0;
height: 50px;
padding: 10px;
}
h2 {
font-family: "Roboto", Arial;
font-size: 40px;
text-align: center;
padding: 40px;
color: #707070;
font-weight: bold;
}
#big-input{
padding: 10px;
text-align: center;
}
::placeholder { /*Note only supported Chrome, Firefox, Opera, Safari 10.1+
https://www.w3schools.com/howto/howto_css_placeholder.asp*/
color: #D1D1D1;
font-size: 16px;
}
.user-input {
width: 30%;
padding: 10px;
border-width: 2px;
border-color: #EFEFEF;
border-style:solid;
font-size: 16px;
font-family: "Lato", Arial;
}
.user-input:focus{
border-color: #66afe9;
outline: 0; /*This removes the default system default textbox outline*/
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#inputItem {
border-radius: 15px 0 0 15px;
}
#inputPrice{
border-radius: 0 15px 15px 0;
}
.small-title{
display: inline-block; /*Makes this element that normally has line breaks to not have line breaks*/
width: 30%;
font-family: "Roboto", Arial;
font-weight:bold;
font-size: 26px;
color: #707070;
}
#list-title-div{
text-align: center;
padding: 20px;
}
.item-price-set {
font-family: "Lato", Arial;
text-align: center;
color: #707070;
font-size:16px;
height: 40px;
}
.ip-set-element {
display: inline-block;
width: 30%;
padding: 10px;
}
.ip-set-button{
display:inline-block;
}
/*THIS IS NOT MOBILE FRIENDLY*/
.item-price-set:hover .ip-set-button {
background-image:url("./images/trashbutton.gif");
background-repeat:no-repeat;
background-size: contain;
width: 40px;
height: 40px;
margin: -13px;
}
hr {
width: 60%;
margin: auto; /*center aligned*/
border-width: 0;
height: 2px;
background-color: #EFEFEF;
}
#new-items-div-sets {
padding: 40px;
}
#button-panel {
text-align: center;
}
#button-panel button {
height: 40px;
padding: 10px;
font-family: "Roboto", Arial;
border-radius: 2px;
}
#clearbutton {
background-color: #F87D73;
color: white;
border-width: 0;
outline: 0;
}
#clearbutton:hover {
background-color:#e02d2d;
transition-duration: .5s;
}
#downloadbutton {
background-color: #6c96f0;
color:white;
border-width: 0;
outline: 0;
}
#downloadbutton:hover {
background-color: #4574d9;
transition-duration: .5s;
}
#helpmessage {
font-family: "Roboto", Arial;
color: #9D9D9D;
text-align: center;
font-size: 10px;
padding-bottom: 10px;
} | main.css | * {
padding: 0;
margin: 0;
}
#nav-bar {
background: #e0e0e0;
height: 50px;
padding: 10px;
}
h2 {
font-family: "Roboto", Arial;
font-size: 40px;
text-align: center;
padding: 40px;
color: #707070;
font-weight: bold;
}
#big-input{
padding: 10px;
text-align: center;
}
::placeholder { /*Note only supported Chrome, Firefox, Opera, Safari 10.1+
https://www.w3schools.com/howto/howto_css_placeholder.asp*/
color: #D1D1D1;
font-size: 16px;
}
.user-input {
width: 30%;
padding: 10px;
border-width: 2px;
border-color: #EFEFEF;
border-style:solid;
font-size: 16px;
font-family: "Lato", Arial;
}
.user-input:focus{
border-color: #66afe9;
outline: 0; /*This removes the default system default textbox outline*/
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#inputItem {
border-radius: 15px 0 0 15px;
}
#inputPrice{
border-radius: 0 15px 15px 0;
}
.small-title{
display: inline-block; /*Makes this element that normally has line breaks to not have line breaks*/
width: 30%;
font-family: "Roboto", Arial;
font-weight:bold;
font-size: 26px;
color: #707070;
}
#list-title-div{
text-align: center;
padding: 20px;
}
.item-price-set {
font-family: "Lato", Arial;
text-align: center;
color: #707070;
font-size:16px;
height: 40px;
}
.ip-set-element {
display: inline-block;
width: 30%;
padding: 10px;
}
.ip-set-button{
display:inline-block;
}
/*THIS IS NOT MOBILE FRIENDLY*/
.item-price-set:hover .ip-set-button {
background-image:url("./images/trashbutton.gif");
background-repeat:no-repeat;
background-size: contain;
width: 40px;
height: 40px;
margin: -13px;
}
hr {
width: 60%;
margin: auto; /*center aligned*/
border-width: 0;
height: 2px;
background-color: #EFEFEF;
}
#new-items-div-sets {
padding: 40px;
}
#button-panel {
text-align: center;
}
#button-panel button {
height: 40px;
padding: 10px;
font-family: "Roboto", Arial;
border-radius: 2px;
}
#clearbutton {
background-color: #F87D73;
color: white;
border-width: 0;
outline: 0;
}
#clearbutton:hover {
background-color:#e02d2d;
transition-duration: .5s;
}
#downloadbutton {
background-color: #6c96f0;
color:white;
border-width: 0;
outline: 0;
}
#downloadbutton:hover {
background-color: #4574d9;
transition-duration: .5s;
}
#helpmessage {
font-family: "Roboto", Arial;
color: #9D9D9D;
text-align: center;
font-size: 10px;
padding-bottom: 10px;
} | 0.208098 | 0.126839 |
html, body {
overscroll-behavior-x: none;
font-size: 16px;
text-align: center;
}
#start, #noXR{
display: flex;
flex-direction: column;
align-items: center;
margin-top: 30vh;
gap: 25px;
}
#go-button{
font-family: 'Poppins', sans-serif;
background-image: linear-gradient(to right, #7A43E0, #5817D1);
padding: 18px 40px;
font-size: 1.3rem;
border-radius: 1.3rem;
cursor: pointer;
border: none;
color: white;
}
.toolbar-button {
background-color: rgba(255, 255, 255, 0.5);
color: black;
height: 60px;
width: 60px;
border-radius: 30px;
}
.active, .active-edit{
border: 3px solid #7A77FF;
}
#xr-overlay{
font-size: 14px;
}
#bottom-toolbar{
position: fixed;
left: 0px;
bottom: 0px;
width: 100vw;
height: 16vh;
padding-top: 10px;
display: grid;
place-items: center;
background-color: black;
color: white;
overflow-x: scroll;
overflow-y: hidden;
}
#debug{
position: fixed;
left: 0px;
bottom: 22vh;
height: 10vh;
width: 100vw;
background-color: black;
color: white;
word-wrap: break-word;
overflow: scroll;
}
#main-toolbar{
display: flex;
justify-content: center;
gap: 15px;
}
#add-toolbar, #edit-toolbar, #texture-toolbar{
display: flex;
gap: 5px;
}
.menu-back-button, .add-menu-back-button, .edit-menu-back-button, .texture-menu-back-button{
color: #7A77FF;
height: 60px;
width: 60px;
background: none;
border: none;
}
#end-session{
position: fixed;
top: 1vh;
left: 2vw;
}
.slider-section{
position: fixed;
left: 5vw;;
bottom: 20vh;
width: 90vw;
grid-template-columns: 22% 78%;
grid-template-rows: 40px 40px 40px;
}
.single-slider-section{
position: fixed;
left: 5vw;;
bottom: 20vh;
width: 90vw;
grid-template-columns: 22% 78%;
grid-template-rows: 40px;
}
.toolbar-button-container{
display: flex;
flex-direction: column;
align-items: center;
}
.slider-container{
width: 100%;
height: 30px;
display: grid;
place-items: center;
}
.slider{
width: 80%;
-webkit-appearance: none;
appearance: none;
height: 15px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
/* -webkit-transition: .2s;
transition: opacity .2s; */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%;
background: #7A77FF;
border: none;
}
.red-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%;
background: #FF0000;
border: none;
}
.green-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%;
background: #00FF00;
border: none;
}
.blue-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%;
background: #0000FF;
border: none;
}
.objects-container{
width: 80vw;
height: 5rem;
overflow-y: scroll;
display: grid;
flex-direction: column;
gap: 5px;
margin-bottom: 5px;
}
.object-container{
display: flex;
justify-content: space-around;
align-items: center;
}
.object-button{
background-color: rgba(100,100,100,0.5);
border-radius: 15px;
width: 60%;
padding: 5px 15px;
height: 1.4rem;
}
.active-object{
border: 2px solid #7A77FF;
}
.delete-button{
width: 20%;
height: 2rem;
/* border: 2px solid blue; */
background-color: rgba(100,100,100,0.5);
border-radius: 15px;
color: white;
}
.edit-tool-output{
background-color: white;
color: black;
border-radius: 12px;
display: grid;
place-items: center;
height: 90%;
}
#asphalt-texture-button{
background-image: url('../assets/textures/material-textures/asphalt/Screen_Shot_Asphalt.png');
background-size: 200%;
}
#bark-texture-button{
background-image: url('../assets/textures/material-textures/bark/Screen_Shot_Bark.png');
background-size: 200%;
}
#brick-texture-button{
background-image: url('../assets/textures/material-textures/brick/Screen_Shot_Brick.png');
background-size: 200%;
}
#cobblestone-texture-button{
background-image: url('../assets/textures/material-textures/cobblestone/Screen_Shot_Cobblestone.png');
background-size: 200%;
}
#dirt-texture-button{
background-image: url('../assets/textures/material-textures/dirt/Screen_Shot_dirt.png');
background-size: 200%;
}
#pebbles-texture-button{
background-image: url('../assets/textures/material-textures/pebbles/PebblesSurface_1Albedo.jpg');
background-size: 200%;
}
#rocks-texture-button{
background-image: url('../assets/textures/material-textures/rocks/Screen_Shot_Rocks.png');
background-size: 200%;
}
#tiles-texture-button{
background-image: url('../assets/textures/material-textures/tiles/Screen_Shot_Tiles.png');
background-size: 200%;
}
#white-marble-texture-button, #materials-button{
background-image: url('../assets/textures/material-textures/white-marble-texture/baseColor.jpg');
background-size: 200%;
}
#wood-texture-button{
background-image: url('../assets/textures/material-textures/wood/Screen_Shot_Wood1.png');
background-size: 200%;
}
#wood-2-texture-button{
background-image: url('../assets/textures/material-textures/wood2/Screen_Shot_Wood2.png');
background-size: 200%;
}
#texture1-button, #pattern-texture-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_1.png');
background-size: 200%;
}
#texture2-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_2.png');
background-size: 200%;
}
#texture3-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_3.png');
background-size: 200%;
}
#texture4-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_4.png');
background-size: 200%;
}
#texture5-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_5.png');
background-size: 200%;
}
#texture6-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_6.png');
background-size: 200%;
}
#texture7-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_7.png');
background-size: 200%;
}
#texture8-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_8.png');
background-size: 200%;
}
#texture9-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_9.png');
background-size: 200%;
}
#texture10-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_10.png');
background-size: 200%;
}
#texture11-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_11.png');
background-size: 200%;
}
#texture12-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_12.png');
background-size: 200%;
}
#texture12-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_12.png');
background-size: 200%;
}
#texture13-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_13.png');
background-size: 200%;
}
#texture14-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_14.png');
background-size: 200%;
}
#texture15-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_15.png');
background-size: 200%;
}
#texture16-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_16.png');
background-size: 200%;
}
#texture17-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_17.png');
background-size: 200%;
}
#texture18-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_18.png');
background-size: 200%;
}
#texture19-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_19.png');
background-size: 200%;
}
#texture20-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_20.png');
background-size: 200%;
}
#texture21-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_21.png');
background-size: 200%;
}
#texture22-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_22.png');
background-size: 200%;
}
#texture23-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_23.png');
background-size: 200%;
} | ar/create-scene/editor.css | html, body {
overscroll-behavior-x: none;
font-size: 16px;
text-align: center;
}
#start, #noXR{
display: flex;
flex-direction: column;
align-items: center;
margin-top: 30vh;
gap: 25px;
}
#go-button{
font-family: 'Poppins', sans-serif;
background-image: linear-gradient(to right, #7A43E0, #5817D1);
padding: 18px 40px;
font-size: 1.3rem;
border-radius: 1.3rem;
cursor: pointer;
border: none;
color: white;
}
.toolbar-button {
background-color: rgba(255, 255, 255, 0.5);
color: black;
height: 60px;
width: 60px;
border-radius: 30px;
}
.active, .active-edit{
border: 3px solid #7A77FF;
}
#xr-overlay{
font-size: 14px;
}
#bottom-toolbar{
position: fixed;
left: 0px;
bottom: 0px;
width: 100vw;
height: 16vh;
padding-top: 10px;
display: grid;
place-items: center;
background-color: black;
color: white;
overflow-x: scroll;
overflow-y: hidden;
}
#debug{
position: fixed;
left: 0px;
bottom: 22vh;
height: 10vh;
width: 100vw;
background-color: black;
color: white;
word-wrap: break-word;
overflow: scroll;
}
#main-toolbar{
display: flex;
justify-content: center;
gap: 15px;
}
#add-toolbar, #edit-toolbar, #texture-toolbar{
display: flex;
gap: 5px;
}
.menu-back-button, .add-menu-back-button, .edit-menu-back-button, .texture-menu-back-button{
color: #7A77FF;
height: 60px;
width: 60px;
background: none;
border: none;
}
#end-session{
position: fixed;
top: 1vh;
left: 2vw;
}
.slider-section{
position: fixed;
left: 5vw;;
bottom: 20vh;
width: 90vw;
grid-template-columns: 22% 78%;
grid-template-rows: 40px 40px 40px;
}
.single-slider-section{
position: fixed;
left: 5vw;;
bottom: 20vh;
width: 90vw;
grid-template-columns: 22% 78%;
grid-template-rows: 40px;
}
.toolbar-button-container{
display: flex;
flex-direction: column;
align-items: center;
}
.slider-container{
width: 100%;
height: 30px;
display: grid;
place-items: center;
}
.slider{
width: 80%;
-webkit-appearance: none;
appearance: none;
height: 15px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
/* -webkit-transition: .2s;
transition: opacity .2s; */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%;
background: #7A77FF;
border: none;
}
.red-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%;
background: #FF0000;
border: none;
}
.green-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%;
background: #00FF00;
border: none;
}
.blue-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%;
background: #0000FF;
border: none;
}
.objects-container{
width: 80vw;
height: 5rem;
overflow-y: scroll;
display: grid;
flex-direction: column;
gap: 5px;
margin-bottom: 5px;
}
.object-container{
display: flex;
justify-content: space-around;
align-items: center;
}
.object-button{
background-color: rgba(100,100,100,0.5);
border-radius: 15px;
width: 60%;
padding: 5px 15px;
height: 1.4rem;
}
.active-object{
border: 2px solid #7A77FF;
}
.delete-button{
width: 20%;
height: 2rem;
/* border: 2px solid blue; */
background-color: rgba(100,100,100,0.5);
border-radius: 15px;
color: white;
}
.edit-tool-output{
background-color: white;
color: black;
border-radius: 12px;
display: grid;
place-items: center;
height: 90%;
}
#asphalt-texture-button{
background-image: url('../assets/textures/material-textures/asphalt/Screen_Shot_Asphalt.png');
background-size: 200%;
}
#bark-texture-button{
background-image: url('../assets/textures/material-textures/bark/Screen_Shot_Bark.png');
background-size: 200%;
}
#brick-texture-button{
background-image: url('../assets/textures/material-textures/brick/Screen_Shot_Brick.png');
background-size: 200%;
}
#cobblestone-texture-button{
background-image: url('../assets/textures/material-textures/cobblestone/Screen_Shot_Cobblestone.png');
background-size: 200%;
}
#dirt-texture-button{
background-image: url('../assets/textures/material-textures/dirt/Screen_Shot_dirt.png');
background-size: 200%;
}
#pebbles-texture-button{
background-image: url('../assets/textures/material-textures/pebbles/PebblesSurface_1Albedo.jpg');
background-size: 200%;
}
#rocks-texture-button{
background-image: url('../assets/textures/material-textures/rocks/Screen_Shot_Rocks.png');
background-size: 200%;
}
#tiles-texture-button{
background-image: url('../assets/textures/material-textures/tiles/Screen_Shot_Tiles.png');
background-size: 200%;
}
#white-marble-texture-button, #materials-button{
background-image: url('../assets/textures/material-textures/white-marble-texture/baseColor.jpg');
background-size: 200%;
}
#wood-texture-button{
background-image: url('../assets/textures/material-textures/wood/Screen_Shot_Wood1.png');
background-size: 200%;
}
#wood-2-texture-button{
background-image: url('../assets/textures/material-textures/wood2/Screen_Shot_Wood2.png');
background-size: 200%;
}
#texture1-button, #pattern-texture-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_1.png');
background-size: 200%;
}
#texture2-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_2.png');
background-size: 200%;
}
#texture3-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_3.png');
background-size: 200%;
}
#texture4-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_4.png');
background-size: 200%;
}
#texture5-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_5.png');
background-size: 200%;
}
#texture6-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_6.png');
background-size: 200%;
}
#texture7-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_7.png');
background-size: 200%;
}
#texture8-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_8.png');
background-size: 200%;
}
#texture9-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_9.png');
background-size: 200%;
}
#texture10-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_10.png');
background-size: 200%;
}
#texture11-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_11.png');
background-size: 200%;
}
#texture12-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_12.png');
background-size: 200%;
}
#texture12-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_12.png');
background-size: 200%;
}
#texture13-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_13.png');
background-size: 200%;
}
#texture14-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_14.png');
background-size: 200%;
}
#texture15-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_15.png');
background-size: 200%;
}
#texture16-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_16.png');
background-size: 200%;
}
#texture17-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_17.png');
background-size: 200%;
}
#texture18-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_18.png');
background-size: 200%;
}
#texture19-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_19.png');
background-size: 200%;
}
#texture20-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_20.png');
background-size: 200%;
}
#texture21-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_21.png');
background-size: 200%;
}
#texture22-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_22.png');
background-size: 200%;
}
#texture23-button{
background-image: url('../assets/textures/color-textures/Screen_Shot_Texture_23.png');
background-size: 200%;
} | 0.341034 | 0.050144 |
@font-face {
font-family: "Glacial Indifference";
font-style: normal;
src: local("Glacial Indifference"), url(./assets/fonts/Glacial_Indifference/GlacialIndifference-Regular.otf) format("opentype");
font-display: swap;
}
body {
overflow-x: hidden;
overflow-y: auto;
}
.container-fluid {
padding-left: 0;
background-color: #F3F5F4;
overflow-y: auto;
}
.divider {
border-bottom: 2px solid #FFF;
background-color: #DADADA;
height: 2px;
margin: 0.5em 0px 1.5em;
}
.divider span {
display: block;
width: 70px;
height: 2px;
background-color:#B45456;
}
#content-div {
background-color: #F3F5F4;
}
h1 {
font-family: "Source Code Pro", monospace;
font-size: 70px;
color: #B45456;
padding-bottom: 5px;
}
a.nav-link, .form-label, p {
font-family: "Glacial Indifference", sans-serif;
font-size: 20px;
}
.form-label, p {
color: #3E4042;
}
img.card-img:hover {
opacity: 0.85;
cursor: pointer;
}
#sidebar-wrapper, #page-content-wrapper {
min-height: 100vh;
min-height: 100%;
}
#sidebar-wrapper, #page-content-wrapper o {
background-color: #F3F5F4;
}
button.btn.btn-secondary {
border-radius: 5px;
}
/* Animated Switch Transition */
.fade-enter {
opacity: 0;
z-index: 1;
}
.fade-enter.fade-enter-active {
opacity: 1;
transition: opacity 320ms ease-in;
min-height: 100vh;
}
.fade-exit {
opacity: 0;
z-index: 1;
}
.fade-exit.fade-exit-active {
opacity: 1;
transition: opacity 320ms ease-in;
min-height: 100vh;
}
#resume-btn, #linkedin-btn, #github-btn {
border-radius: 50px;
width: 3em;
height: 3em;
}
/* MEDIA QUERIES */
@media (min-width: 1600px) {
body {
overflow-y: hidden;
}
h1 {
font-size: 6.5em;
}
.react-icons {
width: 6.3em;
height: 6.3em;
}
.form-label, p {
font-size: 1.8em;
}
#resume-btn, #linkedin-btn, #github-btn {
border-radius: 50px;
width: 3.8em;
height: 3.8em;
}
}
@media (max-width: 992px) {
h1 {
font-size: 6.2em;
}
.react-icons {
width: 6.0em;
}
.form-label, p {
font-size: 1.5em;
}
}
@media (min-width: 800px) and (max-width: 991px) {
h1 {
font-size: 3.7em;
}
.react-icons {
width: 3.5em;
}
}
@media (max-width: 767px) {
h1 {
font-size: 3.7em;
}
.react-icons {
width: 3.5em;
}
.form-label, p {
font-size: 1.0em;
}
}
@media (max-width: 668px) {
h1 {
font-size: 3.0em;
}
.react-icons {
width: 3.0em;
}
.form-label, p {
font-size: 1.0em;
}
} | client/src/App.css | @font-face {
font-family: "Glacial Indifference";
font-style: normal;
src: local("Glacial Indifference"), url(./assets/fonts/Glacial_Indifference/GlacialIndifference-Regular.otf) format("opentype");
font-display: swap;
}
body {
overflow-x: hidden;
overflow-y: auto;
}
.container-fluid {
padding-left: 0;
background-color: #F3F5F4;
overflow-y: auto;
}
.divider {
border-bottom: 2px solid #FFF;
background-color: #DADADA;
height: 2px;
margin: 0.5em 0px 1.5em;
}
.divider span {
display: block;
width: 70px;
height: 2px;
background-color:#B45456;
}
#content-div {
background-color: #F3F5F4;
}
h1 {
font-family: "Source Code Pro", monospace;
font-size: 70px;
color: #B45456;
padding-bottom: 5px;
}
a.nav-link, .form-label, p {
font-family: "Glacial Indifference", sans-serif;
font-size: 20px;
}
.form-label, p {
color: #3E4042;
}
img.card-img:hover {
opacity: 0.85;
cursor: pointer;
}
#sidebar-wrapper, #page-content-wrapper {
min-height: 100vh;
min-height: 100%;
}
#sidebar-wrapper, #page-content-wrapper o {
background-color: #F3F5F4;
}
button.btn.btn-secondary {
border-radius: 5px;
}
/* Animated Switch Transition */
.fade-enter {
opacity: 0;
z-index: 1;
}
.fade-enter.fade-enter-active {
opacity: 1;
transition: opacity 320ms ease-in;
min-height: 100vh;
}
.fade-exit {
opacity: 0;
z-index: 1;
}
.fade-exit.fade-exit-active {
opacity: 1;
transition: opacity 320ms ease-in;
min-height: 100vh;
}
#resume-btn, #linkedin-btn, #github-btn {
border-radius: 50px;
width: 3em;
height: 3em;
}
/* MEDIA QUERIES */
@media (min-width: 1600px) {
body {
overflow-y: hidden;
}
h1 {
font-size: 6.5em;
}
.react-icons {
width: 6.3em;
height: 6.3em;
}
.form-label, p {
font-size: 1.8em;
}
#resume-btn, #linkedin-btn, #github-btn {
border-radius: 50px;
width: 3.8em;
height: 3.8em;
}
}
@media (max-width: 992px) {
h1 {
font-size: 6.2em;
}
.react-icons {
width: 6.0em;
}
.form-label, p {
font-size: 1.5em;
}
}
@media (min-width: 800px) and (max-width: 991px) {
h1 {
font-size: 3.7em;
}
.react-icons {
width: 3.5em;
}
}
@media (max-width: 767px) {
h1 {
font-size: 3.7em;
}
.react-icons {
width: 3.5em;
}
.form-label, p {
font-size: 1.0em;
}
}
@media (max-width: 668px) {
h1 {
font-size: 3.0em;
}
.react-icons {
width: 3.0em;
}
.form-label, p {
font-size: 1.0em;
}
} | 0.510496 | 0.138782 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
}
body {
background-color: #fff !important;
}
header {
padding-bottom: 80px;
}
input:focus {
outline: 0;
border-color: #0af !important;
}
.nav-bar {
width: 100%;
position: fixed;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: .5s;
transition: .5s;
z-index: 1;
top: 0;
}
.nav-bar .btn-admin {
line-height: 0;
height: 40px;
margin: 13px;
color: #fff !important;
background-color: #0af;
}
.nav-bar .btn-dashboard {
line-height: 0;
height: 40px;
margin: 13px;
color: #fff !important;
background-color: #0af;
}
.nav-bar .btn-logout {
line-height: 0;
height: 40px;
margin: 13px;
color: #fff !important;
background-color: red;
}
.nav-bar.black {
background: #fff;
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
color: #333 !important;
}
.nav-bar ul {
margin: 0;
padding: 0;
list-style: none;
}
.nav-bar li a {
display: block;
padding: 20px 20px;
text-decoration: none;
color: #fff;
}
.dark {
text-shadow: 1px 0 2px rgba(3, 3, 3, 0.5);
background-color: #0af;
}
.gelap {
color: #333 !important;
}
.nav-bar li a:hover,
.nav-bar .menu-btn:hover {
opacity: 3;
}
.nav-bar .logo {
display: block;
float: left;
font-size: 2em;
padding: 10px 20px;
text-decoration: none;
color: #fff;
}
/* menu */
.nav-bar .menu {
clear: both;
max-height: 0;
-webkit-transition: max-height .2s ease-out;
transition: max-height .2s ease-out;
}
/* menu icon */
.nav-bar .menu-icon {
cursor: pointer;
display: inline-block;
padding: 28px 20px;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.nav-bar .menu-icon .navicon {
background: #333;
display: block;
height: 2px;
position: relative;
-webkit-transition: background .2s ease-out;
transition: background .2s ease-out;
width: 18px;
}
.nav-bar .menu-icon .navicon:before,
.nav-bar .menu-icon .navicon:after {
background: #333;
content: '';
display: block;
height: 100%;
position: absolute;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
width: 100%;
}
.nav-bar .menu-icon .navicon:before {
top: 5px;
}
.nav-bar .menu-icon .navicon:after {
top: -5px;
}
/* menu btn */
.nav-bar .menu-btn {
display: none;
}
.nav-bar .menu-btn:checked ~ .menu {
max-height: 240px;
}
.nav-bar .menu-btn:checked ~ .menu-icon .navicon {
background: transparent;
}
.nav-bar .menu-btn:checked ~ .menu-icon .navicon:before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.nav-bar .menu-btn:checked ~ .menu-icon .navicon:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.nav-bar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.nav-bar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
top: 0;
}
/* 48em = 768px */
@media (min-width: 48em) {
.nav-bar li {
float: left;
}
.nav-bar li a {
padding: 20px 30px;
}
.nav-bar .menu {
clear: none;
float: right;
max-height: none;
}
.nav-bar .menu-icon {
display: none;
}
}
@media (max-width: 900px) {
header {
padding-bottom: 80px;
}
.nav-bar {
background-color: #fff;
width: 100%;
position: fixed;
z-index: 1;
top: 0;
}
.nav-bar ul {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
background-color: transparent;
}
.nav-bar li a {
color: #333 !important;
display: block;
padding: 20px 10px;
text-decoration: none;
}
.nav-bar li a:hover,
.nav-bar .menu-btn:hover {
opacity: 3;
}
.nav-bar .logo {
color: #333 !important;
display: block;
float: left;
font-size: 2em;
padding: 10px 20px;
text-decoration: none;
background-color: #fff;
}
/* menu */
.nav-bar .menu {
color: #333;
clear: both;
max-height: 0;
-webkit-transition: max-height .2s ease-out;
transition: max-height .2s ease-out;
}
/* menu icon */
.nav-bar .menu-icon {
cursor: pointer;
display: inline-block;
padding: 28px 20px;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
float: right;
}
.nav-bar .menu-icon .navicon {
background: #333;
display: block;
height: 2px;
position: relative;
-webkit-transition: background .2s ease-out;
transition: background .2s ease-out;
width: 18px;
}
.nav-bar .menu-icon .navicon:before,
.nav-bar .menu-icon .navicon:after {
background: #333;
content: '';
display: block;
height: 100%;
position: absolute;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
width: 100%;
}
.nav-bar .menu-icon .navicon:before {
top: 5px;
}
.nav-bar .menu-icon .navicon:after {
top: -5px;
}
/* menu btn */
.nav-bar .menu-btn {
display: none;
}
.nav-bar .menu-btn:checked ~ .menu {
max-height: 240px;
}
.nav-bar .menu-btn:checked ~ .menu-icon .navicon {
background: transparent;
}
.nav-bar .menu-btn:checked ~ .menu-icon .navicon:before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.nav-bar .menu-btn:checked ~ .menu-icon .navicon:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.nav-bar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.nav-bar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
top: 0;
}
}
/*# sourceMappingURL=layouts.css.map */ | public/front-assets/css/layouts.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans");
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
}
body {
background-color: #fff !important;
}
header {
padding-bottom: 80px;
}
input:focus {
outline: 0;
border-color: #0af !important;
}
.nav-bar {
width: 100%;
position: fixed;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: .5s;
transition: .5s;
z-index: 1;
top: 0;
}
.nav-bar .btn-admin {
line-height: 0;
height: 40px;
margin: 13px;
color: #fff !important;
background-color: #0af;
}
.nav-bar .btn-dashboard {
line-height: 0;
height: 40px;
margin: 13px;
color: #fff !important;
background-color: #0af;
}
.nav-bar .btn-logout {
line-height: 0;
height: 40px;
margin: 13px;
color: #fff !important;
background-color: red;
}
.nav-bar.black {
background: #fff;
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
color: #333 !important;
}
.nav-bar ul {
margin: 0;
padding: 0;
list-style: none;
}
.nav-bar li a {
display: block;
padding: 20px 20px;
text-decoration: none;
color: #fff;
}
.dark {
text-shadow: 1px 0 2px rgba(3, 3, 3, 0.5);
background-color: #0af;
}
.gelap {
color: #333 !important;
}
.nav-bar li a:hover,
.nav-bar .menu-btn:hover {
opacity: 3;
}
.nav-bar .logo {
display: block;
float: left;
font-size: 2em;
padding: 10px 20px;
text-decoration: none;
color: #fff;
}
/* menu */
.nav-bar .menu {
clear: both;
max-height: 0;
-webkit-transition: max-height .2s ease-out;
transition: max-height .2s ease-out;
}
/* menu icon */
.nav-bar .menu-icon {
cursor: pointer;
display: inline-block;
padding: 28px 20px;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.nav-bar .menu-icon .navicon {
background: #333;
display: block;
height: 2px;
position: relative;
-webkit-transition: background .2s ease-out;
transition: background .2s ease-out;
width: 18px;
}
.nav-bar .menu-icon .navicon:before,
.nav-bar .menu-icon .navicon:after {
background: #333;
content: '';
display: block;
height: 100%;
position: absolute;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
width: 100%;
}
.nav-bar .menu-icon .navicon:before {
top: 5px;
}
.nav-bar .menu-icon .navicon:after {
top: -5px;
}
/* menu btn */
.nav-bar .menu-btn {
display: none;
}
.nav-bar .menu-btn:checked ~ .menu {
max-height: 240px;
}
.nav-bar .menu-btn:checked ~ .menu-icon .navicon {
background: transparent;
}
.nav-bar .menu-btn:checked ~ .menu-icon .navicon:before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.nav-bar .menu-btn:checked ~ .menu-icon .navicon:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.nav-bar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.nav-bar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
top: 0;
}
/* 48em = 768px */
@media (min-width: 48em) {
.nav-bar li {
float: left;
}
.nav-bar li a {
padding: 20px 30px;
}
.nav-bar .menu {
clear: none;
float: right;
max-height: none;
}
.nav-bar .menu-icon {
display: none;
}
}
@media (max-width: 900px) {
header {
padding-bottom: 80px;
}
.nav-bar {
background-color: #fff;
width: 100%;
position: fixed;
z-index: 1;
top: 0;
}
.nav-bar ul {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
background-color: transparent;
}
.nav-bar li a {
color: #333 !important;
display: block;
padding: 20px 10px;
text-decoration: none;
}
.nav-bar li a:hover,
.nav-bar .menu-btn:hover {
opacity: 3;
}
.nav-bar .logo {
color: #333 !important;
display: block;
float: left;
font-size: 2em;
padding: 10px 20px;
text-decoration: none;
background-color: #fff;
}
/* menu */
.nav-bar .menu {
color: #333;
clear: both;
max-height: 0;
-webkit-transition: max-height .2s ease-out;
transition: max-height .2s ease-out;
}
/* menu icon */
.nav-bar .menu-icon {
cursor: pointer;
display: inline-block;
padding: 28px 20px;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
float: right;
}
.nav-bar .menu-icon .navicon {
background: #333;
display: block;
height: 2px;
position: relative;
-webkit-transition: background .2s ease-out;
transition: background .2s ease-out;
width: 18px;
}
.nav-bar .menu-icon .navicon:before,
.nav-bar .menu-icon .navicon:after {
background: #333;
content: '';
display: block;
height: 100%;
position: absolute;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
width: 100%;
}
.nav-bar .menu-icon .navicon:before {
top: 5px;
}
.nav-bar .menu-icon .navicon:after {
top: -5px;
}
/* menu btn */
.nav-bar .menu-btn {
display: none;
}
.nav-bar .menu-btn:checked ~ .menu {
max-height: 240px;
}
.nav-bar .menu-btn:checked ~ .menu-icon .navicon {
background: transparent;
}
.nav-bar .menu-btn:checked ~ .menu-icon .navicon:before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.nav-bar .menu-btn:checked ~ .menu-icon .navicon:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.nav-bar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.nav-bar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
top: 0;
}
}
/*# sourceMappingURL=layouts.css.map */ | 0.240775 | 0.052279 |
.aquaMoccasin6,
.hover_aquaMoccasin6:hover,
.active_aquaMoccasin6:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(252, 135, 0, .39),
inset 0 -0.5em 0.9em 0 #ffa263,
inset 0 -0.5em 0em 0.65em rgb(201, 111, 0),
inset 0 0em 0.5em 2em rgb(228, 171, 101);
-moz-box-shadow: 0 0.63em 0.75em rgba(252, 135, 0, .39),
inset 0 -0.5em 0.9em 0 #ffa263,
inset 0 -0.5em 0em 0.65em rgb(201, 111, 0),
inset 0 0em 0.5em 2em rgb(228, 171, 101);
box-shadow: 0 0.63em 0.75em rgba(252, 135, 0, .39),
inset 0 -0.5em 0.9em 0 #ffa263,
inset 0 -0.5em 0em 0.65em rgb(201, 111, 0),
inset 0 0em 0.5em 2em rgb(228, 171, 101);
}
.aquaMoccasin6h,
.hover_aquaMoccasin6h:hover,
.active_aquaMoccasin6h:active {
-webkit-box-shadow:0 0.63em 1em rgba(255, 147, 23, .55),
inset 0 -0.5em 0.9em 0 #ffc096,
inset 0 -0.5em 0em 0.65em #ffa230,
inset 0 0em 0.5em 2em #fcd099;
-moz-box-shadow:0 0.63em 1em rgba(255, 147, 23, .55),
inset 0 -0.5em 0.9em 0 #ffc096,
inset 0 -0.5em 0em 0.65em #ffa230,
inset 0 0em 0.5em 2em #fcd099;
box-shadow:0 0.63em 1em rgba(255, 147, 23, .55),
inset 0 -0.5em 0.9em 0 #ffc096,
inset 0 -0.5em 0em 0.65em #ffa230,
inset 0 0em 0.5em 2em #fcd099;
}
.aquaMoccasin6a,
.hover_aquaMoccasin6a:hover,
.active_aquaMoccasin6a:active {
/*background: #b57300;*/
-webkit-box-shadow:0 0.63em 1em rgba(201, 108, 0, .55),
inset 0 -0.5em 0.9em 0 #ffb17d,
inset 0 -0.5em 0em 0.65em #f78800,
inset 0 0em 0.5em 2em #ffae4a;
-moz-box-shadow:0 0.63em 1em rgba(201, 108, 0, .55),
inset 0 -0.5em 0.9em 0 #ffb17d,
inset 0 -0.5em 0em 0.65em #f78800,
inset 0 0em 0.5em 2em #ffae4a;
box-shadow:0 0.63em 1em rgba(201, 108, 0, .55),
inset 0 -0.5em 0.9em 0 #ffb17d,
inset 0 -0.5em 0em 0.65em #f78800,
inset 0 0em 0.5em 2em #ffae4a;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaMoccasin6,
.hover_color_aquaMoccasin6:hover,
.active_color_aquaMoccasin6:active {
color: #282828;
}
.color_aquaMoccasin6h,
.hover_color_aquaMoccasin6h:hover,
.active_color_aquaMoccasin6h:active {
color: #c8c8c8;
}
.color_aquaMoccasin6a,
.hover_color_aquaMoccasin6a:hover,
.active_color_aquaMoccasin6a:active {
color: #c8c8c8;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaMoccasin6,
.hover_border_aquaMoccasin6:hover,
.active_border_aquaMoccasin6:active {
border-color: #b57300 #b57300 #b57300 #b57300;
}
.border_aquaMoccasin6h,
.hover_border_aquaMoccasin6h:hover,
.active_border_aquaMoccasin6h:active {
border-color: #b57300 #b57300 #b57300 #b57300;
}
.border_aquaMoccasin6a,
.hover_border_aquaMoccasin6a:hover,
.active_border_aquaMoccasin6a:active {
border-color: #b57300 #b57300 #b57300 #b57300;
} | widgets/common/assets/shadows/aqua/aquaMoccasin/aquaMoccasin6.css | .aquaMoccasin6,
.hover_aquaMoccasin6:hover,
.active_aquaMoccasin6:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(252, 135, 0, .39),
inset 0 -0.5em 0.9em 0 #ffa263,
inset 0 -0.5em 0em 0.65em rgb(201, 111, 0),
inset 0 0em 0.5em 2em rgb(228, 171, 101);
-moz-box-shadow: 0 0.63em 0.75em rgba(252, 135, 0, .39),
inset 0 -0.5em 0.9em 0 #ffa263,
inset 0 -0.5em 0em 0.65em rgb(201, 111, 0),
inset 0 0em 0.5em 2em rgb(228, 171, 101);
box-shadow: 0 0.63em 0.75em rgba(252, 135, 0, .39),
inset 0 -0.5em 0.9em 0 #ffa263,
inset 0 -0.5em 0em 0.65em rgb(201, 111, 0),
inset 0 0em 0.5em 2em rgb(228, 171, 101);
}
.aquaMoccasin6h,
.hover_aquaMoccasin6h:hover,
.active_aquaMoccasin6h:active {
-webkit-box-shadow:0 0.63em 1em rgba(255, 147, 23, .55),
inset 0 -0.5em 0.9em 0 #ffc096,
inset 0 -0.5em 0em 0.65em #ffa230,
inset 0 0em 0.5em 2em #fcd099;
-moz-box-shadow:0 0.63em 1em rgba(255, 147, 23, .55),
inset 0 -0.5em 0.9em 0 #ffc096,
inset 0 -0.5em 0em 0.65em #ffa230,
inset 0 0em 0.5em 2em #fcd099;
box-shadow:0 0.63em 1em rgba(255, 147, 23, .55),
inset 0 -0.5em 0.9em 0 #ffc096,
inset 0 -0.5em 0em 0.65em #ffa230,
inset 0 0em 0.5em 2em #fcd099;
}
.aquaMoccasin6a,
.hover_aquaMoccasin6a:hover,
.active_aquaMoccasin6a:active {
/*background: #b57300;*/
-webkit-box-shadow:0 0.63em 1em rgba(201, 108, 0, .55),
inset 0 -0.5em 0.9em 0 #ffb17d,
inset 0 -0.5em 0em 0.65em #f78800,
inset 0 0em 0.5em 2em #ffae4a;
-moz-box-shadow:0 0.63em 1em rgba(201, 108, 0, .55),
inset 0 -0.5em 0.9em 0 #ffb17d,
inset 0 -0.5em 0em 0.65em #f78800,
inset 0 0em 0.5em 2em #ffae4a;
box-shadow:0 0.63em 1em rgba(201, 108, 0, .55),
inset 0 -0.5em 0.9em 0 #ffb17d,
inset 0 -0.5em 0em 0.65em #f78800,
inset 0 0em 0.5em 2em #ffae4a;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaMoccasin6,
.hover_color_aquaMoccasin6:hover,
.active_color_aquaMoccasin6:active {
color: #282828;
}
.color_aquaMoccasin6h,
.hover_color_aquaMoccasin6h:hover,
.active_color_aquaMoccasin6h:active {
color: #c8c8c8;
}
.color_aquaMoccasin6a,
.hover_color_aquaMoccasin6a:hover,
.active_color_aquaMoccasin6a:active {
color: #c8c8c8;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaMoccasin6,
.hover_border_aquaMoccasin6:hover,
.active_border_aquaMoccasin6:active {
border-color: #b57300 #b57300 #b57300 #b57300;
}
.border_aquaMoccasin6h,
.hover_border_aquaMoccasin6h:hover,
.active_border_aquaMoccasin6h:active {
border-color: #b57300 #b57300 #b57300 #b57300;
}
.border_aquaMoccasin6a,
.hover_border_aquaMoccasin6a:hover,
.active_border_aquaMoccasin6a:active {
border-color: #b57300 #b57300 #b57300 #b57300;
} | 0.31785 | 0.311551 |
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,400,500,700|Roboto:100,300,400,500,700,900&display=swap');
:root {
--first-color: #16161b;
--second-color: #1b1a22;
--third-color: #28f5be;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
height: 100%;
}
body {
background-color: var(--first-color);
font-family: 'Roboto', sans-serif;
color: #fff;
}
main {
padding: 10px;
}
main > header {
height: 50vh;
background: #ff4c51;
}
main > section {
width: calc(70% - 10px);
height: calc(50vh - 10px);
padding-bottom: 10px;
}
main > section header {
margin: 10px;
height: calc(30% - 10px);
background: #fff;
}
main > section article {
width: calc((100% - 40px) / 3);
height: calc(70% - 10px);
margin-left: 10px;
float: left;
background: var(--third-color);
}
main > section,
main > aside {
margin-top: 10px;
background: var(--second-color);
float: left;
}
main > aside {
width: 30%;
height: calc(50vh - 10px);
margin-left: 10px;
margin-bottom: 10px;
}
main > footer {
height: 60px;
background: var(--second-color);
clear: both;
}
/* SCROLLBAR */
::-webkit-scrollbar {
width: 7px !important;
}
::-webkit-scrollbar-track {
background: var(--first-color) !important;
}
::-webkit-scrollbar-thumb {
background: var(--second-color) !important;
}
::-webkit-scrollbar-thumb:hover {
background: var(--third-color) !important;
}
/*============================================================
For Small Desktop
==============================================================*/
@media (min-width: 992px) and (max-width: 1366px) {
}
/*============================================================
Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 767px) and (max-width: 991px) {
}
/*============================================================
Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 480px) and (max-width: 766px) {
main > header {
height: 30vh;
}
main > section {
width: 100%;
height: 40vh;
padding-bottom: 10px;
}
main > aside {
width: 100%;
height: 20vh;
margin-left: 0;
}
main > footer {
height: 60px;
background: var(--second-color);
clear: both;
}
}
/*============================================================
Mobile (Landscape) Design for a width of 479px
==============================================================*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
main > header {
height: 30vh;
}
main > section {
width: 100%;
height: 40vh;
padding-bottom: 10px;
}
main > aside {
width: 100%;
height: 20vh;
margin-left: 0;
}
main > footer {
height: 60px;
background: var(--second-color);
clear: both;
}
} | Modulo-2/assets/css/main.css | @import url('https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,400,500,700|Roboto:100,300,400,500,700,900&display=swap');
:root {
--first-color: #16161b;
--second-color: #1b1a22;
--third-color: #28f5be;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
height: 100%;
}
body {
background-color: var(--first-color);
font-family: 'Roboto', sans-serif;
color: #fff;
}
main {
padding: 10px;
}
main > header {
height: 50vh;
background: #ff4c51;
}
main > section {
width: calc(70% - 10px);
height: calc(50vh - 10px);
padding-bottom: 10px;
}
main > section header {
margin: 10px;
height: calc(30% - 10px);
background: #fff;
}
main > section article {
width: calc((100% - 40px) / 3);
height: calc(70% - 10px);
margin-left: 10px;
float: left;
background: var(--third-color);
}
main > section,
main > aside {
margin-top: 10px;
background: var(--second-color);
float: left;
}
main > aside {
width: 30%;
height: calc(50vh - 10px);
margin-left: 10px;
margin-bottom: 10px;
}
main > footer {
height: 60px;
background: var(--second-color);
clear: both;
}
/* SCROLLBAR */
::-webkit-scrollbar {
width: 7px !important;
}
::-webkit-scrollbar-track {
background: var(--first-color) !important;
}
::-webkit-scrollbar-thumb {
background: var(--second-color) !important;
}
::-webkit-scrollbar-thumb:hover {
background: var(--third-color) !important;
}
/*============================================================
For Small Desktop
==============================================================*/
@media (min-width: 992px) and (max-width: 1366px) {
}
/*============================================================
Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 767px) and (max-width: 991px) {
}
/*============================================================
Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 480px) and (max-width: 766px) {
main > header {
height: 30vh;
}
main > section {
width: 100%;
height: 40vh;
padding-bottom: 10px;
}
main > aside {
width: 100%;
height: 20vh;
margin-left: 0;
}
main > footer {
height: 60px;
background: var(--second-color);
clear: both;
}
}
/*============================================================
Mobile (Landscape) Design for a width of 479px
==============================================================*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
main > header {
height: 30vh;
}
main > section {
width: 100%;
height: 40vh;
padding-bottom: 10px;
}
main > aside {
width: 100%;
height: 20vh;
margin-left: 0;
}
main > footer {
height: 60px;
background: var(--second-color);
clear: both;
}
} | 0.317744 | 0.091099 |
.chart-container{position:relative}
.contour-chart{position:relative}.contour-chart .plot-area-background{fill:none;stroke:none}
.contour-chart .axis{stroke:#666;stroke-width:1px;fill:none;shape-rendering:crispEdges;font-family:"Consolas","Monaco",monospace;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.contour-chart .axis text{stroke:none;fill:#666}
.contour-chart .axis.x .tick,.contour-chart .axis.y .tick{stroke:#666}
.contour-chart .axis-title{font-family:"Consolas","Monaco",monospace;font-size:13px;font-size:14px;line-height:100%;stroke:none;fill:#666}
.contour-chart .grid-line{stroke:#cfcfcf}
.contour-chart .trend-line{stroke-width:1px;stroke:#05f}
.contour-chart .legend-wrapper{position:relative;pointer-events:none}.contour-chart .legend-wrapper body{position:relative}
.contour-legend{position:absolute;border:solid 1px #bbb;margin:5px;padding:0 5px;background-color:rgba(255,255,255,0.7);border-radius:4px;font-family:"Consolas","Monaco",monospace;font-size:13px;font-size:13px}.contour-legend .contour-legend-key{display:inline-block;width:.9em;height:.9em;border-radius:1px;margin-right:5px;margin-bottom:-0.1em}
.contour-legend .contour-legend-entry{display:inline-block;line-height:1.5em;margin:0 .4em}
.contour-legend.vertical .contour-legend-entry{display:block;margin:.2em .2em}
.cool{stroke:#000;stroke-width:0;fill:#4c94ff}
.nw-tooltip{position:absolute;text-align:left;min-width:1.5em;min-height:1em;padding:4px 8px;font:10px sans-serif;line-height:16px;background:#555;border:solid 1px transparent;border-radius:8px;pointer-events:none;transition:all .05s ease-out}.nw-tooltip .text{opacity:1;color:#fff}
.stack-tooltip{font-family:"Consolas","Monaco",monospace;font-size:13px}.stack-tooltip span{white-space:nowrap}
.s-1{color:#2477b3;stroke:#2477b3;fill:#2477b3}.s-1.line,.s-1 .line{stroke-width:2px;fill:none}
.s-1.contour-legend-key{background-color:#2477b3}
.s-1.dot,.s-1 .dot{stroke-dasharray:none}
.s-2{color:#008c48;stroke:#008c48;fill:#008c48}.s-2.line,.s-2 .line{stroke-width:2px;fill:none}
.s-2.contour-legend-key{background-color:#008c48}
.s-2.dot,.s-2 .dot{stroke-dasharray:none}
.s-3{color:#ee2e2f;stroke:#ee2e2f;fill:#ee2e2f}.s-3.line,.s-3 .line{stroke-width:2px;fill:none}
.s-3.contour-legend-key{background-color:#ee2e2f}
.s-3.dot,.s-3 .dot{stroke-dasharray:none}
.s-4{color:#f47d23;stroke:#f47d23;fill:#f47d23}.s-4.line,.s-4 .line{stroke-width:2px;fill:none}
.s-4.contour-legend-key{background-color:#f47d23}
.s-4.dot,.s-4 .dot{stroke-dasharray:none}
.s-5{color:#662c91;stroke:#662c91;fill:#662c91}.s-5.line,.s-5 .line{stroke-width:2px;fill:none}
.s-5.contour-legend-key{background-color:#662c91}
.s-5.dot,.s-5 .dot{stroke-dasharray:none}
.s-6{color:#a21d21;stroke:#a21d21;fill:#a21d21}.s-6.line,.s-6 .line{stroke-width:2px;fill:none}
.s-6.contour-legend-key{background-color:#a21d21}
.s-6.dot,.s-6 .dot{stroke-dasharray:none}
.s-7{color:#b43894;stroke:#b43894;fill:#b43894}.s-7.line,.s-7 .line{stroke-width:2px;fill:none}
.s-7.contour-legend-key{background-color:#b43894}
.s-7.dot,.s-7 .dot{stroke-dasharray:none}
.s-8{color:#010202;stroke:#010202;fill:#010202}.s-8.line,.s-8 .line{stroke-width:2px;fill:none}
.s-8.contour-legend-key{background-color:#010202}
.s-8.dot,.s-8 .dot{stroke-dasharray:none}
.palette-1.s-1{color:#2477b3;stroke:#2477b3;fill:#2477b3}.palette-1.s-1.line,.palette-1.s-1 .line{stroke-width:2px;fill:none}
.palette-1.s-1.contour-legend-key{background-color:#2477b3}
.palette-1.s-1.dot,.palette-1.s-1 .dot{stroke-dasharray:none}
.palette-1.s-2{color:#008c48;stroke:#008c48;fill:#008c48}.palette-1.s-2.line,.palette-1.s-2 .line{stroke-width:2px;fill:none}
.palette-1.s-2.contour-legend-key{background-color:#008c48}
.palette-1.s-2.dot,.palette-1.s-2 .dot{stroke-dasharray:none}
.palette-1.s-3{color:#ee2e2f;stroke:#ee2e2f;fill:#ee2e2f}.palette-1.s-3.line,.palette-1.s-3 .line{stroke-width:2px;fill:none}
.palette-1.s-3.contour-legend-key{background-color:#ee2e2f}
.palette-1.s-3.dot,.palette-1.s-3 .dot{stroke-dasharray:none}
.palette-1.s-4{color:#f47d23;stroke:#f47d23;fill:#f47d23}.palette-1.s-4.line,.palette-1.s-4 .line{stroke-width:2px;fill:none}
.palette-1.s-4.contour-legend-key{background-color:#f47d23}
.palette-1.s-4.dot,.palette-1.s-4 .dot{stroke-dasharray:none}
.palette-1.s-5{color:#662c91;stroke:#662c91;fill:#662c91}.palette-1.s-5.line,.palette-1.s-5 .line{stroke-width:2px;fill:none}
.palette-1.s-5.contour-legend-key{background-color:#662c91}
.palette-1.s-5.dot,.palette-1.s-5 .dot{stroke-dasharray:none}
.palette-1.s-6{color:#a21d21;stroke:#a21d21;fill:#a21d21}.palette-1.s-6.line,.palette-1.s-6 .line{stroke-width:2px;fill:none}
.palette-1.s-6.contour-legend-key{background-color:#a21d21}
.palette-1.s-6.dot,.palette-1.s-6 .dot{stroke-dasharray:none}
.palette-1.s-7{color:#b43894;stroke:#b43894;fill:#b43894}.palette-1.s-7.line,.palette-1.s-7 .line{stroke-width:2px;fill:none}
.palette-1.s-7.contour-legend-key{background-color:#b43894}
.palette-1.s-7.dot,.palette-1.s-7 .dot{stroke-dasharray:none}
.palette-1.s-8{color:#010202;stroke:#010202;fill:#010202}.palette-1.s-8.line,.palette-1.s-8 .line{stroke-width:2px;fill:none}
.palette-1.s-8.contour-legend-key{background-color:#010202}
.palette-1.s-8.dot,.palette-1.s-8 .dot{stroke-dasharray:none}
.palette-2.s-1{color:#5a9bd4;stroke:#5a9bd4;fill:#5a9bd4}.palette-2.s-1.line,.palette-2.s-1 .line{stroke-width:2px;fill:none}
.palette-2.s-1.contour-legend-key{background-color:#5a9bd4}
.palette-2.s-1.dot,.palette-2.s-1 .dot{stroke-dasharray:none}
.palette-2.s-2{color:#7ac36a;stroke:#7ac36a;fill:#7ac36a}.palette-2.s-2.line,.palette-2.s-2 .line{stroke-width:2px;fill:none}
.palette-2.s-2.contour-legend-key{background-color:#7ac36a}
.palette-2.s-2.dot,.palette-2.s-2 .dot{stroke-dasharray:none}
.palette-2.s-3{color:#f15a60;stroke:#f15a60;fill:#f15a60}.palette-2.s-3.line,.palette-2.s-3 .line{stroke-width:2px;fill:none}
.palette-2.s-3.contour-legend-key{background-color:#f15a60}
.palette-2.s-3.dot,.palette-2.s-3 .dot{stroke-dasharray:none}
.palette-2.s-4{color:#faa75b;stroke:#faa75b;fill:#faa75b}.palette-2.s-4.line,.palette-2.s-4 .line{stroke-width:2px;fill:none}
.palette-2.s-4.contour-legend-key{background-color:#faa75b}
.palette-2.s-4.dot,.palette-2.s-4 .dot{stroke-dasharray:none}
.palette-2.s-5{color:#9e67ab;stroke:#9e67ab;fill:#9e67ab}.palette-2.s-5.line,.palette-2.s-5 .line{stroke-width:2px;fill:none}
.palette-2.s-5.contour-legend-key{background-color:#9e67ab}
.palette-2.s-5.dot,.palette-2.s-5 .dot{stroke-dasharray:none}
.palette-2.s-6{color:#ce7058;stroke:#ce7058;fill:#ce7058}.palette-2.s-6.line,.palette-2.s-6 .line{stroke-width:2px;fill:none}
.palette-2.s-6.contour-legend-key{background-color:#ce7058}
.palette-2.s-6.dot,.palette-2.s-6 .dot{stroke-dasharray:none}
.palette-2.s-7{color:#d77fb4;stroke:#d77fb4;fill:#d77fb4}.palette-2.s-7.line,.palette-2.s-7 .line{stroke-width:2px;fill:none}
.palette-2.s-7.contour-legend-key{background-color:#d77fb4}
.palette-2.s-7.dot,.palette-2.s-7 .dot{stroke-dasharray:none}
.palette-2.s-8{color:#737373;stroke:#737373;fill:#737373}.palette-2.s-8.line,.palette-2.s-8 .line{stroke-width:2px;fill:none}
.palette-2.s-8.contour-legend-key{background-color:#737373}
.palette-2.s-8.dot,.palette-2.s-8 .dot{stroke-dasharray:none}
.palette-3.s-1{color:#b8d2ec;stroke:#b8d2ec;fill:#b8d2ec}.palette-3.s-1.line,.palette-3.s-1 .line{stroke-width:2px;fill:none}
.palette-3.s-1.contour-legend-key{background-color:#b8d2ec}
.palette-3.s-1.dot,.palette-3.s-1 .dot{stroke-dasharray:none}
.palette-3.s-2{color:#d9e4aa;stroke:#d9e4aa;fill:#d9e4aa}.palette-3.s-2.line,.palette-3.s-2 .line{stroke-width:2px;fill:none}
.palette-3.s-2.contour-legend-key{background-color:#d9e4aa}
.palette-3.s-2.dot,.palette-3.s-2 .dot{stroke-dasharray:none}
.palette-3.s-3{color:#f2afad;stroke:#f2afad;fill:#f2afad}.palette-3.s-3.line,.palette-3.s-3 .line{stroke-width:2px;fill:none}
.palette-3.s-3.contour-legend-key{background-color:#f2afad}
.palette-3.s-3.dot,.palette-3.s-3 .dot{stroke-dasharray:none}
.palette-3.s-4{color:#f3d1b0;stroke:#f3d1b0;fill:#f3d1b0}.palette-3.s-4.line,.palette-3.s-4 .line{stroke-width:2px;fill:none}
.palette-3.s-4.contour-legend-key{background-color:#f3d1b0}
.palette-3.s-4.dot,.palette-3.s-4 .dot{stroke-dasharray:none}
.palette-3.s-5{color:#d5b2d4;stroke:#d5b2d4;fill:#d5b2d4}.palette-3.s-5.line,.palette-3.s-5 .line{stroke-width:2px;fill:none}
.palette-3.s-5.contour-legend-key{background-color:#d5b2d4}
.palette-3.s-5.dot,.palette-3.s-5 .dot{stroke-dasharray:none}
.palette-3.s-6{color:#ddb9a9;stroke:#ddb9a9;fill:#ddb9a9}.palette-3.s-6.line,.palette-3.s-6 .line{stroke-width:2px;fill:none}
.palette-3.s-6.contour-legend-key{background-color:#ddb9a9}
.palette-3.s-6.dot,.palette-3.s-6 .dot{stroke-dasharray:none}
.palette-3.s-7{color:#ebc0da;stroke:#ebc0da;fill:#ebc0da}.palette-3.s-7.line,.palette-3.s-7 .line{stroke-width:2px;fill:none}
.palette-3.s-7.contour-legend-key{background-color:#ebc0da}
.palette-3.s-7.dot,.palette-3.s-7 .dot{stroke-dasharray:none}
.palette-3.s-8{color:#ccc;stroke:#ccc;fill:#ccc}.palette-3.s-8.line,.palette-3.s-8 .line{stroke-width:2px;fill:none}
.palette-3.s-8.contour-legend-key{background-color:#ccc}
.palette-3.s-8.dot,.palette-3.s-8 .dot{stroke-dasharray:none}
.palette-4.s-1{color:#c76c16;stroke:#c76c16;fill:#c76c16}.palette-4.s-1.line,.palette-4.s-1 .line{stroke-width:2px;fill:none}
.palette-4.s-1.contour-legend-key{background-color:#c76c16}
.palette-4.s-1.dot,.palette-4.s-1 .dot{stroke-dasharray:none}
.palette-4.s-2{color:#006550;stroke:#006550;fill:#006550}.palette-4.s-2.line,.palette-4.s-2 .line{stroke-width:2px;fill:none}
.palette-4.s-2.contour-legend-key{background-color:#006550}
.palette-4.s-2.dot,.palette-4.s-2 .dot{stroke-dasharray:none}
.palette-4.s-3{color:#942300;stroke:#942300;fill:#942300}.palette-4.s-3.line,.palette-4.s-3 .line{stroke-width:2px;fill:none}
.palette-4.s-3.contour-legend-key{background-color:#942300}
.palette-4.s-3.dot,.palette-4.s-3 .dot{stroke-dasharray:none}
.palette-4.s-4{color:#5b4c00;stroke:#5b4c00;fill:#5b4c00}.palette-4.s-4.line,.palette-4.s-4 .line{stroke-width:2px;fill:none}
.palette-4.s-4.contour-legend-key{background-color:#5b4c00}
.palette-4.s-4.dot,.palette-4.s-4 .dot{stroke-dasharray:none}
.palette-4.s-5{color:#e1b79a;stroke:#e1b79a;fill:#e1b79a}.palette-4.s-5.line,.palette-4.s-5 .line{stroke-width:2px;fill:none}
.palette-4.s-5.contour-legend-key{background-color:#e1b79a}
.palette-4.s-5.dot,.palette-4.s-5 .dot{stroke-dasharray:none}
.palette-4.s-6{color:#6f8e3b;stroke:#6f8e3b;fill:#6f8e3b}.palette-4.s-6.line,.palette-4.s-6 .line{stroke-width:2px;fill:none}
.palette-4.s-6.contour-legend-key{background-color:#6f8e3b}
.palette-4.s-6.dot,.palette-4.s-6 .dot{stroke-dasharray:none}
.palette-4.s-7{color:#8accc0;stroke:#8accc0;fill:#8accc0}.palette-4.s-7.line,.palette-4.s-7 .line{stroke-width:2px;fill:none}
.palette-4.s-7.contour-legend-key{background-color:#8accc0}
.palette-4.s-7.dot,.palette-4.s-7 .dot{stroke-dasharray:none}
.palette-4.s-8{color:#010202;stroke:#010202;fill:#010202}.palette-4.s-8.line,.palette-4.s-8 .line{stroke-width:2px;fill:none}
.palette-4.s-8.contour-legend-key{background-color:#010202}
.palette-4.s-8.dot,.palette-4.s-8 .dot{stroke-dasharray:none}
.palette-5.s-1{color:#363694;stroke:#363694;fill:#363694}.palette-5.s-1.line,.palette-5.s-1 .line{stroke-width:2px;fill:none}
.palette-5.s-1.contour-legend-key{background-color:#363694}
.palette-5.s-1.dot,.palette-5.s-1 .dot{stroke-dasharray:none}
.palette-5.s-2{color:#7272b4;stroke:#7272b4;fill:#7272b4}.palette-5.s-2.line,.palette-5.s-2 .line{stroke-width:2px;fill:none}
.palette-5.s-2.contour-legend-key{background-color:#7272b4}
.palette-5.s-2.dot,.palette-5.s-2 .dot{stroke-dasharray:none}
.palette-5.s-3{color:#8686bf;stroke:#8686bf;fill:#8686bf}.palette-5.s-3.line,.palette-5.s-3 .line{stroke-width:2px;fill:none}
.palette-5.s-3.contour-legend-key{background-color:#8686bf}
.palette-5.s-3.dot,.palette-5.s-3 .dot{stroke-dasharray:none}
.palette-5.s-4{color:#9a9ac9;stroke:#9a9ac9;fill:#9a9ac9}.palette-5.s-4.line,.palette-5.s-4 .line{stroke-width:2px;fill:none}
.palette-5.s-4.contour-legend-key{background-color:#9a9ac9}
.palette-5.s-4.dot,.palette-5.s-4 .dot{stroke-dasharray:none}
.palette-5.s-5{color:#afafd4;stroke:#afafd4;fill:#afafd4}.palette-5.s-5.line,.palette-5.s-5 .line{stroke-width:2px;fill:none}
.palette-5.s-5.contour-legend-key{background-color:#afafd4}
.palette-5.s-5.dot,.palette-5.s-5 .dot{stroke-dasharray:none}
.palette-5.s-6{color:#c2c2df;stroke:#c2c2df;fill:#c2c2df}.palette-5.s-6.line,.palette-5.s-6 .line{stroke-width:2px;fill:none}
.palette-5.s-6.contour-legend-key{background-color:#c2c2df}
.palette-5.s-6.dot,.palette-5.s-6 .dot{stroke-dasharray:none}
.palette-5.s-7{color:#d7d7ea;stroke:#d7d7ea;fill:#d7d7ea}.palette-5.s-7.line,.palette-5.s-7 .line{stroke-width:2px;fill:none}
.palette-5.s-7.contour-legend-key{background-color:#d7d7ea}
.palette-5.s-7.dot,.palette-5.s-7 .dot{stroke-dasharray:none}
.palette-5.s-8{color:#ebebf4;stroke:#ebebf4;fill:#ebebf4}.palette-5.s-8.line,.palette-5.s-8 .line{stroke-width:2px;fill:none}
.palette-5.s-8.contour-legend-key{background-color:#ebebf4}
.palette-5.s-8.dot,.palette-5.s-8 .dot{stroke-dasharray:none}
.palette-6.s-1{color:#eeece1;stroke:#eeece1;fill:#eeece1}.palette-6.s-1.line,.palette-6.s-1 .line{stroke-width:2px;fill:none}
.palette-6.s-1.contour-legend-key{background-color:#eeece1}
.palette-6.s-1.dot,.palette-6.s-1 .dot{stroke-dasharray:none}
.palette-6.s-2{color:#4f81bd;stroke:#4f81bd;fill:#4f81bd}.palette-6.s-2.line,.palette-6.s-2 .line{stroke-width:2px;fill:none}
.palette-6.s-2.contour-legend-key{background-color:#4f81bd}
.palette-6.s-2.dot,.palette-6.s-2 .dot{stroke-dasharray:none}
.palette-6.s-3{color:#c0504d;stroke:#c0504d;fill:#c0504d}.palette-6.s-3.line,.palette-6.s-3 .line{stroke-width:2px;fill:none}
.palette-6.s-3.contour-legend-key{background-color:#c0504d}
.palette-6.s-3.dot,.palette-6.s-3 .dot{stroke-dasharray:none}
.palette-6.s-4{color:#9bbb59;stroke:#9bbb59;fill:#9bbb59}.palette-6.s-4.line,.palette-6.s-4 .line{stroke-width:2px;fill:none}
.palette-6.s-4.contour-legend-key{background-color:#9bbb59}
.palette-6.s-4.dot,.palette-6.s-4 .dot{stroke-dasharray:none}
.palette-6.s-5{color:#8064a2;stroke:#8064a2;fill:#8064a2}.palette-6.s-5.line,.palette-6.s-5 .line{stroke-width:2px;fill:none}
.palette-6.s-5.contour-legend-key{background-color:#8064a2}
.palette-6.s-5.dot,.palette-6.s-5 .dot{stroke-dasharray:none}
.palette-6.s-6{color:#4bacc6;stroke:#4bacc6;fill:#4bacc6}.palette-6.s-6.line,.palette-6.s-6 .line{stroke-width:2px;fill:none}
.palette-6.s-6.contour-legend-key{background-color:#4bacc6}
.palette-6.s-6.dot,.palette-6.s-6 .dot{stroke-dasharray:none}
.palette-6.s-7{color:#f79646;stroke:#f79646;fill:#f79646}.palette-6.s-7.line,.palette-6.s-7 .line{stroke-width:2px;fill:none}
.palette-6.s-7.contour-legend-key{background-color:#f79646}
.palette-6.s-7.dot,.palette-6.s-7 .dot{stroke-dasharray:none}
.palette-6.s-8{color:#1f497d;stroke:#1f497d;fill:#1f497d}.palette-6.s-8.line,.palette-6.s-8 .line{stroke-width:2px;fill:none}
.palette-6.s-8.contour-legend-key{background-color:#1f497d}
.palette-6.s-8.dot,.palette-6.s-8 .dot{stroke-dasharray:none} | www/css/contour.min.css | .chart-container{position:relative}
.contour-chart{position:relative}.contour-chart .plot-area-background{fill:none;stroke:none}
.contour-chart .axis{stroke:#666;stroke-width:1px;fill:none;shape-rendering:crispEdges;font-family:"Consolas","Monaco",monospace;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.contour-chart .axis text{stroke:none;fill:#666}
.contour-chart .axis.x .tick,.contour-chart .axis.y .tick{stroke:#666}
.contour-chart .axis-title{font-family:"Consolas","Monaco",monospace;font-size:13px;font-size:14px;line-height:100%;stroke:none;fill:#666}
.contour-chart .grid-line{stroke:#cfcfcf}
.contour-chart .trend-line{stroke-width:1px;stroke:#05f}
.contour-chart .legend-wrapper{position:relative;pointer-events:none}.contour-chart .legend-wrapper body{position:relative}
.contour-legend{position:absolute;border:solid 1px #bbb;margin:5px;padding:0 5px;background-color:rgba(255,255,255,0.7);border-radius:4px;font-family:"Consolas","Monaco",monospace;font-size:13px;font-size:13px}.contour-legend .contour-legend-key{display:inline-block;width:.9em;height:.9em;border-radius:1px;margin-right:5px;margin-bottom:-0.1em}
.contour-legend .contour-legend-entry{display:inline-block;line-height:1.5em;margin:0 .4em}
.contour-legend.vertical .contour-legend-entry{display:block;margin:.2em .2em}
.cool{stroke:#000;stroke-width:0;fill:#4c94ff}
.nw-tooltip{position:absolute;text-align:left;min-width:1.5em;min-height:1em;padding:4px 8px;font:10px sans-serif;line-height:16px;background:#555;border:solid 1px transparent;border-radius:8px;pointer-events:none;transition:all .05s ease-out}.nw-tooltip .text{opacity:1;color:#fff}
.stack-tooltip{font-family:"Consolas","Monaco",monospace;font-size:13px}.stack-tooltip span{white-space:nowrap}
.s-1{color:#2477b3;stroke:#2477b3;fill:#2477b3}.s-1.line,.s-1 .line{stroke-width:2px;fill:none}
.s-1.contour-legend-key{background-color:#2477b3}
.s-1.dot,.s-1 .dot{stroke-dasharray:none}
.s-2{color:#008c48;stroke:#008c48;fill:#008c48}.s-2.line,.s-2 .line{stroke-width:2px;fill:none}
.s-2.contour-legend-key{background-color:#008c48}
.s-2.dot,.s-2 .dot{stroke-dasharray:none}
.s-3{color:#ee2e2f;stroke:#ee2e2f;fill:#ee2e2f}.s-3.line,.s-3 .line{stroke-width:2px;fill:none}
.s-3.contour-legend-key{background-color:#ee2e2f}
.s-3.dot,.s-3 .dot{stroke-dasharray:none}
.s-4{color:#f47d23;stroke:#f47d23;fill:#f47d23}.s-4.line,.s-4 .line{stroke-width:2px;fill:none}
.s-4.contour-legend-key{background-color:#f47d23}
.s-4.dot,.s-4 .dot{stroke-dasharray:none}
.s-5{color:#662c91;stroke:#662c91;fill:#662c91}.s-5.line,.s-5 .line{stroke-width:2px;fill:none}
.s-5.contour-legend-key{background-color:#662c91}
.s-5.dot,.s-5 .dot{stroke-dasharray:none}
.s-6{color:#a21d21;stroke:#a21d21;fill:#a21d21}.s-6.line,.s-6 .line{stroke-width:2px;fill:none}
.s-6.contour-legend-key{background-color:#a21d21}
.s-6.dot,.s-6 .dot{stroke-dasharray:none}
.s-7{color:#b43894;stroke:#b43894;fill:#b43894}.s-7.line,.s-7 .line{stroke-width:2px;fill:none}
.s-7.contour-legend-key{background-color:#b43894}
.s-7.dot,.s-7 .dot{stroke-dasharray:none}
.s-8{color:#010202;stroke:#010202;fill:#010202}.s-8.line,.s-8 .line{stroke-width:2px;fill:none}
.s-8.contour-legend-key{background-color:#010202}
.s-8.dot,.s-8 .dot{stroke-dasharray:none}
.palette-1.s-1{color:#2477b3;stroke:#2477b3;fill:#2477b3}.palette-1.s-1.line,.palette-1.s-1 .line{stroke-width:2px;fill:none}
.palette-1.s-1.contour-legend-key{background-color:#2477b3}
.palette-1.s-1.dot,.palette-1.s-1 .dot{stroke-dasharray:none}
.palette-1.s-2{color:#008c48;stroke:#008c48;fill:#008c48}.palette-1.s-2.line,.palette-1.s-2 .line{stroke-width:2px;fill:none}
.palette-1.s-2.contour-legend-key{background-color:#008c48}
.palette-1.s-2.dot,.palette-1.s-2 .dot{stroke-dasharray:none}
.palette-1.s-3{color:#ee2e2f;stroke:#ee2e2f;fill:#ee2e2f}.palette-1.s-3.line,.palette-1.s-3 .line{stroke-width:2px;fill:none}
.palette-1.s-3.contour-legend-key{background-color:#ee2e2f}
.palette-1.s-3.dot,.palette-1.s-3 .dot{stroke-dasharray:none}
.palette-1.s-4{color:#f47d23;stroke:#f47d23;fill:#f47d23}.palette-1.s-4.line,.palette-1.s-4 .line{stroke-width:2px;fill:none}
.palette-1.s-4.contour-legend-key{background-color:#f47d23}
.palette-1.s-4.dot,.palette-1.s-4 .dot{stroke-dasharray:none}
.palette-1.s-5{color:#662c91;stroke:#662c91;fill:#662c91}.palette-1.s-5.line,.palette-1.s-5 .line{stroke-width:2px;fill:none}
.palette-1.s-5.contour-legend-key{background-color:#662c91}
.palette-1.s-5.dot,.palette-1.s-5 .dot{stroke-dasharray:none}
.palette-1.s-6{color:#a21d21;stroke:#a21d21;fill:#a21d21}.palette-1.s-6.line,.palette-1.s-6 .line{stroke-width:2px;fill:none}
.palette-1.s-6.contour-legend-key{background-color:#a21d21}
.palette-1.s-6.dot,.palette-1.s-6 .dot{stroke-dasharray:none}
.palette-1.s-7{color:#b43894;stroke:#b43894;fill:#b43894}.palette-1.s-7.line,.palette-1.s-7 .line{stroke-width:2px;fill:none}
.palette-1.s-7.contour-legend-key{background-color:#b43894}
.palette-1.s-7.dot,.palette-1.s-7 .dot{stroke-dasharray:none}
.palette-1.s-8{color:#010202;stroke:#010202;fill:#010202}.palette-1.s-8.line,.palette-1.s-8 .line{stroke-width:2px;fill:none}
.palette-1.s-8.contour-legend-key{background-color:#010202}
.palette-1.s-8.dot,.palette-1.s-8 .dot{stroke-dasharray:none}
.palette-2.s-1{color:#5a9bd4;stroke:#5a9bd4;fill:#5a9bd4}.palette-2.s-1.line,.palette-2.s-1 .line{stroke-width:2px;fill:none}
.palette-2.s-1.contour-legend-key{background-color:#5a9bd4}
.palette-2.s-1.dot,.palette-2.s-1 .dot{stroke-dasharray:none}
.palette-2.s-2{color:#7ac36a;stroke:#7ac36a;fill:#7ac36a}.palette-2.s-2.line,.palette-2.s-2 .line{stroke-width:2px;fill:none}
.palette-2.s-2.contour-legend-key{background-color:#7ac36a}
.palette-2.s-2.dot,.palette-2.s-2 .dot{stroke-dasharray:none}
.palette-2.s-3{color:#f15a60;stroke:#f15a60;fill:#f15a60}.palette-2.s-3.line,.palette-2.s-3 .line{stroke-width:2px;fill:none}
.palette-2.s-3.contour-legend-key{background-color:#f15a60}
.palette-2.s-3.dot,.palette-2.s-3 .dot{stroke-dasharray:none}
.palette-2.s-4{color:#faa75b;stroke:#faa75b;fill:#faa75b}.palette-2.s-4.line,.palette-2.s-4 .line{stroke-width:2px;fill:none}
.palette-2.s-4.contour-legend-key{background-color:#faa75b}
.palette-2.s-4.dot,.palette-2.s-4 .dot{stroke-dasharray:none}
.palette-2.s-5{color:#9e67ab;stroke:#9e67ab;fill:#9e67ab}.palette-2.s-5.line,.palette-2.s-5 .line{stroke-width:2px;fill:none}
.palette-2.s-5.contour-legend-key{background-color:#9e67ab}
.palette-2.s-5.dot,.palette-2.s-5 .dot{stroke-dasharray:none}
.palette-2.s-6{color:#ce7058;stroke:#ce7058;fill:#ce7058}.palette-2.s-6.line,.palette-2.s-6 .line{stroke-width:2px;fill:none}
.palette-2.s-6.contour-legend-key{background-color:#ce7058}
.palette-2.s-6.dot,.palette-2.s-6 .dot{stroke-dasharray:none}
.palette-2.s-7{color:#d77fb4;stroke:#d77fb4;fill:#d77fb4}.palette-2.s-7.line,.palette-2.s-7 .line{stroke-width:2px;fill:none}
.palette-2.s-7.contour-legend-key{background-color:#d77fb4}
.palette-2.s-7.dot,.palette-2.s-7 .dot{stroke-dasharray:none}
.palette-2.s-8{color:#737373;stroke:#737373;fill:#737373}.palette-2.s-8.line,.palette-2.s-8 .line{stroke-width:2px;fill:none}
.palette-2.s-8.contour-legend-key{background-color:#737373}
.palette-2.s-8.dot,.palette-2.s-8 .dot{stroke-dasharray:none}
.palette-3.s-1{color:#b8d2ec;stroke:#b8d2ec;fill:#b8d2ec}.palette-3.s-1.line,.palette-3.s-1 .line{stroke-width:2px;fill:none}
.palette-3.s-1.contour-legend-key{background-color:#b8d2ec}
.palette-3.s-1.dot,.palette-3.s-1 .dot{stroke-dasharray:none}
.palette-3.s-2{color:#d9e4aa;stroke:#d9e4aa;fill:#d9e4aa}.palette-3.s-2.line,.palette-3.s-2 .line{stroke-width:2px;fill:none}
.palette-3.s-2.contour-legend-key{background-color:#d9e4aa}
.palette-3.s-2.dot,.palette-3.s-2 .dot{stroke-dasharray:none}
.palette-3.s-3{color:#f2afad;stroke:#f2afad;fill:#f2afad}.palette-3.s-3.line,.palette-3.s-3 .line{stroke-width:2px;fill:none}
.palette-3.s-3.contour-legend-key{background-color:#f2afad}
.palette-3.s-3.dot,.palette-3.s-3 .dot{stroke-dasharray:none}
.palette-3.s-4{color:#f3d1b0;stroke:#f3d1b0;fill:#f3d1b0}.palette-3.s-4.line,.palette-3.s-4 .line{stroke-width:2px;fill:none}
.palette-3.s-4.contour-legend-key{background-color:#f3d1b0}
.palette-3.s-4.dot,.palette-3.s-4 .dot{stroke-dasharray:none}
.palette-3.s-5{color:#d5b2d4;stroke:#d5b2d4;fill:#d5b2d4}.palette-3.s-5.line,.palette-3.s-5 .line{stroke-width:2px;fill:none}
.palette-3.s-5.contour-legend-key{background-color:#d5b2d4}
.palette-3.s-5.dot,.palette-3.s-5 .dot{stroke-dasharray:none}
.palette-3.s-6{color:#ddb9a9;stroke:#ddb9a9;fill:#ddb9a9}.palette-3.s-6.line,.palette-3.s-6 .line{stroke-width:2px;fill:none}
.palette-3.s-6.contour-legend-key{background-color:#ddb9a9}
.palette-3.s-6.dot,.palette-3.s-6 .dot{stroke-dasharray:none}
.palette-3.s-7{color:#ebc0da;stroke:#ebc0da;fill:#ebc0da}.palette-3.s-7.line,.palette-3.s-7 .line{stroke-width:2px;fill:none}
.palette-3.s-7.contour-legend-key{background-color:#ebc0da}
.palette-3.s-7.dot,.palette-3.s-7 .dot{stroke-dasharray:none}
.palette-3.s-8{color:#ccc;stroke:#ccc;fill:#ccc}.palette-3.s-8.line,.palette-3.s-8 .line{stroke-width:2px;fill:none}
.palette-3.s-8.contour-legend-key{background-color:#ccc}
.palette-3.s-8.dot,.palette-3.s-8 .dot{stroke-dasharray:none}
.palette-4.s-1{color:#c76c16;stroke:#c76c16;fill:#c76c16}.palette-4.s-1.line,.palette-4.s-1 .line{stroke-width:2px;fill:none}
.palette-4.s-1.contour-legend-key{background-color:#c76c16}
.palette-4.s-1.dot,.palette-4.s-1 .dot{stroke-dasharray:none}
.palette-4.s-2{color:#006550;stroke:#006550;fill:#006550}.palette-4.s-2.line,.palette-4.s-2 .line{stroke-width:2px;fill:none}
.palette-4.s-2.contour-legend-key{background-color:#006550}
.palette-4.s-2.dot,.palette-4.s-2 .dot{stroke-dasharray:none}
.palette-4.s-3{color:#942300;stroke:#942300;fill:#942300}.palette-4.s-3.line,.palette-4.s-3 .line{stroke-width:2px;fill:none}
.palette-4.s-3.contour-legend-key{background-color:#942300}
.palette-4.s-3.dot,.palette-4.s-3 .dot{stroke-dasharray:none}
.palette-4.s-4{color:#5b4c00;stroke:#5b4c00;fill:#5b4c00}.palette-4.s-4.line,.palette-4.s-4 .line{stroke-width:2px;fill:none}
.palette-4.s-4.contour-legend-key{background-color:#5b4c00}
.palette-4.s-4.dot,.palette-4.s-4 .dot{stroke-dasharray:none}
.palette-4.s-5{color:#e1b79a;stroke:#e1b79a;fill:#e1b79a}.palette-4.s-5.line,.palette-4.s-5 .line{stroke-width:2px;fill:none}
.palette-4.s-5.contour-legend-key{background-color:#e1b79a}
.palette-4.s-5.dot,.palette-4.s-5 .dot{stroke-dasharray:none}
.palette-4.s-6{color:#6f8e3b;stroke:#6f8e3b;fill:#6f8e3b}.palette-4.s-6.line,.palette-4.s-6 .line{stroke-width:2px;fill:none}
.palette-4.s-6.contour-legend-key{background-color:#6f8e3b}
.palette-4.s-6.dot,.palette-4.s-6 .dot{stroke-dasharray:none}
.palette-4.s-7{color:#8accc0;stroke:#8accc0;fill:#8accc0}.palette-4.s-7.line,.palette-4.s-7 .line{stroke-width:2px;fill:none}
.palette-4.s-7.contour-legend-key{background-color:#8accc0}
.palette-4.s-7.dot,.palette-4.s-7 .dot{stroke-dasharray:none}
.palette-4.s-8{color:#010202;stroke:#010202;fill:#010202}.palette-4.s-8.line,.palette-4.s-8 .line{stroke-width:2px;fill:none}
.palette-4.s-8.contour-legend-key{background-color:#010202}
.palette-4.s-8.dot,.palette-4.s-8 .dot{stroke-dasharray:none}
.palette-5.s-1{color:#363694;stroke:#363694;fill:#363694}.palette-5.s-1.line,.palette-5.s-1 .line{stroke-width:2px;fill:none}
.palette-5.s-1.contour-legend-key{background-color:#363694}
.palette-5.s-1.dot,.palette-5.s-1 .dot{stroke-dasharray:none}
.palette-5.s-2{color:#7272b4;stroke:#7272b4;fill:#7272b4}.palette-5.s-2.line,.palette-5.s-2 .line{stroke-width:2px;fill:none}
.palette-5.s-2.contour-legend-key{background-color:#7272b4}
.palette-5.s-2.dot,.palette-5.s-2 .dot{stroke-dasharray:none}
.palette-5.s-3{color:#8686bf;stroke:#8686bf;fill:#8686bf}.palette-5.s-3.line,.palette-5.s-3 .line{stroke-width:2px;fill:none}
.palette-5.s-3.contour-legend-key{background-color:#8686bf}
.palette-5.s-3.dot,.palette-5.s-3 .dot{stroke-dasharray:none}
.palette-5.s-4{color:#9a9ac9;stroke:#9a9ac9;fill:#9a9ac9}.palette-5.s-4.line,.palette-5.s-4 .line{stroke-width:2px;fill:none}
.palette-5.s-4.contour-legend-key{background-color:#9a9ac9}
.palette-5.s-4.dot,.palette-5.s-4 .dot{stroke-dasharray:none}
.palette-5.s-5{color:#afafd4;stroke:#afafd4;fill:#afafd4}.palette-5.s-5.line,.palette-5.s-5 .line{stroke-width:2px;fill:none}
.palette-5.s-5.contour-legend-key{background-color:#afafd4}
.palette-5.s-5.dot,.palette-5.s-5 .dot{stroke-dasharray:none}
.palette-5.s-6{color:#c2c2df;stroke:#c2c2df;fill:#c2c2df}.palette-5.s-6.line,.palette-5.s-6 .line{stroke-width:2px;fill:none}
.palette-5.s-6.contour-legend-key{background-color:#c2c2df}
.palette-5.s-6.dot,.palette-5.s-6 .dot{stroke-dasharray:none}
.palette-5.s-7{color:#d7d7ea;stroke:#d7d7ea;fill:#d7d7ea}.palette-5.s-7.line,.palette-5.s-7 .line{stroke-width:2px;fill:none}
.palette-5.s-7.contour-legend-key{background-color:#d7d7ea}
.palette-5.s-7.dot,.palette-5.s-7 .dot{stroke-dasharray:none}
.palette-5.s-8{color:#ebebf4;stroke:#ebebf4;fill:#ebebf4}.palette-5.s-8.line,.palette-5.s-8 .line{stroke-width:2px;fill:none}
.palette-5.s-8.contour-legend-key{background-color:#ebebf4}
.palette-5.s-8.dot,.palette-5.s-8 .dot{stroke-dasharray:none}
.palette-6.s-1{color:#eeece1;stroke:#eeece1;fill:#eeece1}.palette-6.s-1.line,.palette-6.s-1 .line{stroke-width:2px;fill:none}
.palette-6.s-1.contour-legend-key{background-color:#eeece1}
.palette-6.s-1.dot,.palette-6.s-1 .dot{stroke-dasharray:none}
.palette-6.s-2{color:#4f81bd;stroke:#4f81bd;fill:#4f81bd}.palette-6.s-2.line,.palette-6.s-2 .line{stroke-width:2px;fill:none}
.palette-6.s-2.contour-legend-key{background-color:#4f81bd}
.palette-6.s-2.dot,.palette-6.s-2 .dot{stroke-dasharray:none}
.palette-6.s-3{color:#c0504d;stroke:#c0504d;fill:#c0504d}.palette-6.s-3.line,.palette-6.s-3 .line{stroke-width:2px;fill:none}
.palette-6.s-3.contour-legend-key{background-color:#c0504d}
.palette-6.s-3.dot,.palette-6.s-3 .dot{stroke-dasharray:none}
.palette-6.s-4{color:#9bbb59;stroke:#9bbb59;fill:#9bbb59}.palette-6.s-4.line,.palette-6.s-4 .line{stroke-width:2px;fill:none}
.palette-6.s-4.contour-legend-key{background-color:#9bbb59}
.palette-6.s-4.dot,.palette-6.s-4 .dot{stroke-dasharray:none}
.palette-6.s-5{color:#8064a2;stroke:#8064a2;fill:#8064a2}.palette-6.s-5.line,.palette-6.s-5 .line{stroke-width:2px;fill:none}
.palette-6.s-5.contour-legend-key{background-color:#8064a2}
.palette-6.s-5.dot,.palette-6.s-5 .dot{stroke-dasharray:none}
.palette-6.s-6{color:#4bacc6;stroke:#4bacc6;fill:#4bacc6}.palette-6.s-6.line,.palette-6.s-6 .line{stroke-width:2px;fill:none}
.palette-6.s-6.contour-legend-key{background-color:#4bacc6}
.palette-6.s-6.dot,.palette-6.s-6 .dot{stroke-dasharray:none}
.palette-6.s-7{color:#f79646;stroke:#f79646;fill:#f79646}.palette-6.s-7.line,.palette-6.s-7 .line{stroke-width:2px;fill:none}
.palette-6.s-7.contour-legend-key{background-color:#f79646}
.palette-6.s-7.dot,.palette-6.s-7 .dot{stroke-dasharray:none}
.palette-6.s-8{color:#1f497d;stroke:#1f497d;fill:#1f497d}.palette-6.s-8.line,.palette-6.s-8 .line{stroke-width:2px;fill:none}
.palette-6.s-8.contour-legend-key{background-color:#1f497d}
.palette-6.s-8.dot,.palette-6.s-8 .dot{stroke-dasharray:none} | 0.339171 | 0.063164 |
.ls-inner:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url(overlay-pattern.png);
background-repeat: repeat;
content: "";
}
.ls-axioma .ls-loading-indicator {
width: 22px;
height: 22px;
margin-top: 9px;
background-image: url(loading.gif);
background-position: center center;
}
/* Play Video */
.ls-accio .ls-playvideo {
width: 52px;
height: 56px;
margin-left: -26px;
margin-top: -28px;
}
.ls-accio .ls-playvideo:before {
color: #fff;
color: rgba(255, 255, 255, .7);
font-size: 60px;
line-height: 1;
content: "\f04b";
}
.ls-accio .ls-playvideo:hover:before,
.ls-accio .ls-vpcontainer:hover .ls-playvideo:before {
color: #fff;
color: rgba(255, 255, 255, .9);
}
/* Prev Next */
.ls-accio .ls-nav-prev,
.ls-accio .ls-nav-next {
position: absolute;
top: 50%;
z-index: 1000;
display: none;
margin-top: -20px;
}
.ls-accio .ls-nav-prev { left: 35px; }
.ls-accio .ls-nav-next { right: 35px; }
.ls-accio .ls-nav-prev:after,
.ls-accio .ls-nav-next:after {
color: #fff;
vertical-align: middle;
text-decoration: inherit;
font-weight: normal;
font-style: normal;
font-size: 48px;
line-height: 59px;
font-family: 'fontello';
cursor: pointer;
}
.ls-accio .ls-nav-next:hover:after,
.ls-accio .ls-nav-prev:hover:after { color: #00c2a9; }
.ls-accio .ls-nav-prev:after { content: "\ea07"; }
.ls-accio .ls-nav-next:after { content: "\ea08"; }
.ls-accio .ls-bottom-slidebuttons,
.ls-accio .ls-bottom-slidebuttons a,
.ls-accio .ls-nav-start,
.ls-accio .ls-nav-stop,
.ls-accio .ls-nav-sides { height: 20px; }
.ls-accio .ls-bottom-slidebuttons,
.ls-accio .ls-bottom-slidebuttons a,
.ls-accio .ls-nav-start,
.ls-accio .ls-nav-stop,
.ls-accio .ls-nav-sides { display: inline-block; }
.ls-accio .ls-bottom-slidebuttons,
.ls-accio .ls-nav-start,
.ls-accio .ls-nav-stop,
.ls-accio .ls-nav-sides { bottom: 35px; }
/* Play and Stop */
.ls-accio .ls-nav-start,
.ls-accio .ls-nav-stop {
vertical-align: middle;
width: 20px;
line-height: 1em;
text-align: center;
color: #fff;
}
.ls-accio .ls-nav-start:after,
.ls-accio .ls-nav-stop:after
{
font-size: 14px;
font-family: "fontello";
}
.ls-accio .ls-nav-start:after { content: "\e8dd"; }
.ls-accio .ls-nav-stop:after { content: "\e8e1"; }
.ls-accio .ls-nav-start-active,
.ls-accio .ls-nav-stop-active { color: #888; }
/* Slide Buttons */
.ls-container.ls-accio .ls-bottom-nav-wrapper a { line-height: .8 !important; }
.ls-container.ls-accio .ls-bottom-slidebuttons a {
display: inline-block;
margin: 2px 7px;
width: 7px;
height: 7px;
border-width: 1px;
border-style: solid;
border-color: transparent;
background-color: #fff;
cursor: pointer;
}
.ls-container.ls-accio .ls-bottom-slidebuttons a {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-ms-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear;
}
.ls-container.ls-accio .ls-bottom-slidebuttons .ls-nav-active {
margin: 0 7px;
width: 11px;
height: 11px;
border-color: #fff;
background-color: transparent;
cursor: default;
}
.ls-accio .ls-nav-sides { width: 0; }
.ls-accio .ls-thumbnail-hover {
bottom: 30px;
padding: 2px;
margin-left: 1px;
}
.ls-accio .ls-thumbnail-hover-bg { background: #eee; }
.ls-accio .ls-thumbnail-hover span {
border: 5px solid #eee;
margin-left: -5px;
}
.ls-accio .ls-thumbnail { top: 10px; }
.ls-accio .ls-thumbnail-inner {
padding: 2px;
margin-left: -2px;
background: #fff;
}
.ls-accio .ls-thumbnail-slide a { margin-right: 2px; }
.ls-accio .ls-nothumb { background: #eee; } | website/js/layerslider/skins/accio/skin.css | .ls-inner:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url(overlay-pattern.png);
background-repeat: repeat;
content: "";
}
.ls-axioma .ls-loading-indicator {
width: 22px;
height: 22px;
margin-top: 9px;
background-image: url(loading.gif);
background-position: center center;
}
/* Play Video */
.ls-accio .ls-playvideo {
width: 52px;
height: 56px;
margin-left: -26px;
margin-top: -28px;
}
.ls-accio .ls-playvideo:before {
color: #fff;
color: rgba(255, 255, 255, .7);
font-size: 60px;
line-height: 1;
content: "\f04b";
}
.ls-accio .ls-playvideo:hover:before,
.ls-accio .ls-vpcontainer:hover .ls-playvideo:before {
color: #fff;
color: rgba(255, 255, 255, .9);
}
/* Prev Next */
.ls-accio .ls-nav-prev,
.ls-accio .ls-nav-next {
position: absolute;
top: 50%;
z-index: 1000;
display: none;
margin-top: -20px;
}
.ls-accio .ls-nav-prev { left: 35px; }
.ls-accio .ls-nav-next { right: 35px; }
.ls-accio .ls-nav-prev:after,
.ls-accio .ls-nav-next:after {
color: #fff;
vertical-align: middle;
text-decoration: inherit;
font-weight: normal;
font-style: normal;
font-size: 48px;
line-height: 59px;
font-family: 'fontello';
cursor: pointer;
}
.ls-accio .ls-nav-next:hover:after,
.ls-accio .ls-nav-prev:hover:after { color: #00c2a9; }
.ls-accio .ls-nav-prev:after { content: "\ea07"; }
.ls-accio .ls-nav-next:after { content: "\ea08"; }
.ls-accio .ls-bottom-slidebuttons,
.ls-accio .ls-bottom-slidebuttons a,
.ls-accio .ls-nav-start,
.ls-accio .ls-nav-stop,
.ls-accio .ls-nav-sides { height: 20px; }
.ls-accio .ls-bottom-slidebuttons,
.ls-accio .ls-bottom-slidebuttons a,
.ls-accio .ls-nav-start,
.ls-accio .ls-nav-stop,
.ls-accio .ls-nav-sides { display: inline-block; }
.ls-accio .ls-bottom-slidebuttons,
.ls-accio .ls-nav-start,
.ls-accio .ls-nav-stop,
.ls-accio .ls-nav-sides { bottom: 35px; }
/* Play and Stop */
.ls-accio .ls-nav-start,
.ls-accio .ls-nav-stop {
vertical-align: middle;
width: 20px;
line-height: 1em;
text-align: center;
color: #fff;
}
.ls-accio .ls-nav-start:after,
.ls-accio .ls-nav-stop:after
{
font-size: 14px;
font-family: "fontello";
}
.ls-accio .ls-nav-start:after { content: "\e8dd"; }
.ls-accio .ls-nav-stop:after { content: "\e8e1"; }
.ls-accio .ls-nav-start-active,
.ls-accio .ls-nav-stop-active { color: #888; }
/* Slide Buttons */
.ls-container.ls-accio .ls-bottom-nav-wrapper a { line-height: .8 !important; }
.ls-container.ls-accio .ls-bottom-slidebuttons a {
display: inline-block;
margin: 2px 7px;
width: 7px;
height: 7px;
border-width: 1px;
border-style: solid;
border-color: transparent;
background-color: #fff;
cursor: pointer;
}
.ls-container.ls-accio .ls-bottom-slidebuttons a {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-ms-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear;
}
.ls-container.ls-accio .ls-bottom-slidebuttons .ls-nav-active {
margin: 0 7px;
width: 11px;
height: 11px;
border-color: #fff;
background-color: transparent;
cursor: default;
}
.ls-accio .ls-nav-sides { width: 0; }
.ls-accio .ls-thumbnail-hover {
bottom: 30px;
padding: 2px;
margin-left: 1px;
}
.ls-accio .ls-thumbnail-hover-bg { background: #eee; }
.ls-accio .ls-thumbnail-hover span {
border: 5px solid #eee;
margin-left: -5px;
}
.ls-accio .ls-thumbnail { top: 10px; }
.ls-accio .ls-thumbnail-inner {
padding: 2px;
margin-left: -2px;
background: #fff;
}
.ls-accio .ls-thumbnail-slide a { margin-right: 2px; }
.ls-accio .ls-nothumb { background: #eee; } | 0.349644 | 0.048204 |
.sidebar-modal-background {
background-color: $modal-background-color;
opacity: 0.60;
}
.sidebar {
margin: 50px;
background-color: $solid-background-color;
padding: 5px;
filter: drop-shadow(1, 45, #000000, 0.1, 30, 2, 1, 3, false);
}
.sidebar:left {
border-right: 1px solid $normal-border-color;
}
.sidebar:right {
border-left: 1px solid $normal-border-color;
}
.sidebar:top {
border-bottom: 1px solid $normal-border-color;
}
.sidebar:bottom {
border-top: 1px solid $normal-border-color;
}
.sidebar:left #closeSideBar {
resource: "haxeui-core/styles/default/left_arrow_circled.png ";
cursor: pointer;
}
.sidebar:right #closeSideBar {
resource: "haxeui-core/styles/default/right_arrow_circled.png ";
cursor: pointer;
}
.sidebar:top #closeSideBar {
resource: "haxeui-core/styles/default/up_arrow_circled.png ";
cursor: pointer;
}
.sidebar:bottom #closeSideBar {
resource: "haxeui-core/styles/default/down_arrow_circled.png ";
cursor: pointer;
}
/****************************************************************************/
/* ANIMATIONS */
/****************************************************************************/
.sideBarModifyContent {
animation: sideBarModifyContent 0.3s ease 0s 1;
}
.sideBarRestoreContent {
animation: sideBarRestoreContent 0.3s ease 0s 1;
}
@keyframes sideBarModifyContent {
0% {
}
100% {
}
}
@keyframes sideBarRestoreContent {
0% {
}
100% {
}
}
.showSideBarLeft {
animation: showSideBarLeft 0.3s ease 0s 1;
}
.hideSideBarLeft {
animation: showSideBarLeft 0.3s ease 0s 1 reverse backwards;
}
@keyframes showSideBarLeft {
0% {
}
100% {
}
}
.showSideBarRight {
animation: showSideBarRight 0.3s ease 0s 1;
}
.hideSideBarRight {
animation: showSideBarRight 0.3s ease 0s 1 reverse backwards;
}
@keyframes showSideBarRight {
0% {
}
100% {
}
}
.showSideBarTop {
animation: showSideBarTop 0.3s ease 0s 1;
}
.hideSideBarTop {
animation: showSideBarTop 0.3s ease 0s 1 reverse backwards;
}
@keyframes showSideBarTop {
0% {
}
100% {
}
}
.showSideBarBottom {
animation: showSideBarBottom 0.3s ease 0s 1;
}
.hideSideBarBottom {
animation: showSideBarBottom 0.3s ease 0s 1 reverse backwards;
}
@keyframes showSideBarBottom {
0% {
}
100% {
}
} | haxe/ui/_module/styles/default/sidebars.css | .sidebar-modal-background {
background-color: $modal-background-color;
opacity: 0.60;
}
.sidebar {
margin: 50px;
background-color: $solid-background-color;
padding: 5px;
filter: drop-shadow(1, 45, #000000, 0.1, 30, 2, 1, 3, false);
}
.sidebar:left {
border-right: 1px solid $normal-border-color;
}
.sidebar:right {
border-left: 1px solid $normal-border-color;
}
.sidebar:top {
border-bottom: 1px solid $normal-border-color;
}
.sidebar:bottom {
border-top: 1px solid $normal-border-color;
}
.sidebar:left #closeSideBar {
resource: "haxeui-core/styles/default/left_arrow_circled.png ";
cursor: pointer;
}
.sidebar:right #closeSideBar {
resource: "haxeui-core/styles/default/right_arrow_circled.png ";
cursor: pointer;
}
.sidebar:top #closeSideBar {
resource: "haxeui-core/styles/default/up_arrow_circled.png ";
cursor: pointer;
}
.sidebar:bottom #closeSideBar {
resource: "haxeui-core/styles/default/down_arrow_circled.png ";
cursor: pointer;
}
/****************************************************************************/
/* ANIMATIONS */
/****************************************************************************/
.sideBarModifyContent {
animation: sideBarModifyContent 0.3s ease 0s 1;
}
.sideBarRestoreContent {
animation: sideBarRestoreContent 0.3s ease 0s 1;
}
@keyframes sideBarModifyContent {
0% {
}
100% {
}
}
@keyframes sideBarRestoreContent {
0% {
}
100% {
}
}
.showSideBarLeft {
animation: showSideBarLeft 0.3s ease 0s 1;
}
.hideSideBarLeft {
animation: showSideBarLeft 0.3s ease 0s 1 reverse backwards;
}
@keyframes showSideBarLeft {
0% {
}
100% {
}
}
.showSideBarRight {
animation: showSideBarRight 0.3s ease 0s 1;
}
.hideSideBarRight {
animation: showSideBarRight 0.3s ease 0s 1 reverse backwards;
}
@keyframes showSideBarRight {
0% {
}
100% {
}
}
.showSideBarTop {
animation: showSideBarTop 0.3s ease 0s 1;
}
.hideSideBarTop {
animation: showSideBarTop 0.3s ease 0s 1 reverse backwards;
}
@keyframes showSideBarTop {
0% {
}
100% {
}
}
.showSideBarBottom {
animation: showSideBarBottom 0.3s ease 0s 1;
}
.hideSideBarBottom {
animation: showSideBarBottom 0.3s ease 0s 1 reverse backwards;
}
@keyframes showSideBarBottom {
0% {
}
100% {
}
} | 0.722331 | 0.172381 |
*{
margin: 0;
padding:0;
box-sizing: border-box;
text-transform: none;
}
html, body{
height: 100%;
}
.box{
width: 100%;
height: 50%;
background-color: green;
display: flex;
flex-direction: row;
/*no flex-direction eu posso usar:
column; para os elementos se alinharem
em colunas
row: para os elementos se alinharem na
mesma linha
e depois do row e do column pode usar
o -reverse para trocar a ordem dos
elementos*/
flex-wrap: wrap;
/*serve para caso não de tudo em uma
linha o elemento cair para a proxima*/
justify-content: center;
/*serve para alinhar os items, com o:
center; serve para centralizar os
elementos
flex-start; serve para alinhar os
elementos no inicio
flex-end; serve para alinhar os
elementos no fim
space-around; serve para alinhar os
elementos com espaço antes, entre e
depois dos elementos*/
align-items: flex-start;
/*o align-items: serve para alinhar os
elementos com o:
center; alinha os elementos no centro
flex-start; alinha na parte superior
do bloco
flex-end; alinha na parte inferior
do bloco
*/
}
.box1{
width: 40%;
height: 100%;
background-color: red;
}
.box2{
width: 40%;
height: 50%;
/*background: linear-gradient(
to right bottom, rgb(0, 0, 0) 30%,
#ff0fff 30%,yellow)*/
/*background: linear-gradient
(35deg, rgb(0, 0, 0) 20%, #ff0fff,
yellow)
o comando e assim:
background: linear-gradient(direção, cor %(da cor), cor %(da cor), cor %(da cor), ...)
a direção funciona com direções(top,
bottom, left, right), e tambem funciona
com angulos num(deg)*/
/*background: repeating-linear-gradient(red, yellow 20%, green 10%);
pra esse daqui funcionar tem que ta
seguindo mais o menos essa sintaxe
e serve para criar mutiplos gradient
e repitilios no elemento tambem posso
definir a direção nesse daqui*/
/*background: radial-gradient(circle, red, yellow, green);
serve para criar um gradiente circular com um ciruclo no meio e depois vem as cores do gradient*/
/*background: repeating-radial-gradient(red, yellow 10%, green 15%);
esse daqui e e a mesma coisa do de cima so que com o repeating ja visto antes*/
background-color: black;
} | curso de front-end com foco no css/teste29/style.css | *{
margin: 0;
padding:0;
box-sizing: border-box;
text-transform: none;
}
html, body{
height: 100%;
}
.box{
width: 100%;
height: 50%;
background-color: green;
display: flex;
flex-direction: row;
/*no flex-direction eu posso usar:
column; para os elementos se alinharem
em colunas
row: para os elementos se alinharem na
mesma linha
e depois do row e do column pode usar
o -reverse para trocar a ordem dos
elementos*/
flex-wrap: wrap;
/*serve para caso não de tudo em uma
linha o elemento cair para a proxima*/
justify-content: center;
/*serve para alinhar os items, com o:
center; serve para centralizar os
elementos
flex-start; serve para alinhar os
elementos no inicio
flex-end; serve para alinhar os
elementos no fim
space-around; serve para alinhar os
elementos com espaço antes, entre e
depois dos elementos*/
align-items: flex-start;
/*o align-items: serve para alinhar os
elementos com o:
center; alinha os elementos no centro
flex-start; alinha na parte superior
do bloco
flex-end; alinha na parte inferior
do bloco
*/
}
.box1{
width: 40%;
height: 100%;
background-color: red;
}
.box2{
width: 40%;
height: 50%;
/*background: linear-gradient(
to right bottom, rgb(0, 0, 0) 30%,
#ff0fff 30%,yellow)*/
/*background: linear-gradient
(35deg, rgb(0, 0, 0) 20%, #ff0fff,
yellow)
o comando e assim:
background: linear-gradient(direção, cor %(da cor), cor %(da cor), cor %(da cor), ...)
a direção funciona com direções(top,
bottom, left, right), e tambem funciona
com angulos num(deg)*/
/*background: repeating-linear-gradient(red, yellow 20%, green 10%);
pra esse daqui funcionar tem que ta
seguindo mais o menos essa sintaxe
e serve para criar mutiplos gradient
e repitilios no elemento tambem posso
definir a direção nesse daqui*/
/*background: radial-gradient(circle, red, yellow, green);
serve para criar um gradiente circular com um ciruclo no meio e depois vem as cores do gradient*/
/*background: repeating-radial-gradient(red, yellow 10%, green 15%);
esse daqui e e a mesma coisa do de cima so que com o repeating ja visto antes*/
background-color: black;
} | 0.501953 | 0.104614 |
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;
-webkit-text-size-adjust: 100%;
-ms-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 {
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: "\201C" "\201D" "\2018" "\2019"
}
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;
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
}
*,
*:before,
*:after {
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box
}
abbr[title],
dfn[title] {
cursor: help
}
u,
ins {
text-decoration: none
}
ins {
border-bottom: 1px solid
}
img {
font-style: italic
}
label,
input,
textarea,
button,
select,
option {
cursor: pointer
}
.grid__item {
display: inline-block;
width: 100%;
padding-left: 30px;
vertical-align: top
}
.grid--rev {
direction: rtl;
text-align: right
}
.grid--rev>.grid__item {
direction: ltr;
text-align: left
}
.grid--middle>.grid__item {
vertical-align: middle
}
.grid--center {
display: block;
text-align: center
}
.grid--center>.grid__item {
text-align: left
}
.grid,
.grid--rev {
margin-left: -30px;
list-style: none;
margin-bottom: 0
}
.grid>.grid,
.grid--rev>.grid,
.grid>.grid--rev,
.grid--rev>.grid--rev {
margin-left: 0
}
.footer {
background: #1f2532;
padding: 75px 0
}
.footer .copyright {
font-size: 14px;
color: white;
opacity: 0.6;
margin-top: 20px
}
.footer__heading {
color: white;
text-transform: uppercase;
font-size: 16px;
margin-bottom: 20px
}
.footer__nav {
margin-bottom: 0
}
.footer__nav a {
color: rgba(255, 255, 255, 0.6);
font-size: 16px;
padding: 3px 0
}
.footer__nav a:hover {
color: white
}
.nav {
list-style: none;
margin-left: 0
}
.nav>li,
.nav>li>a {
display: inline-block;
*display: inline;
margin: 0;
zoom: 1
}
.nav--stacked>li {
display: list-item
}
.nav--stacked>li>a {
display: block
}
.nav--banner {
text-align: center
}
.nav--block {
line-height: 1;
letter-spacing: -0.31em;
word-spacing: -0.43em;
white-space: nowrap
}
.nav--block>li {
letter-spacing: normal;
word-spacing: normal
}
.nav--block>li>a {
padding: 15px
}
.nav--fit {
display: table;
width: 100%
}
.nav--fit>li {
display: table-cell
}
.nav--fit>li>a {
display: block
}
.nav--keywords>li:after {
content: "\002C" "\00A0"
}
.nav--keywords>li:last-child:after {
display: none
}
.one-whole {
width: 100%
}
.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
width: 50%
}
.one-third,
.two-sixths,
.four-twelfths {
width: 33.333%
}
.two-thirds,
.four-sixths,
.eight-twelfths {
width: 66.666%
}
.one-quarter,
.two-eighths,
.three-twelfths {
width: 25%
}
.three-quarters,
.six-eighths,
.nine-twelfths {
width: 75%
}
.one-fifth,
.two-tenths {
width: 20%
}
.two-fifths,
.four-tenths {
width: 40%
}
.three-fifths,
.six-tenths {
width: 60%
}
.four-fifths,
.eight-tenths {
width: 80%
}
.one-sixth,
.two-twelfths {
width: 16.666%
}
.five-sixths,
.ten-twelfths {
width: 83.333%
}
.one-eighth {
width: 12.5%
}
.three-eighths {
width: 37.5%
}
.five-eighths {
width: 62.5%
}
.seven-eighths {
width: 87.5%
}
.one-tenth {
width: 10%
}
.three-tenths {
width: 30%
}
.seven-tenths {
width: 70%
}
.nine-tenths {
width: 90%
}
.one-twelfth {
width: 8.333%
}
.five-twelfths {
width: 41.666%
}
.seven-twelfths {
width: 58.333%
}
.eleven-twelfths {
width: 91.666%
}
@media only screen and (max-width:480px) {
.palm-one-whole {
width: 100%
}
.palm-one-half,
.palm-two-quarters,
.palm-three-sixths,
.palm-four-eighths,
.palm-five-tenths,
.palm-six-twelfths {
width: 50%
}
.palm-one-third,
.palm-two-sixths,
.palm-four-twelfths {
width: 33.333%
}
.palm-two-thirds,
.palm-four-sixths,
.palm-eight-twelfths {
width: 66.666%
}
.palm-one-quarter,
.palm-two-eighths,
.palm-three-twelfths {
width: 25%
}
.palm-three-quarters,
.palm-six-eighths,
.palm-nine-twelfths {
width: 75%
}
.palm-one-fifth,
.palm-two-tenths {
width: 20%
}
.palm-two-fifths,
.palm-four-tenths {
width: 40%
}
.palm-three-fifths,
.palm-six-tenths {
width: 60%
}
.palm-four-fifths,
.palm-eight-tenths {
width: 80%
}
.palm-one-sixth,
.palm-two-twelfths {
width: 16.666%
}
.palm-five-sixths,
.palm-ten-twelfths {
width: 83.333%
}
.palm-one-eighth {
width: 12.5%
}
.palm-three-eighths {
width: 37.5%
}
.palm-five-eighths {
width: 62.5%
}
.palm-seven-eighths {
width: 87.5%
}
.palm-one-tenth {
width: 10%
}
.palm-three-tenths {
width: 30%
}
.palm-seven-tenths {
width: 70%
}
.palm-nine-tenths {
width: 90%
}
.palm-one-twelfth {
width: 8.333%
}
.palm-five-twelfths {
width: 41.666%
}
.palm-seven-twelfths {
width: 58.333%
}
.palm-eleven-twelfths {
width: 91.666%
}
}
@media only screen and (min-width:481px) and (max-width:1023px) {
.lap-one-whole {
width: 100%
}
.lap-one-half,
.lap-two-quarters,
.lap-three-sixths,
.lap-four-eighths,
.lap-five-tenths,
.lap-six-twelfths {
width: 50%
}
.lap-one-third,
.lap-two-sixths,
.lap-four-twelfths {
width: 33.333%
}
.lap-two-thirds,
.lap-four-sixths,
.lap-eight-twelfths {
width: 66.666%
}
.lap-one-quarter,
.lap-two-eighths,
.lap-three-twelfths {
width: 25%
}
.lap-three-quarters,
.lap-six-eighths,
.lap-nine-twelfths {
width: 75%
}
.lap-one-fifth,
.lap-two-tenths {
width: 20%
}
.lap-two-fifths,
.lap-four-tenths {
width: 40%
}
.lap-three-fifths,
.lap-six-tenths {
width: 60%
}
.lap-four-fifths,
.lap-eight-tenths {
width: 80%
}
.lap-one-sixth,
.lap-two-twelfths {
width: 16.666%
}
.lap-five-sixths,
.lap-ten-twelfths {
width: 83.333%
}
.lap-one-eighth {
width: 12.5%
}
.lap-three-eighths {
width: 37.5%
}
.lap-five-eighths {
width: 62.5%
}
.lap-seven-eighths {
width: 87.5%
}
.lap-one-tenth {
width: 10%
}
.lap-three-tenths {
width: 30%
}
.lap-seven-tenths {
width: 70%
}
.lap-nine-tenths {
width: 90%
}
.lap-one-twelfth {
width: 8.333%
}
.lap-five-twelfths {
width: 41.666%
}
.lap-seven-twelfths {
width: 58.333%
}
.lap-eleven-twelfths {
width: 91.666%
}
}
@media only screen and (min-width:481px) {
.lap-and-up-one-whole {
width: 100%
}
.lap-and-up-one-half,
.lap-and-up-two-quarters,
.lap-and-up-three-sixths,
.lap-and-up-four-eighths,
.lap-and-up-five-tenths,
.lap-and-up-six-twelfths {
width: 50%
}
.lap-and-up-one-third,
.lap-and-up-two-sixths,
.lap-and-up-four-twelfths {
width: 33.333%
}
.lap-and-up-two-thirds,
.lap-and-up-four-sixths,
.lap-and-up-eight-twelfths {
width: 66.666%
}
.lap-and-up-one-quarter,
.lap-and-up-two-eighths,
.lap-and-up-three-twelfths {
width: 25%
}
.lap-and-up-three-quarters,
.lap-and-up-six-eighths,
.lap-and-up-nine-twelfths {
width: 75%
}
.lap-and-up-one-fifth,
.lap-and-up-two-tenths {
width: 20%
}
.lap-and-up-two-fifths,
.lap-and-up-four-tenths {
width: 40%
}
.lap-and-up-three-fifths,
.lap-and-up-six-tenths {
width: 60%
}
.lap-and-up-four-fifths,
.lap-and-up-eight-tenths {
width: 80%
}
.lap-and-up-one-sixth,
.lap-and-up-two-twelfths {
width: 16.666%
}
.lap-and-up-five-sixths,
.lap-and-up-ten-twelfths {
width: 83.333%
}
.lap-and-up-one-eighth {
width: 12.5%
}
.lap-and-up-three-eighths {
width: 37.5%
}
.lap-and-up-five-eighths {
width: 62.5%
}
.lap-and-up-seven-eighths {
width: 87.5%
}
.lap-and-up-one-tenth {
width: 10%
}
.lap-and-up-three-tenths {
width: 30%
}
.lap-and-up-seven-tenths {
width: 70%
}
.lap-and-up-nine-tenths {
width: 90%
}
.lap-and-up-one-twelfth {
width: 8.333%
}
.lap-and-up-five-twelfths {
width: 41.666%
}
.lap-and-up-seven-twelfths {
width: 58.333%
}
.lap-and-up-eleven-twelfths {
width: 91.666%
}
}
@media only screen and (max-width:1023px) {
.portable-one-whole {
width: 100%
}
.portable-one-half,
.portable-two-quarters,
.portable-three-sixths,
.portable-four-eighths,
.portable-five-tenths,
.portable-six-twelfths {
width: 50%
}
.portable-one-third,
.portable-two-sixths,
.portable-four-twelfths {
width: 33.333%
}
.portable-two-thirds,
.portable-four-sixths,
.portable-eight-twelfths {
width: 66.666%
}
.portable-one-quarter,
.portable-two-eighths,
.portable-three-twelfths {
width: 25%
}
.portable-three-quarters,
.portable-six-eighths,
.portable-nine-twelfths {
width: 75%
}
.portable-one-fifth,
.portable-two-tenths {
width: 20%
}
.portable-two-fifths,
.portable-four-tenths {
width: 40%
}
.portable-three-fifths,
.portable-six-tenths {
width: 60%
}
.portable-four-fifths,
.portable-eight-tenths {
width: 80%
}
.portable-one-sixth,
.portable-two-twelfths {
width: 16.666%
}
.portable-five-sixths,
.portable-ten-twelfths {
width: 83.333%
}
.portable-one-eighth {
width: 12.5%
}
.portable-three-eighths {
width: 37.5%
}
.portable-five-eighths {
width: 62.5%
}
.portable-seven-eighths {
width: 87.5%
}
.portable-one-tenth {
width: 10%
}
.portable-three-tenths {
width: 30%
}
.portable-seven-tenths {
width: 70%
}
.portable-nine-tenths {
width: 90%
}
.portable-one-twelfth {
width: 8.333%
}
.portable-five-twelfths {
width: 41.666%
}
.portable-seven-twelfths {
width: 58.333%
}
.portable-eleven-twelfths {
width: 91.666%
}
}
@media only screen and (min-width:1024px) {
.desk-one-whole {
width: 100%
}
.desk-one-half,
.desk-two-quarters,
.desk-three-sixths,
.desk-four-eighths,
.desk-five-tenths,
.desk-six-twelfths {
width: 50%
}
.desk-one-third,
.desk-two-sixths,
.desk-four-twelfths {
width: 33.333%
}
.desk-two-thirds,
.desk-four-sixths,
.desk-eight-twelfths {
width: 66.666%
}
.desk-one-quarter,
.desk-two-eighths,
.desk-three-twelfths {
width: 25%
}
.desk-three-quarters,
.desk-six-eighths,
.desk-nine-twelfths {
width: 75%
}
.desk-one-fifth,
.desk-two-tenths {
width: 20%
}
.desk-two-fifths,
.desk-four-tenths {
width: 40%
}
.desk-three-fifths,
.desk-six-tenths {
width: 60%
}
.desk-four-fifths,
.desk-eight-tenths {
width: 80%
}
.desk-one-sixth,
.desk-two-twelfths {
width: 16.666%
}
.desk-five-sixths,
.desk-ten-twelfths {
width: 83.333%
}
.desk-one-eighth {
width: 12.5%
}
.desk-three-eighths {
width: 37.5%
}
.desk-five-eighths {
width: 62.5%
}
.desk-seven-eighths {
width: 87.5%
}
.desk-one-tenth {
width: 10%
}
.desk-three-tenths {
width: 30%
}
.desk-seven-tenths {
width: 70%
}
.desk-nine-tenths {
width: 90%
}
.desk-one-twelfth {
width: 8.333%
}
.desk-five-twelfths {
width: 41.666%
}
.desk-seven-twelfths {
width: 58.333%
}
.desk-eleven-twelfths {
width: 91.666%
}
}
.container {
max-width: 1440px;
margin: 0 100px;
height: 100%
}
.ba-logo {
width: 119px;
top: 20px;
position: relative;
}
.global-header {
border-bottom: 1px solid rgba(95,102,120,0.2);
}
.main-navigation {
height: 32px;
margin-bottom: 0
}
.main-navigation li {
margin-left: 50px;
float: left;
line-height: 32px
}
.main-navigation a {
font-size: 16px;
color: #5f6678
}
.main-navigation .active a {
color: #AFB42B
}
.main-navigation__form input {
height: 32px;
line-height: 32px;
width: 150px;
outline: none;
border-radius: 5px 0 0 5px;
background: #F9F9FB;
border: 1px solid rgba(95, 102, 120, 0.2);
border-right: none;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
padding: 0 15px;
font-size: 14px;
color: #1f2532
}
.cta {
width: 270px;
background: #AFB42B;
height: 60px;
display: inline-block;
border-radius: 5px;
border: none;
text-align: center;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease
}
.main-navigation__form .cta {
border-radius: 0 5px 5px 0;
width: 156px;
height: 32px
}
.main-navigation__form .cta__main {
font-size: 14px;
font-weight: 600;
text-transform: none
}
@media only screen and (max-width:500px) {
h1,
.pitch h1,
h2 {
font-size: 32px;
line-height: 40px
}
}
@media only screen and (max-width:768px) {
.mobile-menu,
.mobile-menu-switcher {
display: block
}
.main-navigation {
display: none
}
.container {
margin: 0 30px;
position: relative
}
section,
.top-section {
padding: 45px 0
}
.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths,
.one-third,
.two-sixths,
.four-twelfths,
.one-quarter,
.two-eighths,
.three-twelfths,
.one-fifth,
.two-tenths,
.one-tenth,
.four-tenths,
.four-sixths {
width: 100%;
margin-bottom: 60px
}
.grid__item:last-of-type {
margin-bottom: 0
}
.features p {
height: auto;
max-width: 100%
}
.footer .grid__item {
text-align: center
}
.signup-form {
width: 100%;
margin: 60px auto 0
}
.signup-form input,
.signup-form button {
width: 100%
}
.signup-form input {
margin-bottom: 20px
}
.signup-form .float--left,
.signup-form .float--right {
float: none!important
}
.arrow-down {
display: none
}
.tooltip,
.tooltip-container:after {
display: none
}
}
@media only screen and (min-width:769px) and (max-width:960px) {
.container {
margin: 0 30px
}
.main-navigation__form {
display: none
}
.signup-form {
width: 100%;
margin: 80px auto 0
}
.signup-form input {
width: calc(100% - 300px);
margin-bottom: 20px
}
}
@media only screen and (min-width:961px) and (max-width:1060px) {
.container {
margin: 0 30px
}
} | assets/css/ba.css | 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;
-webkit-text-size-adjust: 100%;
-ms-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 {
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: "\201C" "\201D" "\2018" "\2019"
}
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;
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
}
*,
*:before,
*:after {
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box
}
abbr[title],
dfn[title] {
cursor: help
}
u,
ins {
text-decoration: none
}
ins {
border-bottom: 1px solid
}
img {
font-style: italic
}
label,
input,
textarea,
button,
select,
option {
cursor: pointer
}
.grid__item {
display: inline-block;
width: 100%;
padding-left: 30px;
vertical-align: top
}
.grid--rev {
direction: rtl;
text-align: right
}
.grid--rev>.grid__item {
direction: ltr;
text-align: left
}
.grid--middle>.grid__item {
vertical-align: middle
}
.grid--center {
display: block;
text-align: center
}
.grid--center>.grid__item {
text-align: left
}
.grid,
.grid--rev {
margin-left: -30px;
list-style: none;
margin-bottom: 0
}
.grid>.grid,
.grid--rev>.grid,
.grid>.grid--rev,
.grid--rev>.grid--rev {
margin-left: 0
}
.footer {
background: #1f2532;
padding: 75px 0
}
.footer .copyright {
font-size: 14px;
color: white;
opacity: 0.6;
margin-top: 20px
}
.footer__heading {
color: white;
text-transform: uppercase;
font-size: 16px;
margin-bottom: 20px
}
.footer__nav {
margin-bottom: 0
}
.footer__nav a {
color: rgba(255, 255, 255, 0.6);
font-size: 16px;
padding: 3px 0
}
.footer__nav a:hover {
color: white
}
.nav {
list-style: none;
margin-left: 0
}
.nav>li,
.nav>li>a {
display: inline-block;
*display: inline;
margin: 0;
zoom: 1
}
.nav--stacked>li {
display: list-item
}
.nav--stacked>li>a {
display: block
}
.nav--banner {
text-align: center
}
.nav--block {
line-height: 1;
letter-spacing: -0.31em;
word-spacing: -0.43em;
white-space: nowrap
}
.nav--block>li {
letter-spacing: normal;
word-spacing: normal
}
.nav--block>li>a {
padding: 15px
}
.nav--fit {
display: table;
width: 100%
}
.nav--fit>li {
display: table-cell
}
.nav--fit>li>a {
display: block
}
.nav--keywords>li:after {
content: "\002C" "\00A0"
}
.nav--keywords>li:last-child:after {
display: none
}
.one-whole {
width: 100%
}
.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
width: 50%
}
.one-third,
.two-sixths,
.four-twelfths {
width: 33.333%
}
.two-thirds,
.four-sixths,
.eight-twelfths {
width: 66.666%
}
.one-quarter,
.two-eighths,
.three-twelfths {
width: 25%
}
.three-quarters,
.six-eighths,
.nine-twelfths {
width: 75%
}
.one-fifth,
.two-tenths {
width: 20%
}
.two-fifths,
.four-tenths {
width: 40%
}
.three-fifths,
.six-tenths {
width: 60%
}
.four-fifths,
.eight-tenths {
width: 80%
}
.one-sixth,
.two-twelfths {
width: 16.666%
}
.five-sixths,
.ten-twelfths {
width: 83.333%
}
.one-eighth {
width: 12.5%
}
.three-eighths {
width: 37.5%
}
.five-eighths {
width: 62.5%
}
.seven-eighths {
width: 87.5%
}
.one-tenth {
width: 10%
}
.three-tenths {
width: 30%
}
.seven-tenths {
width: 70%
}
.nine-tenths {
width: 90%
}
.one-twelfth {
width: 8.333%
}
.five-twelfths {
width: 41.666%
}
.seven-twelfths {
width: 58.333%
}
.eleven-twelfths {
width: 91.666%
}
@media only screen and (max-width:480px) {
.palm-one-whole {
width: 100%
}
.palm-one-half,
.palm-two-quarters,
.palm-three-sixths,
.palm-four-eighths,
.palm-five-tenths,
.palm-six-twelfths {
width: 50%
}
.palm-one-third,
.palm-two-sixths,
.palm-four-twelfths {
width: 33.333%
}
.palm-two-thirds,
.palm-four-sixths,
.palm-eight-twelfths {
width: 66.666%
}
.palm-one-quarter,
.palm-two-eighths,
.palm-three-twelfths {
width: 25%
}
.palm-three-quarters,
.palm-six-eighths,
.palm-nine-twelfths {
width: 75%
}
.palm-one-fifth,
.palm-two-tenths {
width: 20%
}
.palm-two-fifths,
.palm-four-tenths {
width: 40%
}
.palm-three-fifths,
.palm-six-tenths {
width: 60%
}
.palm-four-fifths,
.palm-eight-tenths {
width: 80%
}
.palm-one-sixth,
.palm-two-twelfths {
width: 16.666%
}
.palm-five-sixths,
.palm-ten-twelfths {
width: 83.333%
}
.palm-one-eighth {
width: 12.5%
}
.palm-three-eighths {
width: 37.5%
}
.palm-five-eighths {
width: 62.5%
}
.palm-seven-eighths {
width: 87.5%
}
.palm-one-tenth {
width: 10%
}
.palm-three-tenths {
width: 30%
}
.palm-seven-tenths {
width: 70%
}
.palm-nine-tenths {
width: 90%
}
.palm-one-twelfth {
width: 8.333%
}
.palm-five-twelfths {
width: 41.666%
}
.palm-seven-twelfths {
width: 58.333%
}
.palm-eleven-twelfths {
width: 91.666%
}
}
@media only screen and (min-width:481px) and (max-width:1023px) {
.lap-one-whole {
width: 100%
}
.lap-one-half,
.lap-two-quarters,
.lap-three-sixths,
.lap-four-eighths,
.lap-five-tenths,
.lap-six-twelfths {
width: 50%
}
.lap-one-third,
.lap-two-sixths,
.lap-four-twelfths {
width: 33.333%
}
.lap-two-thirds,
.lap-four-sixths,
.lap-eight-twelfths {
width: 66.666%
}
.lap-one-quarter,
.lap-two-eighths,
.lap-three-twelfths {
width: 25%
}
.lap-three-quarters,
.lap-six-eighths,
.lap-nine-twelfths {
width: 75%
}
.lap-one-fifth,
.lap-two-tenths {
width: 20%
}
.lap-two-fifths,
.lap-four-tenths {
width: 40%
}
.lap-three-fifths,
.lap-six-tenths {
width: 60%
}
.lap-four-fifths,
.lap-eight-tenths {
width: 80%
}
.lap-one-sixth,
.lap-two-twelfths {
width: 16.666%
}
.lap-five-sixths,
.lap-ten-twelfths {
width: 83.333%
}
.lap-one-eighth {
width: 12.5%
}
.lap-three-eighths {
width: 37.5%
}
.lap-five-eighths {
width: 62.5%
}
.lap-seven-eighths {
width: 87.5%
}
.lap-one-tenth {
width: 10%
}
.lap-three-tenths {
width: 30%
}
.lap-seven-tenths {
width: 70%
}
.lap-nine-tenths {
width: 90%
}
.lap-one-twelfth {
width: 8.333%
}
.lap-five-twelfths {
width: 41.666%
}
.lap-seven-twelfths {
width: 58.333%
}
.lap-eleven-twelfths {
width: 91.666%
}
}
@media only screen and (min-width:481px) {
.lap-and-up-one-whole {
width: 100%
}
.lap-and-up-one-half,
.lap-and-up-two-quarters,
.lap-and-up-three-sixths,
.lap-and-up-four-eighths,
.lap-and-up-five-tenths,
.lap-and-up-six-twelfths {
width: 50%
}
.lap-and-up-one-third,
.lap-and-up-two-sixths,
.lap-and-up-four-twelfths {
width: 33.333%
}
.lap-and-up-two-thirds,
.lap-and-up-four-sixths,
.lap-and-up-eight-twelfths {
width: 66.666%
}
.lap-and-up-one-quarter,
.lap-and-up-two-eighths,
.lap-and-up-three-twelfths {
width: 25%
}
.lap-and-up-three-quarters,
.lap-and-up-six-eighths,
.lap-and-up-nine-twelfths {
width: 75%
}
.lap-and-up-one-fifth,
.lap-and-up-two-tenths {
width: 20%
}
.lap-and-up-two-fifths,
.lap-and-up-four-tenths {
width: 40%
}
.lap-and-up-three-fifths,
.lap-and-up-six-tenths {
width: 60%
}
.lap-and-up-four-fifths,
.lap-and-up-eight-tenths {
width: 80%
}
.lap-and-up-one-sixth,
.lap-and-up-two-twelfths {
width: 16.666%
}
.lap-and-up-five-sixths,
.lap-and-up-ten-twelfths {
width: 83.333%
}
.lap-and-up-one-eighth {
width: 12.5%
}
.lap-and-up-three-eighths {
width: 37.5%
}
.lap-and-up-five-eighths {
width: 62.5%
}
.lap-and-up-seven-eighths {
width: 87.5%
}
.lap-and-up-one-tenth {
width: 10%
}
.lap-and-up-three-tenths {
width: 30%
}
.lap-and-up-seven-tenths {
width: 70%
}
.lap-and-up-nine-tenths {
width: 90%
}
.lap-and-up-one-twelfth {
width: 8.333%
}
.lap-and-up-five-twelfths {
width: 41.666%
}
.lap-and-up-seven-twelfths {
width: 58.333%
}
.lap-and-up-eleven-twelfths {
width: 91.666%
}
}
@media only screen and (max-width:1023px) {
.portable-one-whole {
width: 100%
}
.portable-one-half,
.portable-two-quarters,
.portable-three-sixths,
.portable-four-eighths,
.portable-five-tenths,
.portable-six-twelfths {
width: 50%
}
.portable-one-third,
.portable-two-sixths,
.portable-four-twelfths {
width: 33.333%
}
.portable-two-thirds,
.portable-four-sixths,
.portable-eight-twelfths {
width: 66.666%
}
.portable-one-quarter,
.portable-two-eighths,
.portable-three-twelfths {
width: 25%
}
.portable-three-quarters,
.portable-six-eighths,
.portable-nine-twelfths {
width: 75%
}
.portable-one-fifth,
.portable-two-tenths {
width: 20%
}
.portable-two-fifths,
.portable-four-tenths {
width: 40%
}
.portable-three-fifths,
.portable-six-tenths {
width: 60%
}
.portable-four-fifths,
.portable-eight-tenths {
width: 80%
}
.portable-one-sixth,
.portable-two-twelfths {
width: 16.666%
}
.portable-five-sixths,
.portable-ten-twelfths {
width: 83.333%
}
.portable-one-eighth {
width: 12.5%
}
.portable-three-eighths {
width: 37.5%
}
.portable-five-eighths {
width: 62.5%
}
.portable-seven-eighths {
width: 87.5%
}
.portable-one-tenth {
width: 10%
}
.portable-three-tenths {
width: 30%
}
.portable-seven-tenths {
width: 70%
}
.portable-nine-tenths {
width: 90%
}
.portable-one-twelfth {
width: 8.333%
}
.portable-five-twelfths {
width: 41.666%
}
.portable-seven-twelfths {
width: 58.333%
}
.portable-eleven-twelfths {
width: 91.666%
}
}
@media only screen and (min-width:1024px) {
.desk-one-whole {
width: 100%
}
.desk-one-half,
.desk-two-quarters,
.desk-three-sixths,
.desk-four-eighths,
.desk-five-tenths,
.desk-six-twelfths {
width: 50%
}
.desk-one-third,
.desk-two-sixths,
.desk-four-twelfths {
width: 33.333%
}
.desk-two-thirds,
.desk-four-sixths,
.desk-eight-twelfths {
width: 66.666%
}
.desk-one-quarter,
.desk-two-eighths,
.desk-three-twelfths {
width: 25%
}
.desk-three-quarters,
.desk-six-eighths,
.desk-nine-twelfths {
width: 75%
}
.desk-one-fifth,
.desk-two-tenths {
width: 20%
}
.desk-two-fifths,
.desk-four-tenths {
width: 40%
}
.desk-three-fifths,
.desk-six-tenths {
width: 60%
}
.desk-four-fifths,
.desk-eight-tenths {
width: 80%
}
.desk-one-sixth,
.desk-two-twelfths {
width: 16.666%
}
.desk-five-sixths,
.desk-ten-twelfths {
width: 83.333%
}
.desk-one-eighth {
width: 12.5%
}
.desk-three-eighths {
width: 37.5%
}
.desk-five-eighths {
width: 62.5%
}
.desk-seven-eighths {
width: 87.5%
}
.desk-one-tenth {
width: 10%
}
.desk-three-tenths {
width: 30%
}
.desk-seven-tenths {
width: 70%
}
.desk-nine-tenths {
width: 90%
}
.desk-one-twelfth {
width: 8.333%
}
.desk-five-twelfths {
width: 41.666%
}
.desk-seven-twelfths {
width: 58.333%
}
.desk-eleven-twelfths {
width: 91.666%
}
}
.container {
max-width: 1440px;
margin: 0 100px;
height: 100%
}
.ba-logo {
width: 119px;
top: 20px;
position: relative;
}
.global-header {
border-bottom: 1px solid rgba(95,102,120,0.2);
}
.main-navigation {
height: 32px;
margin-bottom: 0
}
.main-navigation li {
margin-left: 50px;
float: left;
line-height: 32px
}
.main-navigation a {
font-size: 16px;
color: #5f6678
}
.main-navigation .active a {
color: #AFB42B
}
.main-navigation__form input {
height: 32px;
line-height: 32px;
width: 150px;
outline: none;
border-radius: 5px 0 0 5px;
background: #F9F9FB;
border: 1px solid rgba(95, 102, 120, 0.2);
border-right: none;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
padding: 0 15px;
font-size: 14px;
color: #1f2532
}
.cta {
width: 270px;
background: #AFB42B;
height: 60px;
display: inline-block;
border-radius: 5px;
border: none;
text-align: center;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease
}
.main-navigation__form .cta {
border-radius: 0 5px 5px 0;
width: 156px;
height: 32px
}
.main-navigation__form .cta__main {
font-size: 14px;
font-weight: 600;
text-transform: none
}
@media only screen and (max-width:500px) {
h1,
.pitch h1,
h2 {
font-size: 32px;
line-height: 40px
}
}
@media only screen and (max-width:768px) {
.mobile-menu,
.mobile-menu-switcher {
display: block
}
.main-navigation {
display: none
}
.container {
margin: 0 30px;
position: relative
}
section,
.top-section {
padding: 45px 0
}
.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths,
.one-third,
.two-sixths,
.four-twelfths,
.one-quarter,
.two-eighths,
.three-twelfths,
.one-fifth,
.two-tenths,
.one-tenth,
.four-tenths,
.four-sixths {
width: 100%;
margin-bottom: 60px
}
.grid__item:last-of-type {
margin-bottom: 0
}
.features p {
height: auto;
max-width: 100%
}
.footer .grid__item {
text-align: center
}
.signup-form {
width: 100%;
margin: 60px auto 0
}
.signup-form input,
.signup-form button {
width: 100%
}
.signup-form input {
margin-bottom: 20px
}
.signup-form .float--left,
.signup-form .float--right {
float: none!important
}
.arrow-down {
display: none
}
.tooltip,
.tooltip-container:after {
display: none
}
}
@media only screen and (min-width:769px) and (max-width:960px) {
.container {
margin: 0 30px
}
.main-navigation__form {
display: none
}
.signup-form {
width: 100%;
margin: 80px auto 0
}
.signup-form input {
width: calc(100% - 300px);
margin-bottom: 20px
}
}
@media only screen and (min-width:961px) and (max-width:1060px) {
.container {
margin: 0 30px
}
} | 0.467089 | 0.152284 |
:root {
--success: #4caf50;
--error: #f44336;
--main-font: rgba(0, 0, 0, 0.8);
--type: rgba(0, 0, 0, 0.6);
--value: #b71c1c; /* red 900*/
--attr: #3f51b5; /* indigo 900 */
--script: #388e3c;
}
html,
body {
color: var(--main-font);
margin: 0;
padding: 0;
width: 100%;
}
/* end Globals */
.App {
max-width: 90vw;
margin: auto;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
}
.header nav ul {
display: flex;
list-style: none;
justify-content: space-evenly;
}
.header nav a,
.header h1 a {
text-decoration: none;
}
nav ul li {
margin-right: 1rem;
}
nav ul li:last-child {
margin-right: 0;
}
.main {
/* max-width: 90vw; */
margin: auto;
}
/* schema container */
.schemaContainer {
display: grid;
grid-gap: 1rem;
grid-template-columns: 1fr 1fr;
}
.panel {
border: 1px dashed darkblue;
min-height: 60vh;
padding: 0.5rem;
}
@media (max-width: 1024px) {
.schemaContainer {
grid-template-columns: 1fr;
}
}
/* controls CSS */
.controls {
display: flex;
align-items: center;
justify-content: center;
margin: 1rem;
}
.controls button {
margin: auto 1rem;
padding: 0.5rem;
border: none;
border-radius: 0.2rem;
box-shadow: 2px 2px 3px -1px black;
transition: all 0.25s ease-in;
}
.controls button:hover {
transform: translateY(1px);
box-shadow: 2px 1px 3px -1px #000000b8;
}
.controls .copy {
}
.controls .validate {
background-color: var(--success);
color: white;
}
.controls .reset {
background-color: var(--error);
color: white;
}
/* end controls CSS */
label,
input {
display: block;
padding: 0.25rem;
width: 90%;
}
textarea {
width: 90%;
}
.attribution {
text-align: center;
}
/* json-ld CSS */
.indent-1 {
margin-left: 1rem;
}
.indent-2 {
margin-left: 2rem;
}
.indent-3 {
margin-left: 3rem;
}
code p {
margin: 0.75rem 0;
word-break: break-all;
color: var(--key);
}
.script {
color: var(--script);
}
.attr {
color: var(--attr);
}
.key {
color: var(--key);
}
.value {
color: var(--value);
}
.type {
color: var(--type);
}
/* end json-ld CSS */
/* banner CSS */
.banner {
position: fixed;
top: 0;
height: 3rem;
background: green;
width: 110vw;
margin-left: -10vw;
display: grid;
place-items: center center;
color: white;
text-transform: capitalize;
}
.success {
background: var(--success);
}
.error {
background: var(--error);
} | src/App.css | :root {
--success: #4caf50;
--error: #f44336;
--main-font: rgba(0, 0, 0, 0.8);
--type: rgba(0, 0, 0, 0.6);
--value: #b71c1c; /* red 900*/
--attr: #3f51b5; /* indigo 900 */
--script: #388e3c;
}
html,
body {
color: var(--main-font);
margin: 0;
padding: 0;
width: 100%;
}
/* end Globals */
.App {
max-width: 90vw;
margin: auto;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
}
.header nav ul {
display: flex;
list-style: none;
justify-content: space-evenly;
}
.header nav a,
.header h1 a {
text-decoration: none;
}
nav ul li {
margin-right: 1rem;
}
nav ul li:last-child {
margin-right: 0;
}
.main {
/* max-width: 90vw; */
margin: auto;
}
/* schema container */
.schemaContainer {
display: grid;
grid-gap: 1rem;
grid-template-columns: 1fr 1fr;
}
.panel {
border: 1px dashed darkblue;
min-height: 60vh;
padding: 0.5rem;
}
@media (max-width: 1024px) {
.schemaContainer {
grid-template-columns: 1fr;
}
}
/* controls CSS */
.controls {
display: flex;
align-items: center;
justify-content: center;
margin: 1rem;
}
.controls button {
margin: auto 1rem;
padding: 0.5rem;
border: none;
border-radius: 0.2rem;
box-shadow: 2px 2px 3px -1px black;
transition: all 0.25s ease-in;
}
.controls button:hover {
transform: translateY(1px);
box-shadow: 2px 1px 3px -1px #000000b8;
}
.controls .copy {
}
.controls .validate {
background-color: var(--success);
color: white;
}
.controls .reset {
background-color: var(--error);
color: white;
}
/* end controls CSS */
label,
input {
display: block;
padding: 0.25rem;
width: 90%;
}
textarea {
width: 90%;
}
.attribution {
text-align: center;
}
/* json-ld CSS */
.indent-1 {
margin-left: 1rem;
}
.indent-2 {
margin-left: 2rem;
}
.indent-3 {
margin-left: 3rem;
}
code p {
margin: 0.75rem 0;
word-break: break-all;
color: var(--key);
}
.script {
color: var(--script);
}
.attr {
color: var(--attr);
}
.key {
color: var(--key);
}
.value {
color: var(--value);
}
.type {
color: var(--type);
}
/* end json-ld CSS */
/* banner CSS */
.banner {
position: fixed;
top: 0;
height: 3rem;
background: green;
width: 110vw;
margin-left: -10vw;
display: grid;
place-items: center center;
color: white;
text-transform: capitalize;
}
.success {
background: var(--success);
}
.error {
background: var(--error);
} | 0.476336 | 0.155174 |